openreview / openreview-web

The official web interface for OpenReview.net
https://openreview.net
GNU Affero General Public License v3.0
12 stars 2 forks source link

Revisions page: show always the invitation id instead of the content.venueid #449

Closed melisabok closed 3 years ago

melisabok commented 3 years ago

Instead of showing the venue id 'ICLR 2021 Oral', we should show the invitation id so we know from which invitation the reference come from. Also bibtex entry shouldn't be shown. We don't have a bibtex entry per reference, it is only representing the note data, we should hide it.

xkopenreview commented 3 years ago

this is making use of view.mkNotePanel maybe it's time to make the notepanel a component so that it also can be used later

melisabok commented 3 years ago

mkNotePanel has a list options supported, for example isReference, you can use it to render the invitation name instead of the venueid, same for bibtex.

Yes, we are planning to migrate the note panel to React soon supporting the API v2.