Academic Project Page Template
AAAA'24This 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.
You can access media files in src/media/
using assets/
paths
Refer to UIKit Video Components Documentation and Grid system
Here's our demo text showcasing the power of markdown and KaTeX integration! Markdown allows you to easily format text using simple syntax.
inline code
.You can also create headings of various levels:
Markdown allows you to create tables like the following:
Model Name | Accuracy (%) | Inference Time (ms) |
---|---|---|
TransGPT-XT | 96.3 | ∞ |
GigaBERT Prime | 94.7 | 9.5 |
MegaLSTM-Pro | 92.5 | 10.1 |
UltraTransformer | 97.1 | 7.8 |
QuantumDNN-ALPHA | 95.8 | 8.5 |
Of course, you can also directly write tables in HTML if needed. For more details, refer to the UIKit Table documentation.
Model Name | Accuracy (%) | Inference Time (ms) | Memory Usage (MB) | Training Time (hours) |
---|---|---|---|---|
TransGPT-XT GigaBERT Prime | 96.3 94.7 | 8.2 9.5 | 1200 1100 | 36 48 |
MegaLSTM-Pro UltraTransformer | 92.5 97.1 | 10.1 7.8 | 1050 1300 | 56 42 |
QuantumDNN-ALPHA | 95.8 | 8.5 | 1250 | 50 |
KATEX enables you to write mathematical expressions beautifully within your text (e.g. α, β, γ ). ax2+bx+c=0 ∫∮∑∏ Ab↓⏐CaB⏐↑cD KaTeX supports a wide range of mathematical symbols and equations, ensuring your technical content is both clear and visually appealing. With markdown for text formatting and KaTeX for mathematical expressions, our template empowers you to communicate complex ideas effectively. Whether you're writing a scientific paper or a technical blog post, harnessing these tools will elevate your content and engage your readers.
@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.}
}
powered by Academic Project Page Template