Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jduckles/dsskills
A skills matrix for Applied Data Science in Research
https://github.com/jduckles/dsskills
Last synced: 26 days ago
JSON representation
A skills matrix for Applied Data Science in Research
- Host: GitHub
- URL: https://github.com/jduckles/dsskills
- Owner: jduckles
- Created: 2019-07-21T22:24:18.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-09-05T21:59:01.000Z (about 3 years ago)
- Last Synced: 2024-10-07T18:15:39.360Z (about 1 month ago)
- Language: Makefile
- Homepage:
- Size: 31.5 MB
- Stars: 44
- Watchers: 6
- Forks: 3
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![](ds_for_research.png)
Copyright Jonah Duckles - 2019
Licensed as [CC-BY](https://creativecommons.org/licenses/by/4.0/)Please suggest improvements by submitting a [GitHub Issue](https://github.com/jduckles/dsskills/issues)
- **Vector layout** - Layout done with [Amadine](https://amadine.com/) a $20 alternative to Adobe Illustrator
- **icons** - from [Noun Project](https://thenounproject.com/) Pro membership# Makefile dependencies
You shouldn't need these as all the conversions are present in the repo, but if you're trying to adapt to run elsewhere this makefile can be used to convert all the `.svg` files in a particular directory to `.png` 300dpi `.png` and `.pdf`. It will also minify the SVGs if you have svgo installed (`npm install -g svgo`).
* Imagemagick (convert SVG-PNG)
* svgo - svg minifier
* inkscape (convert SVG-PDF)