Skip to content

me2d09/silicon

Repository files navigation

An Exercise in Open Data: Triple Axis Data on Si single crystal

DOI made-with-python made-with-latex

This repository is created as an example of good open data practice and F.A.I.R. principles. Its direct copy is archived on Figshare under doi:10.6084/m9.figshare.13130270. The full docker image containing this repository with all dependencies is published on Figshare doi:10.6084/m9.figshare.13133240 as well.

The easiest way of running data analysis is to use Binder with this repository: Binder
Alternativelly you can use Binder with full Docker image.

We are using fully non-restrictive and opened CC-0 license. Although CC0 does not legally require users of the data to cite the source, it does not affect the ethical norms for attribution in scientific and research communities. The ideal way of using our code and latex manuscript is to fork it on github.

The datafiles in the rawdata folder are only a copy of the original data, which are published under License: CC BY. This means, if the data is used it is necessary to give appropriate credit, provide a link to the license, and indicate if changes were made.

Authors and acknowledgement

This repository including paper and data evaluation script are authored by all students attending the Czech-Bavarian Mini-school 2020:
Lukas Beddrich, Alexander Book, Xaver Simon Brems, Michał Dembski-Villalta, Luis Flacke, Henrik Gabold, Marianna Gerina, Andrej Kancko, Soňa Kohúteková, Tereza Košutová, Petr Král, Anastasiia Murmiliuk, Lukáš Nowak, Anastasiia Pylypets, Daniel Staško, Ran Tang, Michal Vančík, Lukas Vogl

as well as the mini-school organizers: Petr Čermák and Johanna K. Jochum

We would like to acknowledge all the students who measured neutron data during the Hercules practical course:
Dellea Greta, Deng Yue, Dietl Christopher, Djurado David, Gambino Marianna, Hepting Matthias, Inkinen Juho, Jafari Atefeh, Lefrancois Emilie, Lopes Selvati Ana Carolina, Panahi Hamed, Pedersen Martin Nors, Pradip Ramu, Ranieri Umbertoluca, Rossi Matteo, Schatte Sarah, Stana Markus, Timosenko Janis, Voneshen David And Zbiri Mohamed. And especially their local contact Paul Steffens.

We also acknowledge the BTHA agency for providing us with financial support for the Czech Bavarian Mini-school on large-scale facilities and open data. Last but not least we acknowledge the Institute Laue-Langevin for opening the data (it is still very rare 😢) and the IN3 spectrometer.

Technical details and file description

A Jupyter notebook silicon.ipynb contains all the data evaluation. If run, it will generate all figures used in latex manuscript. The IPython notebook also tries to download the original data from the data.ill.fr server. However this can fail and therefore a copy of the data is placed in the rawdata folder. A detailed description of the analysis can be found in the IPython notebook and/or in the paper itself.

Latex file is automatically build, see main.yml. Latest generated PDF can be downloaded as artifacts from lastest run in Github Actions.

File description

File description
.github/workflows folder conatining Github actions workflow for automatic compilation of the latex PDF paper.
License: CC BY 4.0 rawdata/ copy of the all datafiles from the original experiment
.gitignore gitignore file for ignoring latex artifacts
LICENSE CC0 1.0 Universal licence, most free license!
README.md this document
bibliography.bib bibtex bibliographzy for latex manuscript
dispersion.eps image generated by silicon.ipynb and used in manuscript
energy-scan.eps image generated by silicon.ipynb and used in manuscript
main.tex latex source code of our manuscript
phonon.png part of Figure 3 from Aouissi paper
requirements.txt python requirements, which binder will use
silicon.ipynb entire automatic data evaluation is here