vict0rsch / PaperMemory

Your browser's reference manager: automatic paper detection (Arxiv, OpenReview & more), publication venue matching and code repository discovery! Also enhances ArXiv: BibTex citation, Markdown link, direct download and more!

Home Page:https://papermemory.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PaperMemory โšก


๐Ÿช Official stores
Chrome & Brave & Edge  โ€ข  Firefox

๐Ÿ“‘ Documentation
PaperMemory.org



Supported Venues  โ€ข  Customization  โ€ข  Keyboard Shortcuts  โ€ข  User Guide  โ€ข  Install from source  โ€ข  About preprints  โ€ข  Discovering code Repositories  โ€ข  FAQ

An automated, web-based and minimalist reference manager that also finds code repositories and published versions of preprints.

It is not meant to replace, rather complete more standard reference managers as Zotero etc.

This browser extension allows you to automatically store research papers you read, find a code repository and much more:

  1. ๐Ÿฌ Automatically record papers you open, without clicking anywhere. You can then search them, tag them, comment them and link a code repository.
  2. ๐Ÿ’ป Automatically find code repositories using PapersWithCode's API
  3. ๐Ÿค Match pre-prints to publications using 4 different databases
  4. ๐ŸŽฌ Change a pdf's webpage title to the article's title, because who cares about that saved bookmark 1812.10889.pdf when it could be InstaGAN Instance-aware Image-to-Image Translation.pdf
  5. ๐ŸŽซ BibTex citation, because citing papers should not be a hassle you can copy a BibTex citation to your clipboard or export the Memory itself as a .bib file
  6. ๐Ÿ”— Markdown link, [title](url) because it's the little things that make sharing a paper easier (to be used in issues, PRs, Readme, HackMD.io etc.)
  7. ๐Ÿ—‚ Direct download button with a nice name including the paper's title, so that you don't have to open the pdf's webpage and then download it from your browser.
  8. ๐Ÿ“„ Go back from a pdf to its abstract page. For instance: from https://arxiv.org/pdf/1703.06907.pdf to https://arxiv.org/abs/1703.06907 in a click.
  9. ๐Ÿ›๏ธ Export your data as a .json file or a .bib full BibTex export

Share ideas ๐Ÿ’ก in issues and love with stars โญ๏ธ:)








Supported venues

  • Arxiv
  • BioRxiv
  • NeurIPS
  • Open Review (ICLR etc.)
  • Computer Vision Foundation (I/ECCV, CVPR etc.)
  • Proceedings of Machine Learning Research (PMLR) (AISTATS, ICML, CoRL, CoLT, ALT, UAI etc.)
  • Association for Computational Linguistics (ACL) (EMNLP, ACL, CoNLL, NAACL etc.)
  • Proceedings of the National Academy of Sciences (PNAS)
  • SciRate
  • Nature (Nature, Nature Communications, Nature Machine Intelligence etc.)
  • American Chemical Society (ACS)
  • IOPscience
  • PubMed Central
  • International Joint Conferences on Artificial Intelligence (IJCAI)
  • Association for Computing Machinery (ACM)
  • IEEE
  • Springer (books, chapters and, of course, articles)
  • American Physical Society (APS)
  • Wiley (Advanced Materials, InfoMat etc.)
  • Science Direct
  • Science (Science, Science Immunology, Science Robotics etc.)
  • FrontiersIn (Frontiers in Neuroscience, Frontiers in Neuroscience, Frontiers in Microbiology etc.)
  • PLOS
  • MDPI
  • Oxford University Press
  • HAL Archives ouvertes
  • Royal Society of Chemistry
  • Sci-Hub
  • Add more

๐Ÿ“‘โ€”About finding published papers from preprints

Privacy

All the data collected is stored locally on your computer and you can export it to json it from the options page.

๐Ÿ“‘โ€”More on Privacy

Feature requests

I'm regularly adding feature ideas in the issues. Feel free to go upvote the ones you'd like to see happen or submit your own requests.

Customization

Checkout ๐Ÿ“‘โ€”All configuration options. Here's a quick overview:


a. Customize features in the menu:


b. Switch between Light and Dark mode


c. Advanced options

In the extension's ๐Ÿ“‘โ€”options (right click on the icon or in the popup's menu) you will find advanced customization features:

  • Auto-tagging: add tags to papers based on regexs matched on authors and titles
  • Source filtering: filter out some paper sources you don't want to record papers from
  • Custom title function: provide Javascript code to generate your own web page titles and pdf filenames based on a paper's attributes
  • Data management: export/load your memory data and export the bibliography as a .bib file
  • Online Synchronization: use Github Gists to sync your papers across devices

Keyboard Shortcuts

Use cmd/ctrl+shift+e to open PaperMemory.

See other ๐Ÿ“‘โ€”other keyboard shortcuts and how to customize them, and ๐Ÿ“‘โ€”keyboard navigation.

User Guides

Install from source

Refer to ๐Ÿ“‘โ€”the documentation.

Preprints

There currently exists, to my knowledge, no centralized source for matching a preprint to its subsequent published article. This makes it really hard to try and implement best practices in terms of citing published papers rather than their preprint.

My approach with PaperMemory is to try and notify you that a publication likely exists by utilizing the note field. You will occasionally notice Accepted @ X in a Paper's notes. This will be added automatically if you are on a known published venue's website (as Nature, PMLR or NeurIPS) but also from DBLB, CrossRef.org, SemanticScholar.org, Unpaywall.org or Google Scholar.

There's room for improvement here^, please contact me (an issue will do) if you want to help.

More on preprint matching ๐Ÿ“‘โ€”in the documentation.

Discovering Code repositories

PaperMemory uses the PapersWithCode API in order to discover code repositories ๐Ÿ–ฅ๏ธ

See ๐Ÿ“‘โ€”how it works.

FAQ

๐Ÿ“‘โ€”Frequently asked questions.

Todo

  • Improve Contributing.md
  • Write many more tests! Help is wanted (it's not so hard to write unittests ๐Ÿ˜„) (see Contributing.md)

About

Your browser's reference manager: automatic paper detection (Arxiv, OpenReview & more), publication venue matching and code repository discovery! Also enhances ArXiv: BibTex citation, Markdown link, direct download and more!

https://papermemory.org/

License:MIT License


Languages

Language:JavaScript 74.6%Language:HTML 17.8%Language:CSS 7.1%Language:Python 0.4%