https://github.com/saulshanabrook/iavd
Site to integrate knowledge of Itelmen language
https://github.com/saulshanabrook/iavd
Last synced: 4 months ago
JSON representation
Site to integrate knowledge of Itelmen language
- Host: GitHub
- URL: https://github.com/saulshanabrook/iavd
- Owner: saulshanabrook
- Created: 2014-09-06T19:08:34.000Z (about 11 years ago)
- Default Branch: gh-pages
- Last Pushed: 2014-10-27T06:16:18.000Z (almost 11 years ago)
- Last Synced: 2025-06-28T11:57:10.391Z (4 months ago)
- Language: CSS
- Homepage: http://adnakhimovsky.com/Itelmen/
- Size: 5.19 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# IAVD
> This website has been created to provide information about the project “Integrated Audio-Visual Documentation of Itelmen.” This is a collaborative endeavor between the University of Connecticut (Jonathan Bobaljik, PI) and the University of Alaska Fairbanks (David Koester, PI), with the further collaboration of Chiba University in Japan(Chikako Ono, PI). It inolves directly also Tatiana Degai (Ph.D. candidate, University of Arizona) and technical consultants and developers, Alexandre Arkhipov, Tom Myers, and Alexander Nakhimovsky. With funding from the National Science Foundation, the aim of the project is to integrate accumulated recordings of the Itelmen language with transcriptions into a digital corpus with additional linkages to Itelmen language.
## Design Overview
This site is currently written with the [Twitter Bootstrap](http://getbootstrap.com/) front end framework.
It also uses the [Modern Business](http://startbootstrap.com/template-overviews/modern-business/) theme.For static HTML generation, we use [staticninja](http://staticjinja.readthedocs.org/en/latest/), because it is dead simple. All
we are really doing is re-including the `/templates/_base.html` in all the pages, so we don't have to retype
the header.### How to run the HTML generator
```bash
// Using Fig
$ fig up -d
$ open "$(boot2docker --ip):8080"// Using Docker
$ docker build -t iavd .
$ docker run --rm -v $(pwd):/usr/src/app/ iavd// Not using docker
$ pip install -r requirements.txt
$ staticjinja build
```