Giter VIP home page Giter VIP logo

indirivacua / sigeva-bibtex Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 568 KB

Extensión de navegador para cargar automáticamente trabajos científicos en SIGEVA a partir de un bibtex.

Home Page: https://chromewebstore.google.com/detail/sigeva-bibtex/kgbfmcnmibhkakpepfcmoolakpdmpcjp

License: GNU General Public License v3.0

JavaScript 96.67% HTML 2.42% Shell 0.90%
bibtex conicet cvar unlp sigeva chrome chrome-extension extension firefox firefox-extension

sigeva-bibtex's Issues

Guess event type from event name

The name of an event usually gives away its type. For example:

  • "XXVIII Congreso Argentino de Ciencias de la Computación (CACIC)" → Congreso
  • "Workshop Argentino de Ciencias de la Computación" → Workshop
  • "Jornadas Argentinas de Informática e Investigación Operativa" → Jornada

Could we add a simple check for some of these keywords to automatically fill this field?

Something like

{
"Congreso": "Congreso",
"Congress": "Congress",
"Conferencia": "Conferencia",
"Conference": "Conferencia"
}

Give user feedback when parsing goes wrong

When the parsing fails, there's no user message to indicate the type of error o related field.

Also, even when parsing succeeds, It'd nice to format the detected fields in case there is a mismatch between the parsed data and what's being put inside the form.

Support for accents

The following valid bibtex does not parse because of the accent in "título".
Could you support special characters directly?

Sample:

@inproceedings{greatpaper,
  title={Un título hermoso},
}

Error:

popup.js:34 Uncaught URIError: URI malformed
    at decodeURIComponent (<anonymous>)
    at parseBibtex (popup.js:34:13)
    at HTMLButtonElement.<anonymous> (popup.js:5:20)

Support for additional fields

For example, in this bibtex, we've included additional isbn, city, country and date fields for a conference.

While not standard bibtex fields, could these be supported to improve usability?

  title={Software inteligente para la digitalizaci{\'o}n de placas espectrosc{\'o}picas},
  author={Ronchetti, Franco and Quiroga, Facundo Manuel and Pereyra, Nehu{\'e}n and Miranda, Joaqu{\'\i}n and Ponte, Santiago and Aidelman, Yael Judith and Gamen, Roberto Claudio and Lanzarini, Laura Cristina},
  booktitle={XXVIII Congreso Argentino de Ciencias de la Computaci{\'o}n (CACIC)},
  year={2022},
  date={3/10/2022},
  country={Argentina},
  city={La Rioja},
  publisher={RedUNCI},
  url={http://sedici.unlp.edu.ar/handle/10915/149571},
  organization={Universidad Nacional de la Rioja},
  isbn={978-987-1364-31-2},
  keywords={espectros, YOLO, placa espectroscopica, ReTrOH, Universidad Nacional de La Plata, Astronomia},
}

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.