[Archivesspace_Users_Group] Call for speakers - ArchivesSpace 7th Annual Member Forum

2021-06-21 Thread Jessica Crouch
Dear ArchivesSpace Members,

ArchivesSpace is seeking proposals for presentations and moderated discussions 
to be offered as part of our 7th Annual Member Forum, which will be offered 
virtually on August 2-4, 2021.  Presentations will be delivered on Monday, 
August 2, from 12pm-3pm ET, and moderated discussions will be held on Tuesday, 
August 3, from 12pm-3pm ET.

The event wiki and registrations will be made available soon, but for now we 
are looking for presenters and discussion leaders for August 2-3, 2021. 
Anything related to ArchivesSpace is fair game. Presentations and discussions 
can be on anything related to your work using, developing, or actively 
contributing to the ArchivesSpace application and community.  Topics of 
particular interest include managing others working in ArchivesSpace (including 
interns, volunteers and students), large scale implementation or cleanup 
projects you or your organization have undertaken in either a remote or 
in-person environment, and presentations related to plugins or tools you have 
developed to work with ArchivesSpace.

There is a short Google form for proposals available at 
https://forms.gle/7ru7pemTkshL2HDB9. Proposals will be reviewed on a rolling 
basis. The last day that proposals will be accepted is July 16, 2021, and all 
notifications will be made by July 20, 2021.

If you have any questions or other suggestions at this point, please feel free 
to email Jessica at 
jessica.cro...@lyrasis.org.

We look forward to “seeing” you soon!
Jessica Dowd Crouch
Community Engagement Coordinator for ArchivesSpace
jessica.cro...@lyrasis.org
[page1image482511520]

___
Archivesspace_Users_Group mailing list
Archivesspace_Users_Group@lyralists.lyrasis.org
http://lyralists.lyrasis.org/mailman/listinfo/archivesspace_users_group


[Archivesspace_Users_Group] Duplicated agent dates in migration to 3.0.1

2021-06-21 Thread Galligan, Patrick
Hi all,

We’ve noticed that in our test migration from ArchivesSpace version 2.8.0 to 
3.0.1 that the agent migration was sometimes creating two separate structured 
dates based on whether there was an existing date expression or not in the 
dates of existence section.

Here is the JSON before migration:

"dates_of_existence": [
{
"lock_version": 0,
"expression": "1915-2017",
"begin": "1915",
"end": "2017",
"created_by": "pgalligan",
"last_modified_by": "pgalligan",
"create_time": "2019-12-04T14:24:11Z",
"system_mtime": "2019-12-04T14:24:11Z",
"user_mtime": "2019-12-04T14:24:11Z",
"date_type": "range",
"label": "existence",
"jsonmodel_type": "date"
}
],


Here is the JSON post-migration:

"dates_of_existence": [
{
"create_time": "2021-06-16T19:12:16Z",
"system_mtime": "2021-06-16T19:12:16Z",
"user_mtime": "2021-06-16T19:12:16Z",
"lock_version": 0,
"date_label": "existence",
"date_type_structured": "single",
"jsonmodel_type": "structured_date_label",
"structured_date_single": {
"date_expression": "1915-2017",
"create_time": "2021-06-16T19:12:16Z",
"system_mtime": "2021-06-16T19:12:16Z",
"user_mtime": "2021-06-16T19:12:16Z",
"lock_version": 0,
"date_role": "begin",
"date_standardized_type": "standard",
"jsonmodel_type": "structured_date_single"
}
},
{
"create_time": "2021-06-16T19:12:16Z",
"system_mtime": "2021-06-16T19:12:16Z",
"user_mtime": "2021-06-16T19:12:16Z",
"lock_version": 0,
"date_label": "existence",
"date_type_structured": "range",
"jsonmodel_type": "structured_date_label",
"structured_date_range": {
"begin_date_standardized": "1915",
"end_date_standardized": "2017",
"create_time": "2021-06-16T19:12:16Z",
"system_mtime": "2021-06-16T19:12:16Z",
"user_mtime": "2021-06-16T19:12:16Z",
"lock_version": 0,
"begin_date_standardized_type": "standard",
"end_date_standardized_type": "standard",
"jsonmodel_type": "structured_date_range"
}
}
],

It also seems to be creating a structured singular date instead of a date 
range. It’s parsing the expression correctly into separate dates, but it’s 
entirely unnecessary and creates and incorrect duplication.

This seems like a bug and would stop us from updating because it’d be a hassle 
to go in and remove these.

Is this intended behavior for this migration? There may be something I’m not 
understanding about MARC or EAC-CPF that makes this desirable, but it seems 
like a bug to me.

Thanks,
Patrick Galligan
Rockefeller Archive Center
___
Archivesspace_Users_Group mailing list
Archivesspace_Users_Group@lyralists.lyrasis.org
http://lyralists.lyrasis.org/mailman/listinfo/archivesspace_users_group