Skip to content

A website for 'How to Open Science: Promoting Principles and Reproducibility Practices within the Learning Analytics Community' submitted to LAK 2023

License

Notifications You must be signed in to change notification settings

HowToOpenScience/lak2023-tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to Open Science: Promoting Principles and Reproducibility Practices within the Learning Analytics Community

OSF

How to Open Science: Promoting Principles and Reproducibility Practices within the Learning Analytics Community is a tutorial to be presented at the 13th International Conference on Learning Analytics and Knowledge.

This project serves as the repository holding the webpage. The rendered version can be viewed at https://lak2023-tutorial.howtoopenscience.com

License

The content of this Open Science Framework project is under the Creative Commons Attribute 4.0 International License.

Local Setup

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_2022,
  title={How to Open Science: Promoting Principles and Reproducibility Practices within the Learning Analytics Community},
  url={osf.io/kyxba},
  DOI={10.17605/OSF.IO/KYXBA},
  publisher={OSF},
  author={Haim, Aaron and Shaw, Stacy T and Heffernan, Neil T, III},
  year={2022},
  month={Oct}
}

About

A website for 'How to Open Science: Promoting Principles and Reproducibility Practices within the Learning Analytics Community' submitted to LAK 2023

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published