nbonfils / bibliograph2

Bibliograph is a tool and a method to visualize scientometric landscapes.
https://nbonfils.github.io/bibliograph2/
0 stars 0 forks source link

CSV downloads #2

Open tommv opened 8 months ago

tommv commented 8 months ago

It would be very useful for the user to be able to download CVS tables of two things:

  1. The corpus retrieved by the query composed by the user, after the "cut" at the limit set by the user
  2. The references with labels and the metadata, , after the setting of the thresholds by the user
nbonfils commented 8 months ago

Do we want/need to have a CSV format or would JSON work instead? The data in the app is currently all processed in JSON format, so if we can avoid converting between two format it would be ideal. But if we really want an "external" CSV format, it shouldn't add too much complexity for now.