diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 0c4f936..a1b4fa3 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -19,6 +19,12 @@ jobs: steps: - uses: actions/checkout@v3 + # Convert Markdown to Markdeep HTML + - name: Download handbook + run: | + curl -o handbook/index.md https://raw.githubusercontent.com/ucsd-cse-pace/handbook/main/index.md + cat handbook/header.txt handbook/index.md handbook/footer.txt > handbook/index.md.html + # Used ssh-keyscan to generate KNOWN_HOSTS - name: Copy to pace.ucsd.edu env: diff --git a/external/index.html b/external/index.html index 42d9133..802c9cb 100644 --- a/external/index.html +++ b/external/index.html @@ -224,7 +224,8 @@

CSE-PACE Computer Science and Engineering Activity Plans

Password Safety
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. [Link to Lesson Plan] - [Link to Slides] + [Improving Security Lesson Plan] + [Link to Slides]
@@ -232,7 +233,35 @@

CSE-PACE Computer Science and Engineering Activity Plans

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. [Link to Lesson Plan][Link to Slides]
- +
+
Environmental Impact of Computing
+
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. + [Link to Lesson Plan] +
+
+
+
Crypto, Bitcoin, & Blockchain
+
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. + [Link to Lesson Plan] + [Link to Cryptoming Capacity Lesson Plan] + [Link to Slides] +
+
+
+
VSCode Extensions
+
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. + [Link to Lesson Plan] + [Link to Slides] +
+
+
+
Lily Bots
+
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. + [Link to Lesson Plan] + [Link to Slides] +
+
+

CSE-PACE Additional Activity Plans

@@ -351,6 +380,9 @@

Publications and Presentations related to CSE-PACE

Dr. Kathi Fisler, Brown University
+
+ Dr. Philip Guo, UC San Diego +
Patrick Mallon, UC San Diego (2021-2022)
diff --git a/handbook/footer.txt b/handbook/footer.txt new file mode 100644 index 0000000..310f84e --- /dev/null +++ b/handbook/footer.txt @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/handbook/header.txt b/handbook/header.txt new file mode 100644 index 0000000..c0e46aa --- /dev/null +++ b/handbook/header.txt @@ -0,0 +1 @@ +**PACE Handbook** diff --git a/images/qr-giveto.png b/images/qr-giveto.png new file mode 100644 index 0000000..344938c Binary files /dev/null and b/images/qr-giveto.png differ diff --git a/images/team/.DS_Store b/images/team/.DS_Store index 5d04294..bbe29fd 100644 Binary files a/images/team/.DS_Store and b/images/team/.DS_Store differ diff --git a/index.html b/index.html index d178012..359d4e8 100644 --- a/index.html +++ b/index.html @@ -57,6 +57,7 @@ + @@ -541,8 +542,25 @@

Dr. Mia Minnes

+
+ +
PACE Handbook
+
+

+ What classes should I take? How do I get involved with student organizations? + How can I get started with personal projects or research or tutoring? +

+

+ As a UC San Diego student, there's a ton of resources on campus available to + help you on your academic and career journey. + To help connect you with these resources, our LPMs have put together a + first-year student handbook + compiling common questions and our answers! +

+
+
+
-

Thinking of launching a program like CSE-PACE at your institution? Learn more and download resources and toolkits .

diff --git a/pace.css b/pace.css index 667ddf2..39c7291 100644 --- a/pace.css +++ b/pace.css @@ -71,7 +71,6 @@ height: 44px; background-color: white; border-radius: 10px; - cursor: pointer; } @@ -154,7 +153,7 @@ justify-content: space-around; } - /* location class is for three "call to action buttons"*/ + /* location class is for four "call to action buttons"*/ .location button { font-family: 'Source Sans Pro', sans-serif; font-weight: 300; @@ -167,6 +166,7 @@ min-width: 130px; cursor: pointer; + margin-bottom: 10px; } .feature { @@ -182,6 +182,17 @@ display: inline-block; } + .handbook .explanation { + padding-top: 40px; + padding-left: 10px; + padding-right: 10px; + } + + .handbook .explanation p { + font-size: var(--normal); + } + + .learn-more .explanation { padding-top: 40px; padding-left: 10px; @@ -380,7 +391,7 @@ justify-content: space-around; } - /* location class is for three "call to action buttons"*/ + /* location class is for four "call to action buttons"*/ .location button { font-family: 'Source Sans Pro', sans-serif; font-weight: 600; @@ -394,6 +405,17 @@ border-radius: 10px; cursor: pointer; + margin-bottom: 10px; + } + + .handbook .explanation { + padding-top: 40px; + padding-left: 10px; + padding-right: 10px; + } + + .handbook .explanation p { + font-size: var(--normal); } .feature {