Skip to content

How to Contribute a Paper

Dmytrii S edited this page Jun 2, 2017 · 9 revisions

First of all, thanks a lot for considering contributing to this project! ๐Ÿ‘๐Ÿ‘๐Ÿ‘

1. Check Submission Checklist ๐Ÿ‘ฎ

  • The proposal is timely and appropriate for its field.
  • The proposal is credible. E.g.:
    • What are the author's credentials?
    • Where was the source published?
    • What is an online citation count?
    • Do you personally like it?
  • Do not propose your own papers (ask somebody to do that for you ๐Ÿ˜…).
  • Sometimes break rules.

2. Create an Issue ๐Ÿ‘ฉโ€๐Ÿ’ป

  • Provide some paper's credibility evidence in it.

OR

2. Make a Code Change ๐Ÿ˜Ž๐Ÿค˜

  1. Open src/published.yaml
  2. Read comments about fields' meaning.
  3. Add your entry.
  4. Install latest Node.JS
  5. Install dependencies by running command inside a project folder:
npm install
  1. Regenerate README.md by running:
node ./src/publish.js

4. Send a Pull Request ๐ŸŽ‰๐ŸŽ‰๐ŸŽ‰

  • Mention some paper's credibility evidence in it.