https://github.com/broadinstitute/author-affiliations
Number and format affiliations in an author list.
Science Score: 26.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (5.4%) to scientific vocabulary
Repository
Number and format affiliations in an author list.
Basic Info
Statistics
- Stars: 4
- Watchers: 11
- Forks: 1
- Open Issues: 0
- Releases: 0
Metadata Files
README.md
author-affiliations
A Python script to number and format affiliations in an author list, given a list of authors and their affiliations.
Running
This works by running
bash
python affiliate.py [authors] [affiliations] [output]
where:
* [authors] is a path to a file giving an ordered list of authors and shorthands for their affiliations
* [affiliations] is a path to a file giving the full names of each affiliation shorthand
* [output] is a path to a file to which to write the author list and affiliations in HTML
The output is formatted in HTML to display superscripts (without Unicode) and easily allow copy+pasting into a document.
It also supports the option --out-latex to produce the same output in LaTeX.
Example
examples/authors.txt is an example of the [authors] input and examples/affiliations.txt is an example of the [affiliations] input.
examples/output.html is the output of this example, and examples/output.tex is the output in LaTeX.
It was produced by running
bash
python affiliate.py examples/authors.txt examples/affiliations.txt examples/output.html --out-latex examples/output.tex
GitHub won't render the HTML, but you can download it and open it in a browser.
Owner
- Name: Broad Institute
- Login: broadinstitute
- Kind: organization
- Location: Cambridge, MA
- Website: http://www.broadinstitute.org/
- Twitter: broadinstitute
- Repositories: 1,083
- Profile: https://github.com/broadinstitute
Broad Institute of MIT and Harvard
GitHub Events
Total
Last Year
Committers
Last synced: 12 months ago
Top Committers
| Name | Commits | |
|---|---|---|
| Hayden Metsky | h****y@g****m | 3 |
Issues and Pull Requests
Last synced: 12 months ago
All Time
- Total issues: 0
- Total pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Total issue authors: 0
- Total pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0