LASR Laboratory public website.
How to update the site:
Places to look for proceedings documents:
- http://www.univelt.com/Advances.page.3
- http://aas-rocky-mountain-section.org/conference-info/
- http://www.proceedings.com/
When adding a research topic, the research_category
parameter in the file's front matter defines how the content is grouped on the Research page. Setting to a never-before-seen research category will simply create that new category.
The site is built with Hugo, which renders the pages down to static HTML. Step one is to install Hugo.
For development, launch Hugo in watch mode, from the repository root:
hugo server -wv --bind "[your ip address]" -b "http://[your-ip]/"
Visit http://[your-ip]:1313/
in your browser. Pages should auto-reload when updated.
To develop stylesheets, first install Sass then run npm run watch-sass
from the repository root. Sass styles are located in src/style/
and rendered to static/css/
- Research section uses a content list template to render research topics
- Research topic sections
- Proper News display on home page
- Abstracts for publications + display in site
- BibTex output for publications