Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • teaching-materials/website
  • teaching-materials/pmp-accessibility
  • cse340/website
  • teaching-materials/accessibility-website
  • teaching-materials/undergrad-accessibility-website
  • teaching-materials/quals-accessibility
  • jaewook4/quals-accessibility
  • manasali/undergrad-accessibility-website
  • xshen053/undergrad-accessibility-website
9 results
Show changes
Commits on Source (592)
Showing with 219 additions and 362 deletions
......@@ -59,3 +59,9 @@ flycheck_*.el
.ds_store
.DS_Store
.vscode
index.md
assignments/index.md
assignments/project-proposals.md
schedule.md
slides/introduction.html
image: timbru31/ruby-node:2.6-fermium
image: timbru31/ruby-node:3.2
stages:
- build
......@@ -18,23 +18,29 @@ before_script:
- export LANG=en_US.UTF-8
- export LANGUAGE=en_US:en
- export LC_ALL=en_US.UTF-8
- export BUNDLE_PATH=~
- mv index-ugrad.md index.md
- mv assignments/index-ugrad.md assignments/index.md
- mv assignments/project-proposals-ugrad.md assignments/project-proposals.md
- mv slides/introduction-quals.html slides/introduction.html
- bundle config set --local path ~
build_production:
stage: build
tags:
- build
script:
- bundle install --path vendor
- bundle install
- mkdir public
- cp _config_production.yml _config.yml
- cp _layouts/presentation_production.html _layouts/presentation.html
- bundle exec jekyll build -d public
- bundle exec jekyll build -d public
variables:
quarter: yyqq
course: csep590b
quarter: ##xx
course: cse###
source_path: public
only:
- CSEP590a-YYQQ
- XACCESS-##xx
artifacts:
paths:
- public/
......@@ -48,11 +54,11 @@ pre_deploy_production:
script:
- /www/utils/deploycourseweb.sh
variables:
quarter: yyqq
course: csep590b
quarter: ##xx
course: cse###
source_path: public
only:
- CSEP590a-YYQQ
- XACCESS-##xx
generate_pdf:
stage: generatepdf
......@@ -65,11 +71,11 @@ generate_pdf:
- bundle install --path vendor
- script/deployslidepdf
variables:
quarter: yyqq
course: csep590b
quarter: ##xx
course: cse###
source_path: public
only:
- CSEP590a-YYQQ
- XACCESS-##xx
artifacts:
paths:
- public/
......@@ -83,8 +89,8 @@ after_deploy_production:
script:
- /www/utils/deploycourseweb.sh
variables:
quarter: 23wi
course: csep590b
quarter: ##xx
course: cse###
source_path: public
only:
- CSEP590a-YYQQ
- XACCESS-##xx
\ No newline at end of file
......@@ -19,6 +19,6 @@ layout: default
<div class="container">
<h1>404</h1>
<p><strong>Page not found :(</strong></p>
<p><strong>Page not found</strong></p>
<p>The requested page could not be found.</p>
</div>
......@@ -10,24 +10,24 @@ source "https://rubygems.org"
# Happy Jekylling!
gem "jekyll", "< 4.0"
gem 'sassc', '~> 2.4.0'
gem "jekyll", "~> 4.2.2"
gem 'execjs'
gem 'sassc', '~> 2.4'
gem 'mini_racer', platforms: :ruby
# If you have any plugins, put them here!
group :jekyll_plugins do
gem 'execjs'
gem 'jekyll-redirect-from'
gem 'jekyll-target-blank'
gem "jekyll-feed"
gem "jekyll-paginate"
gem "jekyll-contentblocks"
gem "jekyll-assets"
gem 'jekyll-font-awesome-sass'
gem "sprockets", "~> 3.7"
gem "kramdown-parser-gfm"
gem 'remark'
gem "jekyll-assets"
gem "sprockets"
gem 'jekyll-mermaid'
gem 'uglifier'
gem 'jekyll-seo-tag'
end
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
......@@ -37,4 +37,4 @@ gem "tzinfo-data", platforms: [:mingw, :mswin, :x64_mingw, :jruby]
gem "wdm", "~> 0.1.0" if Gem.win_platform?
gemspec
gem "webrick", "~> 1.8"
PATH
remote: .
specs:
jekyll-theme-cayman (0.1.1)
jekyll (~> 3.1)
jekyll-seo-tag (~> 2.0)
GEM
remote: https://rubygems.org/
specs:
activesupport (5.2.4.5)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 0.7, < 2)
minitest (~> 5.1)
tzinfo (~> 1.1)
addressable (2.7.0)
public_suffix (>= 2.0.2, < 5.0)
ast (2.4.2)
colorator (1.1.0)
concurrent-ruby (1.1.8)
em-websocket (0.5.2)
eventmachine (>= 0.12.9)
http_parser.rb (~> 0.6.0)
ethon (0.12.0)
ffi (>= 1.3.0)
eventmachine (1.2.7)
execjs (2.7.0)
extras (0.3.0)
forwardable-extended (~> 2.5)
fastimage (2.2.3)
ffi (1.15.0)
font-awesome-sass (5.15.1)
sassc (>= 1.11)
forwardable-extended (2.6.0)
hpricot (0.8.6)
html-proofer (3.18.8)
addressable (~> 2.3)
mercenary (~> 0.3)
nokogumbo (~> 2.0)
parallel (~> 1.3)
rainbow (~> 3.0)
typhoeus (~> 1.3)
yell (~> 2.0)
http_parser.rb (0.6.0)
i18n (0.9.5)
concurrent-ruby (~> 1.0)
jekyll (3.9.0)
addressable (~> 2.4)
colorator (~> 1.0)
em-websocket (~> 0.5)
i18n (~> 0.7)
jekyll-sass-converter (~> 1.0)
jekyll-watch (~> 2.0)
kramdown (>= 1.17, < 3)
liquid (~> 4.0)
mercenary (~> 0.3.3)
pathutil (~> 0.9)
rouge (>= 1.7, < 4)
safe_yaml (~> 1.0)
jekyll-assets (3.0.12)
activesupport (~> 5.0)
execjs (~> 2.7)
extras (~> 0.2)
fastimage (~> 2.0, >= 1.8)
jekyll (>= 3.5, < 4.0)
jekyll-sanity (~> 1.2)
liquid-tag-parser (~> 1.0)
nokogiri (~> 1.8)
pathutil (~> 0.16)
sprockets (>= 3.3, < 4.1.beta)
jekyll-contentblocks (1.2.0)
jekyll
jekyll-feed (0.15.1)
jekyll (>= 3.7, < 5.0)
jekyll-font-awesome-sass (0.1.1)
font-awesome-sass (>= 4)
jekyll (>= 2.5, < 4.0)
jekyll-mermaid (1.0.0)
jekyll-paginate (1.1.0)
jekyll-redirect-from (0.16.0)
jekyll (>= 3.3, < 5.0)
jekyll-sanity (1.6.0)
jekyll (>= 3.1, < 5.0)
pathutil (~> 0.16)
jekyll-sass-converter (1.5.2)
sass (~> 3.4)
jekyll-seo-tag (2.7.1)
jekyll (>= 3.8, < 5.0)
jekyll-target-blank (2.0.0)
jekyll (>= 3.0, < 5.0)
nokogiri (~> 1.10)
jekyll-watch (2.2.1)
listen (~> 3.0)
json (2.5.1)
kramdown (2.3.0)
rexml
kramdown-parser-gfm (1.1.0)
kramdown (~> 2.0)
liquid (4.0.3)
liquid-tag-parser (1.9.0)
extras (~> 0.3)
liquid (>= 3.0, < 5.0)
listen (3.4.1)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
mercenary (0.3.6)
mini_portile2 (2.5.0)
minitest (5.14.4)
nokogiri (1.11.2)
mini_portile2 (~> 2.5.0)
racc (~> 1.4)
nokogumbo (2.0.4)
nokogiri (~> 1.8, >= 1.8.4)
parallel (1.20.1)
parser (3.0.0.0)
ast (~> 2.4.1)
pathutil (0.16.2)
forwardable-extended (~> 2.6)
public_suffix (4.0.6)
racc (1.5.2)
rack (2.2.3)
rainbow (3.0.0)
rb-fsevent (0.10.4)
rb-inotify (0.10.1)
ffi (~> 1.0)
regexp_parser (2.1.1)
remark (0.3.2)
hpricot (~> 0.8.2)
rexml (3.2.4)
rouge (3.26.0)
rubocop (0.93.1)
parallel (~> 1.10)
parser (>= 2.7.1.5)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8)
rexml
rubocop-ast (>= 0.6.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 2.0)
rubocop-ast (1.4.1)
parser (>= 2.7.1.5)
ruby-progressbar (1.11.0)
safe_yaml (1.0.5)
sass (3.7.4)
sass-listen (~> 4.0.0)
sass-listen (4.0.0)
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
sassc (2.4.0)
ffi (~> 1.9)
sprockets (3.7.2)
concurrent-ruby (~> 1.0)
rack (> 1, < 3)
thread_safe (0.3.6)
typhoeus (1.4.0)
ethon (>= 0.9.0)
tzinfo (1.2.9)
thread_safe (~> 0.1)
uglifier (4.2.0)
execjs (>= 0.3.0, < 3)
unicode-display_width (1.7.0)
w3c_validators (1.3.6)
json (>= 1.8)
nokogiri (~> 1.6)
rexml (~> 3.2)
yell (2.2.2)
PLATFORMS
ruby
DEPENDENCIES
execjs
html-proofer (~> 3.0)
jekyll (< 4.0)
jekyll-assets
jekyll-contentblocks
jekyll-feed
jekyll-font-awesome-sass
jekyll-mermaid
jekyll-paginate
jekyll-redirect-from
jekyll-target-blank
jekyll-theme-cayman!
kramdown-parser-gfm
remark
rubocop (~> 0.50)
sassc (~> 2.4.0)
sprockets (~> 3.7)
tzinfo-data
uglifier
w3c_validators (~> 1.3)
BUNDLED WITH
1.17.3
......@@ -7,10 +7,16 @@ To use this website, the following steps are necessary:
2. Update the folowing variables and files:
* in .gitlab-ci.yml
```variables:
quarter: eg21wi
course: egcse340
quarter: eg24au
course: egcse493e
refs:
- egCSE340-WI21```
- egUACCESS-24fa```
* For files which have multiple versions, link to the right one for local deployments
(full list is in .gitlab-ci.yml before_script and should be kept up to date)
* ln -s index-ugrad.md index.md
* ln -s assignments/index-ugrad.md assignments/index.md
* ln -s assignments/project-proposals-ugrad.md assignments/project-proposals.md
* ln -s slides/introduction-quals.html slides/introduction.html
3. If at UW,
* Create a directory in /courses/[your class] for this quarter
* ask CSE support to enable your repo for the courseweb runner
......@@ -27,11 +33,46 @@ To use this website, the following steps are necessary:
* quarter
* author
# Basic use:
rvm use ruby 2.6 # on M1 install with rvm install 2.6.6 --with-gcc=clang
rbenv global ruby 3.2.3
bundle install # if needed
bundle exec jekyll build
bundle exec jekyll serve &
# To set up a runner
1. on gitlab.cs.washington.edu, goto the project you want add a runner for.
2. Go to settings -> CI/CD -> Runners and press the new runner button
3. Follow the prompts and it will give you a code snippet
4. ssh to gitlab04 and gitlab05 and run the following command:
sudo gitlab-runner register and use the information from step 3 for the prompts
for the name, use cseNNN-QQYY-gitlab0[4|5] and "shell" for the executor.
# Updates
There are generic names and XXX and such in
- _config.yml
- _config_production.yml
- _data/navigation.yml
You'll need to update them once you merge this in
# Merges
- Merge the branch from the relevant class website into an equivalent branch in accessibility-website
- remove all references to a specific quarter or class
- Decide whether to make a copy of assignments that are significantly different
- merge into main
# Setting up a class
- Set up this website
- Update all the polleverywhere links
- Update the canvas
- In settings, upload an image for the course
- update to match last offering
- import outcomes and assignments
- change home page to show the syllabus
-
......@@ -4,27 +4,30 @@
# You can create any custom variable you would like, and they will be accessible
# in the templates via {{ site.myvariable }}.
title: The Future of Access Technology
description: Explore Accessibility and the exciting potential for IOT, Reactive Web, Physical computing to enable it
title: Accessibility
description: Learn about app accessibility; how accessibility can be incorporated into cutting edge computer science topics like machine learning and fabrication; and the interaction of accessibilty technology and society
baseurl: "/courses/csep590b/yyqq"
baseurl: "/courses/classnum/yyqq"
url: https://courses.cs.washington.edu # the base hostname & protocol for your site, e.g. http://example.com
twitter_username: jcmankoff
git_username: jmankoff
git_url: https://gitlab.cs.washington.edu/pmp-accessibility/website
git_branch: master
discussion: https://us.edstem.org/courses/xxx/discussion/
canvas: https://canvas.uw.edu/courses/xxxxx
gitlab: https://gitlab.cs.washington.edu/students-group-for-assignments
gitgrade: https://gitgrade.cs.washington.edu/student/summary/xxxx
gradescope: https://www.gradescope.com/courses/250076
hcibook: "No HCI Textbook, just readings"
androidbook: "No Android Textbook, just readings"
paginate: 5
staff_email: tbd@cs.washington.edu
canvas_course: 1746643
git_url: https://gitlab.cs.washington.edu/teaching-materials/tbd
git_branch: CLASS-yyqq
discussion: https://edstem.org/us/courses/tbd/discussion
canvas: https://canvas.uw.edu/courses/tbd
submit: https://canvas.uw.edu/courses/tbd/assignments/
outcomes: https://canvas.uw.edu/courses/tbd/outcomes/
closed:
warning: draft
paginate: 5
room: TBD
time: TBD
classnum: classnum
quarter: "Quarter Year"
copydate: "12/30/22"
status: draft
copydate: "7/4/24"
author:
name: Jennifer Mankoff
url: "https://make4all.org/jennifer-mankoff/"
......@@ -37,18 +40,18 @@ reveal_theme: black.css
# Build settings
markdown: kramdown
theme: jekyll-theme-cayman
# theme: jekyll-theme-cayman
plugins:
- jekyll-feed
- jekyll-seo-tag
- jekyll-font-awesome-sass
- jekyll-paginate
- jekyll-redirect-from
- jekyll-assets
- uglifier
- jekyll-mermaid
- jekyll-target-blank
- jekyll-seo-tag
highlighter: rouge
......@@ -63,13 +66,12 @@ assets:
sass:
sass_dir: "./_scss"
# style: compressed
style: compressed
kramdown:
toc_levels: '1'
mermaid:
src: 'https://cdn.jsdelivr.net/npm/mermaid/dist/mermaid.min.js'
mermaid: 'https://cdn.jsdelivr.net/npm/mermaid@10.5.0/dist/mermaid.min.js'
remarkConfig:
# possible highlight options:
......@@ -102,5 +104,3 @@ exclude:
font-awesome:
assets: true
captioning:
link: https://webcaptioner.com/s/e3meZZyQ?broadcast
......@@ -4,27 +4,30 @@
# You can create any custom variable you would like, and they will be accessible
# in the templates via {{ site.myvariable }}.
title: The Future of Access Technology
description: Explore Accessibility and the exciting potential for IOT, Reactive Web, Physical computing to enable it
title: Accessibility
description: Learn about app accessibility; how accessibility can be incorporated into cutting edge computer science topics like machine learning and fabrication; and the interaction of accessibilty technology and society
baseurl: "/courses/csep590a/yyqq"
baseurl: "/courses/classnum/yyqq"
url: https://courses.cs.washington.edu # the base hostname & protocol for your site, e.g. http://example.com
twitter_username: jcmankoff
git_username: jmankoff
git_url: https://gitlab.cs.washington.edu/pmp-accessibility/website
git_branch: master
discussion: TBD
staff_email: mailto:pmp-accessibility-staff@u.washington.edu
canvas: https://canvas.uw.edu/course/TBD
gitlab: NA
gitgrade: https://gitlab.cs.washington.edu/students-group-for-assignments
paginate: 5
quarter: "Quarter 20XX"
classnum: "CSEP 590b"
copydate: "3/30/20"
status: final
warning: old
staff_email: tbd@cs.washington.edu
canvas_course: 1746643
git_url: https://gitlab.cs.washington.edu/teaching-materials/tbd
git_branch: CLASS-yyqq
discussion: https://edstem.org/us/courses/tbd/discussion
canvas: https://canvas.uw.edu/courses/tbd
submit: https://canvas.uw.edu/courses/tbd/assignments/
outcomes: https://canvas.uw.edu/courses/tbd/outcomes/
closed:
warning: draft
paginate: 5
room: TBD
time: TBD
classnum: classnum
quarter: "Quarter Year"
copydate: "7/4/24"
author:
name: Jennifer Mankoff
url: "https://make4all.org/jennifer-mankoff/"
......@@ -37,18 +40,18 @@ reveal_theme: black.css
# Build settings
markdown: kramdown
theme: jekyll-theme-cayman
# theme: jekyll-theme-cayman
plugins:
- jekyll-feed
- jekyll-seo-tag
- jekyll-font-awesome-sass
- jekyll-paginate
- jekyll-redirect-from
- jekyll-assets
- uglifier
- jekyll-mermaid
- jekyll-target-blank
- jekyll-seo-tag
highlighter: rouge
......@@ -63,13 +66,12 @@ assets:
sass:
sass_dir: "./_scss"
# style: compressed
style: compressed
kramdown:
toc_levels: '1'
mermaid:
src: 'https://cdn.jsdelivr.net/npm/mermaid/dist/mermaid.min.js'
mermaid: 'https://cdn.jsdelivr.net/npm/mermaid@10.5.0/dist/mermaid.min.js'
remarkConfig:
# possible highlight options:
......@@ -83,7 +85,7 @@ remarkConfig:
# Custom vars
version: 1.1.0
version: 3.1.0
# Exclude from processing.
# The following items will not be processed, by default. Create a custom list
......@@ -102,5 +104,3 @@ exclude:
font-awesome:
assets: true
captioning:
link: https://webcaptioner.com/s/e3meZZyQ?broadcast
nav_list_title: CSE P590A
nav_list_title: CSE classnum
nav_list:
- title: Syllabus
url: /
......@@ -6,11 +6,7 @@ nav_list:
url: /schedule.html
- title: Assignments
url: /assignments/
- title: Documentation
url: /docs
- title: Canvas
url: canvas
- title: Ed
url: discussion
- title: Zoom
url: /docs/zoom
\ No newline at end of file
- title: Projects
url: /projects/
- title: Academic Conduct
url: /academic-conduct.html
\ No newline at end of file
<footer class="site-footer h-card">
<data class="u-url" href="{{ "/" | relative_url }}"></data>
<div class="wrapper">
<h2 class="footer-heading">{{ site.title | escape }}</h2>
<p>The University of Washington acknowledges the Coast Salish peoples of this land, the land which touches the shared waters of all tribes and bands within the Suquamish, Tulalip and Muckleshoot nations. </p>
<span class="site-footer-owner"><a href="{{ site.url }}">{{ site.title }}</a> is maintained by
......@@ -15,28 +12,8 @@
{%- endif -%}
</span>
{% if site.github.is_project_page %}
<span class="site-footer-owner"><a href="{{
site.github.repository_url }}">{{ site.github.repository_name }}'s
github repository </a> is maintained by <a href="{{ site.github.owner_url }}">{{ site.github.owner_name }}</a>@github.</span>
{% endif %}
<!-- <div class="footer-col footer-col-2"> -->
<!-- {%- include social.html -%} -->
<!-- </div> -->
</div>
</div>
</footer>
{% if site.google_analytics %}
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', '{{ site.google_analytics }}', 'auto');
ga('send', 'pageview');
</script>
{% endif %}
......@@ -5,12 +5,11 @@
<meta name="theme-color" content="#157878">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<link rel="stylesheet" href="{{site.baseurl}}/assets/css/rouge.css">
<link rel="stylesheet" href="{{site.baseurl}}/assets/css/scrolling-nav.css">
<link rel="stylesheet" href="{{site.baseurl}}/assets/css/mermaid.css">
<link rel="stylesheet" href="{{site.baseurl}}/assets/css/site.css">
<link rel="stylesheet" href="{{site.baseurl}}/assets/css/style.css">
<link rel="stylesheet" href="{{site.baseurl}}/assets/css/rouge.css">
<link rel="stylesheet" href="{{site.baseurl}}/assets/css/scrolling-nav.css">
<link rel="stylesheet" href="{{site.baseurl}}/assets/css/mermaid.css">
{%- feed_meta -%}
{%- if jekyll.environment == 'production' and site.google_analytics -%}
......
<header class="page-header" role="banner">
{% include navigation.html %}
<br> <br> <br> <br> <br>
<h1 class="project-name">{{ site.title | default: site.github.repository_name }}</h1>
<h2 class="project-tagline">{{ site.description | default: site.github.project_tagline }}</h2>
<br> <br> <br> <br>
<h1 class="project-name">{{site.title}} ({{site.classnum}}) | <strong>{{ page.title | default: site.title }}</strong></h1>
<h2 class="project-tagline">{{ page.description | default: site.description }}</h2>
<script type="text/javascript">
var menubar = new Menubar(document.getElementById('menubar1'));
......
q<!-- Much of this code copied from pdarragh at https://gist.github.com/pdarragh/c7ca120604c1a1d8b8de -->
<!-- Much of this code copied from pdarragh at https://gist.github.com/pdarragh/c7ca120604c1a1d8b8de -->
{% for entry in site.data.navigation %}
{% if entry.url == "canvas" %}
......@@ -21,8 +21,11 @@ q<!-- Much of this code copied from pdarragh at https://gist.github.com/pdarragh
<div class="container">
<a class="navbar-brand js-scroll-trigg"
href="https://www.cs.washington.edu" aria-label="{{site.data.navigation.nav_list_title}}">
<img src="{{site.baseurl}}/assets/img/Allen-School-white-RGB-sm.png" alt="Allen School Logo" align=left style="max-width: 100%; height: auto;">
</a>
<img src="{{site.baseurl}}/assets/img/Allen-School-white-RGB-sm.png" alt="Allen School Logo" align=left style="max-width: 100%; height: auto;">
<a class="navbar-brand js-scroll-trigg"
href="{{site.baseurl}}/" aria-label="{{site.data.navigation.nav_list_title}}"
<img src="{{site.baseurl}}/assets/img/favicon.png" alt="Make4all/class Logo" align=left style="max-width: 10%; height: auto;"> </a>
</div>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
......
<a href="{{site.baseurl}}/slides/{{include.loc}}" target="_blank" rel="noopener noreferrer">{{include.title}}</a>
<div class="marknav"><a href="{{site.git_url}}/website/raw/{{site.git_branch}}/slides/{{include.loc}}" >Accessible Markdown for {{include.title}}</a> </div>
<div class="marknav"><a href="{{site.git_url}}/-/raw/{{site.git_branch}}/slides/{{include.loc}}" >Accessible Markdown for {{include.title}}</a> </div>
......@@ -13,49 +13,23 @@
{% if page.published != true %}
<div id="unpublished-warning">
This assignment has not yet been released. Its requirements and code base are subject to change.
This assignment has not yet been released. Its requirements are subject to change.
</div>
{% endif %}
<div id="assignment-name">
<h1>{{ page.code }}: {{ page.title }}</h1>
<h1>{{ page.title }}</h1>
<span>Last revised: {{ page.revised }}</span>
</div>
<div class="learning-goals">
<div id="android-goals">
<strong>Assigned</strong>:
<ul>
{% for day in page.assigned %}
<li>{{day}}</li>
{% endfor %}
</ul>
</div>
<div id="hci-goals"> <strong>Due</strong>:
<ul>
{% for day in page.due %}
<li>{{day}}</li>
{% endfor %}
</ul>
</div>
</div>
<br>
<div class="learning-goals">
<ul>
{% for goal in page.hci_goals %}
<li>{{goal}}</li>
{% endfor %}
</ul>
</div>
{{ content }}
{% include footer.html %}
</main>
<script type="text/javascript" src="{{'assets/js/mermaid.8.8.2.js' | relative_url}}"></script>
<script type="text/javascript" src="{{site.mermaid}}"></script>
<link rel="stylesheet" href="{{ '/assets/css/mermaid.css' | relative_url }}">
<link rel="stylesheet" href="{{ '/assets/css/assignment.css' | relative_url }}">
<script>
......
......@@ -11,11 +11,25 @@
<main id="content" class="main-content" role="main">
{% if site.warning != none %}
<div id="unpublished-warning">
This is the {{site.quarter}} {{site.status}} website.
</div>
{% endif %}
{% if site.closed != none %}
<div id="published-final">
This is the {{site.quarter}} {{site.status}} final website.
</div>
{% elsif page.closed != none %}
<div id="published-final">
This is the {{site.quarter}} {{site.status}} final website.
</div>
{% endif %}
{% if site.warning != none %}
<div id="unpublished-warning">
This is the {{site.quarter}} draft website.
</div>
{% elsif page.warning != none %}
<div id="unpublished-warning">
This page is still a draft.
</div>
{% endif %}
{{ content }}
......@@ -24,7 +38,7 @@
<script src="{{ '/assets/js/bootstrap.min.js' | relative_url}}"></script>
<script type="text/javascript" src="{{'assets/js/mermaid.8.8.2.js' | relative_url}}"></script>
<script type="text/javascript" src="{{site.mermaid}}"></script>
<link rel="stylesheet" href="{{ '/assets/css/mermaid.css' | relative_url }}">
<script>
var config = {
......
......@@ -2,4 +2,21 @@
layout: default
---
{% if site.status contains 'published' %}
<div id="published-final">
This is the {{site.quarter}} final website.
</div>
{% elsif site.warning contains 'draft' %}
<div id="unpublished-warning">
This is the {{site.quarter}} draft website.
</div>
{% elsif page.warning != none %}
<div id="unpublished-warning">
This page is still a draft.
</div>
{% endif %}
<h2>{{ page.title }}</h2>
<p class="meta">{{ page.date | date_to_string }}</p>
{{ content }}
......@@ -45,7 +45,7 @@
<script type="text/javascript" src="{{'assets/js/mathjax-sre.js' | relative_url}}"></script>
<script type="text/javascript" src="{{'assets/js/html2canvas.min.js' | relative_url}}"></script>
<script type="text/javascript" src="{{'assets/js/presentation-export.js' | relative_url}}"></script>
<script type="text/javascript" src="{{'assets/js/mermaid.8.8.2.js' | relative_url}}"></script>
<script type="text/javascript" src="{{site.mermaid}}"></script>
<script type="text/javascript">
var slideshow = remark.create({
......@@ -53,7 +53,8 @@
ratio: "16:9",
highlightStyle: 'androidstudio',
highlightLines: 'true',
slideNumberFormat: 'Slide %current% of %total%'
slideNumberFormat: '(%current% of %total%)',
countIncrementalSlides: false
});
var config = {
......@@ -75,17 +76,9 @@
mermaid.initialize(config);
</script>
<!-- CSE 340 icon -->
<div class="my-header">
<img src="{{site.baseurl}}/assets/img/favicon.ico" style="height: 30px;"/>
</div>
</body>
<!--
class center middle
class center middle inverse
```html
```ruby
als erste Zeilen in Slide
-->
......@@ -45,7 +45,7 @@
<script type="text/javascript" src="{{'assets/js/mathjax-sre.js' | relative_url}}"></script>
<script type="text/javascript" src="{{'assets/js/html2canvas.min.js' | relative_url}}"></script>
<script type="text/javascript" src="{{'assets/js/presentation-export.js' | relative_url}}"></script>
<script type="text/javascript" src="{{'assets/js/mermaid.8.8.2.js' | relative_url}}"></script>
<script type="text/javascript" src="{{site.mermaid}}"></script>
<script type="text/javascript">
var slideshow = remark.create({
......
# _plugins/details_tag.rb -- copied from http://movb.de/jekyll-details-support.html
module Jekyll
module Tags
class DetailsTag < Liquid::Block
def initialize(tag_name, markup, tokens)
super
@caption = markup
end
def render(context)
site = context.registers[:site]
converter = site.find_converter_instance(::Jekyll::Converters::Markdown)
# below Jekyll 3.x use this:
# converter = site.getConverterImpl(::Jekyll::Converters::Markdown)
caption = converter.convert(@caption).gsub(/<\/?p[^>]*>/, '').chomp
body = converter.convert(super(context))
"<details><summary>#{caption}</summary>#{body}</details>"
end
end
end
end
Liquid::Template.register_tag('details', Jekyll::Tags::DetailsTag)