Skip to content

Commit

Permalink
Renamed Tutorials to Studies/Case Studies
Browse files Browse the repository at this point in the history
  • Loading branch information
wisebaldone committed Feb 3, 2024
1 parent e0e12aa commit 81fce4e
Show file tree
Hide file tree
Showing 49 changed files with 39 additions and 39 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
push:
paths:
- practicals/button/spec.yml
- tutorials/chatterbox/spec.yml
- studies/chatterbox/spec.yml

jobs:
build-cloud:
Expand All @@ -26,7 +26,7 @@ jobs:
uses: openapi-generators/openapitools-generator-action@v1
with:
generator: html2
openapi-file: ./tutorials/chatterbox/spec.yml
openapi-file: ./studies/chatterbox/spec.yml
command-args: --output ./dist/api/chatterbox --template-dir ./assessment/cloud/docs-template

- name: Upload APIs
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/build-site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
- Build Assessment
- Build Notes
- Build Practicals
- Build Tutorials
- Build Studies
- Build Slides
- Build Cloud Assignment Requirements
- Build OpenAPI Docs
Expand Down Expand Up @@ -46,15 +46,15 @@ jobs:

- run: cp -r ./practicals/practicals/practicals ./public

- name: Download tutorials
- name: Download studies
uses: dawidd6/action-download-artifact@v2
with:
workflow: build-tutorials.yml
workflow: build-studies.yml
workflow_conclusion: success
branch: main
path: tutorials
path: studies

- run: cp -r ./tutorials/tutorials/tutorials ./public
- run: cp -r ./studies/studies/studies ./public

- name: Download slides
uses: dawidd6/action-download-artifact@v2
Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name: Build Tutorials
name: Build Studies

on:
workflow_dispatch:
push:
paths:
- tutorials/**
- studies/**

jobs:
build-tutorials:
build-studies:
runs-on: ubuntu-latest
container: texlive/texlive:latest

Expand All @@ -23,13 +23,13 @@ jobs:
- name: Correct last modified
run: ./.github/workflows/set-last-updated.sh

- name: Compile Tutorials
run: ./bin/build_tutorials.sh
- name: Compile studies
run: ./bin/build_studies.sh

- name: Upload Slides
uses: actions/upload-artifact@v3
with:
name: tutorials
name: studies
path: |
./dist/**/*
4 changes: 2 additions & 2 deletions bin/build_tutorials.sh → bin/build_studies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

REPO_ROOT=$(git rev-parse --show-toplevel)

DIST_DIR="${REPO_ROOT}/dist/tutorials"
DIST_DIR="${REPO_ROOT}/dist/studies"
mkdir -p "${REPO_ROOT}/dist"
mkdir -p "${DIST_DIR}"

for folder in ${REPO_ROOT}/tutorials/*; do
for folder in ${REPO_ROOT}/studies/*; do
echo $folder
if [[ -f "${folder}/latexmkrc" ]]; then
pushd $folder;
Expand Down
46 changes: 23 additions & 23 deletions public/schedule/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -119,9 +119,9 @@ <h5>Readings from <cite>Software Architecture in Practice</cite> 4<sup>th</sup>
<li>Chapter 3</li>
</ul>

<h5>Tutorial</h5>
<h5>Case Study Session</h5>

No tutorial this week.<br/><br/>
No Case Study Session this week.<br/><br/>

<h5>Practical
<a href="/practicals/week01.pdf" target="_blank" style="font-size: medium">
Expand Down Expand Up @@ -228,8 +228,8 @@ <h5>Readings from <cite>Software Architecture in Practice</cite> 4<sup>th</sup>
<li>Chapter 19</li>
</ul>

<h5>Tutorial
<a href="/tutorials/pipelines.pdf" target="_blank" style="font-size: medium">
<h5>Case Study Session
<a href="/studies/pipelines.pdf" target="_blank" style="font-size: medium">
<span class="link badge bg-secondary " style="margin-right: 1rem"><i class="fas fa-file-pdf "></i> Brief</span>
</a>
</h5>
Expand Down Expand Up @@ -309,8 +309,8 @@ <h5>Readings from <cite>Software Architecture in Practice</cite> 4<sup>th</sup>
<li>Chapter 16</li>
</ul>

<h5>Tutorial
<a href="/tutorials/microforecast.pdf" target="_blank" style="font-size: medium">
<h5>Case Study Session
<a href="/studies/microforecast.pdf" target="_blank" style="font-size: medium">
<span class="link badge bg-secondary " style="margin-right: 1rem"><i class="fas fa-file-pdf "></i> Brief</span>
</a>
</h5>
Expand Down Expand Up @@ -393,8 +393,8 @@ <h5>Readings from <cite>Software Architecture in Practice</cite> 4<sup>th</sup>
<li>Chapter 17</li>
</ul>

<h5>Tutorial
<a href="/tutorials/ylearn.pdf" target="_blank" style="font-size: medium">
<h5>Case Study Session
<a href="/studies/ylearn.pdf" target="_blank" style="font-size: medium">
<span class="link badge bg-secondary " style="margin-right: 1rem"><i class="fas fa-file-pdf "></i> Brief</span>
</a>
<a href="/resources/blackboard.zip" download style="font-size: medium">
Expand Down Expand Up @@ -484,8 +484,8 @@ <h5>Readings from <cite>Software Architecture in Practice</cite> 4<sup>th</sup>
<li>Chapter 21</li>
</ul>

<h5>Tutorial
<a href="/tutorials/devops.pdf" target="_blank" style="font-size: medium">
<h5>Case Study Session
<a href="/studies/devops.pdf" target="_blank" style="font-size: medium">
<span class="link badge bg-secondary " style="margin-right: 1rem"><i class="fas fa-file-pdf "></i> Brief</span>
</a>
</h5>
Expand Down Expand Up @@ -563,7 +563,7 @@ <h5>Readings from <cite>Software Architecture in Practice</cite> 4<sup>th</sup>
<li>Chapter 22</li>
</ul>

<h5>Tutorial
<h5>Case Study Session
<a href="/assessment/presentation.pdf" target="_blank" style="font-size: medium">
<span class="link badge bg-secondary " style="margin-right: 1rem"><i class="fas fa-file-pdf "></i> Specification</span>
</a>
Expand All @@ -589,7 +589,7 @@ <h5>Practical
<h5>Assessment</h5>

<ul>
<li>Show draft architecture model of your case study in tutorial.</li>
<li>Show draft architecture model of your case study in Case Study Session.</li>
<li>Project proposal due next week.</li>
</ul>
</div>
Expand Down Expand Up @@ -643,8 +643,8 @@ <h5>Readings from <cite>Software Architecture in Practice</cite> 4<sup>th</sup>
<li>Chapter 20</li>
</ul>

<h5>Tutorial
<a href="/tutorials/eventual-broker.pdf" target="_blank" style="font-size: medium">
<h5>Case Study Session
<a href="/studies/eventual-broker.pdf" target="_blank" style="font-size: medium">
<span class="link badge bg-secondary " style="margin-right: 1rem"><i class="fas fa-file-pdf "></i> Brief</span>
</a>
</h5>
Expand Down Expand Up @@ -718,7 +718,7 @@ <h5>Readings from <cite>Software Architecture in Practice</cite> 4<sup>th</sup>
<li>Chapter 10</li>
</ul>

<h5>Tutorial</h5>
<h5>Case Study Session</h5>

Monitoring &amp; Logging <!-- Software Architecture Design Case Study --><br/><br/>

Expand Down Expand Up @@ -774,7 +774,7 @@ <h5>Readings from <cite>Software Architecture in Practice</cite> 4<sup>th</sup>
<li>Chapter 12</li>
</ul>

<h5>Tutorial</h5>
<h5>Case Study Session</h5>

Assignment Q&amp;A Session<br/><br/>

Expand Down Expand Up @@ -829,8 +829,8 @@ <h5>Topics</h5>



<h5>Tutorial
<a href="/tutorials/chatterbox.pdf" target="_blank" style="font-size: medium">
<h5>Case Study Session
<a href="/studies/chatterbox.pdf" target="_blank" style="font-size: medium">
<span class="link badge bg-secondary " style="margin-right: 1rem"><i class="fas fa-file-pdf "></i> Brief</span>
</a>
</h5>
Expand Down Expand Up @@ -898,7 +898,7 @@ <h5>Topics</h5>
</li>
</ul><br/>

<h5>Tutorial
<h5>Case Study Session
<!--
<a href="/slides/dev-tips.pdf" target="_blank" style="font-size: medium">
<span class="link badge bg-secondary " style="margin-right: 1rem"><i class="fas fa-file-image "></i> Slides</span>
Expand Down Expand Up @@ -972,8 +972,8 @@ <h5>Topics</h5>
-->
</ul><br/>

<h5>Tutorial</h5>
<a href="/tutorials/ticketoverflow.pdf" target="_blank" style="font-size: medium">
<h5>Case Study Session</h5>
<a href="/studies/ticketoverflow.pdf" target="_blank" style="font-size: medium">
<span class="link badge bg-secondary " style="margin-right: 1rem"><i class="fas fa-file-pdf "></i> Brief</span>
</a>
</h5>
Expand Down Expand Up @@ -1042,9 +1042,9 @@ <h5>Topics</h5>
</li>
</ul><br/>

<h5>Tutorial</h5>
<h5>Case Study Session</h5>

There is no tutorial in week 13.<br/><br/>
There is no Case Study Session in week 13.<br/><br/>

<h5>Practical</h5>

Expand Down
2 changes: 1 addition & 1 deletion slides/overview/main.tex
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
\item Learn the principles for working with \highlight{distributed systems}.
\end{itemize}

{\color{pine} Tutorials}
{\color{pine} Studies}
\begin{itemize}[<+->]
\item Work on \highlight{case studies} that implement architectual patterns.
\item Hands-on practice with the tools and techniques for \highlight{designing} and \highlight{implementing} software systems.
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.

0 comments on commit 81fce4e

Please sign in to comment.