We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5d254e commit b914e6fCopy full SHA for b914e6f
src/data/HomepageNews.tsx
@@ -2,6 +2,19 @@ import React from 'react';
2
import { NewsItem } from '../components/News';
3
4
const HomepageNewsContent: NewsItem[] = [
5
+ {
6
+ date: '2025/03/05',
7
+ content: (
8
+ <>
9
+ I am featured in this{' '}
10
+ <a href="https://sparc.cra.org/helping-computer-science-research-by-improving-online-surveys/">
11
+ CRA-E Undergraduate Research Highlights article
12
+ </a>{' '}
13
+ where I talk about my undergrad research experience and my SureVeyor
14
+ project.
15
+ </>
16
+ ),
17
+ },
18
{
19
date: '2024/09/23',
20
content: <>I started my PhD studies at UCSD!</>,
0 commit comments