Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"citation" in appmetadata #81

Open
keighrim opened this issue Jul 13, 2021 · 1 comment
Open

"citation" in appmetadata #81

keighrim opened this issue Jul 13, 2021 · 1 comment
Labels
▶️F Migrate to next phase ✨N New feature or request

Comments

@keighrim
Copy link
Member

Usually when wrapping an existing academic research software, we often find the original software has some citation. We can add citation field in the app metadata to store such information. For example;

{ 
  "name": "some-famous-research-tool", 
  ...
  "citation": 
  {
    "@type: "http://www.bibtex.org/", 
    "@value": "@inproceedings{NIPS2017_3f5ee243,\n author = {Vaswani, Ashish and Shazeer, Noam and Parmar, Niki and Uszkoreit, Jakob and Jones, Llion and Gomez, Aidan N and Kaiser, \L ukasz and Polosukhin, Illia},\n booktitle = {Advances in Neural Information Processing Systems},\n editor = {I. Guyon and U. V. Luxburg and S. Bengio and H. Wallach and R. Fergus and S. Vishwanathan and R. Garnett},\n pages = {},\n publisher = {Curran Associates, Inc.},\n title = {Attention is All you Need},\n url = {https://proceedings.neurips.cc/paper/2017/file/3f5ee243547dee91fbd053c1c4a845aa-Paper.pdf},\n volume = {30},\n year = {2017}\n}"
}

Or more simply,

{ 
  "name": "some-famous-research-tool", 
  ...
  "citation": 
  {
    "@type: "https://arxiv.org/help/faq/references", 
    "@value": "arXiv:1706.03762"
}

or other citation schemes can be used (e.g. DOI).

(got this idea from Galaxy project https://docs.galaxyproject.org/en/latest/dev/schema.html#tool-citations)

@marcverhagen
Copy link
Contributor

Probably useful yes. But we could also have that as part of the full description.

@keighrim keighrim added this to CLAMS Mar 18, 2023
@github-project-automation github-project-automation bot moved this to 🆕 New in CLAMS Mar 18, 2023
@keighrim keighrim added ▶️F Migrate to next phase ✨N New feature or request labels Apr 19, 2023
@clams-bot clams-bot added this to infra Apr 23, 2023
@github-project-automation github-project-automation bot moved this to Todo in infra Apr 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
▶️F Migrate to next phase ✨N New feature or request
Projects
Status: 🆕 New
Status: Todo
Development

No branches or pull requests

2 participants