Giter Site home page Giter Site logo

xuefei98 / arpg.github.io Goto Github PK

View Code? Open in Web Editor NEW

This project forked from arpg/arpg.github.io

0.0 1.0 0.0 45.94 MB

The Autonomous Robotics and Perception Group (ARPG) is led by Christoffer Heckman at CU Boulder. We build perception tools and conduct research in field robotics.

Home Page: https://arpg.colorado.edu

License: GNU Lesser General Public License v2.1

HTML 49.44% CSS 47.45% JavaScript 2.70% TeX 0.42%

arpg.github.io's Introduction

Making Pull Requests

Joining the group? Need to make a pull request to add your details to the "People" page?

First, clone the repository onto your computer. Using Terminal, navigate to the location you would like the repository to live, and run the following commands.

git clone https://github.com/arpg/arpg.github.io.git
cd arpg.github.io

If you have SSH keys set up with GitHub, you can run the following instead.

git clone https://github.com/arpg/arpg.github.io
cd arpg.github.io

Make your edits in a new Git branch. The following command will simultaneously create and switch to your new branch. Replace <branch-name> with your desired branch name, e.g. add-hackman.

git checkout -b <branch-name>

Once you've made the changes you want, make the commit! Include a commit message with the -m flag. An example commit message is given below.

git commit -m "Add <name> to people page"

You're finally ready to push your changes to your very own remote branch! Run the following command with the same branch name you used above.

git push origin <branch-name>

You're almost done! Go back to the GitHub repository page, and there should be a button near the top of the page to open a new pull request.

If you'd like, after your pull request has been merged, you can delete the branch from your local repository.

git branch -d <branch-name>

Adding to People Page

To add your name and photo to the list of lab members, add your details to the file in at ./_data/people.yml. Be sure to follow the existing format or you'll break things.

 - name: 
   role: <faculty/postdoc/manager/phd/grad/undergrad/alumni>
   url: <url to your personal webpage>
   office: 
   phone: 
   email: 
   pic: <looks in img/people>

Additional fields for alumni

   dates: 
   thesis: 
   advisor: 
   now: 

Also be sure to add your photo to ./img/people/. The picture needs to be square, and preferably not bigger than 400x400 pixels.

To save your changes, you need to use the git add command to tell Git to include your updates in the next commit. In the root directory of the repository, run the following commands (replacing <image-name> with the name of your photo).

git add ./_data/people.yml
git add ./img/people/<image-name>

Adding to Research/Overview Page

To add or update the information on a research project, edit the file `./_data/research.yml

  - project: 
   img: /img/
   blurb: ""
   webpage:
   publications:
     - title: 
       authors:
       date: 
       venue: 
       url:
   funding:
     - 

Publications and funding both can be lists. YAML is fussy about certain characters for example colons (:), so if you are unsure whether your character are safe, surround with quotes (").

Adding a new publication

To add or update the information on a publication project, edit the file `./_data/publications.yml

 - title: 
   authors: 
   year: 
   venue: 
   pdf: 

If you need to upload your paper locally, we recommend putting pdfs in the ./papers/ directory.

Adding a news item

Add a markdown file to the ./_posts/news/ directory. The name should be in the format yyyy-mm-dd-title-with-hyphens-instead-of-spaces.md. The full text of the file will be used as the news post.

Adding a stand-alone research page

Add a markdown file to the home directory with the following header

type: article
title: <Your Page Title>

The article flag will format your page nicely. Without the flag, there will be no navigation bar, css, etc.

To add your page to the navigation bar, you'll need to edit ./_includes/header.html

arpg.github.io's People

Watchers

 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.