diff --git a/src/client/components/main_layout/InfoHeader.js b/src/client/components/main_layout/InfoHeader.js index 2411079e649e5a2c1019aac5e0e8fdf99cc7f5e8..9802b72bb22c9db1670b29ef2786e74e7f5db8fb 100644 --- a/src/client/components/main_layout/InfoHeader.js +++ b/src/client/components/main_layout/InfoHeader.js @@ -81,7 +81,7 @@ const InfoHeader = props => { id="panel1a-header" IconButtonProps={{ onClick: handleExpandButtonOnClick }} > - <Typography component="h1" variant="h3"> + <Typography component="h1" variant="h4"> {props.pageType === 'facetResults' && intl.get(`perspectives.${props.resultClass}.label`)} {props.pageType === 'instancePage' && intl.get(`perspectives.${props.resultClass}.instancePage.label`)} </Typography> diff --git a/src/client/configs/mmm/PerspectiveConfig.js b/src/client/configs/mmm/PerspectiveConfig.js index bb0c1d601db668a162b12d660754113ea237e228..dcee2002db3a5ef5e20608eb328bbe94cf36bb49 100644 --- a/src/client/configs/mmm/PerspectiveConfig.js +++ b/src/client/configs/mmm/PerspectiveConfig.js @@ -8,7 +8,7 @@ import CloudDownloadIcon from '@material-ui/icons/CloudDownload'; export const perspectiveConfig = [ { id: 'manuscripts', - perspectiveDescHeight: 99, + perspectiveDescHeight: 160, defaultActiveFacets: new Set(['prefLabel']), tabs: [ { @@ -48,7 +48,7 @@ export const perspectiveConfig = [ }, { id: 'works', - perspectiveDescHeight: 99, + perspectiveDescHeight: 160, defaultActiveFacets: new Set(['prefLabel']), tabs: [ { @@ -77,7 +77,7 @@ export const perspectiveConfig = [ }, { id: 'events', - perspectiveDescHeight: 99, + perspectiveDescHeight: 160, defaultActiveFacets: new Set(['type']), tabs: [ { @@ -117,7 +117,7 @@ export const perspectiveConfig = [ }, { id: 'actors', - perspectiveDescHeight: 99, + perspectiveDescHeight: 160, defaultActiveFacets: new Set(['prefLabel']), tabs: [ { @@ -151,7 +151,7 @@ export const perspectiveConfig = [ }, { id: 'places', - perspectiveDescHeight: 99, + perspectiveDescHeight: 160, defaultActiveFacets: new Set(['prefLabel']), tabs: [ { diff --git a/src/client/containers/SemanticPortal.js b/src/client/containers/SemanticPortal.js index af71aed403ae9486d799222d91b861c3e51646a1..5ae34ebe7157af4addaddb7f721b90eab3763f1c 100644 --- a/src/client/containers/SemanticPortal.js +++ b/src/client/containers/SemanticPortal.js @@ -88,27 +88,27 @@ const styles = theme => ({ perspectiveContainer: { height: 'auto', [theme.breakpoints.up('md')]: { - height: 'calc(100% - 141px)', + height: 'calc(100% - 130px)', }, padding: theme.spacing(1), [theme.breakpoints.down('sm')]: { marginTop: 133, // app bar + header }, [theme.breakpoints.up('sm')]: { - marginTop: 141, // app bar + header + marginTop: 130, // app bar + header } }, perspectiveContainerHeaderExpanded: { height: 'auto', [theme.breakpoints.up('md')]: { - height: 'calc(100% - 264px)', + height: 'calc(100% - 316px)', }, padding: theme.spacing(1), [theme.breakpoints.down('sm')]: { - marginTop: 256, // app bar + header + marginTop: 308, // app bar + header }, [theme.breakpoints.up('sm')]: { - marginTop: 264, // app bar + header + marginTop: 316, // app bar + header } }, // perspective container is divided into two columns: @@ -135,27 +135,27 @@ const styles = theme => ({ instancePageContainer: { height: 'auto', [theme.breakpoints.up('md')]: { - height: 'calc(100% - 181px)', + height: 'calc(100% - 170px)', }, padding: theme.spacing(1), [theme.breakpoints.down('sm')]: { - marginTop: 173, + marginTop: 164, }, [theme.breakpoints.up('sm')]: { - marginTop: 181, + marginTop: 170, } }, instancePageContainerHeaderExpanded: { height: 'auto', [theme.breakpoints.up('md')]: { - height: 'calc(100% - 304px)', + height: 'calc(100% - 354px)', }, padding: theme.spacing(1), [theme.breakpoints.down('sm')]: { - marginTop: 296, + marginTop: 348, }, [theme.breakpoints.up('sm')]: { - marginTop: 304, + marginTop: 354, } }, instancePageContent: { diff --git a/src/client/translations/mmm/localeEN.js b/src/client/translations/mmm/localeEN.js index d025863ec1d5ec04e5c9fb6d5b270c4255b00a9b..7338c56459a37aec520a4ecdc97d2e014b298655 100644 --- a/src/client/translations/mmm/localeEN.js +++ b/src/client/translations/mmm/localeEN.js @@ -1,62 +1,75 @@ export default { - 'languageLabel': 'English', - 'appTitle': { - 'short': 'mmm', - 'long': 'Mapping Manuscript Migrations' + languageLabel: 'English', + appTitle: { + short: 'mmm', + long: 'Mapping Manuscript Migrations' }, - 'appDescription': ` + appDescription: ` MMM is a semantic portal for finding and studying pre-modern manuscripts and their movements, based on linked collections of Schoenberg Institute, Bodleian Library, and IRHT. Select an application view below. `, - 'topBar': { - 'feedback': 'feedback', - 'info': { - 'info': 'Info', - 'blog': 'Blog', - 'aboutTheProject': 'About the project' + topBar: { + feedback: 'feedback', + info: { + info: 'Info', + blog: 'Blog', + aboutTheProject: 'About the project' }, - 'searchBarPlaceHolder': 'Search all MMM content', - 'instructions': 'instructions' + searchBarPlaceHolder: 'Search all MMM content', + instructions: 'instructions' }, - 'facetBar': { - 'results': 'Results', - 'narrowDownBy': 'Narrow down by' + facetBar: { + results: 'Results', + narrowDownBy: 'Narrow down by' }, - 'tabs': { - 'table': 'table', - 'map': 'map', - 'production_places': 'production places', - 'migrations': 'migrations', - 'export': 'export', + tabs: { + table: 'table', + map: 'map', + production_places: 'production places', + migrations: 'migrations', + export: 'export', 'by-period': 'by period' }, - 'table': { - 'rowsPerPage': 'Rows per page', - 'of': 'of' + table: { + rowsPerPage: 'Rows per page', + of: 'of' }, - 'perspectives': { - 'manuscripts': { - 'label': 'Manuscripts', - 'facetResultsType': 'manuscripts', - 'shortDescription': 'Physical manuscript objects', - 'longDescription': ` + perspectives: { + manuscripts: { + label: 'Manuscripts', + facetResultsType: 'manuscripts', + shortDescription: 'Physical manuscript objects', + longDescription: ` <p class="MuiTypography-root MuiTypography-body1 MuiTypography-paragraph"> Use this perspective to access data related to physical manuscript objects. - The paginated tabular result view is default, including all manuscripts in - the MMM data. One table row is equivalent to one manuscript. If two or more - source datasets include the same manuscript and this has been - manually verified, the information from the source datasets has been merged - into one table row. - </p> - <p class="MuiTypography-root MuiTypography-body1 MuiTypography-paragraph"> - To view the production places of manuscripts on a map, choose the “Production - Place†tab. + If two or more source datasets include the same manuscript and + this has been verified, the information from the source datasets has been merged + into one manuscript. See <a href="/instructions">instructions</a> for using the + filters. The result view can be selected using the tabs: </p> + <ul class="MuiTypography-root MuiTypography-body1"> + <li> + <strong>TABLE</STRONG> view includes all manuscripts in + the MMM data. One table row is equivalent to one manuscript. + </li> + <li> + <strong>PRODUCTION PLACES</STRONG> view visualizes the connection + between manuscripts and the places where they were produced. + </li> + <li> + <strong>MIGRATIONS</strong> view visualizes the migration of a + manuscript from place of production to its most recently observed location. + </li> + <li> + <strong>EXPORT</strong> the SPARQL query used to generate the result + table view into YASGUI query editor. + </li> + </ul> `, - 'instancePage': { - 'label': 'Manuscript', - 'description': ` + instancePage: { + label: 'Manuscript', + description: ` <p class="MuiTypography-root MuiTypography-body1 MuiTypography-paragraph"> This landing page provides a human-readable summary of the data points that link to this Manuscript. The data included in this summary reflects only those data @@ -95,33 +108,33 @@ export default { </ul> ` }, - 'properties': { - 'uri': { - 'label': 'URI', - 'description': 'Uniform Resource Identifier' - }, - 'prefLabel': { - 'label': 'Label', - 'description': 'A short label describing the manuscript.' - }, - 'author': { - 'label': 'Author', - 'description':` + properties: { + uri: { + label: 'URI', + description: 'Uniform Resource Identifier' + }, + prefLabel: { + label: 'Label', + description: 'A short label describing the manuscript.' + }, + author: { + label: 'Author', + description:` The author(s) who have contributed to the intellectual content (works) contained in the manuscript. ` }, - 'work': { - 'label': 'Work', - 'description': 'The intellectual content (works) contained in the manuscript.' + work: { + label: 'Work', + description: 'The intellectual content (works) contained in the manuscript.' }, - 'expression': { - 'label': 'Label', - 'description': 'The linguistic versions of the works contained in the manuscript.' + expression: { + label: 'Label', + description: 'The linguistic versions of the works contained in the manuscript.' }, - 'productionPlace': { - 'label': 'Production place', - 'description': ` + productionPlace: { + label: 'Production place', + description: ` The location where the manuscript was written. Multiple production places may appear for a single manuscript due to the following reasons: 1) there are discrepancies in the contributing data source, 2) there are discrepancies @@ -130,9 +143,9 @@ export default { manuscripts). ` }, - 'productionTimespan': { - 'label': 'Production date', - 'description': ` + productionTimespan: { + label: 'Production date', + description: ` The date when the manuscript was written. Multiple production dates may appear for a single manuscript due to the following reasons: 1) there are discrepancies in the contributing data source, 2) there are discrepancies between several @@ -140,111 +153,111 @@ export default { indeed took place on several occasions (e.g. for composite manuscripts). ` }, - 'note': { - 'label': 'Note', - 'description': ` + note: { + label: 'Note', + description: ` Other info such as distinguishing characteristics, notes on the physical structure of the manuscript, script types, note glosses, physical relationships among various texts and/or parts of a miscellany, such as multiple types of page layout. ` }, - 'language': { - 'label': 'Language', - 'description': ` + language: { + label: 'Language', + description: ` The language(s) in which the manuscript was written. ` }, - 'event': { - 'label': 'Event', - 'description': ` + event: { + label: 'Event', + description: ` Events related to the manuscript. ` }, - 'owner': { - 'label': 'Owner', - 'description': ` + owner: { + label: 'Owner', + description: ` Former or current owners (individual or institutional). ` }, - 'collection': { - 'label': 'Collection', - 'description': ` + collection: { + label: 'Collection', + description: ` The collection(s) that the manuscript has been part of at some point in time. ` }, - 'transferOfCustodyPlace': { - 'label': 'Transfer of Custody Place', - 'description': ` + transferOfCustodyPlace: { + label: 'Transfer of Custody Place', + description: ` The locations of “Transfer of Custody†events related to the manuscript. ` }, - 'transferOfCustodyTimespan': { - 'label': 'Transfer of Custody Date', - 'description': ` + transferOfCustodyTimespan: { + label: 'Transfer of Custody Date', + description: ` The dates of “Transfer of Custody†events related to the manuscript. ` }, - 'material': { - 'label': 'Material', - 'description': ` + material: { + label: 'Material', + description: ` The physical material on which the text is written. ` }, - 'height': { - 'label': 'Height', - 'description': ` + height: { + label: 'Height', + description: ` The height of the manuscript in millimeters. ` }, - 'width': { - 'label': 'Width', - 'description': ` + width: { + label: 'Width', + description: ` The width of the manuscript in millimeters. ` }, - 'folios': { - 'label': 'Folios', - 'description': ` + folios: { + label: 'Folios', + description: ` The number of folios (leaves). ` }, - 'lines': { - 'label': 'Lines', - 'description': ` + lines: { + label: 'Lines', + description: ` The number of lines in a text block. Left blank if the number of lines occurring throughout the manuscript is too irregular to be a useful descriptor for searching. ` }, - 'columns': { - 'label': 'Columns', - 'description': ` + columns: { + label: 'Columns', + description: ` The number of columns. Left blank if the number of columns occurring throughout the manuscript is too irregular to be a useful descriptor for searching. ` }, - 'miniatures': { - 'label': 'Miniatures', - 'description': ` + miniatures: { + label: 'Miniatures', + description: ` The number of miniatures. ` }, - 'decoratedInitials': { - 'label': 'Decorated initials', - 'description': ` + decoratedInitials: { + label: 'Decorated initials', + description: ` The number of decorated initials. ` }, - 'historiatedInitials': { - 'label': 'Historiated initials', - 'description': ` + historiatedInitials: { + label: 'Historiated initials', + description: ` The number of historiated initials. ` }, - 'source': { - 'label': 'Source', - 'description': ` + source: { + label: 'Source', + description: ` The source dataset(s) (Bibale, Bodleian, or SDBM) contributing the information on the manuscript. If two or more source datasets include the same manuscript and this has been manually verified, the information @@ -254,20 +267,35 @@ export default { }, }, }, - 'works': { - 'label': 'Works', - 'facetResultsType': 'works', - 'shortDescription': 'Intellectual content carried out by manuscripts.', - 'longDescription': ` + works: { + label: 'Works', + facetResultsType: 'works', + shortDescription: 'Intellectual content carried out by manuscripts.', + longDescription: ` <p class="MuiTypography-root MuiTypography-body1 MuiTypography-paragraph"> - Use this perspective to access data related to Works. The table view gives - you a list of specific works, and the manuscripts and manuscript - collections in which they can be found. + Use this perspective to access data related to Works. The MMM data model follows + the <a href='https://www.ifla.org/publications/node/11240' target='_blank' rel='noopener noreferrer'>FRBRoo</a> + definition of a work, which refers to “distinct concepts or combinations + of concepts identified in artistic and intellectual expressions.†If two or more source + datasets include the same Work and this has been verified, the information + from the source datasets has been merged into one Work. See + <a href="/instructions">instructions</a> for using the filters. + The result view can be selected using the tabs: </p> + <ul class="MuiTypography-root MuiTypography-body1"> + <li> + <strong>TABLE</STRONG> view gives you a list of specific works, and + the manuscripts and manuscript collections in which they can be found. + </li> + <li> + <strong>EXPORT</strong> the SPARQL query used to generate the result + table view into YASGUI query editor. + </li> + </ul> `, - 'instancePage': { - 'label': 'Work', - 'description': ` + instancePage: { + label: 'Work', + description: ` <p class="MuiTypography-root MuiTypography-body1 MuiTypography-paragraph"> This landing page provides a human-readable summary of the data points that link to this Work. The data included in this summary reflects only those data @@ -293,61 +321,61 @@ export default { </p> ` }, - 'properties': { - 'uri': { - 'label': 'URI', - 'description': 'Uniform Resource Identifier' - }, - 'prefLabel': { - 'label': 'Title', - 'description': 'The name or title of the Work.' - }, - 'author': { - 'label': 'Possible author', - 'description': ` + properties: { + uri: { + label: 'URI', + description: 'Uniform Resource Identifier' + }, + prefLabel: { + label: 'Title', + description: 'The name or title of the Work.' + }, + author: { + label: 'Possible author', + description: ` The author(s) associated with the Work. Because of the structure of entries in the Schoenberg Database, the authors shown as being associated with a Work may actually be associated with other Works in the same manuscript instead. ` }, - 'language': { - 'label': 'Language', - 'description': ` + language: { + label: 'Language', + description: ` The language in which a Work is written in the manuscript (i.e., an “Expression†of a Work). One manuscript may contain multiple languages. ` }, - 'expression': { - 'label': 'Expression', - 'description': ` + expression: { + label: 'Expression', + description: ` The expression(s) of the Work. ` }, - 'manuscript': { - 'label': 'Manuscript', - 'description': ` + manuscript: { + label: 'Manuscript', + description: ` The specific manuscript(s) in which the Work can be found. ` }, - 'productionTimespan': { - 'label': 'Manuscript production date', - 'description': ` + productionTimespan: { + label: 'Manuscript production date', + description: ` The date(s) when the manuscript(s) in which the Work can be found were written. Multiple production dates may appear for a single manuscript, when there are discrepancies between the contributing data source or when the precise date is uncertain. ` }, - 'collection': { - 'label': 'Collection', - 'description': ` + collection: { + label: 'Collection', + description: ` The specific collection(s) of manuscripts in which a Work can be found. ` }, - 'source': { - 'label': 'Source', - 'description': ` + source: { + label: 'Source', + description: ` The source database(s) (Schoenberg, Bibale, and Bodleian) that the Work occurs in. Click on the result table link to view the original record on the source’s website. @@ -355,20 +383,33 @@ export default { }, } }, - 'events': { - 'label': 'Events', - 'facetResultsType': 'events', - 'shortDescription': 'Events related to manuscripts.', - 'longDescription': ` + events: { + label: 'Events', + facetResultsType: 'events', + shortDescription: 'Events related to manuscripts.', + longDescription: ` <p class="MuiTypography-root MuiTypography-body1 MuiTypography-paragraph"> - Use this perspective to access data related to events. The table view gives you a - list of specific events associated with the histories of manuscripts and manuscript - collections over the centuries. + Use this perspective to access data related to events associated with the + histories of manuscripts and manuscript collections over the centuries. + See <a href="/instructions">instructions</a> for using the filters. + The result view can be selected using the tabs: </p> + <ul class="MuiTypography-root MuiTypography-body1"> + <li> + <strong>TABLE</STRONG> view includes all events in the MMM data. + </li> + <li> + <strong>MAP</STRONG> view visualizes the events that have location information on a map. + </li> + <li> + <strong>EXPORT</strong> the SPARQL query used to generate the result + table view into YASGUI query editor. + </li> + </ul> `, - 'instancePage': { - 'label': 'Event', - 'description': ` + instancePage: { + label: 'Event', + description: ` <p class="MuiTypography-root MuiTypography-body1 MuiTypography-paragraph"> This landing page provides a human-readable summary of the data points that link to this Event. The data included in this summary reflects only those data points @@ -378,94 +419,102 @@ export default { </p> ` }, - 'properties': { - 'uri': { - 'label': 'URI', - 'description': 'Uniform Resource Identifier' - }, - 'type': { - 'label': 'Type', - 'description': ` + properties: { + uri: { + label: 'URI', + description: 'Uniform Resource Identifier' + }, + type: { + label: 'Type', + description: ` Distinguish between “Transfer of Custodyâ€, “Productionâ€, and other types of “Activity†events. ` }, - 'language': { - 'label': 'Language', - 'description': ` + language: { + label: 'Language', + description: ` The language in which a Work is written in the manuscript (i.e., an “Expression†of a Work). One manuscript may contain multiple languages. ` }, - 'manuscript': { - 'label': 'Manuscript / Collection', - 'description': ` + manuscript: { + label: 'Manuscript / Collection', + description: ` The manuscript or manuscript collection associated with the event. ` }, - 'eventTimespan': { - 'label': 'Date', - 'description': ` + eventTimespan: { + label: 'Date', + description: ` The date or time period associated with the event. ` }, - 'place': { - 'label': 'Place', - 'description': ` + place: { + label: 'Place', + description: ` The specific place(s) associated with the event. ` }, - 'surrender': { - 'label': 'Custody surrendered by', - 'description': ` + surrender: { + label: 'Custody surrendered by', + description: ` Custody surrendered by ` }, - 'receiver': { - 'label': 'Custody received by', - 'description': ` + receiver: { + label: 'Custody received by', + description: ` Custody received by ` }, - 'observedOwner': { - 'label': 'Observed owner', - 'description': ` + observedOwner: { + label: 'Observed owner', + description: ` Observed owner ` }, - 'source': { - 'label': 'Source', - 'description': ` + source: { + label: 'Source', + description: ` The source database (Schoenberg, Bibale, and Bodleian) that provided the information about the event. ` }, } }, - 'actors': { - 'label': 'Actors', - 'facetResultsType': 'actors', - 'shortDescription': 'People and institutions related to manuscripts and works.', - 'longDescription': ` - <p class="MuiTypography-root MuiTypography-body1 MuiTypography-paragraph"> - This perspective provides access to data related to the persons and institutions who - impacted the production or dissemination of manuscripts and works. Actors include authors - of works, artists and scribes who produced manuscripts, and the individual owners and - institutions who bought or sold manuscripts. - </p> + actors: { + label: 'Actors', + facetResultsType: 'actors', + shortDescription: 'People and institutions related to manuscripts and works.', + longDescription: ` <p class="MuiTypography-root MuiTypography-body1 MuiTypography-paragraph"> - The paginated tabular result view is default, including all actors in the MMM data. One - table row is equivalent to one actor. Use the map view to visualize the connection - between Actors and the places where they lived or were located. These links are - indicated by the markers on the map. The markers cluster by region or nation, - and resolve themselves into more specific locations as you zoom in on the map. Blue - markers cannot be resolved any further: click on them to reveal links to the Actor - records associated with that location. + This perspective provides access to data related to the persons and institutions + who impacted the production or dissemination of manuscripts and works. + Actors include authors of works, artists and scribes who produced manuscripts, + and the individual owners and institutions who bought or sold manuscripts. + If two or more source datasets include the same Actor and this has been verified, + the information from the source datasets has been merged into one Actor. + See <a href="/instructions">instructions</a> for using the filters. + The result view can be selected using the tabs: </p> + <ul class="MuiTypography-root MuiTypography-body1"> + <li> + <strong>TABLE</STRONG> view includes all Actors in the MMM data. + </li> + <li> + <strong>MAP</STRONG> view visualizes the connection between Actors + and the places where they lived or were located. + </li> + <li> + <strong>EXPORT</strong> the SPARQL query used to generate the result + table view into YASGUI query editor. + </li> + </ul> `, - 'instancePage': { - 'label': 'Actor', - 'description': ` + instancePage: { + label: 'Actor', + description: ` <p class="MuiTypography-root MuiTypography-body1 MuiTypography-paragraph"> This landing page provides a human-readable summary of the data points that link to this Actor. The data included in this summary reflects only those data points used in the MMM interface. @@ -474,63 +523,63 @@ export default { </p> ` }, - 'properties': { - 'uri': { - 'label': 'URI', - 'description': 'Uniform Resource Identifier' - }, - 'prefLabel': { - 'label': 'Name', - 'description': ` + properties: { + uri: { + label: 'URI', + description: 'Uniform Resource Identifier' + }, + prefLabel: { + label: 'Name', + description: ` The standardized name of the actor. ` }, - 'type': { - 'label': 'Type', - 'description': ` + type: { + label: 'Type', + description: ` Indicates whether the actor is an individual (Person) or an institution, corporation, or family (Group) ` }, - 'birthDateTimespan': { - 'label': 'Birth / formation date', - 'description': ` + birthDateTimespan: { + label: 'Birth / formation date', + description: ` The date when the actor was born or established. ` }, - 'deathDateTimespan': { - 'label': 'Death / dissolution date', - 'description': ` + deathDateTimespan: { + label: 'Death / dissolution date', + description: ` The date when the actor died or dissolved. ` }, - 'place': { - 'label': 'Activity location', - 'description': ` + place: { + label: 'Activity location', + description: ` Place(s) of activity linked to this actor. ` }, - 'work': { - 'label': 'Work', - 'description': ` + work: { + label: 'Work', + description: ` Work(s) linked to the actor. ` }, - 'manuscript': { - 'label': 'Manuscript', - 'description': ` + manuscript: { + label: 'Manuscript', + description: ` Manuscript(s) linked to the actor. ` }, - 'role': { - 'label': 'Role', - 'description': ` + role: { + label: 'Role', + description: ` Role(s) ` }, - 'source': { - 'label': 'Source', - 'description': ` + source: { + label: 'Source', + description: ` The source dataset(s) (Bibale, Bodleian, or SDBM) contributing the information on the actor. If two or more source datasets include the same actor and this has been manually verified, the information from @@ -541,23 +590,35 @@ export default { } } }, - 'places': { - 'label': 'Places', - 'facetResultsType': 'places', - 'shortDescription': 'Places related to manuscripts and works.', - 'longDescription': ` + places: { + label: 'Places', + facetResultsType: 'places', + shortDescription: 'Places related to manuscripts and works.', + longDescription: ` <p class="MuiTypography-root MuiTypography-body1 MuiTypography-paragraph"> Use this perspective to access data related to places named in the source datasets (Schoenberg, Bibale, and Bodleian). The places have been linked to Getty Thesaurus - of Geographic Names when possible. Place types include everything from continents - (North America) to countries (Canada) to regions/provinces (British Columbia) - to cities (Vancouver). The map result view is default, showing all the places that - have coordinates. The table result view includes all places in MMM data. + of Geographic Names when possible. If two or more source datasets include the same + Place and this has been verified, the information from the source datasets has been + merged into one Place. See <a href="/instructions">instructions</a> for using the filters. + The result view can be selected using the tabs: </p> + <ul class="MuiTypography-root MuiTypography-body1"> + <li> + <strong>TABLE</STRONG> view includes all Places in the MMM data. + </li> + <li> + <strong>MAP</STRONG> view shows all Places that have coordinates. + </li> + <li> + <strong>EXPORT</strong> the SPARQL query used to generate the result + table view into YASGUI query editor. + </li> + </ul> `, - 'instancePage': { - 'label': 'Place', - 'description': ` + instancePage: { + label: 'Place', + description: ` <p class="MuiTypography-root MuiTypography-body1 MuiTypography-paragraph"> This landing page provides a human-readable summary of the data points that link to this Place. The data included in this summary reflects only those data points @@ -570,57 +631,57 @@ export default { </p> ` }, - 'properties': { - 'uri': { - 'label': 'URI', - 'description': 'Uniform Resource Identifier' - }, - 'prefLabel': { - 'label': 'Name', - 'description': ` + properties: { + uri: { + label: 'URI', + description: 'Uniform Resource Identifier' + }, + prefLabel: { + label: 'Name', + description: ` The name of the place. ` }, - 'placeType': { - 'label': 'Place type', - 'description': ` + placeType: { + label: 'Place type', + description: ` The place type from Getty Thesaurus of Geographic Names. ` }, - 'area': { - 'label': 'Parent Place', - 'description': ` + area: { + label: 'Parent Place', + description: ` The preferred parent place in the hierarchy used by the Getty Thesaurus of Geographic Names. ` }, - 'manuscriptProduced': { - 'label': 'Manuscripts produced', - 'description': ` + manuscriptProduced: { + label: 'Manuscripts produced', + description: ` Manuscript(s) produced here. ` }, - 'manuscriptTransferred': { - 'label': 'Manuscripts transferred', - 'description': ` + manuscriptTransferred: { + label: 'Manuscripts transferred', + description: ` The manuscript(s) that have a "Transfer of Custody" event located here. ` }, - 'manuscriptObserved': { - 'label': 'Manuscripts observed', - 'description': ` + manuscriptObserved: { + label: 'Manuscripts observed', + description: ` The manuscript(s) that have a provenance event located here. ` }, - 'actor': { - 'label': 'Actor', - 'description': ` + actor: { + label: 'Actor', + description: ` The actor(s) associated with the place. ` }, - 'source': { - 'label': 'Source', - 'description': ` + source: { + label: 'Source', + description: ` The source dataset (Schoenberg, Bibale, and Bodleian) and the place authority (Getty Thesaurus of Geographic Names and GeoNames) contributing the information on the place. @@ -628,15 +689,15 @@ export default { } } }, - 'collections': { - 'label': '', - 'facetResultsType': '', - 'shortDescription': '', - 'longDescription': ` + collections: { + label: '', + facetResultsType: '', + shortDescription: '', + longDescription: ` `, - 'instancePage': { - 'label': 'Collection', - 'description': ` + instancePage: { + label: 'Collection', + description: ` <p class="MuiTypography-root MuiTypography-body1 MuiTypography-paragraph"> This landing page provides a human-readable summary of the data points that link to this Collection. The data included in this summary reflects @@ -646,54 +707,54 @@ export default { </p> ` }, - 'properties': { - 'uri': { - 'label': 'URI', - 'description': 'Uniform Resource Identifier' - }, - 'prefLabel': { - 'label': 'Name', - 'description': ` + properties: { + uri: { + label: 'URI', + description: 'Uniform Resource Identifier' + }, + prefLabel: { + label: 'Name', + description: ` The name or title of the Collection. ` }, - 'manuscript': { - 'label': 'Manuscript', - 'description': ` + manuscript: { + label: 'Manuscript', + description: ` The manuscript(s) that have been a part of the collection at some point in time. ` }, - 'owner': { - 'label': 'Owner', - 'description': ` + owner: { + label: 'Owner', + description: ` Former or current owners (individual or institutional). ` }, - 'place': { - 'label': 'Place', - 'description': ` + place: { + label: 'Place', + description: ` Location of the collection at some point during its existence ` }, - 'source': { - 'label': 'Source', - 'description': ` + source: { + label: 'Source', + description: ` The source database (Schoenberg, Bibale, and Bodleian) that the Collection occurs in. Currently one Collection has always only one dataset as a source. ` } } }, - 'expressions': { - 'label': '', - 'facetResultsType': '', - 'shortDescription': '', - 'longDescription': ` + expressions: { + label: '', + facetResultsType: '', + shortDescription: '', + longDescription: ` `, - 'instancePage': { - 'label': 'Expression', - 'description': ` + instancePage: { + label: 'Expression', + description: ` <p class="MuiTypography-root MuiTypography-body1 MuiTypography-paragraph"> This landing page provides a human-readable summary of the data points that link to this Expression. The data included in this summary reflects @@ -710,26 +771,26 @@ export default { </p> ` }, - 'properties': { - 'uri': { - 'label': 'URI', - 'description': 'Uniform Resource Identifier' - }, - 'prefLabel': { - 'label': 'Name', - 'description': ` + properties: { + uri: { + label: 'URI', + description: 'Uniform Resource Identifier' + }, + prefLabel: { + label: 'Name', + description: ` The name or title of the Expression. ` }, - 'language': { - 'label': 'Language', - 'description': ` + language: { + label: 'Language', + description: ` The language of the Expression. ` }, - 'source': { - 'label': 'Source', - 'description': ` + source: { + label: 'Source', + description: ` The source database (Schoenberg, Bibale, and Bodleian) that the Expression occurs in. Currently one Expression has always only one dataset as a source. ` @@ -737,7 +798,7 @@ export default { } }, }, - 'aboutTheProject': ` + aboutTheProject: ` ` diff --git a/src/client/translations/mmm/localeFI.js b/src/client/translations/mmm/localeFI.js index 9f51dc68cedb1b19259610a0a1d7994e77a5bffc..9af07c08d918952476c0cad26e44ef9c46c3ca43 100644 --- a/src/client/translations/mmm/localeFI.js +++ b/src/client/translations/mmm/localeFI.js @@ -1,3 +1,3 @@ export default { - 'languageLabel': 'Suomi', + languageLabel: 'Suomi', }; diff --git a/src/client/translations/mmm/localeSV.js b/src/client/translations/mmm/localeSV.js index cc2a8698d7503f333cdcc1867f0642f4392e2e20..323a97357f2cb1cdf89f57b6890a8aab3de0c8d6 100644 --- a/src/client/translations/mmm/localeSV.js +++ b/src/client/translations/mmm/localeSV.js @@ -1,3 +1,3 @@ export default { - 'languageLabel': 'Svenska', + languageLabel: 'Svenska', };