]> code.communitydata.science - social-media-chapter.git/blobdiff - README.md
Merge branch 'master' of git://code.communitydata.cc/social-media-chapter
[social-media-chapter.git] / README.md
index 01df1a1e61e125f1c9bc20bd2df5e465481ed7be..6bb09f5e5d7a140c3c3af982586cd3d307a12d48 100644 (file)
--- a/README.md
+++ b/README.md
@@ -3,6 +3,8 @@ title: Software and data for "A Computational Analysis of Social Media Scholarsh
 output: html_document
 --- 
 
+<link rel='stylesheet' href='./simple.css'>
+
 > **Authors:** [Jeremy Foote](http://jeremydfoote.com/), [Aaron Shaw](http://aaronshaw.org/), [Benjamin Mako Hill](https://mako.cc/academic/)<br />
 > **Archival copies of code and data:** <https://dx.doi.org/10.7910/DVN/W31PH5><br />
 > **License:** see [COPYING file](COPYING): code is released under [GNU GPLv3](https://www.gnu.org/licenses/gpl-3.0.en.html) or any later version; chapter is released as [CC BY-NC-SA](https://creativecommons.org/licenses/by-nc-sa/4.0/legalcode).
@@ -163,7 +165,7 @@ Doing this will require two final steps:
 
 The code used for our bibliometric analysis is contained within the `code/bibliometrics/` subdirectory.
 
-We've included two copies of our Python code for our bibliometric analysis in the files `00_citation_network_analysis.py` and `00_citation_network_analysis.ipynb`. We will describe using the former in this section. If you have [Juypter](https://jupyter.org/) installed you can open the file in a a notebook format used by many scientists by running `jupyter-notebook citation_network_analysis.ipynb`. If you want to try Jupyter, Debian and Ubuntu users can install it with `apt install jupyter-notebook` and other users can download it [here](https://jupyter.org/install.html).
+We've included two copies of our Python code for our bibliometric analysis in the files `00_citation_network_analysis.py` and `00_citation_network_analysis.ipynb`. We will describe using the former in this section. If you have [Jupyter](https://jupyter.org/) installed you can open the file in a a notebook format used by many scientists by running `jupyter-notebook citation_network_analysis.ipynb`. If you want to try Jupyter, Debian and Ubuntu users can install it with `apt install jupyter-notebook` and other users can download it [here](https://jupyter.org/install.html).
 
 Our bibliometric analysis code does require one additional piece of software called [Infomap](http://www.mapequation.org/) which we use to identify clusters in our citation network. There are some [instructions online](https://github.com/mapequation/infomap) but you can download and install it with the following commands run from the `code/bibliometrics` subdirectory:
 

Community Data Science Collective || Want to submit a patch?