-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
68 lines (54 loc) · 2.86 KB
/
_config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
# Site
repository: lbiester/lbiester.github.io
favicon: images/laura-icon.ico
# Personal info
name: Laura Biester
title: Assistant Professor of Computer Science
email: [email protected]
# Social links
github_username: lbiester
linkedin_username: lbiester
orcid: 0000-0003-3901-2968
google_scholar: V-lAKfYAAAAJ
cv: cv.pdf
# About Section
# about_title: About Me (Use this to override about section title)
about_profile_image: images/profile.jpg
about_content: | # this will include new lines to allow paragraphs
I am an Assistant Professor in the [Department of Computer Science](https://www.middlebury.edu/academics/cs) at [Middlebury College](https://www.middlebury.edu/). I am teaching [Natural Language Processing (CSCI 0457)](https://middcs.github.io/csci457-s25/) and [Introduction to Computing (CSCI 0145)](https://middcs.github.io/csci0145-s25-web/) in Spring 2025.
My research interests are at the intersection of Natural Language Processing (NLP) and Computational Social Science. My Ph.D. thesis focused on modeling change in language over time for individuals with depression, primarily using social media data. I have also done work on perspectivism in NLP, bias in language, and Clinical NLP.
I completed my Ph.D. in 2023 at the [University of Michigan](https://umich.edu/), and earned my B.A. in computer science from [Carleton College](https://www.carleton.edu/) in 2016. I have also spent time in industry, including a summer as an intern [IBM Research](https://www.research.ibm.com/) working on Clinical NLP and two years as a full-time software engineer at [Pinterest](https://www.pinterest.com/) working on database systems.
# Projects Section
# projects_title: Projects #(Use this to override about projects section title)
# Experience Section
# experience_title: Experience #(Use this to override about experience section title)
# Education Section
# education_title: Education #(Use this to override about education section title)
# More Section
# more_title: A Little More About Me #(Use this to override about more section title)
# more_content: | # this will include new lines to allow paragraphs
# This is where you can write a little more about yourself. You could title this section **Interests** and include some of your other interests.
#
# Or you could title it **Skills** and write a bit more about things that make you more desirable, like *leadership* or *teamwork*
# Footer
footer_show_references: false
# Build settings
# theme: modern-resume-theme (Use this is you are hosting your resume yourself)
# remote_theme: sproogen/modern-resume-theme (Use this if you are hosting your resume on GitHub)
sass:
sass_dir: _sass
style: compressed
plugins:
- jekyll-seo-tag
exclude : [
"Gemfile",
"Gemfile.lock",
"node_modules",
"vendor/bundle/",
"vendor/cache/",
"vendor/gems/",
"vendor/ruby/",
"lib/",
"scripts/",
"docker-compose.yml",
]