Skip to content

Latest commit

 

History

History
77 lines (61 loc) · 7.29 KB

README.md

File metadata and controls

77 lines (61 loc) · 7.29 KB

Research Paper Archive

PS. There are some issues with the math getting rendered in Github's dark mode. We're working on it, but until then we request you to switch to lite mode/open the summary in incognito(which defaults to light mode) to view the paper if you face any difficulty in viewing the math!!

This will be a community-driven repository where people contribute by sharing their thoughts on different research papers they have come across as a simple readme file. This would benefit the contributors by acting as a documentation for future reference and once this archive becomes decently big it would benefit the larger community as a whole. There is no restriction regarding what papers you can add onto this archive - can be old, new anything. Hope this repository gets some good contributions. Happy reading :)

Current Paper Count: 30

To contribute

  • Fork the repository
  • Add the required files as described below.
  • Make a pull request (everything will be merged)

REPOSITORY Layout

.
├── README.md               # Entry point to view all available papers in the archive. 
├── Papers
├──── <PAPER-1> (a folder) `  # Every paper must be inside a folder titled as the paper name
    ├──── assets              # Folder to contain images used in the README file to summarise the paper.
    └──── README.md           # README file containing the summary itself.
├──── <PAPER-2>
    ├──── assets
    └──── README.md
├──── <PAPER-3>
    ├──── assets
    └──── README.md

Contents


NOTE

  • Please ensure that you create an entry point to the summary on the main README FILE (this one).
  • Create seperate folders for each paper to add to the repository and keep a seperate folder inside each called assets for any images used in your summary.
  • In case of any error in any of the summaries, feel free to open an issue stating the paper name and what you think is the problem with the summary!!