You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
template.yaml # template arguments
src/
├── components # React components loaded in index.jsx
│ ├── authors.jsx
│ ├── citation.jsx
│ ├── footer.jsx
│ ├── header.jsx
│ ├── method.jsx
│ ├── abstract.jsx
│ ├── body.jsx
│ └── video.jsx
├── html
│ └── index.html
├── media # media files to be relocated to assets/ by file-loader
│ ├── placeholder.png
│ ├── demo.mp4
│ └── teaser.png
├── js
│ └── styles.js # embed styles to js
├── pages
│ └── index.jsx # template root
└── scss # color theme zoo
└── theme.scss
Template
fillin values at template.yaml
fillin null for N/A contents (e.g. method: null)
theme: default # default || darkorganization: Pixel Genius Labstwitter: '@denkivvakame'title: 'Academic Project Page Template: Do Whatever the Hack You Want with This Template'resources:
paper: https://openreview.net/arxiv: https://arxiv.orgcode: https://github.com/denkiwakame/academic-project-templatevideo: https://www.youtube.com/embed/onbnb_D1wC8?si=xJczUv716Lt5aO4l&start=1150huggingface: https://huggingface.co/description: academic projectpage template that supports markdown and KaTeXimage: https://denkiwakame.github.io/academic-project-template/assets/teaser.pngurl: https://denkiwakame.github.io/academic-project-templatespeakerdeck: # speakerdeck slide IDauthors:
- name: Wakame Denki*affiliation: [1, 2]url: http://denkiwakame.github.io/position: intern
- name: Jane Doeaffiliation: [1]position: Researcherurl: https://thispersondoesnotexist.com/
- name: John Smithaffiliation: [1]position: Researcherurl: https://thispersondoesnotexist.com/affiliations:
- Pixel Genius Labs
- NeuroNauts Academymeta:
- '*work done while she was interning at Pixel Genius Lab.'bibtex: > @article{doe2024superai, author = {Jane Doe and John Smith}, title = {Unleashing the Power of Super AI: Transforming the Future of Technology}, journal = {Journal of Superintelligent Systems}, year = {2024}, volume = {99}, number = {1}, pages = {1-42}, month = {January}, keywords = {Super AI, Machine Learning, Artificial Intelligence, Technological Innovation}, doi = {10.9999/jsis.2024.001}, url = {https://www.example.com/superai-article}, note = {This paper sets the benchmark for future AI research and applications.} }teaser: teaser.pngabstract: | This is a versatile template designed to satisfy your research project page needs, all while harnessing the power of **UIKit** and **React**. Built on the foundations of simplicity and flexibility, this template allows you to focus on expressing your ideas without the hassle of directly handling CSS—thanks to customizable SASS variables. With markdown as your canvas and $\KaTeX$ for precise equations, crafting clear and engaging project page becomes effortless. Whether you're unraveling complex theories or presenting your findings, this template aims to support your scholarly endeavors with grace and ease. *Need to edit HTML directly?* Fear not! In addition to markdown, you can also directly write HTML with ease. Feel empowered to craft your content exactly as you envision it, whether through markdown's simplicity or the precision of HTML.body:
...
Release your project page automatically bt GitHub Actions
Navigate to https://github.com/{your-github-repo-path}/settings/pages
Select GitHub Actions at Build and Deployment > Source