From ef1c8e18cc01906ba33c86fe4e052f2c25f89b27 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Thu, 28 Mar 2024 21:49:34 +0000 Subject: [PATCH] Auto deploy commit 27dc85f to GitHub Pages at --- css/custom.css | 751 ++++++++++++++++++++++++++++++++------------- css/custom.css.map | 29 +- people.html | 282 ++++++++--------- 3 files changed, 677 insertions(+), 385 deletions(-) diff --git a/css/custom.css b/css/custom.css index cff028d3..c80b9084 100644 --- a/css/custom.css +++ b/css/custom.css @@ -1,126 +1,304 @@ -.nav-accent { height: 5px; width: 100%; background-color: #273640; } - -.section-nav .navbar-brand img { max-height: 70px; } - -.section-footer { padding: 2em; padding-top: 4em; } - -.section-footer a { color: #273640; } - -.section-footer a:hover { text-decoration: none; } - -.section-footer a#twitter-btn { margin-left: 2em; } - -.section-footer a#twitter-btn:hover { color: #1da1f2; } - -.section-footer a#github-btn:hover { color: #000; } - -.people-type { margin-bottom: 0; } - -.card-people { border: 0.1rem solid #eef2f2; padding: 0; } - -.card-people .card-image .img-people { background-position: center; background-size: cover; border-radius: 1000px; box-shadow: 0 0 2px #b8cecf; height: 160px; margin: 0 auto; width: 160px; padding: 5px; } - -.card-people .card-header { padding-bottom: 5px; } - -.card-people .card-header .card-title { display: inline; } - -.card-people .card-header .card-subtitle-inline { display: inline; } - -.alumni-card { width: 300px; display: inline-block; clear: both; float: left; position: relative; overflow: hidden; padding: 5px; text-align: center; border: 0.1rem solid #eef2f2; } - -.alumni-container { padding: 10px; } - -#link-container { text-align: center; text-decoration: none; margin: 0 auto; } - -#link { margin: 4px; padding-left: 8px; padding-right: 8px; padding-top: 2px; padding-bottom: 2px; display: inline-block; color: #881c1c; border-radius: 5px; font-size: 18px; border: 1px solid #881c1c; } - -#link:hover { color: white; background-color: #881c1c; border-radius: 5px; border: 1px solid #881c1c; } - -#alumni-link-container { text-decoration: none; } - -#alumni-link { font-size: 12px !important; padding-left: 4px; padding-right: 4px; margin-bottom: 4px; display: inline-block; color: #881c1c; font-size: 24px; } - -#alumni-link:hover { color: black; } - -.project-section-divider { margin-top: 30px; width: 40%; } - -.project-section-divider::after { color: #acb3c2 !important; font-size: 1.4rem !important; } - -.project-container { margin-top: 20px; } - -.project-container .project-entry { margin-bottom: 10px; } - -.project-container .project-entry .project-title { margin-bottom: 0; } - -.project-container .project-entry .project-description { color: #666; padding-top: 10px; } - -.theme-image { border: 0.1rem solid #eef2f2; border-radius: .2rem; } - -.keyword-toggle-container { margin-bottom: 10px; margin-top: 30px; } - -.btn-keyword { cursor: pointer; } - -.pub-list > .column { padding-bottom: 0; } - -.pub-year { color: #acb3c2; margin-bottom: 0; margin-top: 30px; } - -.card-publication { border: 0.1rem solid #eef2f2; padding: 0; } - -.card-publication .card-image img { box-shadow: 0 0 2px #b8cecf; height: 120px; margin: 0 auto; width: 120px; } - -.card-publication .card-header .card-title { margin-bottom: 2px; } - -.card-publication .card-header .card-subtitle { margin-bottom: 5px; } - -.card-publication .pub-keywords { margin-bottom: 5px; } - -.card-publication .pub-abstract { display: none; margin-top: 20px; } - -.card-publication .pub-btn { padding-left: 0; } - -.card-publication .pub-image, .card-publication .pub-title { cursor: pointer; } - -.bg-gray { background-color: #eef2f2; } - -.container-body { padding: 2em; } - -.container.grid-custom { max-width: 110rem; } - -ul { list-style-position: outside; } - -.error-panel { margin: 10rem 0; } - -.highlight { border-radius: 5px; font-family: 'Source Code Pro'; font-size: 14px; overflow-x: auto; } - -.highlight .p { font-size: 12px; } - -.highlight code { line-height: 1.8em; padding: 1em; } - -code { background: #ecf0f1; border-radius: 5px; color: #2c3e50; font-family: 'Source Code Pro'; padding: 0 5px; } - -.feed-card { padding: 10px; text-align: left; } - -.carousel { width: 80%; } - -.carousel-home-image { width: 100%; } - -.slick-track { align-items: center; display: flex !important; justify-content: center; } - -slick-dotted.slick-slider { margin-bottom: 0px; margin: auto; } - -.slick-prev:before, .slick-next:before { color: #b8cecf !important; } - -.slick-slide { position: relative; } - -.info { position: absolute; left: 70%; z-index: 2; padding: 5px; color: #fff; background: rgba(0, 0, 0, 0.6); -o-transition: .5s; -ms-transition: .5s; -moz-transition: .5s; -webkit-transition: .5s; transition: .5s; } - -.top-caption { top: 5%; } - -.bottom-caption { bottom: 3%; } - -.info h3 { margin: 0; top: 50%; left: 50%; } - -.info:hover { background: black; } +.nav-accent { + height: 5px; + width: 100%; + background-color: #273640; +} + +.section-nav .navbar-brand img { + max-height: 70px; +} + +.section-footer { + padding: 2em; + padding-top: 4em; +} +.section-footer a { + color: #273640; +} +.section-footer a:hover { + text-decoration: none; +} +.section-footer a#twitter-btn { + margin-left: 2em; +} +.section-footer a#twitter-btn:hover { + color: #1da1f2; +} +.section-footer a#github-btn:hover { + color: #000; +} + +.people-type { + margin-bottom: 0; +} + +.card-people { + border: 0.1rem solid #eef2f2; + padding: 0; +} +.card-people .card-image .img-people { + background-position: center; + background-size: cover; + border-radius: 1000px; + box-shadow: 0 0 2px #b8cecf; + height: 160px; + margin: 0 auto; + width: 160px; + padding: 5px; +} +.card-people .card-header { + padding-bottom: 5px; +} +.card-people .card-header .card-title { + display: inline; +} +.card-people .card-header .card-subtitle-inline { + display: inline; +} + +.alumni-card { + width: 300px; + display: inline-block; + clear: both; + float: left; + position: relative; + overflow: hidden; + padding: 5px; + text-align: center; + border: 0.1rem solid #eef2f2; +} + +.alumni-container { + padding: 10px; +} + +#link-container { + text-align: center; + text-decoration: none; + margin: 0 auto; +} + +#link { + margin: 4px; + padding-left: 8px; + padding-right: 8px; + padding-top: 2px; + padding-bottom: 2px; + display: inline-block; + color: #881c1c; + border-radius: 5px; + font-size: 18px; + border: 1px solid #881c1c; +} + +#link:hover { + color: white; + background-color: #881c1c; + border-radius: 5px; + border: 1px solid #881c1c; +} + +#alumni-link-container { + text-decoration: none; +} + +#alumni-link { + font-size: 12px !important; + padding-left: 4px; + padding-right: 4px; + margin-bottom: 4px; + display: inline-block; + color: #881c1c; + font-size: 24px; +} + +#alumni-link:hover { + color: black; +} + +.project-section-divider { + margin-top: 30px; + width: 40%; +} +.project-section-divider::after { + color: #acb3c2 !important; + font-size: 1.4rem !important; +} + +.project-container { + margin-top: 20px; +} +.project-container .project-entry { + margin-bottom: 10px; +} +.project-container .project-entry .project-title { + margin-bottom: 0; +} +.project-container .project-entry .project-description { + color: #666; + padding-top: 10px; +} + +.theme-image { + border: 0.1rem solid #eef2f2; + border-radius: 0.2rem; +} + +.keyword-toggle-container { + margin-bottom: 10px; + margin-top: 30px; +} + +.btn-keyword { + cursor: pointer; +} + +.pub-list > .column { + padding-bottom: 0; +} + +.pub-year { + color: #acb3c2; + margin-bottom: 0; + margin-top: 30px; +} + +.card-publication { + border: 0.1rem solid #eef2f2; + padding: 0; +} +.card-publication .card-image img { + box-shadow: 0 0 2px #b8cecf; + height: 120px; + margin: 0 auto; + width: 120px; +} +.card-publication .card-header .card-title { + margin-bottom: 2px; +} +.card-publication .card-header .card-subtitle { + margin-bottom: 5px; +} +.card-publication .pub-keywords { + margin-bottom: 5px; +} +.card-publication .pub-abstract { + display: none; + margin-top: 20px; +} +.card-publication .pub-btn { + padding-left: 0; +} +.card-publication .pub-image, +.card-publication .pub-title { + cursor: pointer; +} + +.bg-gray { + background-color: #eef2f2; +} + +.container-body { + padding: 2em; +} + +.container.grid-custom { + max-width: 110rem; +} + +ul { + list-style-position: outside; +} + +.error-panel { + margin: 10rem 0; +} + +.highlight { + border-radius: 5px; + font-family: "Source Code Pro"; + font-size: 14px; + overflow-x: auto; +} +.highlight .p { + font-size: 12px; +} +.highlight code { + line-height: 1.8em; + padding: 1em; +} + +code { + background: #ecf0f1; + border-radius: 5px; + color: #2c3e50; + font-family: "Source Code Pro"; + padding: 0 5px; +} + +.feed-card { + padding: 10px; + text-align: left; +} + +.carousel { + width: 80%; +} + +.carousel-home-image { + width: 100%; +} + +.slick-track { + align-items: center; + display: flex !important; + justify-content: center; +} + +slick-dotted.slick-slider { + margin-bottom: 0px; + margin: auto; +} + +.slick-prev:before, .slick-next:before { + color: #b8cecf !important; +} + +.slick-slide { + position: relative; +} + +.info { + position: absolute; + left: 70%; + z-index: 2; + padding: 5px; + color: #fff; + background: rgba(0, 0, 0, 0.6); + -o-transition: 0.5s; + -ms-transition: 0.5s; + -moz-transition: 0.5s; + -webkit-transition: 0.5s; + transition: 0.5s; +} + +.top-caption { + top: 5%; +} + +.bottom-caption { + bottom: 3%; +} + +.info h3 { + margin: 0; + top: 50%; + left: 50%; +} + +.info:hover { + background: rgb(0, 0, 0); +} /* Pygments theme exported from Emacs */ /* Palette @@ -139,142 +317,283 @@ slick-dotted.slick-slider { margin-bottom: 0px; margin: auto; } #d35400 warning */ /* Style */ -.highlight { color: #2c3e50; background-color: #ecf0f1; } - -.highlight .c { color: #7f8c8d; } - -.highlight .err { color: #d35400; } - -.highlight .g { color: #2c3e50; } - -.highlight .k { color: #d98c10; } - -.highlight .l { color: #2c3e50; } - -.highlight .n { color: #2c3e50; } - -.highlight .o { color: #34495e; } - -.highlight .x { color: #e67e22; } - -.highlight .p { color: #2c3e50; } - -.highlight .cm { color: #7f8c8d; } - -.highlight .cp { color: #34495e; } - -.highlight .c1 { color: #7f8c8d; } - -.highlight .cs { color: #34495e; } - -.highlight .gd { color: #0a74b9; } - -.highlight .ge { color: #2c3e50; font-style: italic; } - -.highlight .gr { color: #d35400; } - -.highlight .gh { color: #e67e22; } - -.highlight .gi { color: #34495e; } - -.highlight .go { color: #2c3e50; } - -.highlight .gp { color: #2c3e50; } - -.highlight .gs { color: #2c3e50; font-weight: bold; } - -.highlight .gu { color: #e67e22; } - -.highlight .gt { color: #2c3e50; } - -.highlight .kc { color: #e67e22; } +.highlight { + color: #2c3e50; + background-color: #ecf0f1; +} + +.highlight .c { + color: #7f8c8d; +} + +.highlight .err { + color: #d35400; +} + +.highlight .g { + color: #2c3e50; +} + +.highlight .k { + color: #d98c10; +} + +.highlight .l { + color: #2c3e50; +} + +.highlight .n { + color: #2c3e50; +} + +.highlight .o { + color: #34495e; +} + +.highlight .x { + color: #e67e22; +} + +.highlight .p { + color: #2c3e50; +} + +.highlight .cm { + color: #7f8c8d; +} + +.highlight .cp { + color: #34495e; +} + +.highlight .c1 { + color: #7f8c8d; +} + +.highlight .cs { + color: #34495e; +} + +.highlight .gd { + color: #0a74b9; +} + +.highlight .ge { + color: #2c3e50; + font-style: italic; +} + +.highlight .gr { + color: #d35400; +} + +.highlight .gh { + color: #e67e22; +} + +.highlight .gi { + color: #34495e; +} + +.highlight .go { + color: #2c3e50; +} + +.highlight .gp { + color: #2c3e50; +} + +.highlight .gs { + color: #2c3e50; + font-weight: bold; +} -.highlight .kd { color: #d98c10; } +.highlight .gu { + color: #e67e22; +} -.highlight .kn { color: #34495e; } +.highlight .gt { + color: #2c3e50; +} -.highlight .kp { color: #34495e; } +.highlight .kc { + color: #e67e22; +} -.highlight .kr { color: #d98c10; } +.highlight .kd { + color: #d98c10; +} -.highlight .kt { color: #2492db; } +.highlight .kn { + color: #34495e; +} -.highlight .ld { color: #2c3e50; } +.highlight .kp { + color: #34495e; +} -.highlight .m { color: #0a74b9; } +.highlight .kr { + color: #d98c10; +} -.highlight .s { color: #0a74b9; } +.highlight .kt { + color: #2492db; +} -.highlight .na { color: #2c3e50; } +.highlight .ld { + color: #2c3e50; +} -.highlight .nb { color: #16a085; } +.highlight .m { + color: #0a74b9; +} -.highlight .nc { color: #2492db; } +.highlight .s { + color: #0a74b9; +} -.highlight .no { color: #e67e22; } +.highlight .na { + color: #2c3e50; +} -.highlight .nd { color: #2492db; } +.highlight .nb { + color: #16a085; +} -.highlight .ni { color: #e67e22; } +.highlight .nc { + color: #2492db; +} -.highlight .ne { color: #e67e22; } +.highlight .no { + color: #e67e22; +} -.highlight .nf { color: #34495e; } +.highlight .nd { + color: #2492db; +} -.highlight .nl { color: #2c3e50; } +.highlight .ni { + color: #e67e22; +} -.highlight .nn { color: #2c3e50; } +.highlight .ne { + color: #e67e22; +} -.highlight .nx { color: #2c3e50; } +.highlight .nf { + color: #34495e; +} -.highlight .py { color: #2492db; } +.highlight .nl { + color: #2c3e50; +} -.highlight .nt { color: #2492db; } +.highlight .nn { + color: #2c3e50; +} -.highlight .nv { color: #8e44ad; } +.highlight .nx { + color: #2c3e50; +} + +.highlight .py { + color: #2492db; +} + +.highlight .nt { + color: #2492db; +} + +.highlight .nv { + color: #8e44ad; +} -.highlight .ow { color: #34495e; } +.highlight .ow { + color: #34495e; +} -.highlight .w { color: #2c3e50; } +.highlight .w { + color: #2c3e50; +} -.highlight .mf { color: #0a74b9; } +.highlight .mf { + color: #0a74b9; +} -.highlight .mh { color: #0a74b9; } +.highlight .mh { + color: #0a74b9; +} -.highlight .mi { color: #0a74b9; } +.highlight .mi { + color: #0a74b9; +} -.highlight .mo { color: #0a74b9; } +.highlight .mo { + color: #0a74b9; +} -.highlight .sb { color: #7f8c8d; } +.highlight .sb { + color: #7f8c8d; +} -.highlight .sc { color: #0a74b9; } +.highlight .sc { + color: #0a74b9; +} -.highlight .sd { color: #7f8c8d; } +.highlight .sd { + color: #7f8c8d; +} -.highlight .s2 { color: #0a74b9; } +.highlight .s2 { + color: #0a74b9; +} -.highlight .se { color: #e67e22; } +.highlight .se { + color: #e67e22; +} -.highlight .sh { color: #7f8c8d; } +.highlight .sh { + color: #7f8c8d; +} -.highlight .si { color: #0a74b9; } +.highlight .si { + color: #0a74b9; +} -.highlight .sx { color: #0a74b9; } +.highlight .sx { + color: #0a74b9; +} -.highlight .sr { color: #d98c10; } +.highlight .sr { + color: #d98c10; +} -.highlight .s1 { color: #0a74b9; } +.highlight .s1 { + color: #0a74b9; +} -.highlight .ss { color: #0a74b9; } +.highlight .ss { + color: #0a74b9; +} -.highlight .bp { color: #16a085; } +.highlight .bp { + color: #16a085; +} -.highlight .vc { color: #2492db; } +.highlight .vc { + color: #2492db; +} -.highlight .vg { color: #8e44ad; } +.highlight .vg { + color: #8e44ad; +} -.highlight .vi { color: #8e44ad; } +.highlight .vi { + color: #8e44ad; +} -.highlight .il { color: #0a74b9; } +.highlight .il { + color: #0a74b9; +} /*# sourceMappingURL=custom.css.map */ \ No newline at end of file diff --git a/css/custom.css.map b/css/custom.css.map index 17ead1d1..0c13ca21 100644 --- a/css/custom.css.map +++ b/css/custom.css.map @@ -1,28 +1 @@ -{ - "version": 3, - "file": "custom.css", - "sources": [ - "custom.scss", - "_sass/_colors.scss", - "_sass/_main.scss", - "_sass/_nav.scss", - "_sass/_footer.scss", - "_sass/_people.scss", - "_sass/_theme.scss", - "_sass/_publications.scss", - "_sass/_pyg.scss" - ], - "sourcesContent": [ - "@import 'colors';\n@import 'main';\n@import 'pyg';\n", - "// Color palette\n\n// Main theme colors\n$color-accent: #881c1c;\n$color-gray-dark: #273640;\n$color-gray-medium: #b8cecf;\n$color-gray-light: #eef2f2;\n\n// Other shades of gray\n$color-white: #ffffff;\n$color-text-light: #acb3c2;\n$color-text-medium: #666;\n$color-black: #000;\n\n// Social icon colors\n$color-github: $color-black;\n$color-twitter: #1da1f2;\n\n// Code div colors. See _pyg.scss for syntax colors\n$color-code-foreground: #2c3e50;\n$color-code-background: #ecf0f1;\n", - "@import 'nav';\n@import 'footer';\n@import 'people';\n@import 'theme';\n@import 'publications';\n\n.bg-gray {\n background-color: $color-gray-light;\n}\n\n.container-body {\n padding: 2em;\n}\n\n.container.grid-custom {\n max-width: 110rem;\n}\n\nul {\n list-style-position: outside;\n}\n\n.error-panel {\n margin: 10rem 0;\n}\n\n.highlight {\n border-radius: 5px;\n font-family: 'Source Code Pro';\n font-size: 14px;\n overflow-x: auto;\n\n // Fix for parens\n .p {\n font-size: 12px;\n }\n\n code {\n line-height: 1.8em;\n padding: 1em;\n }\n}\n\ncode {\n background: $color-code-background;\n border-radius: 5px;\n color: $color-code-foreground;\n font-family: 'Source Code Pro';\n padding: 0 5px;\n}\n\n.feed-card {\n padding: 10px;\n text-align: left;\n}\n\n// ****** Carousel ******\n.carousel{\n width: 80%;\n}\n\n.carousel-home-image {\n width: 100%;\n}\n\n.slick-track {\n align-items: center;\n display: flex !important;\n justify-content: center;\n}\n\nslick-dotted.slick-slider {\n margin-bottom: 0px;\n margin: auto;\n}\n\n// Carosel Button\n.slick-prev:before, .slick-next:before { \n color:$color-gray-medium !important;\n}\n\n// Carosel Caption\n.slick-slide {\n position: relative;\n}\n\n.info {\n position: absolute;\n left: 70%;\n z-index: 2;\n padding:5px;\n color:#fff; \n background: rgba(0, 0, 0, 0.6);\n -o-transition:.5s;\n -ms-transition:.5s;\n -moz-transition:.5s;\n -webkit-transition:.5s;\n transition:.5s;\n}\n\n.top-caption {\n top: 5%;\n}\n.bottom-caption {\n bottom: 3%;\n}\n\n.info h3{\n margin: 0;\n top: 50%;\n left: 50%;\n}\n.info:hover {\n background: rgba(0, 0, 0, 1);\n}", - ".nav-accent {\n height: 5px;\n width: 100%;\n background-color: $color-gray-dark;\n}\n\n.section-nav {\n .navbar-brand {\n img {\n max-height: 70px;\n }\n }\n}\n", - ".section-footer {\n padding: 2em;\n padding-top: 4em;\n\n a {\n color: $color-gray-dark;\n\n &:hover {\n text-decoration: none;\n }\n\n &#twitter-btn {\n margin-left: 2em;\n\n &:hover {\n color: $color-twitter;\n }\n }\n\n &#github-btn:hover {\n color: $color-github;\n }\n }\n}\n", - ".people-type {\n margin-bottom: 0;\n}\n\n.card-people {\n border: .1rem solid $color-gray-light;\n padding: 0;\n \n\n .card-image {\n .img-people {\n background-position: center;\n background-size: cover;\n border-radius: 1000px;\n box-shadow: 0 0 2px $color-gray-medium;\n height: 160px;\n margin: 0 auto;\n width: 160px;\n padding: 5px;\n }\n }\n\n .card-header {\n padding-bottom: 5px;\n\n .card-title {\n display: inline;\n }\n\n .card-subtitle-inline {\n display: inline;\n }\n }\n}\n\n.alumni-card{\n width: 300px;\n display: inline-block;\n clear: both;\n float: left;\n position: relative;\n overflow: hidden;\n padding: 5px;\n text-align: center;\n border: .1rem solid $color-gray-light;\n}\n\n.alumni-container{\n padding: 10px;\n}\n\n#link-container{\n text-align:center;\n text-decoration: none;\n margin:0 auto;\n}\n#link{\n margin:4px;\n padding-left: 8px;\n padding-right: 8px;\n padding-top:2px;\n padding-bottom: 2px;\n display:inline-block;\n color: #881c1c;\n border-radius: 5px;\n font-size: 18px;\n border: 1px solid #881c1c;\n}\n\n#link:hover {\n color:white;\n background-color: #881c1c;\n border-radius: 5px;\n border: 1px solid #881c1c;\n}\n\n#alumni-link-container{\n text-decoration:none;\n}\n#alumni-link{\n font-size:12px !important;\n padding-left: 4px;\n padding-right: 4px;\n margin-bottom:4px;\n display:inline-block;\n color: #881c1c;\n font-size: 24px;\n}\n\n#alumni-link:hover{\n color:black;\n}", - "// Thematic page css\n\n.project-section-divider {\n margin-top: 30px;\n width: 40%;\n\n &::after {\n color: $color-text-light !important;\n font-size: 1.4rem !important;\n }\n}\n\n.project-container {\n margin-top: 20px;\n\n .project-entry {\n margin-bottom: 10px;\n\n .project-title {\n margin-bottom: 0;\n }\n\n .project-description {\n color: $color-text-medium;\n padding-top: 10px;\n }\n }\n}\n\n.theme-image {\n border: .1rem solid $color-gray-light;\n border-radius: .2rem;\n}\n", - ".keyword-toggle-container {\n margin-bottom: 10px;\n margin-top: 30px;\n}\n\n.btn-keyword {\n cursor: pointer;\n}\n\n// Squeeze columns to allow more space\n.pub-list > .column {\n padding-bottom: 0;\n}\n\n.pub-year {\n color: $color-text-light;\n margin-bottom: 0;\n margin-top: 30px;\n}\n\n.card-publication {\n border: .1rem solid $color-gray-light;\n padding: 0;\n\n .card-image {\n img {\n box-shadow: 0 0 2px $color-gray-medium;\n height: 120px;\n margin: 0 auto;\n width: 120px;\n }\n }\n\n .card-header {\n .card-title {\n margin-bottom: 2px;\n }\n\n .card-subtitle {\n margin-bottom: 5px;\n }\n }\n\n .pub-keywords {\n margin-bottom: 5px;\n }\n\n .pub-abstract {\n display: none;\n margin-top: 20px;\n }\n\n .pub-btn {\n padding-left: 0;\n }\n\n .pub-image,\n .pub-title {\n cursor: pointer;\n }\n}\n", - "/* Pygments theme exported from Emacs */\n\n/* Palette\n#2c3e50 foreground\n#ecf0f1 background\n#16a085 builtin\n#7f8c8d comment\n#e67e22 constant\n#7f8c8d doc\n#34495e func\n#d98c10 keyword\n#d98c10 regex\n#0a74b9 string\n#2492db type\n#8e44ad variable\n#d35400 warning\n*/\n\n/* Style */\n.highlight { color: #2c3e50; background-color: #ecf0f1; }\n.highlight .c { color: #7f8c8d; }\n.highlight .err { color: #d35400; }\n.highlight .g { color: #2c3e50; }\n.highlight .k { color: #d98c10; }\n.highlight .l { color: #2c3e50; }\n.highlight .n { color: #2c3e50; }\n.highlight .o { color: #34495e; }\n.highlight .x { color: #e67e22; }\n.highlight .p { color: #2c3e50; }\n.highlight .cm { color: #7f8c8d; }\n.highlight .cp { color: #34495e; }\n.highlight .c1 { color: #7f8c8d; }\n.highlight .cs { color: #34495e; }\n.highlight .gd { color: #0a74b9; }\n.highlight .ge { color: #2c3e50; font-style: italic; }\n.highlight .gr { color: #d35400; }\n.highlight .gh { color: #e67e22; }\n.highlight .gi { color: #34495e; }\n.highlight .go { color: #2c3e50; }\n.highlight .gp { color: #2c3e50; }\n.highlight .gs { color: #2c3e50; font-weight: bold; }\n.highlight .gu { color: #e67e22; }\n.highlight .gt { color: #2c3e50; }\n.highlight .kc { color: #e67e22; }\n.highlight .kd { color: #d98c10; }\n.highlight .kn { color: #34495e; }\n.highlight .kp { color: #34495e; }\n.highlight .kr { color: #d98c10; }\n.highlight .kt { color: #2492db; }\n.highlight .ld { color: #2c3e50; }\n.highlight .m { color: #0a74b9; }\n.highlight .s { color: #0a74b9; }\n.highlight .na { color: #2c3e50; }\n.highlight .nb { color: #16a085; }\n.highlight .nc { color: #2492db; }\n.highlight .no { color: #e67e22; }\n.highlight .nd { color: #2492db; }\n.highlight .ni { color: #e67e22; }\n.highlight .ne { color: #e67e22; }\n.highlight .nf { color: #34495e; }\n.highlight .nl { color: #2c3e50; }\n.highlight .nn { color: #2c3e50; }\n.highlight .nx { color: #2c3e50; }\n.highlight .py { color: #2492db; }\n.highlight .nt { color: #2492db; }\n.highlight .nv { color: #8e44ad; }\n.highlight .ow { color: #34495e; }\n.highlight .w { color: #2c3e50; }\n.highlight .mf { color: #0a74b9; }\n.highlight .mh { color: #0a74b9; }\n.highlight .mi { color: #0a74b9; }\n.highlight .mo { color: #0a74b9; }\n.highlight .sb { color: #7f8c8d; }\n.highlight .sc { color: #0a74b9; }\n.highlight .sd { color: #7f8c8d; }\n.highlight .s2 { color: #0a74b9; }\n.highlight .se { color: #e67e22; }\n.highlight .sh { color: #7f8c8d; }\n.highlight .si { color: #0a74b9; }\n.highlight .sx { color: #0a74b9; }\n.highlight .sr { color: #d98c10; }\n.highlight .s1 { color: #0a74b9; }\n.highlight .ss { color: #0a74b9; }\n.highlight .bp { color: #16a085; }\n.highlight .vc { color: #2492db; }\n.highlight .vg { color: #8e44ad; }\n.highlight .vi { color: #8e44ad; }\n.highlight .il { color: #0a74b9; }\n" - ], - "names": [], - "mappings": "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,EAAE,OAAO,GAAI;;AACnC,AAAA,UAAU,CAAC,GAAG,CAAC,EAAE,KAAK,EAAE,OAAO,GAAI;;AACnC,AAAA,UAAU,CAAC,GAAG,CAAC,EAAE,KAAK,EAAE,OAAO,GAAI;;AACnC,AAAA,UAAU,CAAC,GAAG,CAAC,EAAE,KAAK,EAAE,OAAO,GAAI;;AACnC,AAAA,UAAU,CAAC,GAAG,CAAC,EAAE,KAAK,EAAE,OAAO,GAAI;;AACnC,AAAA,UAAU,CAAC,GAAG,CAAC,EAAE,KAAK,EAAE,OAAO,GAAI;;AACnC,AAAA,UAAU,CAAC,GAAG,CAAC,EAAE,KAAK,EAAE,OAAO,GAAI;;AACnC,AAAA,UAAU,CAAC,GAAG,CAAC,EAAE,KAAK,EAAE,OAAO,GAAI;;AACnC,AAAA,UAAU,CAAC,GAAG,CAAC,EAAE,KAAK,EAAE,OAAO,GAAI;;AACnC,AAAA,UAAU,CAAC,GAAG,CAAC,EAAE,KAAK,EAAE,OAAO,GAAI;;AACnC,AAAA,UAAU,CAAC,GAAG,CAAC,EAAE,KAAK,EAAE,OAAO,GAAI;;AACnC,AAAA,UAAU,CAAC,GAAG,CAAC,EAAE,KAAK,EAAE,OAAO,GAAI;;AACnC,AAAA,UAAU,CAAC,GAAG,CAAC,EAAE,KAAK,EAAE,OAAO,GAAI;;AACnC,AAAA,UAAU,CAAC,GAAG,CAAC,EAAE,KAAK,EAAE,OAAO,GAAI;;AACnC,AAAA,UAAU,CAAC,GAAG,CAAC,EAAE,KAAK,EAAE,OAAO,GAAI;;AACnC,AAAA,UAAU,CAAC,GAAG,CAAC,EAAE,KAAK,EAAE,OAAO,GAAI" -} \ No newline at end of file +{"version":3,"sourceRoot":"","sources":["../_sass/_nav.scss","../_sass/_colors.scss","../_sass/_footer.scss","../_sass/_people.scss","../_sass/_theme.scss","../_sass/_publications.scss","../_sass/_main.scss","../_sass/_pyg.scss"],"names":[],"mappings":"AAAA;EACE;EACA;EACA,kBCCgB;;;ADId;EACE;;;AETN;EACE;EACA;;AAEA;EACE,ODDc;;ACGd;EACE;;AAGF;EACE;;AAEA;EACE,ODCQ;;ACGZ;EACE,ODRQ;;;AEZd;EACE;;;AAGF;EACE;EACA;;AAIE;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAIJ;EACE;;AAEA;EACE;;AAGF;EACE;;;AAKN;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGF;EACE;;;AAGF;EACG;EACA;EACA;;;AAEH;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGF;EACE;EACA;EACA;EACA;;;AAGF;EACE;;;AAEF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGF;EACE;;;ACxFF;EACE;EACA;;AAEA;EACE;EACA;;;AAIJ;EACE;;AAEA;EACE;;AAEA;EACE;;AAGF;EACE,OHZc;EGad;;;AAKN;EACE;EACA;;;AC/BF;EACE;EACA;;;AAGF;EACE;;;AAIF;EACE;;;AAGF;EACE,OJLiB;EIMjB;EACA;;;AAGF;EACE;EACA;;AAGE;EACE;EACA;EACA;EACA;;AAKF;EACE;;AAGF;EACE;;AAIJ;EACE;;AAGF;EACE;EACA;;AAGF;EACE;;AAGF;AAAA;EAEE;;;ACpDJ;EACE,kBLDiB;;;AKInB;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;EACA;EACA;EACA;;AAGA;EACE;;AAGF;EACE;EACA;;;AAIJ;EACE,YLxBsB;EKyBtB;EACA,OL3BsB;EK4BtB;EACA;;;AAGF;EACE;EACA;;;AAIF;EACE;;;AAGF;EACE;;;AAGF;EACE;EACA;EACA;;;AAGF;EACI;EACA;;;AAIJ;EACI;;;AAIJ;EACI;;;AAGJ;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGF;EACE;;;AAEF;EACE;;;AAGF;EACI;EACA;EACA;;;AAEJ;EACE;;;ACjHF;AAEA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAgBA;AACA;EAAa;EAAgB;;;AAC7B;EAAgB;;;AAChB;EAAkB;;;AAClB;EAAgB;;;AAChB;EAAgB;;;AAChB;EAAgB;;;AAChB;EAAgB;;;AAChB;EAAgB;;;AAChB;EAAgB;;;AAChB;EAAgB;;;AAChB;EAAiB;;;AACjB;EAAiB;;;AACjB;EAAiB;;;AACjB;EAAiB;;;AACjB;EAAiB;;;AACjB;EAAiB;EAAgB;;;AACjC;EAAiB;;;AACjB;EAAiB;;;AACjB;EAAiB;;;AACjB;EAAiB;;;AACjB;EAAiB;;;AACjB;EAAiB;EAAgB;;;AACjC;EAAiB;;;AACjB;EAAiB;;;AACjB;EAAiB;;;AACjB;EAAiB;;;AACjB;EAAiB;;;AACjB;EAAiB;;;AACjB;EAAiB;;;AACjB;EAAiB;;;AACjB;EAAiB;;;AACjB;EAAgB;;;AAChB;EAAgB;;;AAChB;EAAiB;;;AACjB;EAAiB;;;AACjB;EAAiB;;;AACjB;EAAiB;;;AACjB;EAAiB;;;AACjB;EAAiB;;;AACjB;EAAiB;;;AACjB;EAAiB;;;AACjB;EAAiB;;;AACjB;EAAiB;;;AACjB;EAAiB;;;AACjB;EAAiB;;;AACjB;EAAiB;;;AACjB;EAAiB;;;AACjB;EAAiB;;;AACjB;EAAgB;;;AAChB;EAAiB;;;AACjB;EAAiB;;;AACjB;EAAiB;;;AACjB;EAAiB;;;AACjB;EAAiB;;;AACjB;EAAiB;;;AACjB;EAAiB;;;AACjB;EAAiB;;;AACjB;EAAiB;;;AACjB;EAAiB;;;AACjB;EAAiB;;;AACjB;EAAiB;;;AACjB;EAAiB;;;AACjB;EAAiB;;;AACjB;EAAiB;;;AACjB;EAAiB;;;AACjB;EAAiB;;;AACjB;EAAiB;;;AACjB;EAAiB;;;AACjB;EAAiB","sourcesContent":[".nav-accent {\n height: 5px;\n width: 100%;\n background-color: $color-gray-dark;\n}\n\n.section-nav {\n .navbar-brand {\n img {\n max-height: 70px;\n }\n }\n}\n","// Color palette\n\n// Main theme colors\n$color-accent: #881c1c;\n$color-gray-dark: #273640;\n$color-gray-medium: #b8cecf;\n$color-gray-light: #eef2f2;\n\n// Other shades of gray\n$color-white: #ffffff;\n$color-text-light: #acb3c2;\n$color-text-medium: #666;\n$color-black: #000;\n\n// Social icon colors\n$color-github: $color-black;\n$color-twitter: #1da1f2;\n\n// Code div colors. See _pyg.scss for syntax colors\n$color-code-foreground: #2c3e50;\n$color-code-background: #ecf0f1;\n",".section-footer {\n padding: 2em;\n padding-top: 4em;\n\n a {\n color: $color-gray-dark;\n\n &:hover {\n text-decoration: none;\n }\n\n &#twitter-btn {\n margin-left: 2em;\n\n &:hover {\n color: $color-twitter;\n }\n }\n\n &#github-btn:hover {\n color: $color-github;\n }\n }\n}\n",".people-type {\n margin-bottom: 0;\n}\n\n.card-people {\n border: .1rem solid $color-gray-light;\n padding: 0;\n \n\n .card-image {\n .img-people {\n background-position: center;\n background-size: cover;\n border-radius: 1000px;\n box-shadow: 0 0 2px $color-gray-medium;\n height: 160px;\n margin: 0 auto;\n width: 160px;\n padding: 5px;\n }\n }\n\n .card-header {\n padding-bottom: 5px;\n\n .card-title {\n display: inline;\n }\n\n .card-subtitle-inline {\n display: inline;\n }\n }\n}\n\n.alumni-card{\n width: 300px;\n display: inline-block;\n clear: both;\n float: left;\n position: relative;\n overflow: hidden;\n padding: 5px;\n text-align: center;\n border: .1rem solid $color-gray-light;\n}\n\n.alumni-container{\n padding: 10px;\n}\n\n#link-container{\n text-align:center;\n text-decoration: none;\n margin:0 auto;\n}\n#link{\n margin:4px;\n padding-left: 8px;\n padding-right: 8px;\n padding-top:2px;\n padding-bottom: 2px;\n display:inline-block;\n color: #881c1c;\n border-radius: 5px;\n font-size: 18px;\n border: 1px solid #881c1c;\n}\n\n#link:hover {\n color:white;\n background-color: #881c1c;\n border-radius: 5px;\n border: 1px solid #881c1c;\n}\n\n#alumni-link-container{\n text-decoration:none;\n}\n#alumni-link{\n font-size:12px !important;\n padding-left: 4px;\n padding-right: 4px;\n margin-bottom:4px;\n display:inline-block;\n color: #881c1c;\n font-size: 24px;\n}\n\n#alumni-link:hover{\n color:black;\n}","// Thematic page css\n\n.project-section-divider {\n margin-top: 30px;\n width: 40%;\n\n &::after {\n color: $color-text-light !important;\n font-size: 1.4rem !important;\n }\n}\n\n.project-container {\n margin-top: 20px;\n\n .project-entry {\n margin-bottom: 10px;\n\n .project-title {\n margin-bottom: 0;\n }\n\n .project-description {\n color: $color-text-medium;\n padding-top: 10px;\n }\n }\n}\n\n.theme-image {\n border: .1rem solid $color-gray-light;\n border-radius: .2rem;\n}\n",".keyword-toggle-container {\n margin-bottom: 10px;\n margin-top: 30px;\n}\n\n.btn-keyword {\n cursor: pointer;\n}\n\n// Squeeze columns to allow more space\n.pub-list > .column {\n padding-bottom: 0;\n}\n\n.pub-year {\n color: $color-text-light;\n margin-bottom: 0;\n margin-top: 30px;\n}\n\n.card-publication {\n border: .1rem solid $color-gray-light;\n padding: 0;\n\n .card-image {\n img {\n box-shadow: 0 0 2px $color-gray-medium;\n height: 120px;\n margin: 0 auto;\n width: 120px;\n }\n }\n\n .card-header {\n .card-title {\n margin-bottom: 2px;\n }\n\n .card-subtitle {\n margin-bottom: 5px;\n }\n }\n\n .pub-keywords {\n margin-bottom: 5px;\n }\n\n .pub-abstract {\n display: none;\n margin-top: 20px;\n }\n\n .pub-btn {\n padding-left: 0;\n }\n\n .pub-image,\n .pub-title {\n cursor: pointer;\n }\n}\n","@import 'nav';\n@import 'footer';\n@import 'people';\n@import 'theme';\n@import 'publications';\n\n.bg-gray {\n background-color: $color-gray-light;\n}\n\n.container-body {\n padding: 2em;\n}\n\n.container.grid-custom {\n max-width: 110rem;\n}\n\nul {\n list-style-position: outside;\n}\n\n.error-panel {\n margin: 10rem 0;\n}\n\n.highlight {\n border-radius: 5px;\n font-family: 'Source Code Pro';\n font-size: 14px;\n overflow-x: auto;\n\n // Fix for parens\n .p {\n font-size: 12px;\n }\n\n code {\n line-height: 1.8em;\n padding: 1em;\n }\n}\n\ncode {\n background: $color-code-background;\n border-radius: 5px;\n color: $color-code-foreground;\n font-family: 'Source Code Pro';\n padding: 0 5px;\n}\n\n.feed-card {\n padding: 10px;\n text-align: left;\n}\n\n// ****** Carousel ******\n.carousel{\n width: 80%;\n}\n\n.carousel-home-image {\n width: 100%;\n}\n\n.slick-track {\n align-items: center;\n display: flex !important;\n justify-content: center;\n}\n\nslick-dotted.slick-slider {\n margin-bottom: 0px;\n margin: auto;\n}\n\n// Carosel Button\n.slick-prev:before, .slick-next:before { \n color:$color-gray-medium !important;\n}\n\n// Carosel Caption\n.slick-slide {\n position: relative;\n}\n\n.info {\n position: absolute;\n left: 70%;\n z-index: 2;\n padding:5px;\n color:#fff; \n background: rgba(0, 0, 0, 0.6);\n -o-transition:.5s;\n -ms-transition:.5s;\n -moz-transition:.5s;\n -webkit-transition:.5s;\n transition:.5s;\n}\n\n.top-caption {\n top: 5%;\n}\n.bottom-caption {\n bottom: 3%;\n}\n\n.info h3{\n margin: 0;\n top: 50%;\n left: 50%;\n}\n.info:hover {\n background: rgba(0, 0, 0, 1);\n}","/* Pygments theme exported from Emacs */\n\n/* Palette\n#2c3e50 foreground\n#ecf0f1 background\n#16a085 builtin\n#7f8c8d comment\n#e67e22 constant\n#7f8c8d doc\n#34495e func\n#d98c10 keyword\n#d98c10 regex\n#0a74b9 string\n#2492db type\n#8e44ad variable\n#d35400 warning\n*/\n\n/* Style */\n.highlight { color: #2c3e50; background-color: #ecf0f1; }\n.highlight .c { color: #7f8c8d; }\n.highlight .err { color: #d35400; }\n.highlight .g { color: #2c3e50; }\n.highlight .k { color: #d98c10; }\n.highlight .l { color: #2c3e50; }\n.highlight .n { color: #2c3e50; }\n.highlight .o { color: #34495e; }\n.highlight .x { color: #e67e22; }\n.highlight .p { color: #2c3e50; }\n.highlight .cm { color: #7f8c8d; }\n.highlight .cp { color: #34495e; }\n.highlight .c1 { color: #7f8c8d; }\n.highlight .cs { color: #34495e; }\n.highlight .gd { color: #0a74b9; }\n.highlight .ge { color: #2c3e50; font-style: italic; }\n.highlight .gr { color: #d35400; }\n.highlight .gh { color: #e67e22; }\n.highlight .gi { color: #34495e; }\n.highlight .go { color: #2c3e50; }\n.highlight .gp { color: #2c3e50; }\n.highlight .gs { color: #2c3e50; font-weight: bold; }\n.highlight .gu { color: #e67e22; }\n.highlight .gt { color: #2c3e50; }\n.highlight .kc { color: #e67e22; }\n.highlight .kd { color: #d98c10; }\n.highlight .kn { color: #34495e; }\n.highlight .kp { color: #34495e; }\n.highlight .kr { color: #d98c10; }\n.highlight .kt { color: #2492db; }\n.highlight .ld { color: #2c3e50; }\n.highlight .m { color: #0a74b9; }\n.highlight .s { color: #0a74b9; }\n.highlight .na { color: #2c3e50; }\n.highlight .nb { color: #16a085; }\n.highlight .nc { color: #2492db; }\n.highlight .no { color: #e67e22; }\n.highlight .nd { color: #2492db; }\n.highlight .ni { color: #e67e22; }\n.highlight .ne { color: #e67e22; }\n.highlight .nf { color: #34495e; }\n.highlight .nl { color: #2c3e50; }\n.highlight .nn { color: #2c3e50; }\n.highlight .nx { color: #2c3e50; }\n.highlight .py { color: #2492db; }\n.highlight .nt { color: #2492db; }\n.highlight .nv { color: #8e44ad; }\n.highlight .ow { color: #34495e; }\n.highlight .w { color: #2c3e50; }\n.highlight .mf { color: #0a74b9; }\n.highlight .mh { color: #0a74b9; }\n.highlight .mi { color: #0a74b9; }\n.highlight .mo { color: #0a74b9; }\n.highlight .sb { color: #7f8c8d; }\n.highlight .sc { color: #0a74b9; }\n.highlight .sd { color: #7f8c8d; }\n.highlight .s2 { color: #0a74b9; }\n.highlight .se { color: #e67e22; }\n.highlight .sh { color: #7f8c8d; }\n.highlight .si { color: #0a74b9; }\n.highlight .sx { color: #0a74b9; }\n.highlight .sr { color: #d98c10; }\n.highlight .s1 { color: #0a74b9; }\n.highlight .ss { color: #0a74b9; }\n.highlight .bp { color: #16a085; }\n.highlight .vc { color: #2492db; }\n.highlight .vg { color: #8e44ad; }\n.highlight .vi { color: #8e44ad; }\n.highlight .il { color: #0a74b9; }\n"],"file":"custom.css"} \ No newline at end of file diff --git a/people.html b/people.html index 7045fc0c..dc3deaf9 100644 --- a/people.html +++ b/people.html @@ -237,56 +237,35 @@

People

-
-
-
-
-
-

Doug Arbetter

   -
PhD Student
-
PhD Student
-
-
- Doug is a part-time PhD student in Biostatistics, and is a statistician at AstraZeneca in the Vaccines -and Immune Therapies unit. His research interest is infectious disease forecasting for public health -and clinical trial sponsors. He enjoys playing tennis and skiing in his free time. - -
- -
-
-
- -
-
-
-
+
-

Matthew Cornell

   -
Software Engineer
-
Software Engineer
+

Anna Krystalli

   +
Research Software Engineer
+
Research Software Engineer
- Matt is the lab\'s research software engineer. His M.S. is in Computer -Science from UMass/Amherst, and his B.S. is in E.E. Before grad school he -worked for NASA\'s Kennedy Space Center in Space Shuttle operations. Since -then he\'s worked for decades in various AI research labs, writing all types -of software. + Anna is a Research Software Engineering consultant at R-RSE specialising in R. +She has been engaged by the Lab to work with the wider Consortium of Infectious Disease Modeling Hubs on developing the [HubVerse](https://hubdocs.readthedocs.io/en/latest/), +a collection of R packages and infrastructure enabling set up, maintainance, submission and access to data of modeling hubs. +She received her PhD in Marine Macroecology from the University of Sheffield, UK and spent 5 years as a Research Software Engineer +with the University of Sheffield RSE team before returning home to Greece and setting up on her own. She is also a Software Review Editor for rOpenSci.
@@ -297,22 +276,26 @@
Software Engineer
-
+
-

Melissa Kerr

   -
Project Manager
-
Project Manager
+

Martha Zorn

   +
Data analyst/Project manager
+
Data analyst/Project manager
- Melissa completed an MS in global health at King\'s College London and spent four years as manager of the European Cholangiocarcinoma Network. -In her free time, Melissa enjoys travelling and hiking. + Martha has worked as a biostatistician and data manager in the School of Public Health and Health Sciences, Amherst +since 1987. She likes doing anything outside and garland dancing.
@@ -345,36 +328,23 @@
PhD Student
-
+
-

Nicholas Reich

   -
Principal Investigator
-
Principal Investigator
+

Doug Arbetter

   +
PhD Student
+
PhD Student
- Nick is a Professor of Biostatistics at UMass. He received his -PhD in Biostatstics from Johns Hopkins, where he also did his post-doctoral -training in infectious disease epidemiology. He also enjoys spending time outside -with his family (hiking, camping, canoeing, gardening). + Doug is a part-time PhD student in Biostatistics, and is a statistician at AstraZeneca in the Vaccines +and Immune Therapies unit. His research interest is infectious disease forecasting for public health +and clinical trial sponsors. He enjoys playing tennis and skiing in his free time.
@@ -383,26 +353,25 @@
Principal Investigator
-
+
-

Benjamin Rogers

   -
Research Faculty
-
Research Faculty
+

Li Shandross

   +
Data Analyst
+
Data Analyst
- Ben is a Research Assistant Professor and Lecturer of Biostatistics at UMass-Amherst. -He received his PhD in Biostatistics from UCLA where he developed Bayesian models for -medical visit and substance use data. He enjoys getting outdoors (skiing, biking, hiking), -cooking, reading fiction and spending time with his family. + Li is a data analyst who completed an MS in Biostatistics as part of the 4+1 program at UMass Amherst. +Li's research interests include infectious disease forecasting, particularly the application of new +techniques, and ensemble methods. Outside of work, Li enjoys writing and dancing.
@@ -413,35 +382,22 @@
Research Faculty
-
+
-

Álvaro J. Castro Rivadeneira

   -
PhD Student
-
PhD Student
+

Melissa Kerr

   +
Project Manager
+
Project Manager
- Álvaro is a PhD student in epidemiology. He is interested in science communication, economic inequality, -gambling, and infectious diseases. He received his MD from Universidad Internacional del Ecuador and a -BSc in Biochemistry from McGill University. + Melissa completed an MS in global health at King\'s College London and spent four years as manager of the European Cholangiocarcinoma Network. +In her free time, Melissa enjoys travelling and hiking.
@@ -450,33 +406,34 @@
PhD Student
-
+
-

Becky Sweger

   -
Research Software Engineer
-
Research Software Engineer
+

Nicholas Reich

   +
Principal Investigator
+
Principal Investigator
- Becky has been a technical leader and software engineer for more than twenty-five years. After completing an MS in Information Systems at -Drexel University, she began specializing in data modeling and data-driven applications and has experience in numerous domains, including -healthcare, government, and higher education. Becky enjoys skeeball, spending time with her family, and reading science fiction. + Nick is a Professor of Biostatistics at UMass. He received his +PhD in Biostatstics from Johns Hopkins, where he also did his post-doctoral +training in infectious disease epidemiology. He also enjoys spending time outside +with his family (hiking, camping, canoeing, gardening).
@@ -487,27 +444,23 @@
Research Software Engineer
-
+
-

Li Shandross

   -
Data Analyst
-
Data Analyst
+

Aaron Gerding

   +
MS Student
+
MS Student
- Li is a data analyst who completed an MS in Biostatistics as part of the 4+1 program at UMass Amherst. -Li's research interests include infectious disease forecasting, particularly the application of new -techniques, and ensemble methods. Outside of work, Li enjoys writing and dancing. + Aaron is pursuing a degree in biostatistics after a previous career lecturing in the UMass-Amherst math department. +He is especially interested in how the public health needs of populations with low social or political visibility +should inform forecasting and risk assessment methodologies.
@@ -551,23 +504,30 @@
Research Faculty
-
+
-

Martha Zorn

   -
Data analyst/Project manager
-
Data analyst/Project manager
+

Matthew Cornell

   +
Software Engineer
+
Software Engineer
- Martha has worked as a biostatistician and data manager in the School of Public Health and Health Sciences, Amherst -since 1987. She likes doing anything outside and garland dancing. + Matt is the lab\'s research software engineer. His M.S. is in Computer +Science from UMass/Amherst, and his B.S. is in E.E. Before grad school he +worked for NASA\'s Kennedy Space Center in Space Shuttle operations. Since +then he\'s worked for decades in various AI research labs, writing all types +of software.