Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 0 additions & 20 deletions process_services.py

This file was deleted.

4 changes: 4 additions & 0 deletions src/components/Services/services.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,10 @@
{
"role": "PC Member",
"year": "2023,2025,2026"
},
{
"role": "Proceeding Co-Chair",
"year": "2026"
}
],
"category": "Conference Services"
Expand Down
2 changes: 1 addition & 1 deletion src/components/self/fundingList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export class FundingList extends React.Component {
<div style={{ textAlign: 'left', display:'flex', fontSize: "20px", fontWeight: "bold", fontFamily: "Droid Serif", marginBottom: '2rem' }}>

<img src="funds.png" style={{ width: '1.5rem', marginRight: '0.5rem' }} />
<div>Funding List</div>
<div>Research Grants</div>
</div>
<ul style={{ textAlign: 'left', listStyleType: 'none', paddingInlineStart: '0rem', height: '15rem', overflow: "scroll" }}>
{
Expand Down
35 changes: 35 additions & 0 deletions src/components/self/news.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,39 @@
[
{
"year": 2025,
"month": "March",
"content": "Siqiang starts to serve as a proceeding co-chair of PVLDB 2026!"
},
{
"year": 2025,
"month": "March",
"content": "A MOE Tier-2 grant is awarded!"
},
{
"year": 2025,
"month": "February",
"content": "Four papers and one tutorial are accepted to SIGMOD 2025!"
},
{
"year": 2025,
"month": "February",
"content": "Siqiang receives a NRF Frontier Competitive Research Program grant!"
},
{
"year": 2025,
"month": "February",
"content": "Siqiang serves as an area chair of NeurIPS 2025!"
},
{
"year": 2025,
"month": "January",
"content": "Siqiang serves as an area chair of SIGKDD 2025!"
},
{
"year": 2025,
"month": "January",
"content": "Siqiang is awarded a grant from AISG!"
},
{
"year": 2024,
"month": "September",
Expand Down
Loading