Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
pit
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Erik Strand
pit
Commits
5c5a65d0
Commit
5c5a65d0
authored
6 years ago
by
Erik Strand
Browse files
Options
Downloads
Patches
Plain Diff
Add final project tracking page
parent
33925b5c
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
_data/navigation.yml
+2
-0
2 additions, 0 deletions
_data/navigation.yml
_includes/navigation.html
+2
-2
2 additions, 2 deletions
_includes/navigation.html
index.md
+4
-2
4 additions, 2 deletions
index.md
project.md
+7
-0
7 additions, 0 deletions
project.md
with
15 additions
and
4 deletions
_data/navigation.yml
+
2
−
0
View file @
5c5a65d0
...
@@ -2,5 +2,7 @@
...
@@ -2,5 +2,7 @@
link
:
/
link
:
/
-
name
:
Problem Sets
-
name
:
Problem Sets
link
:
/psets.html
link
:
/psets.html
-
name
:
Final Project
link
:
/project.html
-
name
:
Notes
-
name
:
Notes
link
:
/notes.html
link
:
/notes.html
This diff is collapsed.
Click to expand it.
_includes/navigation.html
+
2
−
2
View file @
5c5a65d0
<nav>
<nav>
//
{% for item in site.data.navigation %}
{% for item in site.data.navigation %}
<a
href=
"{{ item.link | real_relative_url }}"
{%
if
page.url =
=
item.link
%}
class=
"current"
{%
endif
%}
>
{{ item.name }}
</a>
<a
href=
"{{ item.link | real_relative_url }}"
{%
if
page.url =
=
item.link
%}
class=
"current"
{%
endif
%}
>
{{ item.name }}
</a>
//
{% endfor %}
{% endfor %}
</nav>
</nav>
This diff is collapsed.
Click to expand it.
index.md
+
4
−
2
View file @
5c5a65d0
...
@@ -2,6 +2,8 @@
...
@@ -2,6 +2,8 @@
title
:
Home
title
:
Home
---
---
# MAS 6.244
Physics of Information Technology 2019
# MAS 6.244
This is Erik Strand's as yet mostly content-free tracking page.
_Physics of Information Technology_
_Erik Strand_
_2019_
This diff is collapsed.
Click to expand it.
project.md
0 → 100644
+
7
−
0
View file @
5c5a65d0
---
title
:
Final Project
---
# CT Imaging from Scratch
Welcome to my skeletal tracking page.
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