109 lines
5.3 KiB
HTML
109 lines
5.3 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
|
<HTML>
|
|
<HEAD>
|
|
<TITLE> [Utilities-announce] PubMed E-Utility 2013 DTD updates
|
|
</TITLE>
|
|
<LINK REL="Index" HREF="index.html" >
|
|
<LINK REL="made" HREF="mailto:utilities-announce%40ncbi.nlm.nih.gov?Subject=Re%3A%20%5BUtilities-announce%5D%20PubMed%20E-Utility%202013%20DTD%20updates&In-Reply-To=%3Cmailman.155270.1348855208.20059.utilities-announce%40ncbi.nlm.nih.gov%3E">
|
|
<META NAME="robots" CONTENT="index,nofollow">
|
|
<style type="text/css">
|
|
pre {
|
|
white-space: pre-wrap; /* css-2.1, curent FF, Opera, Safari */
|
|
}
|
|
</style>
|
|
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
|
|
|
|
|
|
</HEAD>
|
|
<BODY BGCOLOR="#ffffff">
|
|
<H1>[Utilities-announce] PubMed E-Utility 2013 DTD updates</H1>
|
|
<B>utilities-announce at ncbi.nlm.nih.gov</B>
|
|
<A HREF="mailto:utilities-announce%40ncbi.nlm.nih.gov?Subject=Re%3A%20%5BUtilities-announce%5D%20PubMed%20E-Utility%202013%20DTD%20updates&In-Reply-To=%3Cmailman.155270.1348855208.20059.utilities-announce%40ncbi.nlm.nih.gov%3E"
|
|
TITLE="[Utilities-announce] PubMed E-Utility 2013 DTD updates">utilities-announce at ncbi.nlm.nih.gov
|
|
</A><BR>
|
|
<I>Fri Sep 28 14:00:04 EDT 2012</I>
|
|
<P><UL>
|
|
|
|
|
|
<LI> <B>Messages sorted by:</B>
|
|
<a href="date.html#88">[ date ]</a>
|
|
<a href="thread.html#88">[ thread ]</a>
|
|
<a href="subject.html#88">[ subject ]</a>
|
|
<a href="author.html#88">[ author ]</a>
|
|
</LI>
|
|
</UL>
|
|
<HR>
|
|
<!--beginarticle-->
|
|
<PRE>NCBI PubMed E-Utility Users,
|
|
|
|
We anticipate updating the PubMed E-Utility DTDs for 2012 in mid-December, approximately on December 10 or 11, 2012.
|
|
|
|
The forthcoming DTDs are available from:
|
|
|
|
<A HREF="http://www.ncbi.nlm.nih.gov/entrez/query/DTD/nlmmedlinecitationset_130101.dtd">http://www.ncbi.nlm.nih.gov/entrez/query/DTD/nlmmedlinecitationset_130101.dtd</A>
|
|
<A HREF="http://www.ncbi.nlm.nih.gov/entrez/query/DTD/pubmed_130101.dtd">http://www.ncbi.nlm.nih.gov/entrez/query/DTD/pubmed_130101.dtd</A>
|
|
|
|
Changes to NLMMedlineCitationSet DTD AND MEDLINE/PubMed XML:
|
|
|
|
|
|
- Indicating abstracts not in MEDLINE/PubMed but available from publishers
|
|
English-language abstracts are taken directly from the published article and included in the <Abstract> and <AbstractText> elements. If the article does not have a published abstract, the record lacks the <Abstract> and <AbstractText> elements. However, publishers may create English-language abstracts that are not published with the article, as well as, non-English- language abstracts that may or may not be published with the article.
|
|
|
|
These other abstracts will be indicated in the <OtherAbstract> element. A new "Language" attribute is added to the <OtherAbstract> element. The <AbstractText> element will carry the standard phrase: "Abstract available from the publisher."
|
|
|
|
DTD:
|
|
<!ELEMENT OtherAbstract (AbstractText+,CopyrightInformation?)>
|
|
<!ATTLIST OtherAbstract Type (AAMC | AIDS | KIE | PIP | NASA | Publisher) #REQUIRED
|
|
Language (#PCDATA ) "eng">
|
|
|
|
Sample XML:
|
|
<OtherAbstract Type="Publisher" Language="fre"> <AbstractText> Abstract available from the publisher.</AbstractText>
|
|
</OtherAbstract>
|
|
|
|
|
|
- Rename NameID to Identifier
|
|
The NameID element was created in 2010 and modified in 2011 but has not yet been used. NameID is renamed to Identifier. Identifier is an optional, possibly multiply-occurring element permissible within the Author (personal and collective) and Investigator elements. The value in the Identifier attribute Source designates the organizational authority that established the unique identifier.
|
|
|
|
DTD:
|
|
<!ELEMENT Author (((LastName, ForeName?, Initials?, Suffix?) | CollectiveName),Identifier*)>
|
|
<!ATTLIST Author ValidYN (Y | N) "Y">
|
|
|
|
<!ELEMENT Investigator (LastName,ForeName?, Initials?,Suffix?,Identifier*,Affiliation?)>
|
|
<!ATTLIST Investigator ValidYN (Y | N) "Y">
|
|
|
|
<!ELEMENT Identifier (#PCDATA)>
|
|
<!ATTLIST Identifier
|
|
Source CDATA #REQUIRED >
|
|
|
|
Sample XML:
|
|
<Author ValidYN="Y">
|
|
<LastName>Smith</LastName>
|
|
<ForeName>John</ForeName>
|
|
<Initials>A</Initials>
|
|
<Identifier Source="ORCID">55555555555555</Identifier>
|
|
</Author>
|
|
|
|
Thank you.
|
|
-------------- next part --------------
|
|
An HTML attachment was scrubbed...
|
|
URL: <<A HREF="http://www.ncbi.nlm.nih.gov/mailman/pipermail/utilities-announce/attachments/20120928/76cf7a86/attachment.html">http://www.ncbi.nlm.nih.gov/mailman/pipermail/utilities-announce/attachments/20120928/76cf7a86/attachment.html</A>>
|
|
</PRE>
|
|
|
|
<!--endarticle-->
|
|
<HR>
|
|
<P><UL>
|
|
<!--threads-->
|
|
|
|
|
|
<LI> <B>Messages sorted by:</B>
|
|
<a href="date.html#88">[ date ]</a>
|
|
<a href="thread.html#88">[ thread ]</a>
|
|
<a href="subject.html#88">[ subject ]</a>
|
|
<a href="author.html#88">[ author ]</a>
|
|
</LI>
|
|
</UL>
|
|
|
|
<hr>
|
|
<a href="http://www.ncbi.nlm.nih.gov/mailman/listinfo/utilities-announce">More information about the Utilities-announce
|
|
mailing list</a><br>
|
|
</body></html>
|