Skip to content

Commit

Permalink
Compressed images
Browse files Browse the repository at this point in the history
  • Loading branch information
OvrK12 committed Oct 16, 2024
1 parent 236af8c commit 116b63f
Show file tree
Hide file tree
Showing 65 changed files with 128 additions and 46 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ group :jekyll_plugins do
gem 'jekyll-sitemap'
gem 'jekyll-target-blank'
gem 'jekyll-twitter-plugin'
gem 'jekyll-compress-images'
gem 'jemoji'
# gem 'mini_racer'
gem 'unicode_utils'
Expand Down
63 changes: 63 additions & 0 deletions _compress_images_cache.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,63 @@
---
assets/img/MCML_Logo.jpg: MCML_Logo.jpg
assets/img/anita.png: anita.png
assets/img/annak.jpg: annak.jpg
assets/img/barbara.jpg: barbara.jpg
assets/img/beiduo.jpg: beiduo.jpg
assets/img/bolei.png: bolei.png
assets/img/cg.jpg: cg.jpg
assets/img/chengzhi.png: chengzhi.png
assets/img/elena.jpg: elena.jpg
assets/img/elloret.png: elloret.png
assets/img/florian.png: florian.png
assets/img/huangyan.jpg: huangyan.jpg
assets/img/hyewon.jpg: hyewon.jpg
assets/img/jan.jpeg: jan.jpeg
assets/img/janet.png: janet.png
assets/img/jindonggu.jpg: jindonggu.jpg
assets/img/joris.jpg: joris.jpg
assets/img/lea.jpg: lea.jpg
assets/img/logan.jpeg: logan.jpeg
assets/img/mainlp-logo-150.png: mainlp-logo-150.png
assets/img/mainlp-logo-50.png: mainlp-logo-50.png
assets/img/mainlp-logo-500.png: mainlp-logo-500.png
assets/img/martijn-bartelds.jpg: martijn-bartelds.jpg
assets/img/matthias-orlikowski.jpg: matthias-orlikowski.jpg
assets/img/max.jpg: max.jpg
assets/img/max_ling_var.jpg: max_ling_var.jpg
assets/img/michael-talk.png: michael-talk.png
assets/img/michael.jpg: michael.jpg
assets/img/miriam.jpg: miriam.jpg
assets/img/paravee.jpg: paravee.jpg
assets/img/patrick.jpg: patrick.jpg
assets/img/paul-rottger.jpeg: paul-rottger.jpeg
assets/img/philipp.jpg: philipp.jpg
assets/img/projects/BavarianNLP.png: BavarianNLP.png
assets/img/projects/LOGO_ERC.jpg: LOGO_ERC.jpg
assets/img/projects/bidt_logo.png: bidt_logo.png
assets/img/projects/klima-memes.png: klima-memes.png
assets/img/projects/mainlp-logo-500.png: mainlp-logo-500.png
assets/img/publications/ActiveAED.png: ActiveAED.png
assets/img/publications/default.png: default.png
assets/img/publications/trustworthiness.png: trustworthiness.png
assets/img/raquel.png: raquel.png
assets/img/rob.jpg: rob.jpg
assets/img/robert.png: robert.png
assets/img/room/20240412_094558.jpg: 20240412_094558.jpg
assets/img/room/20240412_094948.jpg: 20240412_094948.jpg
assets/img/room/20240412_094957.jpg: 20240412_094957.jpg
assets/img/room/20240412_095031.jpg: 20240412_095031.jpg
assets/img/room/20240416_143211.jpg: 20240416_143211.jpg
assets/img/russabiswas.jpg: russabiswas.jpg
assets/img/saif.png: saif.png
assets/img/sebastian.jpg: sebastian.jpg
assets/img/shanshan.jpeg: shanshan.jpeg
assets/img/shengqiang.jpg: shengqiang.jpg
assets/img/shijia.jpg: shijia.jpg
assets/img/shubhra.jpg: shubhra.jpg
assets/img/verena.png: verena.png
assets/img/wilker.png: wilker.png
assets/img/xinpeng.jpg: xinpeng.jpg
assets/img/yves.png: yves.png
assets/img/zihang.png: zihang.png
assets/img/logan.jpg: logan.jpg
110 changes: 64 additions & 46 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,18 @@

title: blank # the website title (if blank, full name will be used instead)
first_name: MaiNLP
middle_name:
middle_name:
last_name: research lab
email:
email:
description: > # the ">" symbol means to ignore newlines until "footer_text:"
Munich AI & NLP lab
footer_text: >
Powered by <a href="https://jekyllrb.com/" target="_blank">Jekyll</a> with <a href="https://github.com/alshedivat/al-folio">al-folio</a> theme.
Hosted by <a href="https://pages.github.com/" target="_blank">GitHub Pages</a>.
<a href="https://fontawesome.com/">Font Awesome</a> icons <a href="https://creativecommons.org/licenses/by/4.0/">CC-BY 4.0</a>.
keywords: # add your own keywords or leave empty

lang: en # the language of your site (for example: en, fr, cn, ru, etc.)
icon: mainlp-logo-50.png # the emoji used as the favicon (alternatively, provide image name in /assets/img/)
icon: mainlp-logo-50.png # the emoji used as the favicon (alternatively, provide image name in /assets/img/)

url: https://mainlp.github.io # the base hostname & protocol for your site
baseurl: / # the subpath of your site, e.g. /blog/
Expand All @@ -28,12 +27,12 @@ impressum_path: /contact # set to path to include impressum link in the footer,
# -----------------------------------------------------------------------------

# code highlighter theme
highlight_theme_light: github # https://github.com/jwarby/jekyll-pygments-themes
highlight_theme_dark: native # https://github.com/jwarby/jekyll-pygments-themes
highlight_theme_light: github # https://github.com/jwarby/jekyll-pygments-themes
highlight_theme_dark: native # https://github.com/jwarby/jekyll-pygments-themes

# repo color theme
repo_theme_light: default # https://github.com/anuraghazra/github-readme-stats/blob/master/themes/README.md
repo_theme_dark: dark # https://github.com/anuraghazra/github-readme-stats/blob/master/themes/README.md
repo_theme_light: default # https://github.com/anuraghazra/github-readme-stats/blob/master/themes/README.md
repo_theme_dark: dark # https://github.com/anuraghazra/github-readme-stats/blob/master/themes/README.md

# -----------------------------------------------------------------------------
# RSS Feed
Expand Down Expand Up @@ -93,18 +92,18 @@ instagram_id: # your instagram id
facebook_id: # your facebook id
discord_id: # your discord id (18-digit unique numerical identifier)

contact_note:
contact_note:
# You can even add a little note about which of these is the best way to reach you.

# -----------------------------------------------------------------------------
# Analytics and search engine verification
# -----------------------------------------------------------------------------

google_analytics: # your Goole Analytics measurement ID (format: G-XXXXXXXXXX)
panelbear_analytics: # panelbear analytics site ID (format: XXXXXXXXX)
google_analytics: # your Goole Analytics measurement ID (format: G-XXXXXXXXXX)
panelbear_analytics: # panelbear analytics site ID (format: XXXXXXXXX)

google_site_verification: # your google-site-verification ID (Google Search Console)
bing_site_verification: # out your bing-site-verification ID (Bing Webmaster)
google_site_verification: # your google-site-verification ID (Google Search Console)
bing_site_verification: # out your bing-site-verification ID (Bing Webmaster)

# -----------------------------------------------------------------------------
# Blog
Expand All @@ -127,8 +126,8 @@ pagination:
# If you have blog posts published on medium.com or other exteranl sources,
# you can display them in your blog by adding a link to the RSS feed.
# external_sources:
# - name: medium.com
# rss_url: https://medium.com/@al-folio/feed
# - name: medium.com
# rss_url: https://medium.com/@al-folio/feed

# -----------------------------------------------------------------------------
# Collections
Expand All @@ -150,6 +149,9 @@ collections:
news_scrollable: true # adds a vertical scroll bar if there are more than 3 news items
news_limit: 5 # leave blank to include all the news in the `_news` folder

compress_images:
images_path: "assets/img/**/*.{gif,png,jpg,jpeg,svg}"

# -----------------------------------------------------------------------------
# Jekyll settings
# -----------------------------------------------------------------------------
Expand All @@ -160,15 +162,15 @@ highlighter: rouge
kramdown:
input: GFM
syntax_highlighter_opts:
css_class: 'highlight'
css_class: "highlight"
span:
line_numbers: false
block:
line_numbers: false
start_line: 1

# Includes & excludes
include: ['_pages']
include: ["_pages"]
exclude:
- bin
- Gemfile
Expand All @@ -182,6 +184,7 @@ keep_files:
# Plug-ins
plugins:
- jekyll-archives
- jekyll-compress-images
- jekyll-diagrams
- jekyll-email-protect
- jekyll-feed
Expand All @@ -206,7 +209,7 @@ defaults:
# -----------------------------------------------------------------------------

jekyll-minifier:
exclude: ['robots.txt']
exclude: ["robots.txt"]
uglifier_args:
harmony: true

Expand All @@ -221,24 +224,23 @@ jekyll-archives:
tag: archive-tag
category: archive-category
permalinks:
year: '/blog/:year/'
tag: '/blog/tag/:name/'
category: '/blog/category/:name/'
year: "/blog/:year/"
tag: "/blog/tag/:name/"
category: "/blog/category/:name/"

display_tags: ['formatting', 'images', 'links', 'math', 'code'] # this tags will be dispalyed on the front page of your blog
display_tags: ["formatting", "images", "links", "math", "code"] # this tags will be dispalyed on the front page of your blog

# -----------------------------------------------------------------------------
# Jekyll Scholar
# -----------------------------------------------------------------------------

scholar:

style: ieee
locale: en

source: /_bibliography/
bibliography: papers.bib
bibliography_template:
bibliography_template:
- bib
- highlight
# Note: if you have latex math in your bibtex, the latex filter
Expand All @@ -257,12 +259,27 @@ scholar:
order: descending

# Filter out certain bibtex entry keywords used internally from the bib output
filtered_bibtex_keywords: [abbr, abstract, arxiv, bibtex_show, html, pdf, selected, supp, blog, code, poster, slides, website, preview]
filtered_bibtex_keywords:
[
abbr,
abstract,
arxiv,
bibtex_show,
html,
pdf,
selected,
supp,
blog,
code,
poster,
slides,
website,
preview,
]

# Maximum number of authors to be shown for each publication (more authors are visible on click)
max_author_limit: 3 # leave blank to always show all authors
more_authors_animation_delay: 10 # more authors are revealed on click using animation; smaller delay means faster animation

max_author_limit: 3 # leave blank to always show all authors
more_authors_animation_delay: 10 # more authors are revealed on click using animation; smaller delay means faster animation

# -----------------------------------------------------------------------------
# Responsive WebP Images
Expand All @@ -289,29 +306,30 @@ imagemagick:
# -----------------------------------------------------------------------------

jekyll-diagrams:
# configuration, see https://github.com/zhustec/jekyll-diagrams.
# feel free to comment out this section if not using jekyll diagrams.

# configuration, see https://github.com/zhustec/jekyll-diagrams.
# feel free to comment out this section if not using jekyll diagrams.

# -----------------------------------------------------------------------------
# Optional Features
# -----------------------------------------------------------------------------

enable_google_analytics: false # enables google analytics
enable_panelbear_analytics: false # enables panelbear analytics
enable_google_verification: false # enables google site verification
enable_bing_verification: false # enables bing site verification
enable_masonry: false # enables automatic project cards arangement
enable_math: true # enables math typesetting (uses MathJax)
enable_tooltips: false # enables automatic tooltip links generated
# for each section titles on pages and posts
enable_darkmode: false # enables switching between light/dark modes
enable_navbar_social: false # enables displaying social links in the
# navbar on the about page
enable_project_categories: true # enables categorization of projects into
# multiple categories
enable_medium_zoom: true # enables image zoom feature (as on medium.com)

enable_google_analytics: false # enables google analytics
enable_panelbear_analytics: false # enables panelbear analytics
enable_google_verification: false # enables google site verification
enable_bing_verification: false # enables bing site verification
enable_masonry: false # enables automatic project cards arangement
enable_math: true # enables math typesetting (uses MathJax)
enable_tooltips:
false # enables automatic tooltip links generated
# for each section titles on pages and posts
enable_darkmode: false # enables switching between light/dark modes
enable_navbar_social:
false # enables displaying social links in the
# navbar on the about page
enable_project_categories:
true # enables categorization of projects into
# multiple categories
enable_medium_zoom: true # enables image zoom feature (as on medium.com)

# -----------------------------------------------------------------------------
# Library versions
Expand Down
Binary file modified assets/img/MCML_Logo.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/img/anita.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/img/annak.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/img/barbara.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/img/beiduo.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/img/bolei.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/img/cg.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/img/chengzhi.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/img/elena.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/img/elloret.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/img/florian.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/img/huangyan.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/img/hyewon.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/img/jan.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/img/janet.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/img/jindonggu.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/img/joris.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/img/lea.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed assets/img/logan.jpeg
Binary file not shown.
Binary file added assets/img/logan.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/img/mainlp-logo-150.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/img/mainlp-logo-50.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/img/mainlp-logo-500.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/img/martijn-bartelds.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/img/matthias-orlikowski.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/img/max.jpg
Binary file modified assets/img/max_ling_var.jpg
Binary file modified assets/img/michael-talk.png
Binary file modified assets/img/michael.jpg
Binary file modified assets/img/miriam.jpg
Binary file modified assets/img/paravee.jpg
Binary file modified assets/img/patrick.jpg
Binary file modified assets/img/paul-rottger.jpeg
Binary file modified assets/img/philipp.jpg
Binary file added assets/img/projects/BavarianNLP.png
Binary file added assets/img/projects/LOGO_ERC.jpg
Binary file added assets/img/projects/bidt_logo.png
Binary file added assets/img/projects/klima-memes.png
Binary file added assets/img/projects/mainlp-logo-500.png
Binary file modified assets/img/publications/ActiveAED.png
Binary file modified assets/img/publications/default.png
Binary file modified assets/img/publications/trustworthiness.png
Binary file modified assets/img/raquel.png
Binary file modified assets/img/rob.jpg
Binary file modified assets/img/robert.png
Binary file modified assets/img/room/20240412_094558.jpg
Binary file modified assets/img/room/20240412_094948.jpg
Binary file modified assets/img/room/20240412_094957.jpg
Binary file modified assets/img/room/20240412_095031.jpg
Binary file modified assets/img/room/20240416_143211.jpg
Binary file modified assets/img/russabiswas.jpg
Binary file modified assets/img/saif.png
Binary file modified assets/img/sebastian.jpg
Binary file modified assets/img/shanshan.jpeg
Binary file modified assets/img/shengqiang.jpg
Binary file modified assets/img/shijia.jpg
Binary file modified assets/img/shubhra.jpg
Binary file modified assets/img/verena.png
Binary file modified assets/img/wilker.png
Binary file modified assets/img/xinpeng.jpg
Binary file modified assets/img/yves.png
Binary file modified assets/img/zihang.png

0 comments on commit 116b63f

Please sign in to comment.