You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<resourceTyperesourceTypeGeneral="{{ resource_mappings[resource_type] or resource_mappings.default }}">{{resource_title_mappings[resource_type]orresource_title_mappings.default}}</resourceType>
<alternateIdentifieralternateIdentifierType="How to Cite This {{ cite_model_mappings[type] }}">{{citation}}</alternateIdentifier>
59
-
<alternateIdentifieralternateIdentifierType="How to Cite {{ cite_overall_model_mappings[type] }} Overall">{{citationOverall}}</alternateIdentifier>
58
+
<alternateIdentifieralternateIdentifierType="How to Cite This {{ cite_model_mappings[type] or cite_model_mappings.default }}">{{citation}}</alternateIdentifier>
59
+
{%ifcitationOverall-%}
60
+
<alternateIdentifieralternateIdentifierType="How to Cite {{ cite_overall_model_mappings[type] or cite_overall_model_mappings.default }} Overall">{{citationOverall}}</alternateIdentifier>
0 commit comments