Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
website
Manage
Activity
Members
Labels
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
CSE 373
21su
website
Commits
f41ea660
Commit
f41ea660
authored
3 years ago
by
Kevin Lin
✨
Browse files
Options
Downloads
Patches
Plain Diff
staff.md: Update to minimal layout
parent
478d9e6d
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
staff.md
+9
-10
9 additions, 10 deletions
staff.md
with
9 additions
and
10 deletions
staff.md
+
9
−
10
View file @
f41ea660
---
layout
:
page
layout
:
minimal
title
:
Staff
description
:
A listing of all the course staff members.
description
:
&desc
All the teaching and learning assistants.
summary
:
*desc
parent
:
CSE
373
---
# Staff
# {{ page.title }}
{: .no_toc .mb-2 }
## Instructors
{{ page.description }}
{: .fs-6 .fw-300 }
{% assign instructors = site.staffers | where: 'role', 'Instructor' %}
{% for staffer in instructors %}
{{ staffer }}
{% endfor %}
{% assign teaching_assistants = site.staffers | where: 'role', 'Teaching Assistant' %}
{% assign num_teaching_assistants = teaching_assistants | size %}
{% if num_teaching_assistants != 0 %}
## Teaching Assistants
{% assign teaching_assistants = site.staffers | where: 'role', 'Teaching Assistant' | sort: 'section' %}
{% for staffer in teaching_assistants %}
{{ staffer }}
{% endfor %}
{% endif %}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment