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
Add citable references #190
Comments
|
I actually had something even more basic in mind back then: <bibliography>
<citation doi="10.1186/1471-2105-11-288">
Mägi, R. & Morris, A. P. GWAMA: software for genome-wide association meta-analysis. BMC Bioinformatics 11, 288 (2010).
</citation>
</bibliography>What I would like to avoid is having a full-blown BibTeX like reference database in AppStream. @hughsie @aleixpol What do you think? For a UI having the data neatly split into author/date/journal etc. would be nice, I guess. Question is whether AppStream is the right place to store this information in such detail. <bibliography>
<citation doi="10.1186/1471-2105-11-288">
<title>GWAMA: software for genome-wide association meta-analysis</title>
<authors>Reedik Mägi, Andrew P. Morris</authors>
<date>2010-05-28</date>
<journal>BMC Bioinformatics</journal>
</citation>
</bibliography>With |
I don't think this is something that we'd show in a software center, and thus doesn't belong in AppStream. Sorry. |
|
@hughsie From being in science myself, I know that people will actually (try to) search for that in software centers, and it might be a useful feature for dedicated tools to display the right software for a publication. At least the former would make it relevant for AppStream because it falls in the "information relevant to the user to decide whether they want to install the application" category that I use to determine what belongs into AS. However admittedly this is a fringe feature that's useful for a really small amount of people, and AppStream really isn't the right place for a bibliography reference list. So, I really haven't made up my mind on this yet (which is why when this was originally requested on the mailinglist the discussion kind of faded, so I'm glad that we have an open ticket for this now). |
|
If they're searching for it, it's a surely? |
|
@hughsie A "surely" for adding that feature? |
|
Gahh sorry, my phone ate the formatting. I meant "it's a |
Hi,
So, now the bug is open :-)
Maybe we can start the discussion with a minimal example:
What do you think about this?
The text was updated successfully, but these errors were encountered: