WING-NUS / cs6101

The Web IR / NLP Group (WING)'s public reading group at the National University of Singapore.

Home Page:http://wing-nus.github.io/cs6101

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

(A Github Pages template for academic websites. This was forked (then detached) by Stuart Geiger from the Minimal Mistakes Jekyll Theme, which is © 2016 Michael Rose and released under the MIT License. See LICENSE.md)

Web IR / NLP Group (WING) @ NUS Reading Group / Public Course

For AY 2023/2024 Semester I (2310)

This repo builds the static github.io website for the main reading group. Students assigned to the support role are expected to edit the about.md file in the _pages subdirectory to update both this github.com page and the corresponding github.io pages site.

See the about.md document for the details on the papers reviewed, staff assigned and links to external references, inclusive of the recorded sessions.

Note: the coloring for the page is controlled in _sass/_variables.scss, tables by _sass/_tables.scss

/* Min: https://color.adobe.com/search?q=%20Juan%20Jos%C3%A9%20P%C3%A9rez%20Restrepo */

$background-color           : #594336; /* #fff */
$code-background-color      : #8C5946; /* #fafafa */
$code-background-color-dark : $light-gray;
$text-color                 : $lighter-gray; /* $dark-gray; */
$border-color               : $lighter-gray;
$primary-color              : $light-gray; /* #7a8288; */
$success-color              : #62c462;
$warning-color              : #f89406;
$danger-color               : #ee5f5b;
$info-color                 : #52adc8;

About

The Web IR / NLP Group (WING)'s public reading group at the National University of Singapore.

http://wing-nus.github.io/cs6101

License:MIT License


Languages

Language:JavaScript 39.1%Language:HTML 21.8%Language:SCSS 19.8%Language:Jupyter Notebook 11.8%Language:Python 4.5%Language:CSS 2.7%Language:Ruby 0.2%