Custom components
- title: A new way to analyze data
venue: University of London
length: 45
- title: Utilizing AI in research
venue: University of Colorado
length: 30
...etc.<div class="talk">
<strong>{{ include.title }}</strong>
<span>{{ include.venue }}</span>
<em>{{ include.length }} minutes</em>
</div>---
---
.talk {
display: inline-flex;
flex-wrap: wrap;
gap: 10px;
margin: 20px 0;
padding: 20px;
box-shadow: var(--shadow);
}Last updated