SIRSIDynix Symphony 3.3.1
Indiana University recently upgraded to a new version of SIRSI. The displays in the online catalog looks very different and Zotero is no longer able to translate them. Version 2.0 doesn't show the icon at all. The catalog is used by eight campuses across the state of Indiana. Mississippi State University also uses this version of SIRSI. Here is a link to the catalog http://www.iucat.iu.edu/
Is there any chance of an updated translator for SIRSI Dynix, Symphony 3.3.1?
Is there any chance of an updated translator for SIRSI Dynix, Symphony 3.3.1?
Thanks for pointing this out-- the translator will be reworked to support the new version, but it may take some effort and time.
Also, to see a structured MARC record in the Indiana University catalog, click the "Change Display" link at the top of the record and select "Yes" for Unformatted Display, http://bit.ly/bBY55K.
EUCLID: www.library.emory.edu
Thanks!!!
Otherwise, I'll try to set aside a day for long-delayed translator fixes at some point in the coming weeks, since a few have caught up with me in the past 8 months or so.
thanks.
So please feel free to encourage your in-house people to see about helping out-- we're a project run by and for scholars, and I'm sure they'd do at least as well at fixing the translator as would yours truly, a literature grad student halfway across the globe.
Not that I mind handling these beasts-- I enjoy fixing them. But I would love to see more people explore maintaining them.
This is my quick and dirty 1 hour hack to fix it. I will be doing some more work to fine tune it, but I was able to get references to Zotero.
You have to be comfortable to edit the eLibrary Page Files. If you don't know what these are, then I suggest asking SD why their next generation catalogue has removed the citation information.
In html_head_tabbed.h around line 85 between this
<SIRSI_Conditional IF NOT Session="LANG_WRITE_DIR^">
<SIRSI_Conditional IF Session="LANG_WRITE_DIR^1">
<link rel="stylesheet" href="<SIRSI_Data Environ="THEME_RIGHT_TO_LEFT" NORTL>" type="text/css" />> </SIRSI_Conditional>
</SIRSI_Conditional>
and this
</head>
I added this.
<SIRSI_Conditional IF Session="STATE^5">
<SIRSI_Include File="DC_metadata.h">
</SIRSI_Conditional>
for reference State #5 is View Item
Then I added a new file called DC_metadata.h
<link rel="schema.DC" href="http://purl.org/dc/elements/1.1/" />
<SIRSI_Conditional IF DC_Exists="IB">
<meta name="DC.title" content="<SIRSI_Data DC="IB">" />
</SIRSI_Conditional>
<SIRSI_Conditional IF DC_Exists="IA">
<meta name="DC.creator" content=">SIRSI_Data DC="IA">" />
</SIRSI_Conditional>
<SIRSI_Conditional IF DC_Exists="Ju">
<meta name="DC.publisher" content="<SIRSI_Data DC="Ju">" />
</SIRSI_Conditional>
<SIRSI_Conditional IF DC_Exists="Jv">
<meta name="DC.date.issued" content="<SIRSI_Data DC="Jv">" />
</SIRSI_Conditional>
This worked, but the DOIs on many of our records fail to transfer and seem to be the first choice for Zotero. But if you right click and choose embedded metadata it imports fine.
Regards Chris