Skip to content

few more interesting repos; closes #23 #50

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Aug 9, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 13 additions & 8 deletions basics.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,22 +130,27 @@ of people who are contributing and sharing code.
### Interesting repositories to explore these concepts

- Event Horizon Telescope imaging software
- Repository: [https://github.com/achael/eht-imaging](https://github.com/achael/eht-imaging)
- Commits, branches, forks: [https://github.com/achael/eht-imaging/network](https://github.com/achael/eht-imaging/network)
- Repository: <https://github.com/achael/eht-imaging>
- Commits, branches, forks: <https://github.com/achael/eht-imaging/network>
- [Activity inequality study](http://activityinequality.stanford.edu/)
- Contains data and code necessary to create figures from their article.
- Data: [https://github.com/timalthoff/activityinequality/tree/master/data](https://github.com/timalthoff/activityinequality/tree/master/data)
- Data: <https://github.com/timalthoff/activityinequality/tree/master/data>
- FiveThirtyEight story [Why We’re Sharing 3 Million Russian Troll Tweets](https://fivethirtyeight.com/features/why-were-sharing-3-million-russian-troll-tweets/)
- Contains data and readme file, no code.
- Data: [https://github.com/fivethirtyeight/russian-troll-tweets](https://github.com/fivethirtyeight/russian-troll-tweets)
- Data: <https://github.com/fivethirtyeight/russian-troll-tweets>
- The NY Times Coronavirus (Covid-19) Data in the United States
- Contains data, readme, license, but no code. As of 2020.april,
being updated every day.
- Data: [https://github.com/nytimes/covid-19-data](https://github.com/nytimes/covid-19-data)
- Website: [https://www.nytimes.com/interactive/2020/us/coronavirus-us-cases.html](https://www.nytimes.com/interactive/2020/us/coronavirus-us-cases.html)
- Data: <https://github.com/nytimes/covid-19-data>
- Website: <https://www.nytimes.com/interactive/2020/us/coronavirus-us-cases.html>
- CSV exports of the Getty Provenance Index
- Data: [https://github.com/thegetty/provenance-index-csv](https://github.com/thegetty/provenance-index-csv)

- Data: <https://github.com/thegetty/provenance-index-csv>
- Entire books are written using Git/GitHub:
- <https://github.com/rust-lang/book>
- <https://github.com/ropensci/dev_guide>
- <https://github.com/alan-turing-institute/the-turing-way>
- Papers under open review:
- <https://github.com/openjournals/joss-reviews/issues>

---

Expand Down