This repository contains educational resources for acculturation of teachers in artificial intelligence. A view of the current content on the 5 languages of the consortium is available on https://inrialearninglab.github.io/ai4t/index.html website.
All files of this repository can be used downloaded and used according to their licence (most of the project ressources are CC BY 4.0, some elements from a former Inria/Class’code training are in CC BY-SA 2.0). Here are two possible solutions to do reuse them :
- host a copy of this website for free using Github Pages (see below)
- import html pages in your own Learning Management System (such as Moodle)
To download the entire resources package you can use the top right menu:
📦ai4t # ------------------------------------------ Root directory
┣ 📂docs # --------------------------------------- Website sources
┃ ┣ 📂assets # ----------------------------------- General assets (logo, favicon, etc)
┃ ┣ 📂1-Mooc # ----------------------------------- Folder Mooc contents (A. Thillay interview, full training path)
┃ ┃ ┗ 📂general-presentation # ------------------- Folder General presentation of the Mooc (A. Thillay interview, full training path)
┃ ┃ ┗ 📂module-1-using-AI-and-Education # -------- Folder module 1
┃ ┃ ┗ 📂module-2-what-is-meant-by-ai # ----------- Folder module 2
┃ ┃ ┗ 📂module-3-how-does-AI-work # -------------- Folder module 3
┃ ┃ ┗ 📂module-4-AI-at-our-service-as-teachers # - Folder module 4
┃ ┃ ┗ 📂to-conlude # ----------------------------- Folder conclusion
┃ ┃ ┃ ┗ 📜.pages # ------------------------------- Folder website config file
┃ ┣ 📂2-Other-resources # ------------------------ Folder Resources contents
┃ ┗ 📜index.md # --------------------------------- Homepage content file(overriden by home.html)
┣ 📂overrides # ---------------------------------- Custom pages overrides
┃ ┗ 📜home.html # -------------------------------- Homepage override
┣ 📜.gitignore # --------------------------------- Git ignored files
┣ 📜README.md # ---------------------------------- Main readme file (This file you're reading)
┗ 📜mkdocs.yml # --------------------------------- Website main config file
-
Videos
The videos are hosted with their english subtitles on the AI4T YouTube Channel of the project. Videos files (mp4 format) as well as subtitles files (vtt or srt format) are public. -
Quizzes and interactive online activities
Each module of the Mooc contains a set of quizzes and activities. They are hosted and presented on the website in 5 languages (https://inrialearninglab.github.io/ai4t/index.html).
You can download them from this repository in 2 formats: html or h5p files.
-
Quizzes for all Modules
Download a zip file of all EN Quizzes in html format / Download a zip file of all EN Quizzes in h5p format. -
Activities for all Modules
Download a zip file of all EN Online Activities in html format.
-
Texts
All texts files are accessible in HTML or Markdown format. Within the AI4T project, all resources were initially produced in English then translated and reviewed by partners in the 4 other languages of the project : French, German, Italian and Slovenian. -
Videos with Voice-Over
- All the videos are in English, voice-over versions has been produced in the 4 other languages of the project (The German version of the videos in module 2, 3 et 4 was developped within the project as requested by Luxembourg partner - another project is now on and will produce the german version of those 6 videos). The Voice-over videos and their associated subtitles were produced by a sub-contractor. Each partner has interacted directly with the provider to review and when necessary improve the translated voice scripts of each original video before the recording of voice-over. Note that all voice-overs were made by native speakers.
- All the videos in the 5 languages can be accessed on the AI4T YouTube Channel.
- Videos subtitles
- Translated subtitles are available on the project AI4T YouTube channel.
- Tutorials
- Videos with voice-over have been integrated into the tutorials interface.
- Translated subtitles have been directly inserted in the tutorial.
- Fork this project in you own github space
- Make your changes
- After a few minutes, visit : https://[YOUR_LOGIN_OR_GROUPNAME].github.io/ai4t/
To preview the website locally on your computer you need to install python
, mkdocs
and git
.
Prerequisites :
- Install python using Miniconda : https://docs.conda.io/en/latest/miniconda.html (use
.pkg
for MacOS for convenience) - Install mkdocs dependencies (in a terminal) :
pip install mkdocs-material mkdocs-pdf-export-plugin mkdocs-jupyter mkdocs-macros-plugin mkdocs-awesome-pages-plugin
- Install git : https://git-scm.com/downloads
In a terminal :
- Clone this repository
git clone https://github.com/inrialearninglab/ai4t.git
- Change directory
cd ai4t
- Run the local server :
mkdocs serve
After a few seconds, the website should be available at : http://localhost:8000