Skip to content

Commit 8f51430

Browse files
committed
merge to mbp
2 parents 45492fb + 0dc61b1 commit 8f51430

File tree

1 file changed

+14
-8
lines changed

1 file changed

+14
-8
lines changed

README.md

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Status:
55
| Branch | Travis-CI | Appveyor | Coverage | CRAN | Downloads | Publication |
66
| :--- | :---: | :---: | :--: | :---: | :---: | :---: |
77
| `master` | ![Build Status](https://travis-ci.org/Chris1221/goldi.svg?branch=master) | ![Build status](https://ci.appveyor.com/api/projects/status/v64oe85q29btxln9?svg=true) | [![codecov.io](https://codecov.io/github/Chris1221/goldi/coverage.svg?branch=master)](https://codecov.io/github/Chris1221/goldi?branch=master) | ![CRAN_Status_Badge](http://www.r-pkg.org/badges/version/goldi) | ![](http://cranlogs.r-pkg.org/badges/goldi) | [bioRχiv](http://biorxiv.org/content/early/2016/09/05/073460) |
8-
| `devel` |![Build Status](https://travis-ci.org/Chris1221/goldi.svg?branch=devel) | [![Build status](https://ci.appveyor.com/api/projects/status/v64oe85q29btxln9?svg=true)](https://ci.appveyor.com/project/Chris1221/miner) | [![codecov.io](https://codecov.io/github/Chris1221/goldi/coverage.svg?branch=devel)](https://codecov.io/github/Chris1221/goldi?branch=devel) | ![CRAN_Status_Badge](http://www.r-pkg.org/badges/version/goldi) | ![](http://cranlogs.r-pkg.org/badges/goldi) | <div data-badge-type="4" data-doi="http://dx.doi.org/10.1101/073460" data-condensed="true" data-hide-no-mentions="true" class="altmetric-embed"></div> |
8+
| `devel` |![Build Status](https://travis-ci.org/Chris1221/goldi.svg?branch=devel) | [![Build status](https://ci.appveyor.com/api/projects/status/v64oe85q29btxln9?svg=true)](https://ci.appveyor.com/project/Chris1221/miner) | [![codecov.io](https://codecov.io/github/Chris1221/goldi/coverage.svg?branch=devel)](https://codecov.io/github/Chris1221/goldi?branch=devel) | ![CRAN_Status_Badge](http://www.r-pkg.org/badges/version/goldi) | ![](http://cranlogs.r-pkg.org/badges/grand-total/goldi) | <div data-badge-type="4" data-doi="http://dx.doi.org/10.1101/073460" data-condensed="true" data-hide-no-mentions="true" class="altmetric-embed"></div> |
99
--------------------------------
1010

1111
### Overview
@@ -76,23 +76,17 @@ Q: **What if I don't have my text in R, but instead as a text or PDF file?**
7676
7777
Q: **Installation from CRAN is not working and it says something about `slam`, what's going on?**
7878

79-
Newer versions of the `tm` package, which is a dependency of `goldi` require a package named `slam` which needs to be compiled from Fortran. Try the following, and if it doesn't work, raise an issue on the repository and we'll get it fixed!
80-
79+
> A: Newer versions of the `tm` package, which is a dependency of `goldi` require a package named `slam` which needs to be compiled from Fortran. Try the following, and if it doesn't work, raise an issue on the repository and we'll get it fixed!
8180
Type the following into terminal (on Mac OSX):
82-
8381
```sh
8482
curl -O http://r.research.att.com/libs/gfortran-4.8.2-darwin13.tar.bz2
8583
sudo tar fvxz gfortran-4.8.2-darwin13.tar.bz2 -C /
8684
```
87-
8885
Install `slam`:
89-
9086
```R
9187
install.packages("slam")
9288
```
93-
9489
Reinstall `goldi`:
95-
9690
```R
9791
install.packages("goldi")
9892
```
@@ -112,5 +106,17 @@ Q: **I am looking for a project to work on with `goldi`, do you have any ideas?*
112106
Q: **Nothing is working, who can I complain to?**
113107
> A: Please raise an issue on this repository, that's most likely to get answered.
114108
109+
### Citation
115110

111+
Cole, Christopher B., et al. "Semi-Automated Identification of Ontological Labels in the Biomedical Literature with goldi." bioRxiv (2016): 073460.
116112

113+
```
114+
@article{cole2016semi,
115+
title={Semi-Automated Identification of Ontological Labels in the Biomedical Literature with goldi},
116+
author={Cole, Christopher B and Patel, Sejal and French, Leon and Knight, Jo},
117+
journal={bioRxiv},
118+
pages={073460},
119+
year={2016},
120+
publisher={Cold Spring Harbor Labs Journals}
121+
}
122+
```

0 commit comments

Comments
 (0)