Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)