Giter VIP home page Giter VIP logo

gautamrao.github.io's Introduction

How to Edit Each Section

Sidebar

Sidebar is controlled by the file config.toml.

  • title is the title of the website.
  • shortbio is the text displayed right under the title.
  • logo is the filename of the picture. The file is placed in content/. For example, if logo = "gr.jpg" then the picture should be placed at content/gr.jpg (as it is now).

Bio, Contact, From Another Life, and Personal

Those four sections are controlled by content/sections/{aboutme.md, contact.md, from-another-life.md, personal.md}. The files are formatted using "Markdown" (.md), a lightweight markup language. A quick guide is available here. To modify those sections, simply edit the corresponding Markdown file.

Publications, Working Papers, and Work in Progress

Those four sections are controlled and automatically generated by "data files" placed under data/ directory. For example, data/work_in_progress/ contains the entries displayed in the "Work in Progress" section. Each directory (for example, data/work_in_progress/) may contain multiple data files, and data files under the same directory will be combined, so you may group entries by year, book, affiliation, etc. and place them in individual data files.

Syntax of Data Files

All data files follow the same format:

works:
- title: "The title of the article"
  pdflink: "http://example.com/link-to-the.pdf"
  book: "Where and when does the article appear"
  note: "A short note displayed under the title"
  coauthors: "Coauthor A, Coauthor B and Coauthor C"
  links:
    - url: "http://example.com/external-link-1"
      text: "Text of the link"
      note: "A short description of the link"
    - url: "http://example.com/external-link-2"
      text: "Text of the link"
      note: "An unlimited number of links are supported!"
  abstract: >
    Abstract of the article. Don't forget the ">" above.

- title: "The second article"
  note: "The same syntax as the first article"

Everything in the data files are optional, except the title. So you may have an article without abstract and links, and another one without note and PDF link.

gautamrao.github.io's People

Contributors

gautamrao avatar xinyuelin avatar yangl1996 avatar

Watchers

James Cloos 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.