Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions invenio_app_rdm/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -1121,8 +1121,8 @@ def github_link_render(record):
("apa", _("APA")),
("harvard-cite-them-right", _("Harvard")),
("modern-language-association", _("MLA")),
("vancouver", _("Vancouver")),
("chicago-fullnote-bibliography", _("Chicago")),
("nlm-citation-sequence", _("Vancouver")),

@ptamarit ptamarit Jul 24, 2026

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure if the label should be changed to "NLM" (see description in PR).

("chicago-notes-bibliography", _("Chicago")),
("ieee", _("IEEE")),
]
"""List of citation style """
Expand Down
Loading