Skip to content

ComputerVisionRutgers/ComputerVisionRutgers.github.io

 
 

Repository files navigation

Copyright:

This is a customized template for lab internal use only. Please visit the deployed website.

How to write a post

  • Make sure you have write access to this repo. If you don't have access, please ask Prof. Kristin Dana to add your GitHub account as a collaberator.
  • Create a page in _post/ with the name format yyyy-mm-dd-title.md, for example 2017-2-7-MatCAM.md.
  • Write header with tittle:
    ---
    layout: post
    title: Your title
    ---
    
  • Write your post with Markdown format https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet

Simple Example

2017-09-01-example.md

---
layout: post
title: Example Project
---

## Section
### Subsection
  - keyword 1
  - keyword 2
  
## How to highlight
  **Highlight Me**
  
## How to insert a link
  Link to our lab: [Computer Vision Lab](http://eceweb1.rutgers.edu/vision/index.html)
  
## How to insert figure
  ![](https://raw.githubusercontent.com/ComputerVisionRutgers/ComputerVisionRutgers.github.io/master/images/404.jpg)

Releases

No releases published

Packages

No packages published

Languages

  • CSS 54.8%
  • JavaScript 37.0%
  • HTML 8.2%