Easy Academic Website Template
- Your Name
- Coauthor Name
- Conference Name
Abstract
Insert your abstract here.
Instructions
To set this template up with your own website, follow the instructions here.
Cool Features
Review the Org Mode Documentation for a more comprehensive list of features.
Math Equations
You can insert equations using standard latex macros like $e^{i\pi} = -1$
→ \(e^{i\pi} = -1\) for inline equations using single dollars or separate line equations using double dollars $$\sum_{n=1}^{\infty} n = -\frac{1}{12}$$
→ \[\sum_{n=1}^{\infty} n = -\frac{1}{12}\]
Alternatively, you can use latex begin and end equation \begin{equation}1 + 1 = 2\end{equation}
→
Images
You can insert an image using double square braces, like [[./imgs/oxford_logo.png]]
. Specify html attributes beforehand, like width.
Code
You can insert code using begin_src and end_src with a language:
def agi(input_string): return 42
Monospace Example
You can use begin_example to have a block of monospace text
Like this example
Link Example
You can use links by writing [[https://www.google.com/][Google]]
→ Google
Random HTML snippets
For inline HTML, you can use double at signs @@html:<kbd>like this</kbd>@@
→ like this.
For a single HTML line, you can use #+html:
followed by your line
You can insert any block of HTML by surrounding your code with #+begin_export html and #+end_export, which can include javascript.
Example Websites
The websites below were created using a similar style to this website. Feel free to use them as reference when trying to incorporate specific features.
Name | Website | Code |
---|---|---|
Diverse Conventions for Human-AI Interaction | https://iliad.stanford.edu/Diverse-Conventions/ | Code |
Training Language Models for Social Deduction with Multi-Agent Reinforcement Learning | https://socialdeductionllm.github.io/ | Code |
LOB-Bench: Benchmarking Generative AI for Finance – an Application to Limit Order Book Data | https://lobbench.github.io/ | Code |
Easy Academic Website Template | https://easyacademicwebsite.github.io/ | Code |
Citation
The website template was borrowed from Easy Academic Website Template and Jon Barron