Skip to content

WING-NUS/cs6101

Repository files navigation

(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 (T2510) - Retrieval Augmented Generation

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=Vaporwave&t=term , although this does not anchor the theme*/

#F27405
#F2B077
#F25C05
#F24405
#261813

$background-color           : #261813; 
$code-background-color      : #8C5946; 
$code-background-color-dark : $light-gray;
$text-color                 : $lighter-gray; 
$border-color               : $lighter-gray;
$primary-color              : $light-gray; 
$success-color              : #F27405;
$warning-color              : #F2B077;
$danger-color               : #F24405;
$info-color                 : #F25C05;

Using new hero image in _config.yml

teaser                   : "images/paul-buffington-Lwe2hbm5XKk-unsplash.jpg" # filename of teaser fallback teaser image placed in /images/, .e.g. "500x300.png"

Photo by Paul Buffington on Unsplash

For AY 2023/2024 Semester I (T2310) - Large Language Models

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;

For AY 2020/2021 Semester II (T2020) - Conversational Recommender Systems

Legacy Colors

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