sedurCode / audiolab-academic-poster-template

An HTML+CSS template for making more accessible posters

Home Page:https://cpitclaudel.github.io/academic-poster-template/tutorial/poster.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A template for (more) accessible posters, using HTML+CSS

Modern HTML+CSS is more than enough for most academic posters:

  • No more fighting with LaTeX+Beamer or PowerPoint/LibreOffice.
  • It works on computers, tablets, and mobile devices.
  • Readers can adjust the font size trivially.
  • It's much more accessible than PDFs.

template logo

See it in action on a real example and follow the tutorial to create your own posters.

Setting Up

  • conda env create -f environment.yml
  • conda activate poster
  • npm install -g less
  • npm install -g puppeteer
  • modify poster.jinja2 and poster.less as desired
  • make clean && make all

Sources

This repo builds off the original repo link text itself and this fork that adds the javascript for pdf and png of generation of the poster

About

An HTML+CSS template for making more accessible posters

https://cpitclaudel.github.io/academic-poster-template/tutorial/poster.html


Languages

Language:Jinja 36.5%Language:HTML 28.6%Language:Less 18.1%Language:CSS 13.1%Language:Python 1.7%Language:JavaScript 1.4%Language:Makefile 0.6%