Skip to content

Commit

Permalink
update with new dates
Browse files Browse the repository at this point in the history
nhejazi committed Jan 22, 2025
1 parent 1b28f38 commit 66064d9
Showing 7 changed files with 344 additions and 154 deletions.
40 changes: 34 additions & 6 deletions _quarto.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
project:
type: website
render:
- "*.qmd"
- "!notes/"

execute:
freeze: auto
@@ -8,15 +11,37 @@ execute:
message: false

website:
title: "lab meetings"
site-url: https://nshlab.github.io/labmeeting/
title: ""
navbar:
title: ""
# logo: img/nshlab.png
search: true
left:
- href: "/"
text: Calendar
icon: calendar-check
- href: sidebar:archive
# text: Archive
icon: archive
right:
- href: https://nimahejazi.org
text: NSH Lab
icon: house
sidebar:
- id: archive
# icon: archive
title: "Archive"
contents:
- auto: archive
site-url: https://lab.nimahejazi.org/labmeeting/
repo-url: https://github.com/nshlab/labmeeting/
repo-branch: main
repo-actions: [edit, issue]
google-analytics: "UA-67244126-3"

format:
html:
theme: journal
theme: [sandstone, style.scss]
include-in-header:
- file: assets/mathjax.html
# ToC options
@@ -35,8 +60,11 @@ format:
code-fold: true
code-tools: false
code-line-numbers: true
code-block-background: true
highlight-style: ayu-mirage
code-block-bg: dark
highlight-style: zenburn
smooth-scroll: true
citations-hover: true
footnotes-hover: true
# code block options

bibliography: refs.bib
editor: visual
22 changes: 22 additions & 0 deletions archive/fall2024.qmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
title: "Fall 2024"
---

## Meeting Schedule

| Date | Topic | Reading | Presenter |
|---------------------------|------------------------|------------------|-------------|
| 23^rd^ September (Week 1) | Introduction to longitudinal causal infernece | Ch. 2 of @rytgaard2020phd | NSH |
| 7^th^ October (Week 2) | Overview of semi-parametric estimation in causal inference | finish Ch. 2 of @rytgaard2020phd, Sec. 3.1-3.2 of @rytgaard2020phd, and @kennedy2016semiparametric | SVB |
| 21^st^ October (Week 3) | Building blocks of longitudinal causal inference | Ch. 19-21 of @hernan2023causal | CT |
| 4^th^ November (Week 4) | Semi-parametric estimation in longitudinal causal models | @bang2005doubly, @kennedy2022semiparametric (Ex. 7) and @vdl2012targeted (Thm. 1) | CJ |
| 18^th^ November (Week 5) | Double robustness, semi-parametrics, and information geometry | @ying2024geometric (1^st^ attempt) | NSH |
| 4^th^ December (Week 6) | Influence functions: Visual communication and intuition | @fisher2020visually @herbps10_2023| CJ |
| 16^th^ December (Week 7) | Double robustness, semi-parametrics, and information geometry | @ying2024geometric (2^nd^ attempt) | NH |

: Our meetings will usually be held on Wednesdays, 3:00-4:00 PM, in HSPH 2-426.

## References

::: {#refs}
:::
3 changes: 3 additions & 0 deletions archive/index.qmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
title: "Calendar Archive"
---
33 changes: 18 additions & 15 deletions index.qmd
Original file line number Diff line number Diff line change
@@ -1,19 +1,22 @@
---
title: "NSH Lab Calendar"
subtitle: "HSPH Department of Biostatistics"
format:
html:
page-layout: full
title: "Spring 2025"
---

## Schedule for Fall 2024
## Meeting Schedule

| Date | Topic | Paper | Presenter |
|---------------------------|------------------------|------------------|-------------|
| 23^rd^ September (Week 1) | Introduction to longitudinal causal infernece | Ch. 2 of @rytgaard2020phd | NSH |
| 7^th^ October (Week 2) | Overview of semi-parametric estimation in causal inference | finish Ch. 2 of @rytgaard2020phd, Sec. 3.1-3.2 of @rytgaard2020phd, and @kennedy2016semiparametric | SVB |
| 21^st^ October (Week 3) | Building blocks of longitudinal causal inference | Ch. 19-21 of @hernan2023causal | CT |
| 4^th^ November (Week 4) | Semi-parametric estimation in longitudinal causal models | @bang2005doubly, @kennedy2022semiparametric (Ex. 7) and @vdl2012targeted (Thm. 1) | CJ |
| 18^th^ November (Week 5) | Double robustness, semi-parametrics, and information geometry | @ying2024geometric (1^st^ attempt) | NSH |
| 4^th^ December (Week 6) | Influence functions: Visual communication and intuition | @fisher2020visually @herbps10_2023| CJ |
| 16^th^ December (Week 7) | Double robustness, semi-parametrics, and information geometry | @ying2024geometric (2^nd^ attempt) | NH |
| Date | Topic | Reading | Presenter |
|-----------------|------------------------|------------------|-------------|
| 3^rd^ February | | @kosorok2008introduction | |
| 17^th^ February | | @kosorok2008introduction | |
| 3^rd^ March | | | |
| 17^th^ March | | | |
| 31^st^ March | | @vdvaart1998asymptotic | |
| 14^th^ April | | @vdvaart1998asymptotic | |
| 5^th^ May | | | |

: Our meetings will usually be held on Mondays, 3:30-5:00 PM, in HSPH 2-426.

## References

::: {#refs}
:::
Loading

0 comments on commit 66064d9

Please sign in to comment.