Skip to content
Snippets Groups Projects
Commit 0b102999 authored by Ashwin Vishnu's avatar Ashwin Vishnu
Browse files

A lot of rephrasing and some new content

parent 6321fada
No related branches found
No related tags found
No related merge requests found
......@@ -141,3 +141,33 @@
author={Burns, KJ and Vasil, GM and Oishi, JS and Lecoanet, D and Brown, BP and Quataert, E},
publisher={preparation}
}
@techreport{hooton_christopher_refreshing_2017,
title = {Refreshing {Our} {Understanding} of the {Internet} {Economy}},
url = {https://internetassociation.org/reports/refreshing-understanding-internet-economy-ia-report/},
abstract = {Internet Association's first economic white paper takes a closer look at the size of the internet economy, both in the U.S. and abroad.},
language = {en-US},
urldate = {2018-02-01},
author = {Hooton, Christopher},
month = jan,
year = {2017},
}
@article{wilson_best_2014,
title = {Best {Practices} for {Scientific} {Computing}},
volume = {12},
issn = {1545-7885},
url = {http://journals.plos.org/plosbiology/article?id=10.1371/journal.pbio.1001745},
doi = {10.1371/journal.pbio.1001745},
abstract = {We describe a set of best practices for scientific software development, based on research and experience, that will improve scientists' productivity and the reliability of their software.},
language = {en},
number = {1},
urldate = {2018-02-02},
journal = {PLOS Biology},
author = {Wilson, Greg and Aruliah, D. A. and Brown, C. Titus and Hong, Neil P. Chue and Davis, Matt and Guy, Richard T. and Haddock, Steven H. D. and Huff, Kathryn D. and Mitchell, Ian M. and Plumbley, Mark D. and Waugh, Ben and White, Ethan P. and Wilson, Paul},
month = jan,
year = {2014},
keywords = {Computer software, Computers, Open source software, Programming languages, Research validity, Scientists, Software development, Software tools},
pages = {1--7},
}
......@@ -22,6 +22,7 @@
vimtex:
gvim $(name).tex --servername GVIM &
# xterm -class GVIM -e vim $(name).tex --servername GVIM &
doit: vimtex $(name).pdf
zathura $(name).pdf &
......
This diff is collapsed.
......@@ -77,10 +77,6 @@
- av: By choosing mercurial, we hope to lower the barrier for a newcomer to
actively participate in our project.
- av: Mention package hosting platforms: PyPI and Anaconda?
pa: Yes, but where? Maybe rather in "Websites"?
- av: Since the code depends on a wide variety of external dependencies, CI is
useful to avoid software-decay
https://en.wikipedia.org/wiki/Software_rot. That is when the code becomes
......
......@@ -21,8 +21,8 @@
evince $(name).pdf &
vimtex:
# gvim $(name).tex --servername GVIM &
gnome-terminal -- nvim $(name).tex
gvim $(name).tex --servername GVIM &
# gnome-terminal -- vim $(name).tex --servername GVIM
doit: vimtex $(name).pdf
zathura $(name).pdf &
......
......@@ -111,4 +111,6 @@
\newcommand{\pack}[1]{\codeinline{#1}}
% \newcommand{\annotate}[1]{\marginpar{\textcolor{red}{#1}}}
\endinput
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment