-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deployed e53429e with MkDocs version: 1.5.3
- Loading branch information
Unknown
committed
Mar 13, 2024
0 parents
commit 6dd92bc
Showing
405 changed files
with
51,463 additions
and
0 deletions.
There are no files selected for viewing
Empty file.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,350 @@ | ||
<!-- Ensures this only extends, not overrides, the theme. --> | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="utf-8"> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
|
||
|
||
|
||
<link rel="shortcut icon" href="/img/favicon.ico"> | ||
<title>STACK</title> | ||
<link href="/css/bootstrap.min.css" rel="stylesheet"> | ||
<link href="/css/font-awesome.min.css" rel="stylesheet"> | ||
<link href="/css/base.css" rel="stylesheet"> | ||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.8.0/styles/github.min.css"> | ||
<link href="/custom.css" rel="stylesheet"> | ||
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.8.0/highlight.min.js"></script> | ||
<script>hljs.highlightAll();</script> | ||
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons"> | ||
|
||
</head> | ||
|
||
<body> | ||
<div class="navbar fixed-top navbar-expand-lg navbar-dark bg-secondary"> | ||
<div class="container"> | ||
<a class="navbar-brand" href="/."><img style="vertical-align:baseline" src="/./img/logo_large.png" alt="STACK logo" height="20"><b>STACK</b></a> | ||
|
||
<!-- Expander button --> | ||
<button type="button" class="navbar-toggler" data-toggle="collapse" data-target="#navbar-collapse"> | ||
<span class="navbar-toggler-icon"></span> | ||
</button> | ||
|
||
<!-- Expanded navigation --> | ||
<div id="navbar-collapse" class="navbar-collapse collapse"> | ||
<!-- Main navigation --> | ||
<ul class="nav navbar-nav"> | ||
<li class="navitem"> | ||
<a href="/." class="nav-link">Home</a> | ||
</li> | ||
<li class="navitem"> | ||
<a href="/About/" class="nav-link">About</a> | ||
</li> | ||
<li class="navitem"> | ||
<a href="/GetStarted/" class="nav-link">Get Started</a> | ||
</li> | ||
<li class="dropdown"> | ||
<a href="#" class="nav-link dropdown-toggle" data-toggle="dropdown">Community <b class="caret"></b></a> | ||
<ul class="dropdown-menu"> | ||
|
||
<li> | ||
<a href="/Community/" class="dropdown-item">Developmet team and Advisory Board</a> | ||
</li> | ||
|
||
<li> | ||
<a href="/Communities/African_leadership/" class="dropdown-item">African STACK Community Leadership Team</a> | ||
</li> | ||
|
||
<li> | ||
<a href="/Communities/Professional_network/" class="dropdown-item">STACK Professionals Network</a> | ||
</li> | ||
</ul> | ||
</li> | ||
<li class="dropdown"> | ||
<a href="#" class="nav-link dropdown-toggle" data-toggle="dropdown">Training and Events <b class="caret"></b></a> | ||
<ul class="dropdown-menu"> | ||
|
||
<li> | ||
<a href="/Training_and_events/" class="dropdown-item">Meetings</a> | ||
</li> | ||
|
||
<li> | ||
<a href="/Conference/" class="dropdown-item">Annual conferences</a> | ||
</li> | ||
|
||
<li> | ||
<a href="/2020meetings/" class="dropdown-item">Training events in 2020</a> | ||
</li> | ||
|
||
<li> | ||
<a href="/MeetingReports/" class="dropdown-item">Meeting reports</a> | ||
</li> | ||
</ul> | ||
</li> | ||
<li class="dropdown"> | ||
<a href="#" class="nav-link dropdown-toggle" data-toggle="dropdown">Projects <b class="caret"></b></a> | ||
<ul class="dropdown-menu"> | ||
|
||
<li> | ||
<a href="/Projects/" class="dropdown-item">Overview</a> | ||
</li> | ||
|
||
<li> | ||
<a href="/Projects/AuthOMath/" class="dropdown-item">AuthOMath</a> | ||
</li> | ||
|
||
<li> | ||
<a href="/Projects/IDIAM/" class="dropdown-item">IDIAM</a> | ||
</li> | ||
</ul> | ||
</li> | ||
<li class="dropdown"> | ||
<a href="#" class="nav-link dropdown-toggle" data-toggle="dropdown">Case Studies <b class="caret"></b></a> | ||
<ul class="dropdown-menu"> | ||
|
||
<li> | ||
<a href="/CaseStudies/" class="dropdown-item">Overview</a> | ||
</li> | ||
|
||
<li class="dropdown-submenu"> | ||
<a href="#" class="dropdown-item">2023</a> | ||
<ul class="dropdown-menu"> | ||
|
||
<li> | ||
<a href="/CaseStudies/2023/African_STACK_Conference_2023/" class="dropdown-item">The First African STACK Conference for Undergraduate Mathematics</a> | ||
</li> | ||
|
||
<li> | ||
<a href="/CaseStudies/2023/Bahir_Dar_University_Workshop/" class="dropdown-item">Maths in Ethiopian higher education: A moment in time</a> | ||
</li> | ||
|
||
<li> | ||
<a href="/CaseStudies/2023/Edinburgh_Internship/" class="dropdown-item">Employ.Ed STACK Internship Programme</a> | ||
</li> | ||
|
||
<li> | ||
<a href="/CaseStudies/2023/INNODEMS_Internship/" class="dropdown-item">The INNODEMS STACK Internship Programme in Africa</a> | ||
</li> | ||
|
||
<li> | ||
<a href="/CaseStudies/2023/Partial_frac_int/" class="dropdown-item">Integration using partial fractions and STACK</a> | ||
</li> | ||
</ul> | ||
</li> | ||
|
||
<li class="dropdown-submenu"> | ||
<a href="#" class="dropdown-item">2022</a> | ||
<ul class="dropdown-menu"> | ||
|
||
<li> | ||
<a href="/CaseStudies/2022/HonoursComplexVariables/" class="dropdown-item">Use of STACK in Honours Complex Variables</a> | ||
</li> | ||
|
||
<li> | ||
<a href="/CaseStudies/2022/MasenoWorkshop/" class="dropdown-item">Maseno University Workshop 2022</a> | ||
</li> | ||
|
||
<li> | ||
<a href="/CaseStudies/2022/StringSimilarity/" class="dropdown-item">Question Answering in STACK Applying String Similarity</a> | ||
</li> | ||
</ul> | ||
</li> | ||
|
||
<li class="dropdown-submenu"> | ||
<a href="#" class="dropdown-item">2021</a> | ||
<ul class="dropdown-menu"> | ||
|
||
<li> | ||
<a href="/CaseStudies/2021/HELM/" class="dropdown-item">Translating the HELM workbooks to STACK</a> | ||
</li> | ||
|
||
<li> | ||
<a href="/CaseStudies/2021/Warwick/" class="dropdown-item">Using STACK in Real Analysis</a> | ||
</li> | ||
</ul> | ||
</li> | ||
|
||
<li class="dropdown-submenu"> | ||
<a href="#" class="dropdown-item">2020</a> | ||
<ul class="dropdown-menu"> | ||
|
||
<li> | ||
<a href="/CaseStudies/2020/MINTFIT/" class="dropdown-item">Diagnostics Testing With STACK</a> | ||
</li> | ||
|
||
<li> | ||
<a href="/CaseStudies/2020/OTH/" class="dropdown-item">Extra-occupational bridging courses for non-traditional students</a> | ||
</li> | ||
</ul> | ||
</li> | ||
|
||
<li class="dropdown-submenu"> | ||
<a href="#" class="dropdown-item">2019</a> | ||
<ul class="dropdown-menu"> | ||
|
||
<li> | ||
<a href="/CaseStudies/2019/ABACUS/" class="dropdown-item">STACK for Engineering Mathematics and the Abacus Material Bank</a> | ||
</li> | ||
|
||
<li> | ||
<a href="/CaseStudies/2019/Adaptive/" class="dropdown-item">Adaptive Self-learning Exercises</a> | ||
</li> | ||
|
||
<li> | ||
<a href="/CaseStudies/2019/Edinburgh/" class="dropdown-item">Institutional Support for STACK in Edinburgh</a> | ||
</li> | ||
|
||
<li> | ||
<a href="/CaseStudies/2019/FAC/" class="dropdown-item">Developing a Fully Online Course</a> | ||
</li> | ||
|
||
<li> | ||
<a href="/CaseStudies/2019/FlickInterface/" class="dropdown-item">A Flick Interface for Maths Input</a> | ||
</li> | ||
|
||
<li> | ||
<a href="/CaseStudies/2019/ILIAS/" class="dropdown-item">Technical Integration of STACK Into ILIAS</a> | ||
</li> | ||
|
||
<li> | ||
<a href="/CaseStudies/2019/Loughborough/" class="dropdown-item">Promoting STACK Across Disciplines at Loughborough University</a> | ||
</li> | ||
|
||
<li> | ||
<a href="/CaseStudies/2019/Maseno/" class="dropdown-item">Innovating Education in Maseno, Kenya</a> | ||
</li> | ||
|
||
<li> | ||
<a href="/CaseStudies/2019/PhysicsCurriculum/" class="dropdown-item">STACK for a Physics Textbook</a> | ||
</li> | ||
|
||
<li> | ||
<a href="/CaseStudies/2019/StackAtScale/" class="dropdown-item">STACK at Scale: The Open University</a> | ||
</li> | ||
|
||
<li> | ||
<a href="/CaseStudies/2019/optes/" class="dropdown-item">optes: Optimising Self-study With STACK</a> | ||
</li> | ||
</ul> | ||
</li> | ||
</ul> | ||
</li> | ||
<li class="navitem"> | ||
<a href="https://stack-demo.maths.ed.ac.uk/demo/" class="nav-link">Demo</a> | ||
</li> | ||
<li class="navitem"> | ||
<a href="https://docs.stack-assessment.org/en/" class="nav-link">Documentation</a> | ||
</li> | ||
</ul> | ||
|
||
<ul class="nav navbar-nav ml-auto"> | ||
|
||
|
||
|
||
|
||
</ul> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
<div class="container"> | ||
<div class="row"> | ||
|
||
<div class="row-fluid"> | ||
<div id="main-content" class="span12"> | ||
<h1 id="404-page-not-found" style="text-align: center">404</h1> | ||
<p style="text-align: center"><strong>Page not found</strong></p> | ||
</div> | ||
</div> | ||
|
||
|
||
</div> | ||
</div> | ||
|
||
<footer class="col-md-12"> | ||
<hr> | ||
<div class="container"> | ||
<div class="row"> | ||
<div class="col-md" style="text-align:left"> | ||
<h5>About STACK</h5> | ||
<p>STACK is the world-leading open-source automatic assessment system for mathematics and STEM. It is available for Moodle, ILIAS and as an integration into other systems through LTI. | ||
<br> | ||
<br><a href="https://docs.stack-assessment.org/content/2018-STACK.pdf">A flyer about the STACK project</a> | ||
<br><a href="https://docs.stack-assessment.org/content/2019-cate-case-studies.pdf">A collection of case studies</a> | ||
<br>A self-contained <a href="https://docs.stack-assessment.org/content/2019-STACK-Guide.pdf">"Getting started with STACK" guide</a> | ||
</p> | ||
</div> | ||
<div class="col-md" style="text-align:left"> | ||
<h5>Contact Us</h5> | ||
<p> | ||
We welcome questions and discussion about the STACK project. The main contact is our <a href="https://stack-assessment.zulipchat.com/">online chat community</a>, where developers and advanced users are easily reached. | ||
</p> | ||
<p> <br><a href="https://github.com/maths/moodle-qtype_stack">STACK git repository</a> | ||
<br><a href="https://moodle.org/mod/forum/view.php?id=752">Moodle's "Mathematics tools" forum</a> | ||
</p> | ||
</div> | ||
<div class="col-md" style="text-align:left"> | ||
<img class="m-4" src="/./img/logo_large.png" alt="STACK logo" height="60"> <img class="m-4" src="/./img/ILIAS_web.png" alt="ILIAS logo" height="60"> | ||
<br> | ||
<br><img class="m-4" src="/./img/moodle_white.png" alt="Moodle logo" height="40"> | ||
<br> | ||
<br><a href="/./Legal/PrivacyStatement">Privacy Statement</a> | <a href="/./Legal/Accessibility">Accessibility</a> | ||
<br><a rel="license" href="https://creativecommons.org/licenses/by-sa/4.0/"><img alt="Creative Commons Licence" style="border-width:0" src="https://i.creativecommons.org/l/by-sa/4.0/80x15.png" /></a> This work is licensed under a <a rel="license" href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a> | <a href="/./Legal/Licenses">Licenses</a> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
</footer> | ||
<script src="/js/jquery-3.6.0.min.js"></script> | ||
<script src="/js/bootstrap.min.js"></script> | ||
<script> | ||
var base_url = "/", | ||
shortcuts = {"help": 191, "next": 78, "previous": 80, "search": 83}; | ||
</script> | ||
<script src="/js/base.js"></script> | ||
<script src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script> | ||
|
||
<div class="modal" id="mkdocs_keyboard_modal" tabindex="-1" role="dialog" aria-labelledby="keyboardModalLabel" aria-hidden="true"> | ||
<div class="modal-dialog"> | ||
<div class="modal-content"> | ||
<div class="modal-header"> | ||
<h4 class="modal-title" id="keyboardModalLabel">Keyboard Shortcuts</h4> | ||
<button type="button" class="close" data-dismiss="modal"><span aria-hidden="true">×</span><span class="sr-only">Close</span></button> | ||
</div> | ||
<div class="modal-body"> | ||
<table class="table"> | ||
<thead> | ||
<tr> | ||
<th style="width: 20%;">Keys</th> | ||
<th>Action</th> | ||
</tr> | ||
</thead> | ||
<tbody> | ||
<tr> | ||
<td class="help shortcut"><kbd>?</kbd></td> | ||
<td>Open this help</td> | ||
</tr> | ||
<tr> | ||
<td class="next shortcut"><kbd>n</kbd></td> | ||
<td>Next page</td> | ||
</tr> | ||
<tr> | ||
<td class="prev shortcut"><kbd>p</kbd></td> | ||
<td>Previous page</td> | ||
</tr> | ||
<tr> | ||
<td class="search shortcut"><kbd>s</kbd></td> | ||
<td>Search</td> | ||
</tr> | ||
</tbody> | ||
</table> | ||
</div> | ||
<div class="modal-footer"> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
</body> | ||
</html> |
Oops, something went wrong.