aiidateam / aiida-website

The primary website for AiiDA
https://aiida.net
MIT License
1 stars 7 forks source link

Updated list of AiiDA powered research papers #60

Closed khsrali closed 4 months ago

khsrali commented 5 months ago

I did a manual search to make this updated list of papers powered by AiiDA. The idea is to have this PR ready to go at the same time as we send questionnaire, so that people can add their research paper to this page, if not listed. (this is probable, since my manual approach was pessimistic)

sphuber commented 5 months ago

How did you perform the search exactly? Did you just get any paper that cites the AiiDA paper? And which paper, the original from 2016, or also the 2020 one? What about the ACWF v1.0 and ACWF v2.0?

khsrali commented 5 months ago

How did you perform the search exactly? Did you just get any paper that cites the AiiDA paper? And which paper, the original from 2016, or also the 2020 one? What about the ACWF v1.0 and ACWF v2.0?

I fetch all papers citing at least either Main paper: S.P. Huber et al., Scientific Data 7, 300 (2020) AiiDA engine: M. Uhrin et al., Comp. Mat. Sci. 187 (2021)

And check them one by one, discarded those which don't actually use aiida for research.

The list is accurate but not complete, for instance it doesn't include those aiida powered research paper citing only the First paper, ADES model: G. Pizzi et al. Comp. Mat. Sci. 111, 218-230 (2016)

That's why at some point they got too many to check manually, so I made a PR of those we are sure, and hopefully will catch the rest by sending the questionnaire.

sphuber commented 5 months ago

Thanks a lot @khsrali . That makes sense. But maybe it would be useful to add a disclaimer saying that these are curated manually and so that the list is not exhaustive.

Also, probably have to update this comment:

list of publications containing calculations powered by AiiDA, selected from the [citations of the AiiDA paper](https://scholar.google.com/scholar?cites=10268089832296963062&as_sdt=2005&sciodt=0,5&hl=en).

to include all the papers that you include in the search.

Would it be possible to add the ACWF v1.0 paper perhaps? It has 20 citations currently, but might have relevant research papers

khsrali commented 5 months ago

it would be useful to add a disclaimer saying that these are curated manually and so that the list is not exhaustive.

sure sure, makes sense

Also, probably have to update this comment: list of publications containing calculations powered by AiiDA, selected from the citations of the AiiDA paper. to include all the papers that you include in the search.

For this and the picture, honestly, maybe it's more convenient to wait until we collect responses from the questionnaire.

Would it be possible to add the ACWF v1.0 paper perhaps? It has 20 citations currently, but might have relevant research papers

Do you mean to add it to the left column, where we say "If you use AiiDA please cite:" ? or to check the citations?

sphuber commented 4 months ago

For this and the picture, honestly, maybe it's more convenient to wait until we collect responses from the questionnaire.

Just to be clear, what I meant was to add the engine paper, because you said the selected papers also contain those that cite the engine paper.

khsrali commented 4 months ago

Hi @sphuber , I added the disclaimer. I intentionally repeated it under each relevant section. Later, after sending off the questionnaire, we can slowly complete the list.

sphuber commented 4 months ago

Thanks @khsrali . Changes look good, but the CI is failing. Don't understand why this is happening now, but it seems that the Python version we are using is no longer compatible with pydata-sphinx-theme. I will quickly fix that and then we can merge this

sphuber commented 4 months ago

https://github.com/aiidateam/aiida-website/pull/63

sphuber commented 4 months ago

Ok, I fixed the CI in #63 so this should now pass and we can merge. In fixing the broken links I did notice that the team is extremely outdated. If we want to keep that page, you may want to try and find some time to update it.

khsrali commented 4 months ago

Super! Thanks a lot for the quick action @sphuber