https://github.com/augustunderground/pygsrc
Read GSRC Benchmark data set in Python
Science Score: 13.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (5.8%) to scientific vocabulary
Repository
Read GSRC Benchmark data set in Python
Basic Info
- Host: GitHub
- Owner: AugustUnderground
- License: mit
- Language: Python
- Default Branch: master
- Size: 4.88 KB
Statistics
- Stars: 4
- Watchers: 1
- Forks: 2
- Open Issues: 0
- Releases: 0
Metadata Files
README.md
GSRC Benchmark in Python
Very quick and even dirtier Reader for the GSRC Benchmark Dataset.
Get the Dataset
Run the resources/download.sh script.
% pushd resources && ./download.sh && popd
This will generate a ./resources/gsrc/HARD and ./resources/gsrc/SOFT,
containing the respective datasets.
Read the Data
See example/example.py:
```python from gsrc import read_gsrc
base = './resources/gsrc' mode = 'HARD' name = 'n100'
data = read_gsrc(base,name,mode) ```
Installation
From git:
% pip install git+https://github.com/augustunderground/pygsrc.git
From source:
% git clone https://github.com/augustunderground/pygsrc.git
% cd pygsrc
% pip install . --use-feature=in-tree-build
Owner
- Name: ynk
- Login: AugustUnderground
- Kind: user
- Location: Innsmouth
- Company: @electronics-and-drives
- Website: https://augustunderground.github.io/
- Repositories: 12
- Profile: https://github.com/AugustUnderground
PhD Student at Reutlingen University
GitHub Events
Total
- Issues event: 2
- Watch event: 3
- Issue comment event: 2
Last Year
- Issues event: 2
- Watch event: 3
- Issue comment event: 2
Issues and Pull Requests
Last synced: about 1 year ago
All Time
- Total issues: 3
- Total pull requests: 1
- Average time to close issues: 1 day
- Average time to close pull requests: 29 minutes
- Total issue authors: 3
- Total pull request authors: 1
- Average comments per issue: 2.67
- Average comments per pull request: 1.0
- Merged pull requests: 1
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 3
- Pull requests: 1
- Average time to close issues: 1 day
- Average time to close pull requests: 29 minutes
- Issue authors: 3
- Pull request authors: 1
- Average comments per issue: 2.67
- Average comments per pull request: 1.0
- Merged pull requests: 1
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- ogencoglu (1)
- yao-baijian (1)
- wyclike (1)
Pull Request Authors
- yao-baijian (2)
Top Labels
Issue Labels
Pull Request Labels
Dependencies
- funcy *