This repository has been archived by the owner on Aug 16, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 10
/
mkdocs.yml
99 lines (93 loc) · 5.04 KB
/
mkdocs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
site_name: OSG User School 2018
site_url: https://opensciencegrid.github.io/user-school-2018/
repo_name: null
repo_url: null
theme:
name: windmill
custom_dir: theme-customizations
extra:
article_nav_top: false
extra_css:
- css/extra.css
- css/codehilite.css
# Suppress weird JavaScript problems with development server
extra_javascript: []
pages:
- User School 2018: index.md
- Curriculum:
- High-level overview: curriculum/overview.md
- Detailed schedule: curriculum/detailed-schedule.md
- Final assignment: curriculum/assignment.md
- Materials:
- Overview: materials/index.md
- Monday Exercises:
- Exercise 1.1: materials/day1/part1-ex1-login.md
- Exercise 1.2: materials/day1/part1-ex2-commands.md
- Exercise 1.3: materials/day1/part1-ex3-jobs.md
- Exercise 1.4: materials/day1/part1-ex4-logs.md
- Exercise 1.5: materials/day1/part1-ex5-request.md
- Exercise 1.6: materials/day1/part1-ex6-remove.md
- Bonus Exercise 1.7: materials/day1/part1-ex7-compile.md
- Exercise 2.1: materials/day1/part2-ex1-files.md
- Exercise 2.2: materials/day1/part2-ex2-queue-n.md
- Exercise 2.3: materials/day1/part2-ex3-queue-matching.md
- Exercise 2.4: materials/day1/part2-ex4-queue-from.md
- Exercise 3.1: materials/day1/part3-ex1-queue.md
- Exercise 3.2: materials/day1/part3-ex2-status.md
- Exercise 3.3: materials/day1/part3-ex3-job-retry.md
- Exercise 4.1: materials/day1/part4-ex1-simple-dag.md
- Exercise 4.2: materials/day1/part4-ex2-mandelbrot.md
- Exercise 4.3: materials/day1/part4-ex3-complex-dag.md
- Exercise 4.4: materials/day1/part4-ex4-failed-dag.md
- Bonus Exercises 4.5: materials/day1/part4-ex5-challenges.md
- Tuesday Exercises:
- Exercise 1.1: materials/day2/part1-ex1-submit-refresher.md
- Exercise 1.2: materials/day2/part1-ex2-login-scp.md
- Exercise 1.3: materials/day2/part1-ex3-submit-osg.md
- Exercise 2.1: materials/day2/part2-ex1-hardware-diffs.md
- Exercise 2.2: materials/day2/part2-ex2-software-diffs.md
- Exercise 3.1: materials/day2/part3-ex1-troubleshooting.md
- Wednesday Exercises:
- Exercise 1.1: materials/day3/part1-ex1-compiling.md
- Exercise 1.2: materials/day3/part1-ex2-precompiled.md
- Exercise 1.3: materials/day3/part1-ex3-wrapper.md
- Exercise 1.4: materials/day3/part1-ex4-prepackaged.md
- Exercise 1.5: materials/day3/part1-ex5-arguments.md
- Exercise 2.1: materials/day3/part2-ex1-matlab.md
- Exercise 2.2: materials/day3/part2-ex2-python-built.md
- Exercise 2.3: materials/day3/part2-ex3-python-install.md
- Exercise 2.4: materials/day3/part2-ex4-containers.md
- Thursday Exercises:
- Exercise 1.1: materials/day4/part1-ex1-connect-intro.md
- Exercise 1.2: materials/day4/part1-ex2-connect-quickstart.md
- Exercise 1.3: materials/day4/part1-ex3-connect-modules.md
- Exercise 1.4: materials/day4/part1-ex4-singularity.md
- Exercise 2.1: materials/day4/part2-ex1-data-needs.md
- Exercise 2.2: materials/day4/part2-ex2-file-transfer.md
- Exercise 2.3: materials/day4/part2-ex3-blast-split.md
- Exercise 3.1: materials/day4/part3-ex1-blast-proxy.md
- Exercise 3.2: materials/day4/part3-ex2-stashcache-shared.md
- Exercise 3.3: materials/day4/part3-ex3-stashcache-unique.md
- Exercise 4.1: materials/day4/part4-ex1-input.md
- Exercise 4.2: materials/day4/part4-ex2-output.md
- Friday Exercises:
- Exercise 1.1: materials/day5/part1-ex1-science-intro.md
- Exercise 1.2: materials/day5/part1-ex2-plan-workflow.md
- Exercise 2.1: materials/day5/part2-ex1-execute-workflow.md
- Exercise 2.2: materials/day5/part2-ex2-workflow-tuning.md
- Logistics:
- General information: logistics/index.md
- Visa requirements: logistics/personal-info.md
- Travel planning: logistics/travel.md
- Hotel information: logistics/hotel.md
- Local transportation: logistics/local-transportation.md
- School location: logistics/location.md
- Meals at the School: logistics/meals.md
- Fun in Madison: logistics/fun.md
- Wednesday activities: logistics/wednesday-activities.md
- Reimbursements: logistics/reimbursements.md
markdown_extensions:
- admonition
- codehilite
- toc(permalink=true)
- osg_markdown.colors