Skip to content

Latest commit

 

History

History
105 lines (71 loc) · 4.74 KB

File metadata and controls

105 lines (71 loc) · 4.74 KB

UT Austin Swarm Lab Page

This is the repository for the Swarm lab page. The site is based on Jekyll and uses GitHub Pages. The site is based upon the template used by the CLeAR Lab at UT Austin. Thanks!

Add yourself!

If you're part of UT Austin Swarm Lab (if you're in the Slack), or collaborate with Dr. Sandeep Chinchali, you can submit a pull request to be added to the website! Please read these steps before you submit a PR.

  • Fork this repository and clone it
  • Add an entry under the _people directory as follows:
    • Make a file with <your_name>.md
    • Copy paste the contents from people_template.md
    • For the first 5 lines that describe the page:
      • name: Your Name
      • position: One of the following - pi|postdoc|gradstudent|undergrad|researchstaff|visiting|others|alumni
      • avatar: A picture of you added to the images/people directory
    • Fill in the rest of your details according to the template or how you see fit
    • Remove the instruction lines in bold, except Office
    • Optionally, you can add your resume/CV to the documents directory
  • Finally, submit a pull request to the source branch of this repository and we'll merge it ASAP
  • If you need help, text Sundar (@ss26) in the Swarm Lab Slack or send an email to sundarsripadavs@utexas.edu

Add your publication!

Just copy the BibTex entry of your paper from Google Scholar and paste it in _bibliography/references.bib, after the first 4 lines.

Publish an update

If you're part of the UT Austin Swarm Lab organization and you've made a change, reviewed and merged a pull request, you can do the following to publish your updates to the website. This assumes you have a local version of this repository on your PC.

  • git pull the most recent merged changes locally
  • rake publish to convert the files in source branch to static site in master branch. This automatically calls a GitHub action to deploy the contents of master branch to https://utaustin-swarmlab.github.io!
  • Again, if this doesn't work, ping Sundar!

TODO

  • Fill up about page
  • Make tiny logo for page title
  • Add Sandeep's publications
  • Add everyone's publications
  • Add SEO?