Skip to content
This repository was archived by the owner on Jul 20, 2021. It is now read-only.

Commit 8613ff2

Browse files
author
Greg Caporaso
committed
fix rendering of references
1 parent 7db02b9 commit 8613ff2

File tree

2 files changed

+7
-12
lines changed

2 files changed

+7
-12
lines changed

paper.bib

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
12
% Generated by Paperpile. Check out http://paperpile.com for more information.
23
% BibTeX export options can be customized via Settings -> BibTeX.
34
@@ -46,7 +47,7 @@ @ARTICLE{Wilson2016-kh
4647
worldwide volunteer effort to improve researchers' computing
4748
skills. This paper explains what we have learned along the way,
4849
the challenges we now face, and our plans for the future.",
49-
journal = "F1000Res.",
50+
journal = "F1000 Research",
5051
volume = 3,
5152
month = jan,
5253
year = 2016,
@@ -64,7 +65,7 @@ @ARTICLE{Searls2014-ac
6465
bioinformatics and computational biology. The courses are
6566
organized into eleven subject areas modeled on university
6667
departments and are accompanied by commentary and career advice.",
67-
journal = "PLoS Comput. Biol.",
68+
journal = "PLoS Computational Biology",
6869
volume = 10,
6970
number = 6,
7071
pages = "e1003662",
@@ -95,7 +96,7 @@ @BOOK{Felsenstein2003-wm
9596
fundamental matrix algebra), molecular sequences, and
9697
quantitative genetics.",
9798
publisher = "Sinauer Associates",
98-
edition = "2 edition",
99+
edition = "Second edition",
99100
month = sep,
100101
year = 2003
101102
}
@@ -121,7 +122,7 @@ @BOOK{Durbin1998-ru
121122
at the same time presents the state of the art in this new and
122123
important field.",
123124
publisher = "Cambridge University Press",
124-
edition = "1 edition",
125+
edition = "First edition",
125126
month = may,
126127
year = 1998,
127128
}
@@ -141,17 +142,11 @@ @ARTICLE{Searls2012-ab
141142
in the form of a virtual course catalog, together with editorial
142143
commentary, and an assessment of strengths, weaknesses, and
143144
likely future directions for open online learning in this field.",
144-
journal = "PLoS Comput. Biol.",
145+
journal = "PLoS Computational Biology",
145146
volume = 8,
146147
number = 9,
147148
pages = "e1002632",
148149
month = sep,
149150
year = 2012,
150151
doi = "10.1371/journal.pcbi.1002632"
151152
}
152-
153-
@MISC{rosalind-nc,
154-
title = "{ROSALIND}",
155-
howpublished = "\url{http://rosalind.info}",
156-
note = "Accessed: 07-17-2018"
157-
}

paper.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ bibliography: paper.bib
3434

3535
# Summary
3636

37-
_Statement of need_: Due to the increasing rate of biological data generation, bioinformatics is rapidly growing as a field and is now an essential part of scientific advances in human health and environmental sciences. Online and publicly accessible resources for learning bioinformatics exist [@Searls2014-ac; @rosalind-nc], and there are excellent textbooks in the area, some focused heavily on theory [@Felsenstein2003-wm; @Durbin1998-ru], and others geared toward learning specific skills such as Python programming or the Unix shell [@Dunn2010-ik; @Wilson2016-kh]. An Introduction to Applied Bioinformatics (IAB) is a free, online bioinformatics text that bridges the gap between theory and application by teaching fundamentals of bioinformatics in the context of their implementation, using an interactive framework based on highly relevant tools including Python 3, Jupyter Notebooks, and GitHub.
37+
_Statement of need_: Due to the increasing rate of biological data generation, bioinformatics is rapidly growing as a field and is now an essential part of scientific advances in human health and environmental sciences. Online and publicly accessible resources for learning bioinformatics exist (e.g., [Rosalind](http://rosalind.info), [@Searls2012-ab; @Searls2014-ac]), and there are excellent textbooks and courses in the area, some focused heavily on theory [@Felsenstein2003-wm; @Durbin1998-ru], and others geared toward learning specific skills such as Python programming or the Unix shell [@Dunn2010-ik; @Wilson2016-kh]. An Introduction to Applied Bioinformatics (IAB) is a free, online bioinformatics text that bridges the gap between theory and application by teaching fundamentals of bioinformatics in the context of their implementation, using an interactive framework based on highly relevant tools including Python 3, Jupyter Notebooks, and GitHub.
3838

3939
IAB is geared toward students who are completely new to bioinformatics, though having completed an introductory course (or book) in both Computer Science and Biology are useful prerequisites. IAB readers begin on the [project website](http://readIAB.org). While it is possible to view the content statically from this page, we recommend that readers work interactively by installing IAB. Readers progress through chapters that introduce fundamental topics, such as sequence homology searching and multiple sequence alignment, and presents their Python 3 implementation. Because the content is presented in Jupyter Notebooks, students can edit and execute the code, for example to explore how changing k-word size or an alignment gap penalty might impact the results of a database search. The Python code that readers interact with is intended for educational purposes, where the implementation is made as simple as possible, sometimes at the cost of computational efficiency. Chapters therefore also include examples of performing the same analyses with [scikit-bio](http://scikit-bio.org), a production-quality bioinformatics Python 3 library. This enables a rapid transition from learning theory, or how an algorithm works, to applying techniques in a real-world setting.
4040

0 commit comments

Comments
 (0)