https://github.com/connectedsystems/sd-prac-bibanalysis
Code and bibliometric analysis process for software best practices in Integrated Environmental Modeling
https://github.com/connectedsystems/sd-prac-bibanalysis
Last synced: over 1 year ago
JSON representation
Code and bibliometric analysis process for software best practices in Integrated Environmental Modeling
- Host: GitHub
- URL: https://github.com/connectedsystems/sd-prac-bibanalysis
- Owner: ConnectedSystems
- Created: 2018-11-01T04:17:48.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-28T23:37:14.000Z (over 7 years ago)
- Last Synced: 2024-10-12T10:30:23.074Z (over 1 year ago)
- Language: Jupyter Notebook
- Homepage:
- Size: 8.02 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
Web of Science analysis process used to collect data and create figures for a paper on software best practices in
Integrated Environmental Modeling.
[](https://zenodo.org/badge/latestdoi/155661161)
For the moment it is probably best clone and install:
```bash
$ git clone https://github.com/ConnectedSystems/sd-prac-bibanalysis.git
$ cd sd-prac-bibanalysis
$ python setup.py develop
```
Full use requires access to the Web of Science Premium API.
Key dependencies include:
* WOS Client, a SOAP-based client for Web of Science, developed by E. Bacis [@enricobacis](https://github.com/enricobacis)
* wos_parser, a parser for Web of Science XML data, developed by T. Achakulvisut [@titipata](https://github.com/titipata)
* Metaknowledge, a Python library for bibliometric research, developed at [Networks Lab](https://github.com/networks-lab/metaknowledge)
* [wosis](https://github.com/ConnectedSystems/wosis), acts as an bridging interface between the above.