Code Monkey home page Code Monkey logo

shinjiwlab.github.io's Introduction

This is the website for WAV Lab at LTI, CMU. The theme is adapted from al-folio.

This README is written for lab members to update related pages and information. For all the updates, there should be some exisitng examples already. Please follow their style to make our page consistent.

Local Test

Before the PR, please test the website locally (especially when you have some stylish modifications).

Assuming you have Ruby and Bundler installed on your system (hint: for ease of managing ruby gems, consider using rbenv), fork to https://github.com/<your-username>/shinjiwlab.github.io and do the following:

$ git clone https://github.com/<your-username>/shinjiwlab.github.io
$ cd shinjiwlab.github.io
$ bundle install
$ bundle exec jekyll serve

Now, feel free to customize the theme however you like (don't forget to change the name!). After you are done, commit your final changes.

Member and co-author information

  • Photo profile: directly upload to assets/img/photo-{name}.jpg
  • Member entry: add an entry to present your photo, name, homepage (if any) at pages/members.md

Bibliography

Your publications page is generated automatically from your BibTex bibliography. Edit _bibliography/papers.bib would be fine.

Some fields in the BibTeX are reserved for specific representations.

  • abbr: serves for the topic label. You may choose from ASR, TTS, SE, ST, or other abbreviations that stand for the topic of the paper
  • abbr_publisher: serves for the label of places of publishing. It should be the abbreviation of journal or conference name, like Interspeech, ICASSP, NIPS, ACL.
  • html: serves for the original page of this paper (e.g., ISCA archive, aclweb, or IEEE library)
  • pdf: serves for the pdf version of this paper. If the pdf is open-available through the official release (e.g., aclweb or isca-archive), it should be directly linked to that. Otherwise, the arxiv link to the pdf would be fine.
  • code: the link to its open-source code (if available)
  • arxiv: the arxiv ID (e.g., 1804.00015) of the paper. It should NOT be the arxiv link.
  • selected: default false. It would show up on the front page if setting with true. A paper that has more than 100 citations would be selected or the other paper that is approved by Shinji before the setting.
Author annotation:

In publications, the author entry for yourself is identified by string scholar:last_name and string array scholar:first_name in _config.yml:

scholar:
  last_name: Einstein
  first_name: [Albert, A.]

If the entry matches the last name and one form of the first name, it will be underlined. Keep meta-information about your co-authors in _data/coauthors.yml, and Jekyll will insert links to their webpages automatically. The co-author data format in _data/coauthors.yml is as follows,

"Adams":
  - firstname: ["Edwin", "E.", "E. P.", "Edwin Plimpton"]
    url: https://en.wikipedia.org/wiki/Edwin_Plimpton_Adams

"Podolsky":
  - firstname: ["Boris", "B.", "B. Y.", "Boris Yakovlevich"]
    url: https://en.wikipedia.org/wiki/Boris_Podolsky

"Rosen":
  - firstname: ["Nathan", "N."]
    url: https://en.wikipedia.org/wiki/Nathan_Rosen

"Bach":
  - firstname: ["Johann Sebastian", "J. S."]
    url: https://en.wikipedia.org/wiki/Johann_Sebastian_Bach

  - firstname: ["Carl Philipp Emanuel", "C. P. E."]
    url: https://en.wikipedia.org/wiki/Carl_Philipp_Emanuel_Bach

If the entry matches one of the combinations of the last names and the first names, it will be highlighted and linked to the url provided.

Open-source

Please follow the existing style when updating this part.

News

Add news directly to _news with a new MD file. We can also have a long-version (please check the al-folio repo for details)

shinjiwlab.github.io's People

Contributors

ftshijt avatar pyf98 avatar sw005320 avatar neillu23 avatar simpleoier avatar chintu619 avatar siddalmia avatar danberrebbi avatar popcornell avatar brianyan918 avatar karthik19967829 avatar jzmo avatar yoshikimas avatar siddhu001 avatar dzeinali avatar wanchichen avatar soumimaiti avatar yushiueda avatar slseanwu avatar peter-yh-wu avatar gdebayan avatar mmaciej2 avatar zqwang7 avatar jessicah25 avatar xinjli 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.