Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
Nos Hs2023
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Språksamlingane
stadnamn
Nos Hs2023
Commits
f4663ea7
Commit
f4663ea7
authored
5 years ago
by
esikkala
Browse files
Options
Downloads
Patches
Plain Diff
Add about page content
parent
47fe48f6
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/client/components/main_layout/AboutPage.js
+87
-2
87 additions, 2 deletions
src/client/components/main_layout/AboutPage.js
with
87 additions
and
2 deletions
src/client/components/main_layout/AboutPage.js
+
87
−
2
View file @
f4663ea7
...
...
@@ -34,8 +34,93 @@ const AboutPage = props => {
const
{
classes
}
=
props
;
return
(
<
div
className
=
{
classes
.
root
}
>
<
Paper
className
=
{
classes
.
content
}
>
<
Paper
className
=
{
classes
.
layout
}
>
<
Typography
component
=
"
h1
"
variant
=
"
h3
"
color
=
"
textPrimary
"
gutterBottom
>
About
the
project
<
/Typography
>
<
Typography
paragraph
=
{
true
}
>
Mapping
Manuscript
Migrations
(
MMM
)
has
been
developed
with
funding
from
the
Trans
-
Atlantic
Platform
under
its
Digging
into
Data
Challenge
(
2017
-
2019
).
The
partners
in
this
project
are
the
University
of
Oxford
,
the
University
of
Pennsylvania
,
Aalto
University
,
and
the
Institut
de
recherche
et
d
’
histoire
des
textes
.
Funding
has
been
provided
by
the
UK
Economic
and
Social
Research
Council
,
the
Institute
of
Museum
and
Library
Services
,
the
Academy
of
Finland
,
and
the
Agence
nationale
de
la
recherche
.
<
/Typography
>
<
Typography
paragraph
=
{
true
}
>
MMM
is
intended
to
enable
large
-
scale
exploration
of
data
relating
to
the
history
and
provenance
of
(
primarily
)
Western
European
medieval
and
early
modern
manuscripts
.
<
/Typography
>
<
Typography
component
=
"
h1
"
variant
=
"
h4
"
color
=
"
textPrimary
"
gutterBottom
>
Data
<
/Typography
>
<
Typography
paragraph
=
{
true
}
>
MMM
combines
data
from
three
specialist
databases
:
<
ul
>
<
li
><
a
href
=
"
https://sdbm.library.upenn.edu/
"
target
=
'
_blank
'
rel
=
'
noopener noreferrer
'
>
Schoenberg
Database
of
Manuscripts
<
/a></
li
>
<
li
><
a
href
=
"
http://bibale.irht.cnrs.fr/
"
target
=
'
_blank
'
rel
=
'
noopener noreferrer
'
>
Bibale
<
/a></
li
>
<
li
><
a
href
=
"
https://medieval.bodleian.ox.ac.uk/
"
target
=
'
_blank
'
rel
=
'
noopener noreferrer
'
>
Medieval
Manuscripts
in
Oxford
Libraries
<
/a></
li
>
<
/ul
>
<
/Typography
>
<
Typography
paragraph
=
{
true
}
>
The
data
have
been
combined
using
a
unified
Data
Model
based
on
the
CIDOC
-
CRM
and
FRBRoo
ontologies
.
A
diagram
of
the
Data
Model
can
be
seen
<
a
href
=
"
https://drive.google.com/open?id=1uyTA8Prwtts5g13eor48tKHk_g63NaaG
"
target
=
'
_blank
'
rel
=
'
noopener noreferrer
'
>
here
<
/a>. The data have not been corrected or amended in any way. If you notice an error in the data
,
please
report
it
to
the
custodians
of
the
original
database
.
<
/Typography
>
<
Typography
component
=
"
h1
"
variant
=
"
h4
"
color
=
"
textPrimary
"
gutterBottom
>
Features
<
/Typography
>
<
Typography
paragraph
=
{
true
}
>
The
MMM
interface
enables
you
to
browse
and
search
through
most
of
the
data
assembled
by
the
project
from
the
three
source
databases
.
If
you
want
to
inspect
the
full
raw
data
for
any
individual
manuscript
or
other
entity
,
please
click
on
the
“
Open
in
Linked
Data
browser
”
button
on
the
“
Export
”
tab
of
the
landing
-
page
for
that
entity
.
<
/Typography
>
<
Typography
paragraph
=
{
true
}
>
The
MMM
interface
also
provides
map
-
based
visualizations
for
a
selection
of
the
data
relating
to
Manuscripts
,
Actors
,
and
Places
.
The
data
resulting
from
a
search
or
a
filtered
browse
can
be
exported
in
the
form
of
a
CSV
file
.
Click
on
the
“
Export
”
option
and
then
on
the
button
“
Open
result
table
SPARQL
query
in
yasgui
.
org
”
.
<
/Typography
>
<
Typography
paragraph
=
{
true
}
>
If
you
want
to
search
all
the
underlying
data
using
the
SPARQL
query
language
,
the
endpoint
is
available
here
:
<
a
href
=
"
http://ldf.fi/mmm-cidoc/sparql
"
target
=
'
_blank
'
rel
=
'
noopener noreferrer
'
>
http
:
//ldf.fi/mmm-cidoc/sparql</a>.
<
/Typography
>
<
Typography
component
=
"
h1
"
variant
=
"
h4
"
color
=
"
textPrimary
"
gutterBottom
>
Data
Reuse
<
/Typography
>
<
Typography
paragraph
=
{
true
}
>
The
MMM
data
are
made
available
for
reuse
under
a
<
a
href
=
"
https://creativecommons.org/licenses/by-nc/4.0/
"
target
=
'
_blank
'
rel
=
'
noopener noreferrer
'
>
CC
-
BY
-
NC
4.0
licence
<
/a>
.
<
/Typography
>
<
Typography
paragraph
=
{
true
}
>
You
must
give
appropriate
credit
,
provide
a
link
to
the
license
,
and
indicate
if
changes
were
made
.
You
may
do
so
in
any
reasonable
manner
,
but
not
in
any
way
that
suggests
the
MMM
project
or
its
partner
institutions
endorses
you
or
your
use
.
<
/Typography
>
<
Typography
paragraph
=
{
true
}
>
You
may
not
use
the
data
for
commercial
purposes
.
<
/Typography
>
<
Typography
component
=
"
h1
"
variant
=
"
h4
"
color
=
"
textPrimary
"
gutterBottom
>
More
Information
<
/Typography
>
<
Typography
paragraph
=
{
true
}
>
The
MMM
project
has
its
own
<
a
href
=
"
https://github.com/mapping-manuscript-migrations
"
target
=
'
_blank
'
rel
=
'
noopener noreferrer
'
>
GitHub
site
<
/a>
.
<
/Typography
>
<
Typography
paragraph
=
{
true
}
>
Here
you
will
find
documentation
,
scripts
and
programs
,
and
samples
of
the
raw
data
.
<
/Typography
>
<
/Paper
>
<
/div
>
);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment