diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..5d7e00d --- /dev/null +++ b/.gitignore @@ -0,0 +1,50 @@ +# OS +.DS_Store +.DS_Store? +._* +.Spotlight-V100 +.Trashes +Icon? +ehthumbs.db +Thumbs.db + +# Compiled +*.com +*.class +*.dll +*.exe +*.o +*.so + +# LaTeX +*.log +*.aux +*.synctex.gz +*.bbl +*.blg +*.xml +*blx.bib +*.thm +*.out +*.fdb_latexmk +*.fls +*.nav +*.snm +*.toc +*.vrb + +# LyX +*.lyx~ + +# Emacs +*[#]*[#] +*[#]* +_region_.tex + +# RStudio +*.Rhistory +.Rproj.user +*.rda +*.RData + +# Directories diff --git a/README.org b/README.org new file mode 100644 index 0000000..35ae223 --- /dev/null +++ b/README.org @@ -0,0 +1,6 @@ +#+TITLE: Spring 2025 Presentations for STAT 4915 +#+OPTIONS: toc:nil author:nil email:nil creator:nil timestamp:nil html-postamble:nil num:nil ^:nil +#+HTML_HEAD: + +Sign up sheet for the seminar presentations by sending the instructor pull +requests. diff --git a/docs/GTD.css b/docs/GTD.css new file mode 100644 index 0000000..d104fd4 --- /dev/null +++ b/docs/GTD.css @@ -0,0 +1,354 @@ +/* + * Cascading stylesheet for GNU Emacs org mode + * Nicolas P. Rougier - September 2020 + * Released under a Creative Commons CC-BY 4.0 licence + */ + +@charset "utf-8"; +@import url('https://fonts.googleapis.com/css?family=Roboto+Mono:300,400,500'); + + +body { + font-family: "Roboto Mono", monospace; + font-size: 14px; + font-weight: 300; + color: rgba(51, 51, 51, 1.00); + line-height: 1.4em; + font-weight: light; + counter-reset: section; + counter-reset: toc-section; + counter-increment: toc-section; +} + +a, a:visited { + text-decoration: none; + color: rgba(48,63,159, 1.00); +} +.org-bold { + font-weight: 400; +} +i, i a { + color: #999999; + font-style: normal; +} +.org-italic, .org-org-meta-line { + color: rgba(48,63,159, 0.75); + font-style: normal; +} +.org-face-salient { + font-weight: 400; +} + + +/* Blinking cursor when strike-through */ +.custom { animation: blinker 1s linear infinite; } +@keyframes blinker { 50% { opacity: 0; } } + + +/* --- Side notes --- */ +div.side-note::before { + content: "Note"; + color: rgba(0,0,0,.75); + font-weight: 400; +} +div.side-note { + color: rgba(0,0,0,.5); + float: left; + font-size: .85em; + line-height: 1.25em; + margin-left: -24em; + width: 20em; +} + +/* --- Table of contents --- */ +#table-of-contents { + padding-top: 0em; + margin-top: 0em; + text-transform: uppercase; +} +#table-of-contents ul { + padding: 0; + font-weight: 400; + list-style: none; + counter-reset: list 0; +} +#table-of-contents ul ul { + padding-left:0em; + font-weight: 300; + font-size: 90%; + line-height: 1.5em; + margin-top: 0em; + margin-bottom: 1em; + padding-left: 2em; +} +#table-of-contents h2:before { + content: ""; + counter-reset: section; +} +#table-of-contents ul li { + vertical-align: top; + display: inline-block; + width: 32%; +} +#table-of-contents ul li:before { + display: inline-block; + counter-increment: list; + content: counters(list, ".") "."; + width: 2.0em; + margin-left: -2.0em; + text-align: right; + text-transform: uppercase; + color:#2255bb; +} +#table-of-contents ul li ul, +#table-of-contents ul li ul li { + display: static; + width: 100%; + padding-left: 0; + line-height: 1.35em; +} +#table-of-contents ul li ul li:before { + content: "" +} +#table-of-contents h2 { + font-size: 1em; + font-weight: 400; + padding-top: 5em; +} +#table-of-contents h2:before { + content: "⌘"; +} + + + +blockquote { + color: #999999; + padding-top: 0; + margin-left: 1em; + padding-left: 1em; + border-left: 3px solid #cccccc; +} + +ul.org-ul { + padding-left: 0 +} +ul.org-ul li { + list-style-type: none; + margin-bottom: .5em; +} + +ul.org-ul li p { + display: inline-block; + margin-top: 0em; + margin-bottom: 0em; +} + +ul.org-ul li::before { + display: inline-block; + content: "— "; + color: #999999; + width: 1em; + margin-left: -1em; +} + +ol.org-ol { + padding-left: 0; + margin-left: 2em; + list-style: none; + counter-reset: li; +} +.org-ol li { + counter-increment: li; + margin-bottom: .25em; +} +.org-ol li::before { + content: counter(li) ". "; + color: #999999; + display: inline-block; + width: 2em; + margin-left: -2em; +} + + + +#content, #postamble { + margin: 0 auto; + max-width: 720px; + margin-top: 2.5%; + margin-bottom: 2.5%; +} + +#postamble { +/* border-top: 1px solid #999999; */ + padding-top: 1.5em; +} +#postamble p, #postamble a { + color: #999999; + line-height: 1.25em; + margin: 0; + text-align: right; +} + +h1.title { + font-size: 1.5em; + margin-top: 4em; + margin-bottom: 0em; + font-weight: 400; + text-align: left; +} + +span.subtitle { + display: inline-block; + margin-top: .25em; + font-size: 74.5%; + font-weight: 300; + color: #999999; +} + + +h3 { padding-top: .5em; } +h1, h2, h3, h4 { + color: black; + font-size: 1em; + font-weight: 400; + /* font-variant: all-small-caps; */ + text-transform: uppercase; +} +h2 { padding-top: 5em; } +h3 { padding-top: 3em; } + +body { + counter-reset: section; +} +h2 { + counter-reset: subsection; +} +h2::before { + color: #cccccc; + float: left; + text-align: right; + font-weight: 300; + width: 7.5em; + margin-left: -8.0em; + counter-increment: section; + content: "Speaker " counter(section) " "; +} + + +h3::before { + color: #cccccc; + float: left; + text-align: right; + font-weight: 300; + width: 2.5em; + margin-left: -3.0em; + counter-increment: subsection; + content: counter(section) "." counter(subsection) " "; +} + + + +code { + background-color: #f9f9f9; + font-family: "Roboto Mono", sans-serif; + font-weight: 400; +} + +pre::before { + color: #cccccc; + float: left; + text-align: right; + font-weight: 300; + width: 3.0em; + margin-left: -4.25em; + font-variant: small-caps; + content: ""; +} +pre.src-lisp::before { content: "lisp"; } +pre.src-org::before { content: "org"; } + +pre { + color: #00008b; + background-color: #fbfbfb; + overflow: auto; + margin: 0em; + padding: 0.25em; + padding-left: 0.5em; + line-height: 1.35em; + font-family: "Roboto Mono", sans-serif; + font-weight: 300; + border-left: 2px dotted #00008b; +} +pre.src { + position: relative; + overflow: visible; +} + +/* --- Code folding --- */ +details { + color: rgba(48,63,159, 1.00); + background: #fbfbfb; + border: 1px solid rgba(48,63,159, 1.00); + border-radius: 3px; + padding: 0.25em; + margin-bottom: 1.0em; +} +details pre { + border: 0; +} +details pre.src-lisp::before { content: ""; } +summary { + outline: 0; + color: rgba(48,63,159, 1.00); +} +summary::after { + font-size: 0.85em; + color: rgba(48,63,159, 0.25); + display: inline-block; + float: right; + content: "Click to fold/unfold"; + padding-right: 0.5em; +} + +/* --- Table --- */ +table { min-width: 100%; } +table, tbody, td, tr, th, colgroup, thead { + border: 0; +/* padding: 0;*/ +} +table { + margin-top: 1em; +} +thead { + border-bottom: 1px dashed black; +} +th { + text-align: left; + font-weight: 400; + padding: 0; + margin-bottom: 0.25em; + padding-bottom: 0.25em; +} +td { padding: 0; } + +tr:nth-child(even) {background: #f9f9f9;} +tr:nth-child(odd) {background: #ffffff;} +tbody { +/* border-bottom: 1px solid black; */ +} + +/* --- Description list --- */ +dd { + margin-top: 0.25em; + margin-bottom: 0.50em; +} + +/* --- Back links in header --- */ +div.back a { + float: right; + font-weight: 300; + color: #cccccc; + font-variant: small-caps; + margin-top: -2.5em; +} +/* h2 { border-bottom: .5px solid #999999; } */ diff --git a/docs/notebook.css b/docs/notebook.css new file mode 100644 index 0000000..94427f4 --- /dev/null +++ b/docs/notebook.css @@ -0,0 +1,187 @@ +/* + * Cascading stylesheet for GNU Emacs notebooks + * Nicolas P. Rougier - December 202 + * Released under a Creative Commons CC-BY 4.0 license + */ + +@charset "utf-8"; +@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500'); +@import url('https://fonts.googleapis.com/css?family=Roboto Slab:300,400,500'); +@import url('https://fonts.googleapis.com/css?family=Roboto Condensed:300,400,500'); + +body { + font-family: "Roboto", sans; + font-size: 16px; + font-weight: 300; + line-height: 1.3em; +} + +#content { + margin: 0 auto; + max-width: 720px; + margin-top: 5em; + margin-bottom: 5em; +} + +b { + font-weight: 400; +} + +a { + color: #673AB7; + text-decoration: none; +/* font-weight: 400;*/ +} + +h1, h2, h3 { + font-family: "Roboto Slab", serif; + font-weight: 400; +} + +h1.title { + font-weight: 400; + line-height: 0.75em; + padding-top: 1.em; + padding-bottom: 0.5em; +} +h1 span.subtitle { + font-size: 16px; + font-weight: 300; +} +h2 { + clear: both; + padding-top: 1em; + padding-bottom: 0em; +} + + +p { + text:align: justify; +/* column-count: 2;*/ + text-align: justify; + text-justify: inter-word; + hyphens: auto; +} + +div.abstract { + background: #f9f9ff; + padding: .75em 1em .75em 1em; + line-height: 1.25em; + font-family: "Roboto Condensed", sans-serif; + border: .5px solid #555599; + padding-bottom: 0.25em; +} +div.abstract p { + column-count: 1; + margin: 0 0 0.5em 0; +} + +div.figure { + padding: 0.50em .00em 0.75em .00em; +} +div.figure p { + column-count: 1; + line-height: 1.2em; + font-family: "Roboto Condensed", sans-serif; +} +div.sidefig::after { + display: block; + content: ""; + clear: both; +} +div.sidefig div.figure p:nth-of-type(1) { + width: 60%; + float: left; +} +div.sidefig div.figure p:nth-of-type(2) { + font-size: 95%; + /* border-top: 1px solid black; */ + background-color: #f9f9ff; + padding: 1em; +} +div.sidefig div.figure img { + width: 100%; +} + +div.figure img { + width: 100%; +} +span.figure-number { + font-weight: 500; +} + +/* --- Footnote ------------------------------------------------------------ */ +div.footpara { + display: inline-block; +} +h2.footnotes { + font-size: 16px; + width: 50%; + border-bottom: 1px solid black; +} +p.footpara { + column-count: 1; + line-height: 1.25em; + font-family: "Roboto Condensed", sans-serif; + margin: 0; +} +sup { + font-size: 0.75em; + vertical-align: top; + position: relative; top: -0.5em; +} + +/* --- Block quote --------------------------------------------------------- */ +blockquote p { + font-size: 95%; + line-height: 1.15em; + column-count: 1; + padding-top: 1em; + padding-bottom: 1.5em; +} + +/* --- Source blocks ------------------------------------------------------- */ +code { + font-family: "Roboto Mono", sans-serif; + font-weight: 300; +} +pre.example::before { + display: block; + background-color: #fffff; + content: "Output"; + font-family: "Roboto Condensed", sans-serif; + font-weight: 400; + padding-bottom: 0.25em; +} + +pre.example { + font-size: 95%; + background-color: #f9f9ff; + line-height: 1.4em; + font-family: "Roboto Mono", sans-serif; + font-weight: 300; + padding: 0.5em 1em 0.5em 1em; +} + +pre.src { + font-size: 95%; + line-height: 1.4em; + font-family: "Roboto Mono", sans-serif; + font-weight: 300; + padding: 0; + margin: 0; +} +div.org-src-container { + border: .5px solid #555599; + padding: 0.50em 1.00em 0.75em 1.00em; + background-color: #f9f9ff; + margin-bottom: 0.5em; +} +label.org-src-name { + display: block; + font-family: "Roboto Condensed", sans-serif; + padding-bottom: .25em; +} +span.listing-number { + font-weight: 500; +} diff --git a/docs/schedule.html b/docs/schedule.html new file mode 100644 index 0000000..b760d6a --- /dev/null +++ b/docs/schedule.html @@ -0,0 +1,476 @@ + + + + + + + Seminar Schedule + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DateTimeWeekLocationSpeakerNote
01/21/251SHH 108YuwenLecture
01/23/251SHH 108YuwenLecture
01/28/252SHH 108YuwenLecture
01/30/252SHH 108YuwenLecture
02/04/253SHH 108Lecture
02/06/253SHH 108Lecture
02/11/252:00-2:25pm4SHH 108Topic Presentation
2:25-2:50pm
2:50-3:15pm
02/13/252:00-2:25pm4SHH 108Topic Presentation
2:25-2:50pm
2:50-3:15pm
02/18/252:00-2:25pm5SHH 108Topic Presentation
2:25-2:50pm
2:50-3:15pm
02/20/255SHH 108
02/25/256SHH 108
02/27/256SHH 108
03/04/257SHH 108
03/06/257SHH 108
03/11/258SHH 108
03/13/258SHH 108
03/18/259SHH 108
03/20/259SHH 108
03/25/2510SHH 108
03/27/2510SHH 108
04/01/2511SHH 108
04/03/2511SHH 108
04/08/2512SHH 108
04/10/2512SHH 108
04/15/2513SHH 108
04/17/2513SHH 108
04/22/2514SHH 108
04/24/2514SHH 108
04/29/2515SHH 108
05/01/2515SHH 108
+ + diff --git a/schedule.html b/schedule.html new file mode 100644 index 0000000..f1b4789 --- /dev/null +++ b/schedule.html @@ -0,0 +1,476 @@ + + + + + + + Seminar Schedule + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DateTimeWeekLocationSpeakerNote
01/21/251SHH 108Yuwen GuLecture
01/23/251SHH 108Yuwen GuLecture
01/28/252SHH 108Yuwen GuLecture
01/30/252SHH 108Yuwen GuLecture
02/04/253SHH 108Lecture
02/06/253SHH 108Lecture
02/11/252:00-2:25pm4SHH 108Topic Presentation
2:25-2:50pm
2:50-3:15pm
02/13/252:00-2:25pm4SHH 108Topic Presentation
2:25-2:50pm
2:50-3:15pm
02/18/252:00-2:25pm5SHH 108Topic Presentation
2:25-2:50pm
2:50-3:15pm
02/20/255SHH 108
02/25/256SHH 108
02/27/256SHH 108
03/04/257SHH 108
03/06/257SHH 108
03/11/258SHH 108
03/13/258SHH 108
03/18/259SHH 108
03/20/259SHH 108
03/25/2510SHH 108
03/27/2510SHH 108
04/01/2511SHH 108
04/03/2511SHH 108
04/08/2512SHH 108
04/10/2512SHH 108
04/15/2513SHH 108
04/17/2513SHH 108
04/22/2514SHH 108
04/24/2514SHH 108
04/29/2515SHH 108
05/01/2515SHH 108
+ + diff --git a/schedule.org b/schedule.org new file mode 100644 index 0000000..1b439b3 --- /dev/null +++ b/schedule.org @@ -0,0 +1,42 @@ +#+TITLE: Seminar Schedule +#+OPTIONS: toc:nil author:nil email:nil creator:nil timestamp:nil html-postamble:nil num:nil ^:nil +#+HTML_HEAD: +#+EXPORT_FILE_NAME: docs/schedule.html + +| *Date* | *Time* | *Week* | *Location* | *Speaker* | *Note* | +| 01/21/25 | | 1 | SHH 108 | Yuwen | Lecture | +| 01/23/25 | | 1 | SHH 108 | Yuwen | Lecture | +| 01/28/25 | | 2 | SHH 108 | Yuwen | Lecture | +| 01/30/25 | | 2 | SHH 108 | Yuwen | Lecture | +| 02/04/25 | | 3 | SHH 108 | | Lecture | +| 02/06/25 | | 3 | SHH 108 | | Lecture | +| 02/11/25 | 2:00-2:25pm | 4 | SHH 108 | | Topic Presentation | +| | 2:25-2:50pm | | | | | +| | 2:50-3:15pm | | | | | +| 02/13/25 | 2:00-2:25pm | 4 | SHH 108 | | Topic Presentation | +| | 2:25-2:50pm | | | | | +| | 2:50-3:15pm | | | | | +| 02/18/25 | 2:00-2:25pm | 5 | SHH 108 | | Topic Presentation | +| | 2:25-2:50pm | | | | | +| | 2:50-3:15pm | | | | | +| 02/20/25 | | 5 | SHH 108 | | | +| 02/25/25 | | 6 | SHH 108 | | | +| 02/27/25 | | 6 | SHH 108 | | | +| 03/04/25 | | 7 | SHH 108 | | | +| 03/06/25 | | 7 | SHH 108 | | | +| 03/11/25 | | 8 | SHH 108 | | | +| 03/13/25 | | 8 | SHH 108 | | | +| 03/18/25 | | 9 | SHH 108 | | | +| 03/20/25 | | 9 | SHH 108 | | | +| 03/25/25 | | 10 | SHH 108 | | | +| 03/27/25 | | 10 | SHH 108 | | | +| 04/01/25 | | 11 | SHH 108 | | | +| 04/03/25 | | 11 | SHH 108 | | | +| 04/08/25 | | 12 | SHH 108 | | | +| 04/10/25 | | 12 | SHH 108 | | | +| 04/15/25 | | 13 | SHH 108 | | | +| 04/17/25 | | 13 | SHH 108 | | | +| 04/22/25 | | 14 | SHH 108 | | | +| 04/24/25 | | 14 | SHH 108 | | | +| 04/29/25 | | 15 | SHH 108 | | | +| 05/01/25 | | 15 | SHH 108 | | |