Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Alice Brenon
personalPage
Commits
638371a1
Commit
638371a1
authored
Jun 25, 2021
by
Alice Brenon
Browse files
Migrate chaoui to LIRIS
parent
56031731
Changes
3
Hide whitespace changes
Inline
Side-by-side
.gitignore
View file @
638371a1
*.html
chaoui/*
Makefile
View file @
638371a1
SRC
=
index.md
TARGET
=
$(SRC:%.md=%.html)
HOST
=
connect.liris.cnrs.fr
:.
TARGET
S
=
$(SRC:%.md=%.html)
chaoui/
HOST
=
connect.liris.cnrs.fr
all
:
$(TARGET)
all
:
$(TARGET
S
)
%.html
:
%.md
pandoc
-s
$<
-o
$@
deploy
:
$(TARGET)
rsync
-aHP
$^
$(HOST
)
deploy
:
$(TARGET
S
)
$(
foreach
TARGET,
$(TARGETS)
,rsync
-aHP
$(TARGET)
$(HOST)
:
$(TARGET)
;
)
mrproper
:
rm
-f
$(TARGET)
index.md
View file @
638371a1
...
...
@@ -8,7 +8,7 @@ My name is Alice BRENON, I'm a Ph.D student working on the
[
GÉODE
](
https://geode-project.github.io/
)
project, under the joint supervision
of
[
Denis Vigier
](
http://www.icar.cnrs.fr/membre/dvigier/
)
,
[
Frédérique
Laforest
](
https://perso.liris.cnrs.fr/flaforest/
)
and
[
Ludovic
Moncla
](
https://ludovicmoncla.github.io/
)
. I
belong to
both
[
ICAR (UMR
Moncla
](
https://ludovicmoncla.github.io/
)
. I
'm a member of
both
[
ICAR (UMR
5191)
](
http://icar.cnrs.fr/
)
and
[
LIRIS (UMR 5205)
](
https://liris.cnrs.fr/
)
laboratories.
...
...
@@ -41,7 +41,7 @@ I have developped and maintain the following tools:
-
[
chaoui
](
https://gitlab.huma-num.fr/alicebrenon/chaoui
)
: a web application
to view ALTO files and handle blocklists of strings to delete, used in
Disco-LGE to clean pages scanned from La Grande Encyclopédie. You can try it
[
here
](
http://perso.ens-lyon.fr/alice.brenon/
chaoui
)
[
here
](
chaoui
)
-
[
soprano
](
https://gitlab.huma-num.fr/disco-lge/soprano
)
: a tool to process
ALTO files containing the pages of an encyclopedia into a set of
XML-TEI-encoded articles after fixing the layout.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment