You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/pages/coursework.astro
+37-5Lines changed: 37 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -253,7 +253,17 @@ const fall2025 = [
253
253
{
254
254
id: 1,
255
255
title: "ECO 441K: Introduction to Econometrics",
256
-
description: "Parameter estimation and inference in regression models.",
256
+
description:
257
+
"This course provides an introduction to the main econometric models and estimation methods that are utilized in economics and business."+
258
+
" The goal is to provide students with the knowledge needed to conduct their own quantitative empirical research, evaluate economic and business policies,"+
259
+
" perform basic forecasting, and conduct a critical reading of research and policy analysis. In addition to"+
260
+
" practicing how to conduct regression analysis and other related analysis (estimation and interpretation of"+
261
+
" the results), this course will emphasize the underlying statistical theory, which is needed to understand"+
262
+
" when particular methods are or are not likely to be valid."+
263
+
" In the lab part of this course, you will come up with your own research question, identify relevant data,"+
264
+
" and use the methods of this course to investigate answers to your question. In the process, you will write a"+
265
+
" research paper, which will include a discussion of relevant literature, as well as the statistical"+
266
+
" methodology you have chosen, and your empirical results.",
257
267
},
258
268
{
259
269
id: 2,
@@ -268,15 +278,32 @@ const fall2025 = [
268
278
id: 3,
269
279
title: "PHY 303L: Engineering Physics II",
270
280
description:
271
-
"A general survey of physics; primarily electricity, magnetism, and optics."+
272
-
" Three lecture hours and one discussion hour a week for one semester.",
281
+
"This is a calculus-based introductory course on electricity and magnetism for engineering students. "+
282
+
"We will cover electric and magnetic forces, the idea of fields, how electric and magnetic fields "+
283
+
"are sourced by charges and currents, circuits, and electromagnetic waves and optics. "+
284
+
"Along the way we will discuss problem solving strategies, and get a glimpse of vector calculus.",
273
285
},
274
286
{
275
287
id: 4,
276
288
title: "PHY 105N: Lab for Engineering Physics II",
277
289
description:
278
-
"Participate in an introductory electricity and magnetism laboratory."+
279
-
" Three laboratory hours a week for one semester.",
290
+
"This course will focus on connecting topics from General Physics II with actual physical systems, "+
291
+
"including the experimental concepts and methods, the statistical tools, and the kinds of collaboration needed to approach this in ways reflective of how actual empirical scientists do.",
292
+
},
293
+
];
294
+
295
+
const spring2026 = [
296
+
{
297
+
id: 1,
298
+
title: "ECE 302: Introduction to Electrical Engineering",
0 commit comments