Description: {{ item()?.description }}
- } - - @if (item()?.provider?.id) { - -Registration provider:
- {{ item()?.provider?.name }} - - } - - @if (item()?.license?.id) { - -License:
- {{ item()?.license?.name }} - - } - - @if (item()?.registrationTemplate) { -Registration Template: {{ item()?.registrationTemplate }}
- } - - @if (item()?.provider?.id) { - -Provider:
- {{ item()?.provider?.name }} - - } - - @if (item()?.conflictOfInterestResponse && item()?.conflictOfInterestResponse === 'no-conflict-of-interest') { -Conflict of Interest response: Author asserted no Conflict of Interest
- } - - @if (item()?.resourceType !== ResourceType.Agent && item()?.id) { - -URL:
- {{ item()?.id }} - - } - - @if (item()?.doi) { - -DOI:
- {{ item()?.doi }} - - } - - @if (item()?.resourceType === ResourceType.Agent) { - @if (loading) { -Public projects: {{ item()?.publicProjects ?? 0 }}
-Public registrations: {{ item()?.publicRegistrations ?? 0 }}
-Public preprints: {{ item()?.publicPreprints ?? 0 }}
- } - } - - @if (item()?.employment) { -Employment: {{ item()?.employment }}
- } - - @if (item()?.education) { -Education: {{ item()?.education }}
- } -