Skip to content

Commit

Permalink
reverting
Browse files Browse the repository at this point in the history
  • Loading branch information
root authored and root committed Oct 21, 2024
1 parent ca7b9ce commit 554b5fc
Show file tree
Hide file tree
Showing 19 changed files with 943 additions and 1,357 deletions.
2 changes: 1 addition & 1 deletion build/run_parser.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
echo starting;
cd /code
# TODO: No params does not honor active-only semesters, this is hardcoded for now
python3 manage.py ingest jhu --term Fall --years 2024;
python3 manage.py ingest jhu --term Spring --years 2025;
python3 manage.py digest jhu;
python3 manage.py digest jhu --types evals;

Expand Down
1,541 changes: 884 additions & 657 deletions package-lock.json

Large diffs are not rendered by default.

5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"@reduxjs/toolkit": "^1.6.2",
"@testing-library/jest-dom": "^5.16.1",
"@testing-library/react": "^12.1.2",
"@twemoji/api": "^15.1.0",
"@types/lodash": "^4.14.178",
"@types/twemoji": "^13.1.2",
"@typescript-eslint/eslint-plugin": "^5.6.0",
Expand Down Expand Up @@ -58,7 +59,7 @@
"lodash": "^4.17.21",
"loose-envify": "^1.4.0",
"moment": "^2.29.4",
"node-sass": "^7.0.0",
"node-sass": "^9.0.0",
"normalizr": "^3.6.1",
"postcss-loader": "^2.1.6",
"prop-types": "^15.8.1",
Expand Down Expand Up @@ -98,7 +99,6 @@
"streamify": "^0.2.9",
"style-loader": "^0.17.0",
"tinycolor2": "^1.4.2",
"twemoji": "^14.0.2",
"ua-parser-js": "^1.0.33",
"uglifyjs-webpack-plugin": "^1.3.0",
"url-loader": "^0.5.8",
Expand Down Expand Up @@ -159,7 +159,6 @@
"jest": "^27.2.5",
"jest-environment-jsdom": "^27.4.4",
"nock": "^13.2.1",
"node-sass": "^7.0.0",
"prettier": "^2.5.1",
"regenerator-runtime": "^0.10.5",
"sass-loader": "^6.0.7",
Expand Down
4 changes: 2 additions & 2 deletions parsing/schools/jhu/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
"full_academic_year_registration": false,
"single_access": false,
"active_semesters": {
"2020": ["Fall", "Spring"],
"2021": ["Fall", "Spring"],
"2022": ["Fall", "Spring"],
"2023": ["Fall", "Spring"],
"2024": ["Fall", "Spring"]
"2024": ["Fall", "Spring"],
"2025": ["Spring"]
},
"final_exams": {},
"registrar": true,
Expand Down
42 changes: 27 additions & 15 deletions semesterly/templates/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -136,22 +136,11 @@ <h2>Our Current Team</h2>
</div>
</div>
<div class="grid cf">

<div class="col-1-3 member">
<div class="circular" style="background-image: url(/static/img/jackywang.jpeg)"></div>
<h4 class="name">Jacky Wang</h4>
<h3>Team Lead</h3>
<h3>JHU '25</h3>
<div class="social">
<a href="https://www.jackywang.us/"><i class="fa fa-fw fa-link fa-2x"></i></a>
<a href="https://github.com/JiaqiWang18"><i class="fab fa-github fa-2x"></i></a>
<a href="https://www.linkedin.com/in/jiaqi-jacky-wang-y/"><i
class="fab fa-linkedin fa-2x"></i></a>
</div>
</div>
<div class="col-1-3 member">
<div class="circular" style="background-image: url(/static/img/spencerhuang.png)"></div>
<div class="circular" style="background-image: url(/static/img/shuang126_pfp.jpg)"></div>
<h4 class="name">Spencer Huang</h4>
<h3>Software Engineer - FullStack</h3>
<h3>Team Lead</h3>
<h3>JHU '26</h3>
<div class="social">
<a href="https://github.com/spencerckhuang"><i class="fab fa-github fa-2x"></i></a>
Expand Down Expand Up @@ -181,7 +170,7 @@ <h3>JHU '26</h3>
class="fab fa-linkedin fa-2x"></i></a>
</div>
</div>
<div class="col-1-3 member">
<div class="col-1-3 member">
<div class="circular" style="background-image: url(/static/img/tiger.jpg)"></div>
<h4 class="name">Tiger Ding</h4>
<h3>Software Engineer - FullStack</h3>
Expand All @@ -192,6 +181,17 @@ <h3>JHU '27</h3>
class="fab fa-linkedin fa-2x"></i></a>
</div>
</div>
<div class="col-1-3 member">
<div class="circular" style="background-image: url(/static/img/ericzhao.jpg)"></div>
<h4 class="name">Eric Zhao</h4>
<h3>Software Engineer - FullStack</h3>
<h3>JHU '26</h3>
<div class="social">
<a href="https://github.com/ericzhy0815"><i class="fab fa-github fa-2x"></i></a>
<a href="https://www.linkedin.com/in/hongyu-zhao815/"><i
class="fab fa-linkedin fa-2x"></i></a>
</div>
</div>
</div>
<div class="grid cf">
<div class="col-1-1">
Expand Down Expand Up @@ -229,6 +229,18 @@ <h3>Sr. Software Engineer - IT@JH</h3>
<div class="col-1-1">
<h2>Our Former Team Members</h2>
</div>
<div class="col-1-4 member">
<div class="circular" style="background-image: url(/static/img/jackywang.jpeg)"></div>
<h4 class="name">Jacky Wang</h4>
<h3>Former Team Lead</h3>
<h3>JHU '25</h3>
<div class="social">
<a href="https://www.jackywang.us/"><i class="fa fa-fw fa-link fa-2x"></i></a>
<a href="https://github.com/JiaqiWang18"><i class="fab fa-github fa-2x"></i></a>
<a href="https://www.linkedin.com/in/jiaqi-jacky-wang-y/"><i
class="fab fa-linkedin fa-2x"></i></a>
</div>
</div>
<div class="col-1-4 member">
<div class="circular" style="background-image: url(/static/img/jamesswang.jpg)"></div>
<h4 class="name">James Wang</h4>
Expand Down
Binary file removed static/img/spencerhuang.png
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ exports[`CourseModalBody correctly renders 1`] = `
alt="🔥"
class="emoji"
draggable="false"
src="https://twemoji.maxcdn.com/v/14.0.2/72x72/1f525.png"
src="https://cdn.jsdelivr.net/gh/jdecked/[email protected]/assets/72x72/1f525.png"
/>
</div>
<div
Expand Down Expand Up @@ -223,7 +223,7 @@ exports[`CourseModalBody correctly renders 1`] = `
alt="😍"
class="emoji"
draggable="false"
src="https://twemoji.maxcdn.com/v/14.0.2/72x72/1f60d.png"
src="https://cdn.jsdelivr.net/gh/jdecked/[email protected]/assets/72x72/1f60d.png"
/>
</div>
<div
Expand Down Expand Up @@ -269,7 +269,7 @@ exports[`CourseModalBody correctly renders 1`] = `
alt="💩"
class="emoji"
draggable="false"
src="https://twemoji.maxcdn.com/v/14.0.2/72x72/1f4a9.png"
src="https://cdn.jsdelivr.net/gh/jdecked/[email protected]/assets/72x72/1f4a9.png"
/>
</div>
<div
Expand Down Expand Up @@ -315,7 +315,7 @@ exports[`CourseModalBody correctly renders 1`] = `
alt="😐"
class="emoji"
draggable="false"
src="https://twemoji.maxcdn.com/v/14.0.2/72x72/1f610.png"
src="https://cdn.jsdelivr.net/gh/jdecked/[email protected]/assets/72x72/1f610.png"
/>
</div>
<div
Expand Down Expand Up @@ -361,7 +361,7 @@ exports[`CourseModalBody correctly renders 1`] = `
alt="😴"
class="emoji"
draggable="false"
src="https://twemoji.maxcdn.com/v/14.0.2/72x72/1f634.png"
src="https://cdn.jsdelivr.net/gh/jdecked/[email protected]/assets/72x72/1f634.png"
/>
</div>
<div
Expand Down Expand Up @@ -407,7 +407,7 @@ exports[`CourseModalBody correctly renders 1`] = `
alt="😩"
class="emoji"
draggable="false"
src="https://twemoji.maxcdn.com/v/14.0.2/72x72/1f629.png"
src="https://cdn.jsdelivr.net/gh/jdecked/[email protected]/assets/72x72/1f629.png"
/>
</div>
<div
Expand Down Expand Up @@ -453,7 +453,7 @@ exports[`CourseModalBody correctly renders 1`] = `
alt="💯"
class="emoji"
draggable="false"
src="https://twemoji.maxcdn.com/v/14.0.2/72x72/1f4af.png"
src="https://cdn.jsdelivr.net/gh/jdecked/[email protected]/assets/72x72/1f4af.png"
/>
</div>
<div
Expand Down Expand Up @@ -499,7 +499,7 @@ exports[`CourseModalBody correctly renders 1`] = `
alt="🤓"
class="emoji"
draggable="false"
src="https://twemoji.maxcdn.com/v/14.0.2/72x72/1f913.png"
src="https://cdn.jsdelivr.net/gh/jdecked/[email protected]/assets/72x72/1f913.png"
/>
</div>
<div
Expand Down
43 changes: 0 additions & 43 deletions static/js/redux/constants/constants.jsx

This file was deleted.

72 changes: 0 additions & 72 deletions static/js/redux/constants/endpoints.jsx

This file was deleted.

Loading

0 comments on commit 554b5fc

Please sign in to comment.