Update interactive map: Add RID conference to Missoula MT and update ASLTA description
This commit is contained in:
parent
4755cd3fd6
commit
78aade0c94
1 changed files with 15 additions and 7 deletions
|
|
@ -163,12 +163,20 @@ const relationshipPoints: RelationshipPoint[] = [
|
||||||
coordinates: [-113.9940, 46.8721] as Coordinates,
|
coordinates: [-113.9940, 46.8721] as Coordinates,
|
||||||
city: "Missoula",
|
city: "Missoula",
|
||||||
state: "Montana",
|
state: "Montana",
|
||||||
events: [{
|
events: [
|
||||||
name: "AIP",
|
{
|
||||||
description: "American Institute of Parliamentarians - 2025 Spring Practicum (Online)",
|
name: "RID",
|
||||||
startDate: "June 12, 2025",
|
description: "Registry of Interpreters for the Deaf - 2026 Biennial Conference Parliamentarian",
|
||||||
endDate: "June 14, 2025"
|
startDate: "January 10, 2026",
|
||||||
}]
|
endDate: "January 10, 2026"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name: "AIP",
|
||||||
|
description: "American Institute of Parliamentarians - 2025 Spring Practicum (Online)",
|
||||||
|
startDate: "June 12, 2025",
|
||||||
|
endDate: "June 14, 2025"
|
||||||
|
}
|
||||||
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
coordinates: [-97.3375, 37.6872] as Coordinates,
|
coordinates: [-97.3375, 37.6872] as Coordinates,
|
||||||
|
|
@ -198,7 +206,7 @@ const relationshipPoints: RelationshipPoint[] = [
|
||||||
state: "DC",
|
state: "DC",
|
||||||
events: [{
|
events: [{
|
||||||
name: "ASLTA",
|
name: "ASLTA",
|
||||||
description: "American Sign Language Teachers Association - National Professional Development Conference",
|
description: "American Sign Language Teachers Association - National Professional Development Conference Parliamentarian",
|
||||||
startDate: "July 9, 2025",
|
startDate: "July 9, 2025",
|
||||||
endDate: "July 12, 2025"
|
endDate: "July 12, 2025"
|
||||||
}]
|
}]
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue