ESHackathon / CiteSource

http://www.eshackathon.org/CiteSource/
GNU General Public License v3.0
16 stars 1 forks source link

Re-Importing a bibtex file from CiteSource into ShinyApp #178

Closed rootsandberries closed 2 months ago

rootsandberries commented 4 months ago

When I click Browse to upload a file from CiteSource, the bibtex file that I had previously exported is 'grayed out'....in other words, not recognized as something I can import.

TNRiley commented 3 months ago

I was able to select and upload a .bib, though it never fully loaded and I was disconnected from the server. When going to choose files to upload, the only file extensions its looking for are .csv and .ris too

TNRiley commented 3 months ago

Uploading a raw .bib from a database seems to work fine, the issue appears to be limited to .bib files exported from citesource

TNRiley commented 3 months ago

Added the .bib extension to the shiny so it will also look for .bib when uploading. The issue here is that we have no function for reimporting.bib files in our reimport.R

TNRiley commented 2 months ago

Currently .bib reimports will disconnect users from the server

LukasWallrich commented 2 months ago

Remove that option and highlight that RIS are recommended for re-upload

TNRiley commented 2 months ago

removed