Skip to content

EasyAcademicWebsite/EasyAcademicWebsite.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Easy Academic Website Template

@@html:<div class=”row”><h2 class=”col-md-12 text-center”><strong><font size=”+4r”>@@ Easy Academic Website Template @@html:</font></strong></h2></div>@@

  • 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 = -1$ for inline equations using single dollars or separate line equations using double dollars $$\sum_{n=1}^{\infty} n = -\frac{1}{12}$$ → $$∑n=1 n = -\frac{1}{12}$$

Alternatively, you can use latex begin and end equation \begin{equation}1 + 1 = 2\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.

./imgs/oxford_logo.png

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>@@ → @@html:<kbd>like this</kbd>@@.

For a single HTML line, you can use #+html: followed by your line

Like this line in html

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.

NameWebsiteCode
Diverse Conventions for Human-AI Interactionhttps://iliad.stanford.edu/Diverse-Conventions/Code
Training Language Models for Social Deduction with Multi-Agent Reinforcement Learninghttps://socialdeductionllm.github.io/Code
LOB-Bench: Benchmarking Generative AI for Finance – an Application to Limit Order Book Datahttps://lobbench.github.io/Code
Easy Academic Website Templatehttps://easyacademicwebsite.github.io/Code

About

Repository for Easy Academic Websites

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published