<aname="L6"></a><ttclass="py-lineno"> 6</tt><ttclass="py-line"><ttclass="py-comment"></tt><ttclass="py-comment"># This program is free software; you can redistribute it and/or</tt></tt>
<aname="L7"></a><ttclass="py-lineno"> 7</tt><ttclass="py-line"><ttclass="py-comment"></tt><ttclass="py-comment"># modify it under the terms of the GNU General Public License</tt></tt>
<aname="L8"></a><ttclass="py-lineno"> 8</tt><ttclass="py-line"><ttclass="py-comment"></tt><ttclass="py-comment"># as published by the Free Software Foundation; either version 2 </tt></tt>
<aname="L9"></a><ttclass="py-lineno"> 9</tt><ttclass="py-line"><ttclass="py-comment"></tt><ttclass="py-comment"># of the License, or (at your option) any later version.</tt></tt>
<aname="L11"></a><ttclass="py-lineno"> 11</tt><ttclass="py-line"><ttclass="py-comment"></tt><ttclass="py-comment"># This program is distributed in the hope that it will be useful,</tt></tt>
<aname="L12"></a><ttclass="py-lineno"> 12</tt><ttclass="py-line"><ttclass="py-comment"></tt><ttclass="py-comment"># but WITHOUT ANY WARRANTY; without even the implied warranty of</tt></tt>
<aname="L13"></a><ttclass="py-lineno"> 13</tt><ttclass="py-line"><ttclass="py-comment"></tt><ttclass="py-comment"># MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the</tt></tt>
<aname="L14"></a><ttclass="py-lineno"> 14</tt><ttclass="py-line"><ttclass="py-comment"></tt><ttclass="py-comment"># GNU General Public License for more details. </tt></tt>
<aname="L16"></a><ttclass="py-lineno"> 16</tt><ttclass="py-line"><ttclass="py-comment"></tt><ttclass="py-comment"># You should have received a copy of the GNU General Public License</tt></tt>
<aname="L17"></a><ttclass="py-lineno"> 17</tt><ttclass="py-line"><ttclass="py-comment"></tt><ttclass="py-comment"># along with this program; if not, write to the Free Software</tt></tt>
<aname="L18"></a><ttclass="py-lineno"> 18</tt><ttclass="py-line"><ttclass="py-comment"></tt><ttclass="py-comment"># Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.</tt></tt>
<aname="L21"></a><ttclass="py-lineno"> 21</tt><ttclass="py-line"><ttclass="py-docstring">Parser for the XML format returned by Web of Knowledge queries.</tt></tt>
</div><divid="Reader-collapsed"style="display:none;"pad="+++"indent="++++"></div><divid="Reader-expanded"><aname="L33"></a><ttclass="py-lineno"> 33</tt><ttclass="py-line"><ttclass="py-docstring">""" Parse records as returned by Web of Science's web service."""</tt></tt>
</div><divid="Reader.do_default-collapsed"style="display:none;"pad="+++"indent="++++++++"></div><divid="Reader.do_default-expanded"><aname="L40"></a><ttclass="py-lineno"> 40</tt><ttclass="py-line"><ttclass="py-docstring">""" Called when no specific handler exist."""</tt></tt>
</div><divid="Reader.do_authors-collapsed"style="display:none;"pad="+++"indent="++++++++"></div><divid="Reader.do_authors-expanded"><aname="L50"></a><ttclass="py-lineno"> 50</tt><ttclass="py-line"><ttclass="py-comment"># authors can be either listed as <primaryauthor> and <author></tt></tt>
<aname="L51"></a><ttclass="py-lineno"> 51</tt><ttclass="py-line"><ttclass="py-comment"></tt><ttclass="py-comment"># fields (with text concatenated), or split into finer tags</tt></tt>
<aname="L52"></a><ttclass="py-lineno"> 52</tt><ttclass="py-line"><ttclass="py-comment"></tt><ttclass="py-comment"># under <fullauthorname>. As <fullauthorname> simply follows</tt></tt>
<aname="L53"></a><ttclass="py-lineno"> 53</tt><ttclass="py-line"><ttclass="py-comment"></tt><ttclass="py-comment"># the simpler tags, there is no way to know in advance if it</tt></tt>
<aname="L54"></a><ttclass="py-lineno"> 54</tt><ttclass="py-line"><ttclass="py-comment"></tt><ttclass="py-comment"># is provided or not...</tt></tt>
<aname="L151"></a><ttclass="py-lineno">151</tt><ttclass="py-line"><ttclass="py-comment"># Fields I either don't need or don't know. Feel free to improve.</tt></tt>
</div><divid="Reader.uid-collapsed"style="display:none;"pad="+++"indent="++++++++"></div><divid="Reader.uid-expanded"><aname="L173"></a><ttclass="py-lineno">173</tt><ttclass="py-line"><ttclass="py-docstring">""" Generate the display name of a record.</tt></tt>
Pyblio.Schema.TxoItem.name"class="py-name"href="#"onclick="return doclink('link-73', 'name', 'link-73');">name</a></tt><ttclass="py-op">=</tt><ttclass="py-name">_</tt><ttclass="py-op">(</tt><ttclass="py-string">'Imported from Web of Knowledge'</tt><ttclass="py-op">)</tt></tt>