This repository hosts the source files for the "TFM in Action: Designing your Educational Technology Project" course materials. This resource is specifically designed for students within the Master's in Digital Education at the University of Extremadura (UNEX).
The project is built using Jupyter Book 2.1.2 and MyST Markdown (mystmd).
The core mission of this site is to guide students through the creation of a high-quality initial draft of their Master's Thesis (TFM). The content focuses on developing a rigorous Conceptual Framework, which is the heart of any scientific research in the field of Educational Technology.
- Engine: Jupyter Book 2.1.2 via Conda.
- Content Format: MyST Markdown for enhanced technical documentation.
- Visualizations: Integrated Mermaid.js for learning itineraries.
- Citations: Full support for APA 7th Edition referencing styles.
This project uses Conda to manage dependencies. Ensure you have Miniconda or Anaconda installed.
- Clone the repository:
git clone [https://github.com/danloi2/mite.git](https://github.com/danloi2/mite.git) cd mite
2. **Create the environment:**
Use the provided `environment.yml` (or create it manually with the following specifications):
```bash
conda create -n MITE -c conda-forge jupyter-book==2.1.2 mystmd nodejs python=3.14
- Activate the environment:
conda activate MITE
- Build the project:
jb build .
index.md: The landing page and course introduction._config.yml: Global configuration (metadata and build settings)._toc.yml: Table of Contents defining the pedagogical itinerary.references.bib: BibTeX file containing academic sources cited (APA 7).
- Daniel Losada Iglesias (Coordinator) – University of the Basque Country / Euskal Herriko Unibertsitatea.
- Héctor Galindo.
- Lucía Campo.
Developed for the Master's in Digital Education (UPV/EHU).
Developed by Daniel Losada
- Hero Component: Since you are using
:::{hero}, ensure your_config.ymlor custom CSS is set up to handle that specific class for the "orange" accent to display correctly. - Mermaid Diagrams: Ensure the
sphinxcontrib-mermaidextension is enabled in your configuration to render thegitGraphyou included in the index.
BASE_URL="/zonauex/avuex/pluginfile.php/2761687/mod_resource/content/2/artifact" myst build --html
zip _build/html folder