Skip to content

Commit 454b50f

Browse files
committed
Working on website
1 parent 1335474 commit 454b50f

File tree

6 files changed

+33
-25
lines changed

6 files changed

+33
-25
lines changed

_quarto.yml

+6-3
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ project:
22
type: website
33

44
website:
5-
title: "Teach Data Science Course Website"
5+
title: "Digital Twins for Physical Systems"
66
sidebar:
77
background: primary
8-
logo: "images/logo.png"
8+
logo: "images/digitaltwin.png"
99
pinned: true
1010
align: center
1111
tools:
@@ -23,12 +23,15 @@ website:
2323
text: Syllabus
2424
- href: schedule.qmd
2525
text: Schedule
26-
26+
- href: project.qmd
27+
text: Final Project
28+
- href: references.qmd
2729
format:
2830
html:
2931
theme: cosmo
3032
# css: styles.css
3133
toc: true
3234

35+
bibliography: references.bib
3336

3437

_site/images/digitaltwin.png

2.18 MB
Loading

index.qmd

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
2-
title: "Introduction to Data Science Course Website"
2+
title: "Digital Twins for Physical Systems Course Website"
33
---
44

55
## Course overview
66

7-
**Course overview from STA 199: Introduction to Data Science at Duke University**
7+
**Course overview from CSE : Digital Twins for Physical Systems**
88

99
Intro to data science and statistical thinking. Learn to explore, visualize,and analyze data to understand natural phenomena, investigate patterns, model outcomes,and make predictions, and do so in a reproducible and shareable manner. Gain experience in data wrangling and munging, exploratory data analysis, predictive modeling, data visualization, and effectively communicating results. Work on problems and case studies inspired by and based on real-world questions and data. The course will focus on the R statistical computing language.
1010

project.qmd

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Final Project

references.qmd

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# References {.unnumbered}
2+
3+
::: {#refs}
4+
:::

syllabus.qmd

+20-20
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "Syllabus"
33
---
44

5-
**Excerpts of Fall 2021 syllabus from STA 199: Introduction to Data Science at Duke University**
5+
**Sprint 2024 syllabus from CSE 199: Digital Twins for Physical Systems**
66

77
<hr>
88

@@ -14,26 +14,31 @@ By the end of the semester, you will...
1414
- gain experience in data wrangling and munging, exploratory data analysis, predictive modeling, and data visualization work on problems and case studies inspired by and based on real-world questions and data
1515
- learn to effectively communicate results through written assignments and final project presentation
1616

17-
## Textbooks
17+
## Textbook
1818

1919
All books are freely available online. Hardcopies are also available for purchase.
2020

21-
| | | |
22-
|------------------------------------|------------------|------------------|
23-
| [R for Data Science](http://r4ds.had.co.nz/) | Grolemund, Wickham | O'Reilly, 1st edition, 2016 |
24-
| [Introduction to Modern Statistics](https://openintro-ims.netlify.app/) | Çetinkaya-Rundel, Hardin | OpenIntro Inc., 1st Edition, 2021 |
21+
| | | |
22+
|----------------------------------|-------------------|-------------------|
23+
| [A toolbox for digital twins: from model-based to data-driven](https://galileo-gatech.primo.exlibrisgroup.com/permalink/01GALI_GIT/naju39/alma9937674297402486) | @asch2022toolbox, Mark | SIAM, 2022 |
24+
25+
## Journal Papers
26+
| | | |
27+
|----------------------------------|-------------------|-------------------|
28+
| [A comprehensive review of digital twin—part 1: modeling and twinning enabling technologies](https://openintro-ims.netlify.app/) | @thelen2022comprehensivea | Springer, 2022 |
29+
| [A comprehensive review of digital twin—part 2: roles of uncertainty quantification and optimization, a battery digital twin, and perspectives](https://link.springer.com/article/10.1007/00158-022-03410-x) | @thelen2023comprehensiveb | Springer, 2022 |
2530

2631
## Course community
2732

2833
### Inclusive community
2934

30-
It is my intent that students from all diverse backgrounds and perspectives be well-served by this course, that students' learning needs be addressed both in and out of class, and that the diversity that the students bring to this class be viewed as a resource, strength, and benefit. It is my intent to present materials and activities that are respectful of diversity and in alignment with [Duke's Commitment to Diversity and Inclusion](https://provost.duke.edu/initiatives/commitment-to-diversity-and-inclusion). Your suggestions are encouraged and appreciated.
35+
It is my intent that students from all diverse backgrounds and perspectives be well-served by this course, that students' learning needs be addressed both in and out of class, and that the diversity that the students bring to this class be viewed as a resource, strength, and benefit. It is my intent to present materials and activities that are respectful of diversity and in alignment with [Georgia Tech's Commitment to Diversity and Inclusion](https://catalog.gatech.edu/policies/diversity/). Your suggestions are encouraged and appreciated.
3136

3237
### Accessibility
3338

3439
If there is any portion of the course that is not accessible to you due to challenges with technology or the course format, please let me know so we can make appropriate accommodations.
3540

36-
The Student Disability Access Office (SDAO) is available to ensure that students are able to engage with their courses and related assignments. Students should be in touch with the Student Disability Access Office to request or update accommodations under these circumstances.
41+
[Disability Services](https://disabilityservices.gatech.edu/about/accommodations) are available to ensure that students are able to engage with their courses and related assignments. Students should be in touch with the Student Disability Access Office to request or update accommodations under these circumstances.
3742

3843
### Communication
3944

@@ -43,21 +48,18 @@ Announcements will be emailed through Sakai Announcements periodically. Please c
4348

4449
## Activities & Assessment
4550

46-
### Labs
47-
48-
In labs, you will apply the concepts discussed in lecture to various data analysis scenarios, with a focus on the computation.
51+
### Computational labs
4952

50-
### Homework
53+
In labs, you will apply the concepts discussed during lectures, with a focus on the computation.
5154

52-
In homework, you will apply what you've learned during lecture and lab to complete data analysis tasks.
5355

5456
### Exams
5557

56-
There will be two, take-home, open-note exams. Through these exams you have the opportunity to demonstrate what you've learned in the course thus far.
58+
There will be no exams.
5759

5860
### Final Project
5961

60-
The purpose of the [final project](/project/) is to apply what you've learned throughout the semester to analyze an interesting data-driven research question.
62+
The purpose of the [Final Project](project.qmd) is to apply what you've learned throughout the semester to analyze an interesting data-driven research question.
6163

6264
## Grading
6365

@@ -67,12 +69,10 @@ The final course grade will be calculated as follows:
6769

6870
| Category | Percentage |
6971
|--------------------|------------|
70-
| Homework | 30% |
72+
| | 30% |
7173
| Labs | 15% |
7274
| Final Project | 15% |
73-
| Exam 01 | 17.5% |
74-
| Exam 02 | 17.5% |
75-
| In-class exercises | 5% |
75+
7676

7777
## Course policies
7878

@@ -106,4 +106,4 @@ The due dates for assignments are there to help you keep up with the course mate
106106

107107
- **Dec 4-7**: Reading period
108108

109-
- **Dec 8-13**: Final exams
109+
- **Dec 8-13**: Final exams

0 commit comments

Comments
 (0)