Trainings#
Caution
THE CONTENT IS CREATED BY AI AND MAY CONTAIN ERRORS. THE CONTENT PURPOSE IS ONLY PROVIDED FOR VISUALIZATION AND DEMONSTRATION OF THE TRAINING PORTAL. PLEASE VERIFY THE INFORMATION BEFORE USE.
Human verification has NOT been performed to ensure the accuracy of the content, and the content may not be suitable for actual training purposes.
Self-paced interactive training portals for the Eclipse S-CORE process areas. Each portal is built from editable Markdown source files and rendered as a standalone HTML site with progress tracking and embedded quizzes.
Note
The portals open as self-contained HTML applications. Progress is saved locally in your browser — no server or login required.
Available Trainings (VISUALIZATION AND DEMONSTRATION PURPOSE ONLY)#
Requirements Engineering (VISUALIZATION AND DEMONSTRATION PURPOSE ONLY)
A focused 4-module training covering the S-CORE requirements engineering process: concepts, requirement levels, attributes, and workflows.
Training Source and Build#
Each training is maintained under
process/trainings/<training_name>/source/ as editable Markdown files and
rebuilt automatically whenever the documentation is built via
bazel run //:docs.
To rebuild a specific training manually:
cd process/trainings/trainings_requirements_engineering/source
python build.py
Adding a new training#
Copy the template from
process/trainings/trainings_templates/content/into a newtrainings_<area>/source/content/directory.Copy
build.py,template.html,requirements.txt, andassets/from an existing training source folder.Update the
MODULESarray inassets/app.jsand theOUTpath inbuild.py.Add a grid card above pointing to the generated portal.