File tree 1 file changed +7
-0
lines changed
1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -73,6 +73,13 @@ const DialogueIndex = ({data, pageContext}) => {
73
73
< div className = "page-dialogues" >
74
74
< section className = "posts dialogues events" >
75
75
< h1 className = "page-title" > Digital Dialogues</ h1 >
76
+ < p >
77
+ Digital Dialogues convenes prominent digital humanities, new media, and information technology practitioners
78
+ to present their field-defining research. The series, which celebrated its 40th season in Spring 2024,
79
+ invites intellectual exchange around topics critical to the digital humanities.
80
+ Follow us on social media (< a href = "https://twitter.com/UMD_MITH" > @umd_mith</ a > on X/Twitter and
81
+ < a href = "https://www.instagram.com/mith_umd" > @mith_umd</ a > on Instagram) for more details.
82
+ </ p >
76
83
{ sortedItems . future . map ( item => < Entry item = { item } headshots = { headshots } key = { item . airtable_id } /> ) }
77
84
< h2 className = "page-title" > Past Digital Dialogues</ h2 >
78
85
{ sortedItems . past . map ( item => < Entry item = { item } headshots = { headshots } key = { item . airtable_id } /> ) }
You can’t perform that action at this time.
0 commit comments