Skip to content

Commit ca2763b

Browse files
authored
Merge pull request #7 from ucsd-cse-pace/main
merge main into quarterly-plans
2 parents 23280f1 + 7e82456 commit ca2763b

File tree

8 files changed

+89
-6
lines changed

8 files changed

+89
-6
lines changed

.github/workflows/main.yml

+6
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,12 @@ jobs:
1919
steps:
2020
- uses: actions/checkout@v3
2121

22+
# Convert Markdown to Markdeep HTML
23+
- name: Download handbook
24+
run: |
25+
curl -o handbook/index.md https://raw.githubusercontent.com/ucsd-cse-pace/handbook/main/index.md
26+
cat handbook/header.txt handbook/index.md handbook/footer.txt > handbook/index.md.html
27+
2228
# Used ssh-keyscan to generate KNOWN_HOSTS
2329
- name: Copy to pace.ucsd.edu
2430
env:

external/index.html

+34-2
Original file line numberDiff line numberDiff line change
@@ -224,15 +224,44 @@ <h2>CSE-PACE Computer Science and Engineering Activity Plans</h2>
224224
<dt>Password Safety</dt>
225225
<dd>Reinforce the importance of password security and using a variety of different tools to support creating new passwords and storing them securely. Students will be exposed to password managers and will have the ability to check whether their password is secure or not.
226226
[<a href = "https://docs.google.com/document/d/1I67fcDWi7fmnmNnLnyrsLNJhKvASiwQSLJm251j0i2k/edit?usp=sharing">Link to Lesson Plan</a>]
227-
[<a href = "https://docs.google.com/presentation/d/1ss_mT_4m-xjzhBGIpcQgCY7e9VnoguK91KmRJ8z361c/edit?usp=sharing">Link to Slides</a>]
227+
[<a href = "https://docs.google.com/document/d/1BhlxUsH82Sq6KeVxO4O4VznCFqX3d7J4OwVEFXlKte0/edit?usp=sharing">Improving Security Lesson Plan</a>]
228+
[<a href = "https://docs.google.com/presentation/d/1ss_mT_4m-xjzhBGIpcQgCY7e9VnoguK91KmRJ8z361c/edit?usp=sharing">Link to Slides</a>]
228229
</dd>
229230
</dl>
230231
<dl>
231232
<dt>Bluetooth Tracking</dt>
232233
<dd>Continuing from the Password Safety Lesson, students will be exposed to research that focuses on gathering telemtry/information from Bluetooth data and how signals are decoded to gather information about a user. Students will then open up various social media platforms to see how much information large data-centers and algorithms have on them. [<a href = "https://docs.google.com/document/d/1DXQzBzVNGQKRJgORjBO-6YaUsn0J9syf1cadRfdTaUI/edit?usp=sharing">Link to Lesson Plan</a>][<a href = "https://docs.google.com/presentation/d/1ss_mT_4m-xjzhBGIpcQgCY7e9VnoguK91KmRJ8z361c/edit?usp=sharing">Link to Slides</a>]
233234
</dd>
234235
</dl>
235-
236+
<dl>
237+
<dt>Environmental Impact of Computing</dt>
238+
<dd>Explore the industrial need for lithium-ion batteries and reflect on their environmental impacts. Students will learn about different views from environmentalists and industrialists on lithium-ion batteries and develop their own views.
239+
[<a href = "https://docs.google.com/document/d/1553X0iH9mg9dXoddVvsdtRxIOXAkKYmF/edit?usp=sharing&ouid=104012381786229175718&rtpof=true&sd=true">Link to Lesson Plan</a>]
240+
</dd>
241+
</dl>
242+
<dl>
243+
<dt>Crypto, Bitcoin, & Blockchain</dt>
244+
<dd>Two-day session introducing students to the idea behind crypto and the importance of blockchain. Students will also learn about the security issues and ethical implications of blockchain.
245+
[<a href = "https://docs.google.com/document/d/1RDj3ZGHPi9bQwqVQOdrqXQi3K2L8BD5OpTvFc7dF2GQ/edit?usp=sharing">Link to Lesson Plan</a>]
246+
[<a href = "https://docs.google.com/document/d/1ntJR08R8HbNkoLmSpqdePf09DE0V221gNSasXhxUg1U/edit?usp=sharing">Link to Cryptoming Capacity Lesson Plan</a>]
247+
[<a href = "https://docs.google.com/presentation/d/15qcRb2_mkFF3JeO0-T8YwZdLoXtfhea1q1ehMthitsI/edit?usp=sharing">Link to Slides</a>]
248+
</dd>
249+
</dl>
250+
<dl>
251+
<dt>VSCode Extensions</dt>
252+
<dd>Introduce some useful VSCode extensions that might be helpful for students when programming. Students will explore multiple extensions and tricks that help them become more productive when using VSCode.
253+
[<a href = "https://docs.google.com/document/d/1LiUrDo5IhG8bSII1insjzX9kqwSroz451BNUux9lsKU/edit#heading=h.njgm35p7k0w2">Link to Lesson Plan</a>]
254+
[<a href = "https://docs.google.com/presentation/d/16f52WnQIVf5YZ-oBg81W9-Z4I-OiJ1Jeejy89663snE/edit?usp=sharing">Link to Slides</a>]
255+
</dd>
256+
</dl>
257+
<dl>
258+
<dt>Lily Bots</dt>
259+
<dd>Introduce the basic ideas behind Lily Bot control and let students build their own robots in two sessions. Students will work in groups, assemble the robot, and program it so it can perform desired actions.
260+
[<a href = "https://docs.google.com/document/d/14a_IHEwHexys8q7-3p08KlmsKE7W3WRcWNsiOvcICGw/edit?usp=sharing">Link to Lesson Plan</a>]
261+
[<a href = "https://docs.google.com/presentation/d/1ou4LVGUilocnxBw_HENk7yY-Qk5-wyzYvXOSrEn99v4/edit?usp=sharing">Link to Slides</a>]
262+
</dd>
263+
</dl>
264+
236265
<h2>CSE-PACE Additional Activity Plans</h2>
237266
<dl>
238267
<dt>
@@ -351,6 +380,9 @@ <h2>Publications and Presentations related to CSE-PACE</h2>
351380
<dd>
352381
Dr. Kathi Fisler, Brown University
353382
</dd>
383+
<dd>
384+
Dr. Philip Guo, UC San Diego
385+
</dd>
354386
<dd>
355387
Patrick Mallon, UC San Diego (2021-2022)
356388
</dd>

handbook/footer.txt

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
2+
<link rel="stylesheet" href="https://casual-effects.com/markdeep/latest/apidoc.css?">
3+
<script>markdeepOptions={tocStyle:'medium'};</script>
4+
<!-- Markdeep: --><style class="fallback">body{visibility:hidden;white-space:pre;font-family:monospace}</style><script src="markdeep.min.js" charset="utf-8"></script><script src="https://morgan3d.github.io/markdeep/latest/markdeep.min.js" charset="utf-8"></script><script>window.alreadyProcessedMarkdeep||(document.body.style.visibility="visible")</script>

handbook/header.txt

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
**PACE Handbook**

images/qr-giveto.png

22.7 KB
Loading

images/team/.DS_Store

0 Bytes
Binary file not shown.

index.html

+19-1
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@
5757
<a href="#directions"><button class="col-12">Find Us<br> Here</button></a>
5858
<a href="#learn-more"><button class="col-12">Learn<br> More</button></a>
5959
<a href="#topics"><button class="col-12">Discussion<br> Starters</button></a>
60+
<a href="#handbook"><button class="col-12">PACE<br>Handbook</button></a>
6061
</div>
6162
</div>
6263
</div>
@@ -541,8 +542,25 @@ <h3>Dr. Mia Minnes</h3>
541542
</div>
542543
</div>
543544

545+
<div class="row no-gutters handbook justify-content-around">
546+
<a name="handbook"></a>
547+
<div class="col-lg-12 feature"><span>PACE Handbook</span></div>
548+
<div class="col-lg-10 explanation">
549+
<p>
550+
What classes should I take? How do I get involved with student organizations?
551+
How can I get started with personal projects or research or tutoring?
552+
</p>
553+
<p>
554+
As a UC San Diego student, there's a ton of resources on campus available to
555+
help you on your academic and career journey.
556+
To help connect you with these resources, our LPMs have put together a
557+
<a href="handbook/index.md.html">first-year student handbook</a>
558+
compiling common questions and our answers!
559+
</p>
560+
</div>
561+
</div>
562+
544563
<div class="row no-gutters learn-more justify-content-around">
545-
<a name="topics"></a>
546564
<div class="col-lg-12 feature"></div>
547565
<div class="col-lg-10 explanation">
548566
<p>Thinking of launching a program like CSE-PACE at your institution? <a href="external/index.html">Learn more and download resources and toolkits</a> .</p>

pace.css

+25-3
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@
7171
height: 44px;
7272
background-color: white;
7373
border-radius: 10px;
74-
7574
cursor: pointer;
7675
}
7776

@@ -154,7 +153,7 @@
154153
justify-content: space-around;
155154
}
156155

157-
/* location class is for three "call to action buttons"*/
156+
/* location class is for four "call to action buttons"*/
158157
.location button {
159158
font-family: 'Source Sans Pro', sans-serif;
160159
font-weight: 300;
@@ -167,6 +166,7 @@
167166
min-width: 130px;
168167

169168
cursor: pointer;
169+
margin-bottom: 10px;
170170
}
171171

172172
.feature {
@@ -182,6 +182,17 @@
182182
display: inline-block;
183183
}
184184

185+
.handbook .explanation {
186+
padding-top: 40px;
187+
padding-left: 10px;
188+
padding-right: 10px;
189+
}
190+
191+
.handbook .explanation p {
192+
font-size: var(--normal);
193+
}
194+
195+
185196
.learn-more .explanation {
186197
padding-top: 40px;
187198
padding-left: 10px;
@@ -380,7 +391,7 @@
380391
justify-content: space-around;
381392
}
382393

383-
/* location class is for three "call to action buttons"*/
394+
/* location class is for four "call to action buttons"*/
384395
.location button {
385396
font-family: 'Source Sans Pro', sans-serif;
386397
font-weight: 600;
@@ -394,6 +405,17 @@
394405
border-radius: 10px;
395406

396407
cursor: pointer;
408+
margin-bottom: 10px;
409+
}
410+
411+
.handbook .explanation {
412+
padding-top: 40px;
413+
padding-left: 10px;
414+
padding-right: 10px;
415+
}
416+
417+
.handbook .explanation p {
418+
font-size: var(--normal);
397419
}
398420

399421
.feature {

0 commit comments

Comments
 (0)