Skip to content

Commit

Permalink
Updated Images
Browse files Browse the repository at this point in the history
  • Loading branch information
henlein committed Aug 22, 2024
1 parent 028500c commit dd5831f
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 5 deletions.
1 change: 1 addition & 0 deletions .github/workflows/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
pip install mkdocs-git-revision-date-localized-plugin
pip install mkdocs-git-committers-plugin-2
pip install mkdocs-git-authors-plugin
pip install mkdocs-glightbox
- name: Deploy
run: |
mkdocs gh-deploy --config-file Documentation/mkdocs.yml --remote-branch gh-pages --force
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions Documentation/docs/projects/faces.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

[New Data Spaces](https://www.new-data-spaces.de/en-us/) - DFG SPP 2431

![ViCom](../images/projects/NewDataSpaces.png){loading=lazy}

## FACES

Expand Down
3 changes: 1 addition & 2 deletions Documentation/docs/projects/vicom.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,8 @@
> ViCom investigates the special features and linguistic significance of visual communication. This comprises sign languages as fully developed natural languages which exclusively rely on the visual channel for communication, but also visual means that enhance spoken language such as gestures. It aims at disclosing the specific characteristics of the visual modality as a communication channel and its interaction with other channels (especially the auditory channel) to develop a comprehensive theoretical linguistic model of human communication and its cognitive foundations.



## GeMDiS

[GeMDiS](https://vicom.info/projects/virtual-reality-sustained-multimodal-distributional-semantics-for-gestures-in-dialogue-gemdis/) (Virtual Reality Sustained Multimodal Distributional Semantics for Gestures in Dialogue) is part of ViCom.

![ViCom](../images/projects/ViComGeMDis.png){loading=lazy}
13 changes: 10 additions & 3 deletions Documentation/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,9 @@ nav:
# Configuration
theme:
name: material
logo: images/logo/29729890.png
logo: images/logo/cropped-favicon-2.png
favicon: images/logo/cropped-favicon-2.png

icon:
repo: fontawesome/brands/github
# Light/Darkmode
Expand Down Expand Up @@ -118,7 +120,9 @@ plugins:
- git-revision-date-localized:
enable_creation_date: true
- search
#- git-authors
- glightbox

#- git-authors
#- git-committers:
# repository: texttechnologylab/Va.Si.Li-Lab
# branch: main
Expand All @@ -131,4 +135,7 @@ markdown_extensions:
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.superfences

- attr_list
- md_in_html

0 comments on commit dd5831f

Please sign in to comment.