Skip to content
Snippets Groups Projects
Commit 2bf07104 authored by esikkala's avatar esikkala
Browse files

Actors and places: update tooltips

parent caff6358
No related branches found
No related tags found
No related merge requests found
...@@ -124,11 +124,12 @@ export const perspectiveArr = [ ...@@ -124,11 +124,12 @@ export const perspectiveArr = [
label: 'Places', label: 'Places',
mainPageDesc: 'Places related to manuscripts and works.', mainPageDesc: 'Places related to manuscripts and works.',
perspectiveDesc: ` perspectiveDesc: `
Use this perspective to access data related to places. The map is default, Use this perspective to access data related to places named in the source datasets
showing clusters of places named in the datasets. This includes everything (Schoenberg, Bibale, and Bodleian). The places have been linked to Getty Thesaurus
from continents ("North America") to countries ("Canada") to of Geographic Names when possible. Place types include everything from continents
regions/provinces ("British Columbia") to cities ("Vancouver"). ("North America") to countries ("Canada") to regions/provinces ("British Columbia")
The table view will give you a list of the same places. 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.
`, `,
perspectiveDescHeight: 99, perspectiveDescHeight: 99,
defaultActiveFacets: new Set(['prefLabel']), defaultActiveFacets: new Set(['prefLabel']),
......
...@@ -45,7 +45,7 @@ export const INITIAL_STATE = { ...@@ -45,7 +45,7 @@ export const INITIAL_STATE = {
{ {
id: 'prefLabel', id: 'prefLabel',
label: 'Name', label: 'Name',
desc: 'Label description', desc: 'The standardized name of the actor.',
valueType: 'object', valueType: 'object',
makeLink: true, makeLink: true,
externalLink: false, externalLink: false,
...@@ -56,7 +56,10 @@ export const INITIAL_STATE = { ...@@ -56,7 +56,10 @@ export const INITIAL_STATE = {
{ {
id: 'type', id: 'type',
label: 'Type', label: 'Type',
desc: 'Type description', desc: `
Indicates whether the actor is an individual (Person) or an institution,
corporation, or family (Group)
`,
valueType: 'object', valueType: 'object',
makeLink: false, makeLink: false,
externalLink: false, externalLink: false,
...@@ -67,7 +70,7 @@ export const INITIAL_STATE = { ...@@ -67,7 +70,7 @@ export const INITIAL_STATE = {
{ {
id: 'birthDateTimespan', id: 'birthDateTimespan',
label: 'Birth / formation date', label: 'Birth / formation date',
desc: 'Birth/formation year description', desc: 'The date when the actor was born or established.',
valueType: 'object', valueType: 'object',
makeLink: false, makeLink: false,
externalLink: false, externalLink: false,
...@@ -78,7 +81,7 @@ export const INITIAL_STATE = { ...@@ -78,7 +81,7 @@ export const INITIAL_STATE = {
{ {
id: 'deathDateTimespan', id: 'deathDateTimespan',
label: 'Death / dissolution date', label: 'Death / dissolution date',
desc: 'Date of death/dissolution description', desc: 'The date when the actor died or dissolved.',
valueType: 'object', valueType: 'object',
makeLink: false, makeLink: false,
externalLink: false, externalLink: false,
...@@ -89,7 +92,7 @@ export const INITIAL_STATE = { ...@@ -89,7 +92,7 @@ export const INITIAL_STATE = {
{ {
id: 'place', id: 'place',
label: 'Activity location', label: 'Activity location',
desc: 'Activity location', desc: 'Place(s) of activity linked to this actor.',
valueType: 'object', valueType: 'object',
makeLink: true, makeLink: true,
externalLink: false, externalLink: false,
...@@ -100,7 +103,7 @@ export const INITIAL_STATE = { ...@@ -100,7 +103,7 @@ export const INITIAL_STATE = {
{ {
id: 'work', id: 'work',
label: 'Work', label: 'Work',
desc: 'Work description', desc: 'Work(s) linked to the actor. ',
valueType: 'object', valueType: 'object',
makeLink: true, makeLink: true,
externalLink: false, externalLink: false,
...@@ -111,7 +114,7 @@ export const INITIAL_STATE = { ...@@ -111,7 +114,7 @@ export const INITIAL_STATE = {
{ {
id: 'manuscript', id: 'manuscript',
label: 'Manuscript', label: 'Manuscript',
desc: 'Manuscript', desc: 'Manuscript(s) linked to the actor.',
valueType: 'object', valueType: 'object',
makeLink: true, makeLink: true,
externalLink: false, externalLink: false,
...@@ -122,7 +125,14 @@ export const INITIAL_STATE = { ...@@ -122,7 +125,14 @@ export const INITIAL_STATE = {
{ {
id: 'source', id: 'source',
label: 'Source', label: 'Source',
desc: 'Source description', desc: `
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
the source datasets has been merged into one MMM actor.
Click on the result table link(s) to view the original record on the
source’s website.
`,
valueType: 'object', valueType: 'object',
makeLink: true, makeLink: true,
externalLink: true, externalLink: true,
......
...@@ -44,8 +44,8 @@ export const INITIAL_STATE = { ...@@ -44,8 +44,8 @@ export const INITIAL_STATE = {
tableColumns: [ tableColumns: [
{ {
id: 'prefLabel', id: 'prefLabel',
label: 'Label', label: 'Name',
desc: 'Label description', desc: 'The name of the place. ',
valueType: 'object', valueType: 'object',
makeLink: true, makeLink: true,
externalLink: false, externalLink: false,
...@@ -56,7 +56,7 @@ export const INITIAL_STATE = { ...@@ -56,7 +56,7 @@ export const INITIAL_STATE = {
{ {
id: 'placeType', id: 'placeType',
label: 'Place type', label: 'Place type',
desc: 'Place type description', desc: 'The place type from Getty Thesaurus of Geographic Names.',
valueType: 'string', valueType: 'string',
makeLink: false, makeLink: false,
externalLink: false, externalLink: false,
...@@ -66,8 +66,11 @@ export const INITIAL_STATE = { ...@@ -66,8 +66,11 @@ export const INITIAL_STATE = {
}, },
{ {
id: 'area', id: 'area',
label: 'Area', label: 'Parent Place',
desc: 'Area description', desc: `
The preferred parent place in the hierarchy used by the Getty
Thesaurus of Geographic Names.
`,
valueType: 'object', valueType: 'object',
makeLink: true, makeLink: true,
externalLink: false, externalLink: false,
...@@ -78,7 +81,11 @@ export const INITIAL_STATE = { ...@@ -78,7 +81,11 @@ export const INITIAL_STATE = {
{ {
id: 'source', id: 'source',
label: 'Source', label: 'Source',
desc: 'Source description', desc: `
The source dataset (Schoenberg, Bibale, and Bodleian) and the place
authority (Getty Thesaurus of Geographic Names and GeoNames)
contributing the information on the place.
`,
valueType: 'object', valueType: 'object',
makeLink: true, makeLink: true,
externalLink: true, externalLink: true,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment