Skip to content

Commit

Permalink
Add in commercial partner page.
Browse files Browse the repository at this point in the history
  • Loading branch information
sangwinc committed Oct 17, 2024
1 parent f92ec63 commit 23559d8
Show file tree
Hide file tree
Showing 6 changed files with 49 additions and 3 deletions.
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ nav:
- 'Development team and Advisory Board': 'Community.md'
- 'African STACK Community Leadership Team': 'Communities/African_leadership.md'
- 'STACK Professionals Network': 'Communities/Professional_network.md'
- 'Commercial Partners': 'Partners/index.md'
- Training and Events:
- 'Meetings': 'Training_and_events.md'
- 'Annual conferences': 'Conference.md'
Expand Down
10 changes: 8 additions & 2 deletions website_files/About.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,13 @@ Teachers write grading trees that mark answers based on mathematical properties,
<li class="mb-3"> <b>Diverse question types</b> involving scientific units, numerical accuracy, line-by-line reasoning and more.</li>
</ul>
#### Open-source

As an open-source project, users help improve STACK by adding features, translations, bug reports and more. Many users share STACK materials, for example through the ABACUS material bank.
<br>
<a class="btn btn-primary" href="https://docs.stack-assessment.org/en/About/Credits" role="button">Credits and contributions</a><a class="btn btn-primary" href="https://abacus.aalto.fi" role="button">ABACUS material bank</a>

#### Trusted user base

STACK is trusted by many respected institutions.

<div class="d-inline m-3"><a href="../CaseStudies/2019/Edinburgh"><img style="display: inline-block;" src="../CaseStudies/2019/Images/Edinburgh_logo_stacked.png" class="img-fluid img-logo" title="Go to Edinburgh Case Study." alt="Edinburgh University logo"></a></div>
Expand All @@ -51,5 +53,9 @@ STACK is trusted by many respected institutions.

<div class="d-inline m-3"><a href="../CaseStudies/2019/Adaptive"><img style="display: inline-block;" src="../CaseStudies/2019/Images/RUB_logo.png" class="img-fluid img-logo" title="Go to RUB Case Study." alt="Ruhr University Bochum logo"></a></div>

<br>
<a class="btn btn-primary" href="../CaseStudies" role="button">More users</a>
#### Commercial partners

STACK is trusted by a number of [commercial partners](Partners/index.md).



19 changes: 19 additions & 0 deletions website_files/Partners/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# STACK Commercial Partners

A growing number of commercial partners are using STACK as part of their professional services. Partners are listed here in no particular order.

### Physics Curriculum & Instruction

[Physics Curriculum & Instruction](../CaseStudies/2019PhysicsCurriculum/) publish textbooks supported by STACK exercises.

### IDEMS International

[IDEMS International](https://www.idems.international/) offer a range of services, including running meetings and bespoke STACK question authoring.

### Catalyst IT

[Catalyst IT](www.catalyst-eu.net) who provide hosted moodle services, including STACK.

> Catalyst IT is a strong advocate for STACK. As the largest Moodle provider in higher education, we're committed to helping institutions get the most out of this innovative technology. We recognise that STACK can be complex, requiring not only access to additional infrastructure but also a solid understanding of Maxima CAS system syntax. Both of these factors can be a significant hurdle for many educators. Our team at Catalyst IT is here to help you overcome these challenges. Whether you host your Moodle site with us or elsewhere, we can assist you by hosting your STACK infrastructure and provide expert guidance on creating engaging math questions.
> By partnering with Catalyst, you'll gain seamless integration between your Moodle site and STACK, ensuring a smooth user experience for you and your students. Catalyst STACK experts are committed to helping you unlock the full potential of this powerful tool. For furthermore information please contact [[email protected]](mailto:[email protected])
20 changes: 20 additions & 0 deletions website_files/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,26 @@ a: link {
color: #3574b7;
}

/* Added Oct 2024 for quotes from commercial partners. */
blockquote {
background: #f9f9f9;
border-left: 10px solid #ccc;
margin: 1.5em 10px;
padding: 0.5em 10px;
font-style: italic;
}
blockquote:before {
color: #ccc;
content: open-quote;
font-size: 4em;
line-height: 0.1em;
margin-right: 0.25em;
vertical-align: -0.4em;
}
blockquote p {
display: inline;
}

/* Trees: https://codepen.io/ross-angus/pen/jwxMjL
Copyright (c) 2022 by Ross Angus (https://codepen.io/ross-angus/pen/jwxMjL)
Expand Down
Empty file modified website_files/img/favicon.ico
100644 → 100755
Empty file.
2 changes: 1 addition & 1 deletion website_files/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
<div class="card" >
<div class="card-body">
<h3 class="card-title">Who uses STACK?</h3>
<p class="card-text">STACK is used by universities, commercial partners, developers and more, in over 15 countries. To read about the many ways STACK is used around the world, please visit our Case Studies page.
<p class="card-text">STACK is used by schools, universities, commercial partners, developers and more, in over 25 countries. Please visit our Case Studies page to find out more.
<div class="text-center"><a class="btn btn-primary btn-lg" href="CaseStudies" role="button">Case Studies</a></div>
</div>
</div>
Expand Down

0 comments on commit 23559d8

Please sign in to comment.