Skip to content

Commit 1df4334

Browse files
committed
Updated projects.
1 parent ec0bbf8 commit 1df4334

6 files changed

Lines changed: 53 additions & 4 deletions

File tree

.gitignore

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ build/
4444
/notes/courses/*/*HW*
4545
/notes/courses/*/*Book*
4646
/notes/courses/*/*Exam*
47+
/notes/courses/*/*Note*
4748
/notes/courses/*/*code*
4849
/notes/courses/*/*lecture*
4950
/notes/courses/*/*reading*
@@ -52,4 +53,16 @@ build/
5253

5354
# Hidden courses
5455
/notes/courses/FYSEM*
55-
/notes/courses/EXPOS*
56+
/notes/courses/EXPOS*
57+
/notes/courses/J*
58+
59+
# Insufficient content
60+
/notes/courses/CSCI-UA-101
61+
/notes/courses/CSCI-UA-102
62+
/notes/courses/MATH-UA-32*
63+
64+
# Haven't taken yet
65+
/notes/courses/CSCI-UA-310
66+
/notes/courses/CSCI-UA-473
67+
/notes/courses/CSCI-UA-474
68+
/notes/courses/CSCI-UA-469
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"Python": 100.0
3+
}
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"JavaScript": 46.4,
3-
"CSS": 28.8,
4-
"HTML": 24.8
2+
"JavaScript": 47.1,
3+
"CSS": 28.4,
4+
"HTML": 24.5
55
}
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"Python": 100.0
3+
}
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"Python": 77.0,
3+
"JavaScript": 14.3,
4+
"PowerShell": 3.7,
5+
"Shell": 2.2,
6+
"Makefile": 1.4,
7+
"CSS": 1.2,
8+
"HTML": 0.2
9+
}

projects/metadata.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,26 @@
3333
"repo": "localhost433/Study-Readiness",
3434
"tech": "Python",
3535
"description": "A survey aimed at quantifying mental readiness for study, based on more objective tests instead of self-evaluation."
36+
},
37+
{
38+
"title": "NYC Mayor Prediction",
39+
"link": "https://github.com/localhost433/nyc-mayor-prediction",
40+
"repo": "localhost433/nyc-mayor-prediction",
41+
"tech": "Python, PyMC, JAX, RAG, embeddings",
42+
"description": "Bayesian precinct-level model and ranked-choice voting simulation to forecast the 2025 NYC mayoral primary, combining polls, endorsements, ACS covariates, and issue-salience embeddings."
43+
},
44+
{
45+
"title": "Authorship Attribution (Stylometry)",
46+
"link": "https://github.com/localhost433/authorship_project",
47+
"repo": "localhost433/authorship_project",
48+
"tech": "Python, scikit-learn, NLP",
49+
"description": "Stylometric pipeline over 19th-century English novels with shared utilities for authorship attribution and author-gender prediction using character n-grams, function words, and linear models."
50+
},
51+
{
52+
"title": "Test Me Please",
53+
"link": "https://github.com/marcussleongg/test-me-please",
54+
"repo": "marcussleongg/test-me-please",
55+
"tech": "Python, FastAPI, Streamlit, Weaviate, ONNX, RAG",
56+
"description": "HackNYU Fall 2025 practice-exam generation and grading platform using RAG, local embeddings, and a Streamlit UI for course-grounded adaptive assessments and feedback."
3657
}
3758
]

0 commit comments

Comments
 (0)