Skip to content

Commit

Permalink
add vacceval project
Browse files Browse the repository at this point in the history
  • Loading branch information
keski committed Feb 15, 2022
1 parent e5f66da commit 6677e50
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
4 changes: 4 additions & 0 deletions vacceval/.htaccess
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Options +FollowSymLinks
RewriteEngine on
RewriteRule ^$ https://vacceval.ida.liu.se [R=302,L]
RewriteRule ^/(.*)$ https://vacceval.ida.liu.se/$1 [R=302,L]
13 changes: 13 additions & 0 deletions vacceval/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# VaccEval Project
VaccEval is a Swedish multi-disciplinary research project that aims to support near real-time evaluation of Covid-19 vaccination efforts. This includes support for analysing, for example, vaccine efficiency and demographic vaccination coverage. The research brings together experts from different fields, including statistics, information theory, medicine, and immunology.

## Website
https://vacceval.ida.liu.se

## Namespaces
Namespace URI for data: https://w3id.org/vacceval/data#
Namespace URI for ontology: https://w3id.org/vacceval/ontology#

## Maintainers
Robin Keskisärkkä ([email protected])
Eva Blomqvist ([email protected])

0 comments on commit 6677e50

Please sign in to comment.