Skip to content

Commit

Permalink
instructor_profiles
Browse files Browse the repository at this point in the history
  • Loading branch information
mihranmiroyan committed Aug 14, 2023
1 parent 946f267 commit fe48cc8
Show file tree
Hide file tree
Showing 48 changed files with 160 additions and 162 deletions.
9 changes: 9 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
**/.DS_Store
**/*.ipynb_checkpoints/
_site/*
_staffers/sheets_parser.json
.DS_Store
.*.swp
.*.swo
DS_Store
.bundle
2 changes: 1 addition & 1 deletion _site/acks/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion _site/announcements/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion _site/assets/css/just-the-docs-dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,7 @@ blockquote { margin: 10px 0; margin-block-start: 0; margin-inline-start: 0; padd
@media (min-width: 31.25rem) { .site-title { font-size: 24px !important; line-height: 1.25; } }
@media (min-width: 50rem) { .site-title { padding-top: 0.5rem; padding-bottom: 0.5rem; } }

.site-logo { width: 100%; height: 100%; background-image: url("/su23/resources/assets/favicon/panda-logo.png"); background-repeat: no-repeat; background-position: left center; background-size: contain; }
.site-logo { width: 100%; height: 100%; background-image: url("/fa23-testing/resources/assets/favicon/panda-logo.png"); background-repeat: no-repeat; background-position: left center; background-size: contain; }

.site-button { display: flex; height: 100%; padding: 1rem; align-items: center; }

Expand Down
2 changes: 1 addition & 1 deletion _site/assets/css/just-the-docs-default.css
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ blockquote { margin: 10px 0; margin-block-start: 0; margin-inline-start: 0; padd
@media (min-width: 31.25rem) { .site-title { font-size: 24px !important; line-height: 1.25; } }
@media (min-width: 50rem) { .site-title { padding-top: 0.5rem; padding-bottom: 0.5rem; } }

.site-logo { width: 100%; height: 100%; background-image: url("/su23/resources/assets/favicon/panda-logo.png"); background-repeat: no-repeat; background-position: left center; background-size: contain; }
.site-logo { width: 100%; height: 100%; background-image: url("/fa23-testing/resources/assets/favicon/panda-logo.png"); background-repeat: no-repeat; background-position: left center; background-size: contain; }

.site-button { display: flex; height: 100%; padding: 1rem; align-items: center; }

Expand Down
2 changes: 1 addition & 1 deletion _site/assets/css/just-the-docs-light.css
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ blockquote { margin: 10px 0; margin-block-start: 0; margin-inline-start: 0; padd
@media (min-width: 31.25rem) { .site-title { font-size: 24px !important; line-height: 1.25; } }
@media (min-width: 50rem) { .site-title { padding-top: 0.5rem; padding-bottom: 0.5rem; } }

.site-logo { width: 100%; height: 100%; background-image: url("/su23/resources/assets/favicon/panda-logo.png"); background-repeat: no-repeat; background-position: left center; background-size: contain; }
.site-logo { width: 100%; height: 100%; background-image: url("/fa23-testing/resources/assets/favicon/panda-logo.png"); background-repeat: no-repeat; background-position: left center; background-size: contain; }

.site-button { display: flex; height: 100%; padding: 1rem; align-items: center; }

Expand Down
4 changes: 2 additions & 2 deletions _site/assets/js/just-the-docs.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ function initNav() {

function initSearch() {
var request = new XMLHttpRequest();
request.open('GET', '/su23/assets/js/search-data.json', true);
request.open('GET', '/fa23-testing/assets/js/search-data.json', true);

request.onload = function(){
if (request.status >= 200 && request.status < 400) {
Expand Down Expand Up @@ -434,7 +434,7 @@ jtd.getTheme = function() {

jtd.setTheme = function(theme) {
var cssFile = document.querySelector('[rel="stylesheet"]');
cssFile.setAttribute('href', '/su23/assets/css/just-the-docs-' + theme + '.css');
cssFile.setAttribute('href', '/fa23-testing/assets/css/just-the-docs-' + theme + '.css');
}

// Scroll site-nav to ensure the link to the current page is visible
Expand Down
170 changes: 85 additions & 85 deletions _site/assets/js/search-data.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion _site/calendar/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion _site/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion _site/lecture/lec01/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion _site/lecture/lec02/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion _site/lecture/lec03/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion _site/lecture/lec04/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion _site/lecture/lec05/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion _site/lecture/lec06/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion _site/lecture/lec07/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion _site/lecture/lec08/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion _site/lecture/lec09/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion _site/lecture/lec10/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion _site/lecture/lec11/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion _site/lecture/lec12/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion _site/lecture/lec13/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion _site/lecture/lec14/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion _site/lecture/lec15/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion _site/lecture/lec16/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion _site/lecture/lec17/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion _site/lecture/lec18/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion _site/lecture/lec19/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion _site/lecture/lec20/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion _site/lecture/lec21/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion _site/lecture/lec22/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion _site/lecture/lec23/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion _site/lecture/lec24/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion _site/lecture/lec25/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion _site/resources/assets/staff_pics/README/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion _site/resources/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion _site/setup/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion _site/staff/index.html

Large diffs are not rendered by default.

13 changes: 0 additions & 13 deletions _site/staffers/sheets_parser.json

This file was deleted.

2 changes: 1 addition & 1 deletion _site/syllabus/index.html

Large diffs are not rendered by default.

10 changes: 0 additions & 10 deletions _staffers/bella_crouch.md

This file was deleted.

9 changes: 0 additions & 9 deletions _staffers/dominic_liu.md

This file was deleted.

9 changes: 9 additions & 0 deletions _staffers/fernando_perez.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
name: Fernando Pérez
role: Instructor
email: fernando.perez@berkeley.edu
website:
photo: http://ds100.org/su23/resources/assets/staff_pics/Fernando_Perez.jpeg
pronouns: He/Him/His
oh:
---
10 changes: 10 additions & 0 deletions _staffers/narges_norouzi.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
name: Narges Norouzi
role: Instructor
email: norouzi@berkeley.edu
website:
photo: http://ds100.org/sp23/resources/assets/staff_pics/Narges_Norouzi.jpeg
pronouns: She/Her/Hers
oh:
---

14 changes: 8 additions & 6 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,21 @@ nav_order: 1
description: A week-to-week description of the content covered in the course.
course:
edstem: https://edstem.org/us/courses/33744/
faq: https://ds100.org/sp23faq
faq: https://ds100.org/fa23faq
currWeekNumber: 8
---

# Data 100: Principles and Techniques of Data Science

{: .mb-2 }
UC Berkeley, Summer 2023
UC Berkeley, Fall 2023
{: .mb-0 .fs-6 .text-grey-dk-000 }


[Ed](https://edstem.org/us/courses/40266){:target="_blank" .btn .btn-ed .mr-1 }
[Ed](){:target="_blank" .btn .btn-ed .mr-1 }
[Datahub](http://data100.datahub.berkeley.edu/){:target="_blank" .btn .btn-datahub .mr-1 }
[Gradescope](https://www.gradescope.com/courses/546710){:target="_blank" .btn .btn-gradescope .mr-1 }
[Extenuating Circumstances](https://forms.gle/GRREdhkik6bKm9bJA){:target="_blank .btn .btn-blue .mr-1}
[Gradescope](https://www.gradescope.com/courses/564792){:target="_blank" .btn .btn-gradescope .mr-1 }
[Extenuating Circumstances](){:target="_blank .btn .btn-blue .mr-1}

<div>
{% assign instructors = site.staffers | where: 'role', 'Instructor' %}
Expand All @@ -31,7 +31,9 @@ UC Berkeley, Summer 2023
</div>

{: .highlight }
> Welcome to [Week 8](#week-{{page.currWeekNumber}})!
> Announcements:
[//]: <> > Welcome to [Week 1](#week-{{page.currWeekNumber}})!


<a name="schedule"></a>
Expand Down
Binary file added resources/assets/staff_pics/Fernando_Perez.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/assets/staff_pics/Narges_Norouzi.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit fe48cc8

Please sign in to comment.