Main content

Home

Menu

Loading wiki pages...

View
Wiki Version:
# How to Open Science: Promoting Principles and Reproducibility Practices within the Artificial Intelligence in Education Community [![OSF][badge]][osf] *How to Open Science: Promoting Principles and Reproducibility Practices within the Artificial Intelligence in Education Community* is a tutorial to be presented at the [*24th International Conference on Artificial Intelligence in Education*][aied]. This project serves as the repository holding the webpage. The rendered version can be viewed at https://aied2023-tutorial.howtoopenscience.com. ## License The content of this Open Science Foundation project under the [Creative Commons Attribute 4.0 International License][cc4]. ## Local Setup ### [Docker][docker] Container Clone this repository and run the following commands: ``` docker build -t <image_name> . docker run --rm -it -p 8000:8000 -v ${PWD}/src:/docs <image_name> ``` `image_name` can be specified to whatever identifier the user desires. This will run the docs server and expose it to the local host on port 8000. ### Python This setup runs in Python 3.9.5. You can install the required libraries through the provided `requirements.txt`: ``` pip install -r requirements.txt ``` Then navigate to the `src` folder in your terminal and serve the docs. ``` cd ./src mkdocs serve ``` > You may need to prefix the `pip` or `mkdocs` command with either `python3 -m` for Unix systems or `py -m` for Windows systems if the python modules were not properly installed onto the path. ## Citation ``` @misc{Haim_Shaw_Heffernan_2023, title={How to Open Science: Promoting Principles and Reproducibility Practices within the Artificial Intelligence in Education Community}, url={osf.io/yd9kr}, DOI={10.17605/OSF.IO/YD9KR}, publisher={OSF}, author={Haim, Aaron and Shaw, Stacy T and Heffernan, Neil T, III}, year={2023}, month={Mar} } ``` [badge]: https://img.shields.io/badge/OSF-10.17605%2Fosf.io%2Fyd9kr-blue [osf]: https://doi.org/10.17605/osf.io/yd9kr [aied]: https://www.aied2023.org/ [cc4]: https://osf.io/ker8u [docker]: https://www.docker.com/
OSF does not support the use of Internet Explorer. For optimal performance, please switch to another browser.
Accept
This website relies on cookies to help provide a better user experience. By clicking Accept or continuing to use the site, you agree. For more information, see our Privacy Policy and information on cookie use.
Accept
×

Start managing your projects on the OSF today.

Free and easy to use, the Open Science Framework supports the entire research lifecycle: planning, execution, reporting, archiving, and discovery.