-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathtemplate.yaml
More file actions
335 lines (318 loc) · 13.9 KB
/
Copy pathtemplate.yaml
File metadata and controls
335 lines (318 loc) · 13.9 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
theme: default # default || classic || dark
organization: Pixel Genius Labs
twitter: '@denkivvakame'
title: Academic Project Page Template
journal: "AAAA'24"
resources:
paper: # https://openreview.net/
arxiv: https://arxiv.org
code: https://github.com/denkiwakame/academic-project-template
video: https://www.youtube.com/embed/onbnb_D1wC8?si=xJczUv716Lt5aO4l&start=1150
demo: https://colab.research.google.com/
huggingface: https://huggingface.co/
description: academic projectpage template that supports markdown and KaTeX
image: https://denkiwakame.github.io/academic-project-template/teaser.jpg
url: https://denkiwakame.github.io/academic-project-template
speakerdeck: # speakerdeck slide ID
authors:
- name: Wakame Denki*
affiliation: [1, 2]
url: http://denkiwakame.github.io/
position: intern
- name: Jane Doe
affiliation: [1]
position: Researcher
url: https://thispersondoesnotexist.com/
- name: John Smith
affiliation: [1]
position: Researcher
url: https://thispersondoesnotexist.com/
affiliations:
- Pixel Genius Labs
- NeuroNauts Academy
meta:
- '*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.jpg
abstract: |
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:
- title: Media examples
text: |
### Mediafile Path
Files in `public/` can be referenced directly: `<img src="001.jpg" />`
### UIKit Components
This template supports all UIKit components.
To check available components, refer to the [UIKit documentation](https://getuikit.com/docs).
[Slideshow](https://getuikit.com/docs/slideshow) example
</div>
<div uk-slideshow="animation: push">
<div class="uk-position-relative uk-visible-toggle uk-light" tabindex="-1">
<div class="uk-slideshow-items">
<div>
<img src="001.jpg" alt="" uk-cover>
</div>
<div>
<img src="002.jpg" alt="" uk-cover>
</div>
<div>
<img src="003.jpg" alt="" uk-cover>
</div>
</div>
<a class="uk-position-center-left uk-position-small uk-hidden-hover" href uk-slidenav-previous uk-slideshow-item="previous"></a>
<a class="uk-position-center-right uk-position-small uk-hidden-hover" href uk-slidenav-next uk-slideshow-item="next"></a>
</div>
<ul class="uk-slideshow-nav uk-dotnav uk-flex-center uk-margin"></ul>
</div>
[Grid system](https://getuikit.com/docs/grid) example
<div class="uk-grid-small uk-child-width-1-2 uk-child-width-1-3@m" uk-grid>
<div>
<img src="001.jpg">
<span class="uk-text-meta">Fig1 - caption example</figcaption>
</div>
<div>
<img src="002.jpg" />
<span class="uk-text-meta">Fig2 - caption example</figcaption>
</div>
<div>
<img src="003.jpg">
<span class="uk-text-meta">Fig3 - caption example</figcaption>
</div>
</div>
[Video](https://getuikit.com/docs/video) and [Slider](https://getuikit.com/docs/slider) component example
<div uk-slider>
<div class="uk-slider-items uk-grid-small uk-child-width-1-1 uk-child-width-1-2@m uk-grid">
<div>
<video
src="https://yootheme.com/site/images/media/yootheme-pro.mp4"
loop
muted
uk-video="autoplay:inview"
/>
</div>
<div>
<video
src="https://yootheme.com/site/images/media/yootheme-pro.mp4"
loop
muted
uk-video="autoplay:inview"
/>
</div>
<div>
<video
src="https://yootheme.com/site/images/media/yootheme-pro.mp4"
loop
muted
uk-video="autoplay:inview"
/>
</div>
</div>
<div class="uk-flex uk-flex-center uk-margin-small">
<a class="uk-icon-button" href uk-slidenav-previous uk-slider-item="previous"></a>
<a class="uk-icon-button uk-margin-small-left" href uk-slidenav-next uk-slider-item="next"></a>
</div>
</div>
[Image-Comparison-Slider](https://img-comparison-slider.sneas.io) example
<img-comparison-slider>
<img slot="first" src="002.jpg" />
<img slot="second" src="004.jpg" />
</img-comparison-slider>
- title: Markdown examples
text: |
Here's our demo text showcasing the power of markdown and KaTeX integration!
Markdown allows you to easily format text using simple syntax.
- **bold**
- *italic*
- `inline code`.
You can also create headings of various levels:
# Heading Level 1
## Heading Level 2
### Heading Level 3
#### Heading Level 4
Markdown allows you to create tables like the following:
### Fictitious AI Benchmark Results
| **Model Name** | **Accuracy (%)** ⬆️| **Inference Time (ms)** ⬇️|
|---------------------|--------------|---------------------|
| TransGPT-XT | 96.3 | $\infty$ |
| 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](https://getuikit.com/docs/table).
<div class="uk-overflow-auto uk-width-1-1">
<table class="uk-table uk-table-small uk-text-small uk-table-divider">
<thead>
<tr>
<th>Model Name</th>
<th>Accuracy (%)</th>
<th>Inference Time (ms)</th>
<th>Memory Usage (MB)</th>
<th>Training Time (hours)</th>
</tr>
</thead>
<tbody>
<tr>
<td>TransGPT-XT<br/>GigaBERT Prime</td>
<td>96.3<br/>94.7</td>
<td>8.2<br/>9.5</td>
<td>1200<br/>1100</td>
<td>36<br/>48</td>
</tr>
<tr>
<td>MegaLSTM-Pro<br/>UltraTransformer</td>
<td>92.5<br/>97.1</td>
<td>10.1<br/>7.8</td>
<td>1050<br/>1300</td>
<td>56<br/>42</td>
</tr>
<tr class="uk-active">
<td>QuantumDNN-ALPHA</td>
<td>95.8</td>
<td>8.5</td>
<td>1250</td>
<td>50</td>
</tr>
</tbody>
</table>
</div>
- title: Codeblock examples
text: |
Code blocks are automatically highlighted by [highlight.js](https://highlightjs.org/examples). To change the theme, import a preferred `.css`.
```javascript
// src/components/body.jsx
import { markedHighlight } from "marked-highlight";
import hljs from 'highlight.js';
//import 'highlight.js/styles/base16/gruvbox-dark-hard.css';
import 'highlight.js/styles/base16/github.css';
const renderer = new marked.Renderer();
renderer.code = (code, language) => {
return `<pre class="hljs"><code class="hljs language-${language}">${code}</code></pre>`
}
```
- title: KaTeX examples
text: >
$\KaTeX$ enables you to write mathematical expressions beautifully within your text (e.g. $\alpha$, $\beta$, $\gamma$ ).
$$ax^2 + bx + c = 0$$
$$ \int \oint \sum \prod $$
$$ \begin{CD} A @>a>> B \\ @VbVV @AAcA \\ C @= D \end{CD} $$
[KaTeX supports a wide range of mathematical symbols and equations](https://katex.org/docs/support_table.html), 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.
- title: Color Palette
text: |
To customize the theme, edit UIkit variables in [theme.scss](https://github.com/denkiwakame/academic-project-template/blob/project-page/src/scss/theme.scss). Material Design colors are available as variables (e.g. `$clr-blue-50` ). For the full set of colors, please visit [Material Design Color System](https://m2.material.io/design/color/the-color-system.html#tools-for-picking-colors).
<div class="uk-overflow-auto">
<table class="uk-table uk-table-small uk-text-small uk-table-divider">
<thead>
<tr>
<th>50</th>
<th>100</th>
<th>200</th>
<th>300</th>
<th>400</th>
<th>500</th>
</tr>
</thead>
<tbody>
<tr>
<td bgcolor="#FFEBEE">$clr-red-50</td>
<td bgcolor="#FFCCD2">$clr-red-100</td>
<td bgcolor="#EF9A9A">$clr-red-200</td>
<td bgcolor="#E57373">$clr-red-300</td>
<td bgcolor="#FF5350">$clr-red-400</td>
<td bgcolor="#F44336">$clr-red-500</td>
</tr>
<tr>
<td bgcolor="#FCE4EC">$clr-pink-50</td>
<td bgcolor="#F8BBD0">$clr-pink-100</td>
<td bgcolor="#F48FB1">$clr-pink-200</td>
<td bgcolor="#F06292">$clr-pink-300</td>
<td bgcolor="#EC407A">$clr-pink-400</td>
<td bgcolor="#E91E63">$clr-pink-500</td>
</tr>
<tr>
<td bgcolor="#E8EAF6">$clr-indigo-50</td>
<td bgcolor="#C5CAE9">$clr-indigo-100</td>
<td bgcolor="#9FA8DA">$clr-indigo-200</td>
<td bgcolor="#7986CB">$clr-indigo-300</td>
<td bgcolor="#5C6BC0">$clr-indigo-400</td>
<td bgcolor="#3F51B5">$clr-indigo-500</td>
</tr>
<tr>
<td bgcolor="#E0F7FA">$clr-cyan-50</td>
<td bgcolor="#B2EBF2">$clr-cyan-100</td>
<td bgcolor="#80DEEA">$clr-cyan-200</td>
<td bgcolor="#4DD0E1">$clr-cyan-300</td>
<td bgcolor="#26C6DA">$clr-cyan-400</td>
<td bgcolor="#00BCD4">$clr-cyan-500</td>
</tr>
<tr>
<td bgcolor="#E0F2F1">$clr-teal-50</td>
<td bgcolor="#B2DFDB">$clr-teal-100</td>
<td bgcolor="#80CBC4">$clr-teal-200</td>
<td bgcolor="#4DB6AC">$clr-teal-300</td>
<td bgcolor="#26A69A">$clr-teal-400</td>
<td bgcolor="#009688">$clr-teal-500</td>
</tr>
<tr>
<td bgcolor="#FFF8E1">$clr-amber-50</td>
<td bgcolor="#FFECB3">$clr-amber-100</td>
<td bgcolor="#FFE082">$clr-amber-200</td>
<td bgcolor="#FFD54F">$clr-amber-300</td>
<td bgcolor="#FFCA28">$clr-amber-400</td>
<td bgcolor="#FFC107">$clr-amber-500</td>
</tr>
<tr>
<td bgcolor="#F9FBE7">$clr-lime-50</td>
<td bgcolor="#F0F4C3">$clr-lime-100</td>
<td bgcolor="#E6EE9C">$clr-lime-200</td>
<td bgcolor="#DCE775">$clr-lime-300</td>
<td bgcolor="#D4E157">$clr-lime-400</td>
<td bgcolor="#CDDC39">$clr-lime-500</td>
</tr>
<tr>
<td bgcolor="#FAFAFA">$clr-grey-50</td>
<td bgcolor="#F5F5F5">$clr-grey-100</td>
<td bgcolor="#EEEEEE">$clr-grey-200</td>
<td bgcolor="#E0E0E0">$clr-grey-300</td>
<td bgcolor="#BDBDBD">$clr-grey-400</td>
<td bgcolor="#9E9E9E">$clr-grey-500</td>
</tr>
</tbody>
</table>
</div>
- title: License
text: |
This template is provided under the [Attribution-ShareAlike 4.0 International (CC BY-SA 4.0)](https://creativecommons.org/licenses/by-sa/4.0/) license.
You are free to use and modify the code in your project as long as you include a link to this [GitHub repository](https://github.com/denkiwakame/academic-project-template) in your footer.
projects: # relevant projects
- title: Relevant Project I
description: abstract text
img: https://getuikit.com/docs/images/light.jpg
journal: "ABCD'23"
url: https://denkiwakame.github.io/academic-project-template/
- title: Relevant Project II
description: abstract text
img: 001.jpg
journal: "EFGH'22"
url: https://denkiwakame.github.io/academic-project-template/
- title: Relevant Project III
description: abstract text
img: 002.jpg
journal: "IJKL'22"
url: https://denkiwakame.github.io/academic-project-template/