Skip to content

Commit

Permalink
add authorship script and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
dstndstn committed Jan 26, 2021
1 parent fb5e60f commit 6932077
Show file tree
Hide file tree
Showing 4 changed files with 7,745 additions and 0 deletions.
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,20 @@
# authorship
A little script to wrangle CHIME/FRB author lists

Here is a Google Sheets template you can use for authors to sign up:
https://docs.google.com/spreadsheets/d/1AJSt2wNmhyU-DhWLPmaiFRoPkTuKINc68Ij4x937EKg/edit

When you are ready, open each of the two sheets (Authors and
Affiliations), and go to File->Download->Tab Separated Values and save the two TSV files.

Then run
```
python3 authors.py authors.tsv affils.tsv > auth.tex
```

For a demo of what it will look like, run
```
pdflatex apj
pdflatex apj
```

Loading

0 comments on commit 6932077

Please sign in to comment.