Student Work & Projects
All Student Work & Projects
Below is a list of submitted posters and papers. Click the title to view the poster/paper or the project page.
Abstract • Project
Abstract • Project
Abstract • Project
Submission template (poster / paper)
Copy the snippet below into a new file under resources/student-work-and-projects/ (or into a new post) and update the fields. Use the same filename convention as other pages (e.g., 2025-My-Poster.md).
Template (copy/paste)
---
layout: default
title: "Your Project Title"
date: 2025-09-29
type: poster # or paper
authors:
- name: "Jane Doe"
affiliation: "Clemson University"
- name: "John Smith"
affiliation: "Partner Institution"
summary: "A one-paragraph summary of the poster/paper highlighting the problem, approach, and main result."
image: "/images/your-poster-thumbnail.png" # optional: thumbnail used on listing pages
link: "/resources/student-work-and-projects/2025-My-Poster.pdf" # or external URL
---
## Abstract
A short abstract or description (2-4 paragraphs).
## Authors & affiliations
- Jane Doe — Clemson University
- John Smith — Partner Institution
## Files
- [PDF poster](/resources/student-work-and-projects/2025-My-Poster.pdf)
- [Code / repo](https://github.com/your/repo)
Example (poster)
---
layout: default
title: "Quantum Circuit Optimization Poster"
date: 2025-03-01
type: poster
authors:
- name: "Alice Researcher"
affiliation: "Clemson Quantum"
summary: "Poster describing methods for optimizing parameterized quantum circuits for NISQ devices."
image: "/images/example-poster-thumb.png"
link: "/resources/student-work-and-projects/2025-Quantum-Poster.pdf"
---
## Abstract
This poster describes ...
Example (paper)
---
layout: default
title: "A Study of Topological Wires"
date: 2024-10-15
type: paper
authors:
- name: "Sam Student"
affiliation: "Clemson University"
summary: "Short description of the paper and its contributions."
image: "/images/example-paper-thumb.png"
link: "https://arxiv.org/abs/xxxx.xxxxx"
---
## Abstract
Paper abstract goes here...
After adding a new page, the site will pick it up automatically. If you want, I can also add a small generator/listing page to show student work in card format similar to News.