https://github.com/c-martinez/nlrse-survey-figures
Figures for blog post on NL-RSE 2023 survey
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
-
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (6.5%) to scientific vocabulary
Repository
Figures for blog post on NL-RSE 2023 survey
Basic Info
- Host: GitHub
- Owner: c-martinez
- License: apache-2.0
- Language: Jupyter Notebook
- Default Branch: main
- Size: 294 KB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Metadata Files
README.md
nl-rse survey figures
This repo contains the Jupyter notebook used to generate figures for blog post on NL-RSE 2023 survey
Dependencies are recorded in the requirements.txt file.
A note about the data used
Data is loaded from the file NL-RSE_survey_december-6-2022_scrubbed.csv. This data file has been processed to remove columns where personal identifiable information could be found.
Side note on using XKCD style
I had to install fonts (because it was the first time using xkcd). If fonts are missing, this magic line removes any warnings about fonts:
%%capture --no-display
The commands I used to install required fonts:
```bash
Installing fonts via package manager
sudo apt-get install -y fonts-humor-sans sudo apt-get install -y fonts-comic-neue sudo apt-get install ttf-mscorefonts-installer
Installing fonts from GitHub repo https://github.com/ipython/xkcd-font
sudo mkdir /usr/share/fonts/truetype/xkcd-script cd /usr/share/fonts/truetype/xkcd-script/ sudo wget https://github.com/ipython/xkcd-font/raw/master/xkcd-script/font/xkcd-script.ttf
sudo mkdir /usr/share/fonts/truetype/xkcd cd /usr/share/fonts/truetype/xkcd sudo wget https://github.com/ipython/xkcd-font/raw/master/xkcd/build/xkcd.otf
Clear matplotlib font cache and restart notebook
rm ~/.cache/matplotlib/fontlist-v330.json
Restart notebook and run all again
```
Owner
- Name: Carlos Martinez
- Login: c-martinez
- Kind: user
- Company: @NLeSC
- Website: https://fosstodon.org/@neocarlitos
- Repositories: 108
- Profile: https://github.com/c-martinez
GitHub Events
Total
- Push event: 1
Last Year
- Push event: 1
Committers
Last synced: over 1 year ago
Top Committers
| Name | Commits | |
|---|---|---|
| Carlos Martinez | c****z@e****l | 3 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: about 1 year ago
All Time
- Total issues: 0
- Total pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Total issue authors: 0
- Total pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels
Dependencies
- jupyter ==1.0.0
- matplotlib ==3.7.2
- numpy ==1.25.1
- pandas ==2.0.3