GithubHelp home page GithubHelp logo

jieshic / autonlab.github.io Goto Github PK

View Code? Open in Web Editor NEW

This project forked from autonlab/autonlab.github.io

0.0 0.0 0.0 23.34 MB

Home Page: https://autonlab.github.io/

JavaScript 0.62% HTML 3.28% Dockerfile 0.09% Python 0.53% TeX 94.05% Jupyter Notebook 0.33% CSS 1.10%

autonlab.github.io's Introduction

Auton Lab Website

If you are reading this, you are likely attempting to update or maintain the Auton Lab website in some fashion. Read on for some quick howtos.

Updating the News Feed

The news feeds are located under the collections directory, under the _posts subdirectory. Each file MUST be titled in the format YYYY-MM-DD-XXXX.md, with XXXX a word or two description of the post. The actual post follows the format:

---
layout: post
title:  "Title here"
date:   YYYY-MM-DD HH:MM:SS -0400
categories: site news
excerpt: "Insert what appears on the front page here."
---

Place the text of the full news article here, if different from the excerpt. This can be forematted like an individual page with images and so on, using the markup language.

Currently, only the "site news" category is used.

Adding and Editing career entries

Adding to staff

If you wish to add a staff member profile, it's very easy. Simply create a file in the directory /collections/_staff/

This file should have the format of lastname_firstname.md in all lowercase.

The contents of the file must follow the format below, and category must be one of staff,faculty, alumni or student:

---  
layout: homepage  
first_name: Jane  
last_name: Doe  
title: Peon  
category: staff  
image: "/assets/staff/lastname_firstname.png" (can be left out if no image available. Place the image in the directory as shown)  
summary: "This is what shows up on mouseover of the staff member's entry."  
---  
Anything below the three dashes here is shown when the name is clicked. This can be used to make a simple(or complex!) homepage, using HTML or jekyll markdown.  

autonlab.github.io's People

Contributors

hamshrew avatar guswelter avatar saswatiray avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.