aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMohammad Akhlaghi <mohammad@akhlaghi.org>2020-04-19 17:13:45 +0100
committerMohammad Akhlaghi <mohammad@akhlaghi.org>2020-04-19 17:13:45 +0100
commit6e667d9060cdf8c824b7ac55304c0fa776edfada (patch)
treec92514cb7a24fd9cba73249a29884c62954db778
parente682332669b804bdecaf3eddd2521bcfe0eb7241 (diff)
List of existing tools made cleaner in LaTeX source
Until now the list of existing tools was written in one line which made it hard to read and follow, especially since we added links. It is now expanded into a one-line per item which makes to no difference in the final PDF.
-rw-r--r--paper.tex12
1 files changed, 11 insertions, 1 deletions
diff --git a/paper.tex b/paper.tex
index 13c0aad..9e27dbf 100644
--- a/paper.tex
+++ b/paper.tex
@@ -201,7 +201,17 @@ As a consequence, before starting with the technical details it is important to
The core principle of Maneage is simple: science is defined by its method, not its result.
\citet{buckheit1995} summarize this nicely by noting that modern scientific papers are merely advertisements of a scholarship, the actual scholarship is the coding behind the analysis that ultimately generated the plots/results.
-Many solutions have been proposed for this since the early 1990s, including: 1992: \href{https://sep.stanford.edu/doku.php?id=sep:research:reproducible}{RED}; 2003: \href{https://taverna.incubator.apache.org}{Apache Taverna}; 2004: \href{https://www.genepattern.org}{GenePattern}; 2010: \href{https://galaxyproject.org}{Galaxy}, \href{https://wings-workflows.org}{WINGS}; 2011: \href{https://www.ipol.im}{Image Processing On Line journal} (IPOL), \href{https://www.activepapers.org}{Active papers}, \href{https://is.ieis.tue.nl/staff/pvgorp/share}{SHARE}, \href{https://vcr.stanford.edu}{Verifiable Computational Result}; 2012: \href{https://osf.io/ns2m3}{SOLE}; 2015: \href{https://sciunit.run}{Sciunit}; 2017: \href{https://mybinder.org}{Binder}, \href{https://falsifiable.us}{Popper}; 2019: \href{https://wholetale.org}{WholeTale}.
+Many solutions have been proposed in the last decades, including (but not limited to)
+1992: \href{https://sep.stanford.edu/doku.php?id=sep:research:reproducible}{RED};
+2003: \href{https://taverna.incubator.apache.org}{Apache Taverna};
+2004: \href{https://www.genepattern.org}{GenePattern};
+2010: \href{https://wings-workflows.org}{WINGS};
+2011: \href{https://www.ipol.im}{Image Processing On Line journal} (IPOL),
+ \href{https://www.activepapers.org}{Active papers},
+ \href{https://is.ieis.tue.nl/staff/pvgorp/share}{SHARE},
+2015: \href{https://sciunit.run}{Sciunit};
+2017: \href{https://falsifiable.us}{Popper};
+2019: \href{https://wholetale.org}{WholeTale}.
To highlight the uniqueness of Maneage in this plethora of tools, a more elaborate list of principles are required:
\begin{enumerate}[label={\bf P\arabic*}]