ArXiv Copilot is a chrome extensions for google docs that recommends papers from arXiv based on the text you are writing.
- Download the latest version of the extension from here.
- Go to
chrome://extensions/in your browser. - Enable developer mode.
- Click on
Load unpackedand select the folderredisventures-hackunamadata/browser_extensionwhere you downloaded the repository. - Enable chrome notifications in your computer settings.
- Macos : Preferences -> Notifications -> Google Chrome -> enable notifications.
- Windows : Settings -> System -> Notifications & actions -> Google Chrome -> enable notifications.
- Click on the extension icon in the top right corner of your browser.
- Select the
Optionstab. - Configure the rest of the extension to your liking.
- Press
Enterto save your changes.
- Open a new google doc.
- Start writing.
- See the recommendations pop up as you write.
- Click on the recommendations to open the paper in a new tab.
Currently you are given the choice between two text collection methods:
keyboards: This method collects text from the keyboard events. This is the default method. It is not the most accurate method but it is the most performant.textContent: This method collects text from thetextContentproperty of the google doc. This method is more accurate but it is also more performant. However, it requires the user to refresh the page after each change so that the extension can collect the new text.
See here for more details.
See here for more details.