You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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}"
}
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;Or more simply,
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)
The text was updated successfully, but these errors were encountered: