All Projects β†’ musically-ut β†’ arXiv-title-fixer

musically-ut / arXiv-title-fixer

Licence: MIT license
πŸ“ƒ Set the correct (tab) titles for your arXiv papers containing tabs.

Programming Languages

javascript
184084 projects - #8 most used programming language
Makefile
30231 projects

Projects that are alternatives of or similar to arXiv-title-fixer

Paper Survey
πŸ“šSurvey of previous research and related works on machine learning (especially Deep Learning) in Japanese
Stars: ✭ 140 (+241.46%)
Mutual labels:  arxiv
Nima.pytorch
NIMA: Neural IMage Assessment
Stars: ✭ 227 (+453.66%)
Mutual labels:  arxiv
arxiv-sanity-lite
arxiv-sanity lite: tag arxiv papers of interest get recommendations of similar papers in a nice UI using SVMs over tfidf feature vectors based on paper abstracts.
Stars: ✭ 735 (+1692.68%)
Mutual labels:  arxiv
Paper2remarkable
Fetch an academic paper or web article and send it to the reMarkable tablet with a single command
Stars: ✭ 177 (+331.71%)
Mutual labels:  arxiv
Research Paper Notes
Notes and Summaries on ML-related Research Papers (with optional implementations)
Stars: ✭ 218 (+431.71%)
Mutual labels:  arxiv
Awesome Grounding
awesome grounding: A curated list of research papers in visual grounding
Stars: ✭ 247 (+502.44%)
Mutual labels:  arxiv
Bibcure
Bibcure helps in boring tasks by keeping your bibfile up to date and normalized...also allows you to easily download all papers inside your bibtex
Stars: ✭ 124 (+202.44%)
Mutual labels:  arxiv
deeplearning-papernotes
No description or website provided.
Stars: ✭ 22 (-46.34%)
Mutual labels:  arxiv
Triplet Attention
Official PyTorch Implementation for "Rotate to Attend: Convolutional Triplet Attention Module." [WACV 2021]
Stars: ✭ 222 (+441.46%)
Mutual labels:  arxiv
latex-template-arxiv-preprint
A simple LaTeX template for Technical Reports, arXiv preprints & 2-column Conference papers
Stars: ✭ 70 (+70.73%)
Mutual labels:  arxiv
Arxiv Latex Cleaner
arXiv LaTeX Cleaner: Easily clean the LaTeX code of your paper to submit to arXiv
Stars: ✭ 2,689 (+6458.54%)
Mutual labels:  arxiv
Bayesiandeeplearning Survey
Bayesian Deep Learning: A Survey
Stars: ✭ 214 (+421.95%)
Mutual labels:  arxiv
makefile4latex
A GNU Makefile for typesetting LaTeX documents.
Stars: ✭ 21 (-48.78%)
Mutual labels:  arxiv
Coreference Resolution
Efficient and clean PyTorch reimplementation of "End-to-end Neural Coreference Resolution" (Lee et al., EMNLP 2017).
Stars: ✭ 144 (+251.22%)
Mutual labels:  arxiv
awesome-rl
Awesome RL: Papers, Books, Codes, Benchmarks
Stars: ✭ 105 (+156.1%)
Mutual labels:  arxiv
Document Classifier Lstm
A bidirectional LSTM with attention for multiclass/multilabel text classification.
Stars: ✭ 136 (+231.71%)
Mutual labels:  arxiv
Asreview
Active learning for systematic reviews
Stars: ✭ 233 (+468.29%)
Mutual labels:  arxiv
alfred-arxiv-workflow
πŸ”Ž Alfred workflow to search arxiv.org items
Stars: ✭ 23 (-43.9%)
Mutual labels:  arxiv
3dgan-chainer
πŸ“¦ A Chainer implementation of 3D Generative Adversarial Network.
Stars: ✭ 25 (-39.02%)
Mutual labels:  arxiv
arxiv-graphql
🧾GraphQL API for arXiv: e-print service by Cornell University
Stars: ✭ 15 (-63.41%)
Mutual labels:  arxiv

arXiv Titler icon

arXiv titler fixer

Set correct tab <title> on arXiv pages.

Chrome extension

This can be installed standalone from the Chrome web-store.

Chrome extension

Firefox addon

It is also available as an addon on Firefox.

Because Firefox does not allow scripts on pdf pages, the extension does not work.

j3soon has created a clever workaround j3soon/arxiv-utils which does work.

Userscript

o-jasper created a userscript version for use with Greasemonkey for Firefox or Tampermonkey for Blink based browsers!


Usage

Promotion

Adds a little icon to fix the tab title

arXiv title fixing

Integrates well with The Great Suspender

arXiv title fixer with The Great Suspender

Works with Firefox as well!

arXiv title fixing

Integrates well with Tab Suspender

arXiv title fixing


Development

Please install the following before building the extension:

  • web-ext
  • jq Note: This is not the jq on NPM, which is a server-side jQuery replacement.

The project is supplied with a Makefile which can produce final files for both Firefox and Chrome.

make chrome
make firefox

The build is done by selectively copying parts of the source code to the folder ./.tmp and then archiving it again using either zip (for Chrome) or web-ext (for Firefox). The final archives are kept in the ./build folder.

For testing, the extension can be loaded into Chrome by going to chrome://extensions and clicking on the Load Unpacked Extension button. Then navigate to the .tmp folder in the source code root which was created by running make chrome and load it. An alternate is to run make manifest in the root folder and then load the source code root as the unpacked extension. This will allow for a simpler edit-reload cycle, except while editing manifest.json.template.

For Firefox, the easiest way to test the packaged extension would be to download the unbranded build or the Developer Edition and loading the extension there. Otherwise, one would need to sign the extension via your account on their Addon server. Go to about:addons, to the Extensions Tab and click the Gear icon (Settings) on the top right to load the packed extension.

If the browser still complains that the package has not been signed, then go to about:config and set xpinstall.signatures.required to false. Note that this setting only takes effect on the Developer Edition and the Unbranded versions of the browser even though it shows up in about:config pages of the release channel versions as well.

Acknowledgement

Icon made by Freepik from www.flaticon.com is licensed by CC 3.0 BY.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].