brmather / pycurious

Python package for computing the Curie depth from the magnetic anomaly
https://brmather.github.io/pycurious/
GNU Lesser General Public License v3.0
38 stars 17 forks source link

Update paper.md #31

Closed lheagy closed 5 years ago

lheagy commented 5 years ago

A few grammatical updates to the paper for the JOSS submission openjournals/joss-reviews#1544

I have a couple more requests / suggestions on the content:

Thanks!

brmather commented 5 years ago

Thanks @lheagy for reading through the paper and suggesting revisions. I have added a commit to your PR that I think addresses your comments:

Please feel free to add/modify anything. I appreciate your feedback.

Thanks!

brmather commented 5 years ago

Also, quick question - is it possible to format references using citep / citet styles? For example the text:

pycurious implements the (Tanaka, Okubo, & Matsubayashi, 1999) and (Bouligand, Glen, & Blakely, 2009) methods for computing the thickness of a buried magnetic source.

would look much better if it was formatted:

pycurious implements the Tanaka et al. (1999) and Bouligand et al. (2009) methods for computing the thickness of a buried magnetic source.

Do you know if this is possible?

lheagy commented 5 years ago

Yep, you can use the following for formatting citations

- `@author:2001`  ->  "Author et al. (2001)"
- `[@author:2001]` -> "(Author et al., 2001)"
- `[@author1:2001; @author2:2001]` -> "(Author1 et al., 2001; Author2 et al., 2002)"
brmather commented 5 years ago

Thanks @lheagy for your suggestions - they are incorporated in the main text. I found that whedon didn't like the colons in the references but when I removed them it compiled correctly.

The PDF looks quite good now! If you have no further revisions, then I will merge this pull request to the master branch.

brmather commented 5 years ago

Quick update: I updated the image caption with a richer description of what's going on. Cheers!