Skip to content

Commit

Permalink
Updated TeamData.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
tandebnath committed Dec 4, 2024
1 parent 93514c8 commit bd82621
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 20 deletions.
2 changes: 1 addition & 1 deletion src/app/team/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ export default function Team() {
>
{member.name}
</a>
{member.description.map((paragraph, i) => (
{member?.description?.map((paragraph, i) => (
<p key={i} className="mb-4">
{paragraph}
</p>
Expand Down
44 changes: 25 additions & 19 deletions src/modules/TeamData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ export const teamData = [
`Dr. Ana Lučić is a Staff Research Scientist at the Illinois Applied Research Institute (ARI) at the University of Illinois at Urbana-Champaign. At ARI, Dr. Lučić leverages her expertise in natural language processing, literature-based discovery, data engineering, and data management. Her career has focused on deriving new knowledge from historical datasets and advancing computational methods in digital humanities. In 2017, she was awarded an Advanced Collaborative Support grant from the HathiTrust Research Center to support the "Reading Chicago Reading" project, an initiative examining Chicago’s reading habits and cultural heritage through computational analysis. Her work continues to bridge the gap between digital archives and meaningful, large-scale humanities research.`,
"Dr. Lučić holds a PhD from the School of Information Sciences at the University of Illinois, where her dissertation focused on extracting comparative facets from biomedical scholarly articles. Before joining ARI, she served as a Digital Scholarship Librarian at DePaul University and as a Data Manager and Analyst with the IKIDS research group at the Beckman Institute. Her diverse experience in academia and research equips her with a unique perspective on the challenges and opportunities in digital humanities and computational text analysis.",
],
social: "https://appliedresearch.illinois.edu/directory/profile/alucic2",
social:
"https://appliedresearch.illinois.edu/directory/profile/alucic2",
},
{
name: "John Shanahan",
Expand All @@ -19,15 +20,17 @@ export const teamData = [
"Dr. John Shanahan is an Associate Dean and the Director of Liberal Studies in the College of Liberal Arts and Social Sciences at DePaul University. He holds a PhD in English from Rutgers University and a B.Phil. in English and Philosophy from the University of Pittsburgh. Dr. Shanahan’s research spans seventeenth- and eighteenth-century English literature, the history of science and technology, science fiction, and digital humanities. He is the co-Principal Investigator on DePaul’s Reading Chicago Reading project, a digital humanities initiative supported by Lyrasis and the National Endowment for the Humanities that examines reading patterns and literary engagement in Chicago. This project embodies his dedication to interdisciplinary research, blending literary studies with computational methods to explore how communities interact with literature.",
"In addition to his research, Dr. Shanahan has served in several academic leadership roles, including Director of Undergraduate Studies in English and Director of the Graduate Program in English. Currently, he also leads DePaul’s Certificate Program in Digital Humanities, reflecting his commitment to integrating technology into the humanities curriculum.",
],
social: "https://las.depaul.edu/academics/english/faculty/Pages/john-shanahan.aspx",
social:
"https://las.depaul.edu/academics/english/faculty/Pages/john-shanahan.aspx",
},
{
name:"Robin Burke".
image: "/peritext-website/images/robin.jpeg",
descriiption: [
"Professor Robin Burke conducts research in personalized recommender systems, a field he helped found and develop. His most recent projects explore fairness, accountability and transparency in recommendation through the integration of objectives from diverse stakeholders."
],
social: "https://www.colorado.edu/cmci/people/information-science/robin-burke",
name: "Robin Burke",
image: "/peritext-website/images/robin.jpeg",
descriiption: [
"Professor Robin Burke conducts research in personalized recommender systems, a field he helped found and develop. His most recent projects explore fairness, accountability and transparency in recommendation through the integration of objectives from diverse stakeholders.",
],
social:
"https://www.colorado.edu/cmci/people/information-science/robin-burke",
},
],
},
Expand All @@ -40,6 +43,7 @@ export const teamData = [
image: "/peritext-website/images/stephen.jpeg",
description: [
"Dr. J. Stephen Downie is associate dean for research and a professor at the School of Information Sciences, and the Illinois codirector of the HathiTrust Research Center. He has been an active participant in the digital libraries and digital humanities research domains.",
],
social: "https://ischool.illinois.edu/people/j-stephen-downie",
},
{
Expand All @@ -51,19 +55,21 @@ export const teamData = [
social: "https://ischool.illinois.edu/people/glen-layne-worthey",
},
{
name:"Amy Kirchhoff",
image: "/peritext-website/images/amy.jpeg",
description:[
"Amy Kirchhoff is Senior Manager at Constellate (ITHAKA). "],
social: "https://www.linkedin.com/in/amy-kirchhoff/".
name: "Amy Kirchhoff",
image: "/peritext-website/images/amy.jpeg",
description: [
"Amy Kirchhoff is Senior Manager at Constellate (ITHAKA). ",
],
social: "https://www.linkedin.com/in/amy-kirchhoff/",
},
{
name: "Peter Organisciak".
image: "/peritext-website/images/peter.jpeg",
description: [
"Peter Organisciak is an Associate Professor at the University of Denver who specializes in information science with the focus on artificial intelligence in education, large-scale text analysis and crowdsourcing."
],
social: "https://morgridge.du.edu/about/faculty-directory/peter-organisciak",
name: "Peter Organisciak",
image: "/peritext-website/images/peter.jpeg",
description: [
"Peter Organisciak is an Associate Professor at the University of Denver who specializes in information science with the focus on artificial intelligence in education, large-scale text analysis and crowdsourcing.",
],
social:
"https://morgridge.du.edu/about/faculty-directory/peter-organisciak",
},
],
},
Expand Down

0 comments on commit bd82621

Please sign in to comment.