<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.pangaea.de/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Uwe+Schindler</id>
	<title>PANGAEA Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.pangaea.de/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Uwe+Schindler"/>
	<link rel="alternate" type="text/html" href="https://wiki.pangaea.de/wiki/Special:Contributions/Uwe_Schindler"/>
	<updated>2026-05-19T08:42:28Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.6</generator>
	<entry>
		<id>https://wiki.pangaea.de/w/handler?title=Supplementary_Data_links_for_Publishers&amp;diff=5780</id>
		<title>Supplementary Data links for Publishers</title>
		<link rel="alternate" type="text/html" href="https://wiki.pangaea.de/w/handler?title=Supplementary_Data_links_for_Publishers&amp;diff=5780"/>
		<updated>2011-01-20T12:25:11Z</updated>

		<summary type="html">&lt;p&gt;Uwe Schindler: use new URLs&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;PANGAEA provides several REST-based services to link supplementary data at publisher&#039;s abstract pages:&lt;br /&gt;
&lt;br /&gt;
== Simple REST service for banner-based linking ==&lt;br /&gt;
&lt;br /&gt;
The REST service for banner-based linking provides two functions.&lt;br /&gt;
&lt;br /&gt;
All example URLs are suited only for an &amp;quot;example publisher&amp;quot;. Other publishers will get their custom banner using their own one design requirements. Also for tracking purposes, the URLs below may never be used unmodified for other publishers! Other publishers will get the &amp;quot;/example-publisher/&amp;quot; part of the URL replaced by their name.&lt;br /&gt;
&lt;br /&gt;
=== Linking Banner ===&lt;br /&gt;
REST service generates a GIF image with a banner image, if a data set is available. The encoding of the paper DOI name must be in the same format like dx.doi.org needs it. Any special characters should be urlencoded using the UTF-8 [[Character Set]]. For most DOIs consisting of only ASCII chars, no encoding is needed most times:&lt;br /&gt;
&lt;br /&gt;
 http://linkinghub.pangaea.de/example-publisher/supplementBanner/doi:10.1016/j.margeo.2006.07.006 &lt;br /&gt;
&lt;br /&gt;
If no data is available, the service returns a transparent one-pixel-gif image:&lt;br /&gt;
&lt;br /&gt;
 http://linkinghub.pangaea.de/example-publisher/supplementBanner/doi:10.1016/somefakedoi&lt;br /&gt;
&lt;br /&gt;
This image can be included as SRC-Attribute for a HTML &amp;lt;img/&amp;gt; tag.&lt;br /&gt;
&lt;br /&gt;
=== The second REST service is a resolver/redirector: ===&lt;br /&gt;
&lt;br /&gt;
 http://linkinghub.pangaea.de/example-publisher/redirectToSupplement/doi:10.1016/j.margeo.2006.07.006 &lt;br /&gt;
&lt;br /&gt;
Encoding is the same, only the action is different. This link redirects the user to the supplementary dataset behind the paper DOI name. You may put this URL in a &amp;lt;a href=”…”&amp;gt; around the image. If the image is empty (1 pixel, the user is normally not able to click on it, if he does, he will be directed to an information page on www.pangaea.de, describing that there is no supplement available). If it works you get a 301 redirect (because the linking hub url is not generally available and should not be indexed by search engines, search engines should use the DOI-link of PANGAEA, this is why it is a permanent redirect).&lt;br /&gt;
&lt;br /&gt;
=== General Usage ===&lt;br /&gt;
&lt;br /&gt;
In complete you can insert the following HTML into your artcle abstract webpage (replacing the DOI name to the encoded current article’s DOI name):&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;a href=&amp;quot;http://linkinghub.pangaea.de/example-publisher/redirectToSupplement/doi:10.1016/j.margeo.2006.07.006&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;img src=&amp;quot;http://linkinghub.pangaea.de/example-publisher/supplementBanner/doi:10.1016/j.margeo.2006.07.006&amp;quot; style=&amp;quot;border:none&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In real life the link looks like this:&lt;br /&gt;
&amp;quot;&amp;lt;html&amp;gt;&amp;lt;a href=&amp;quot;http://linkinghub.pangaea.de/example-publisher/redirectToSupplement/doi:10.1016/j.margeo.2006.07.006&amp;quot;&amp;gt;&amp;lt;img src=&amp;quot;http://linkinghub.pangaea.de/example-publisher/supplementBanner/doi:10.1016/j.margeo.2006.07.006&amp;quot; style=&amp;quot;border:none&amp;quot; /&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/html&amp;gt;&amp;quot;, if no supplement available: &amp;quot;&amp;lt;html&amp;gt;&amp;lt;a href=&amp;quot;http://linkinghub.pangaea.de/example-publisher/redirectToSupplement/doi:10.1016/somefakedoi&amp;quot;&amp;gt;&amp;lt;img src=&amp;quot;http://linkinghub.pangaea.de/example-publisher/supplementBanner/doi:10.1016/somefakedoi&amp;quot; style=&amp;quot;border:none&amp;quot; /&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/html&amp;gt;&amp;quot; (you should see nothing)&lt;br /&gt;
&lt;br /&gt;
== Harvesting approach (to be discussed) ==&lt;br /&gt;
&lt;br /&gt;
A straightforward approach could be offered through harvesting our metadata on a regular base (once a day or so via OAI-PMH or more simple through a REST based service delivering the list of available supplementary data sets for specific publisher). This would let the publisher know in advance which articles do have supplementary data. This approach would also satisfy any general interest in PANGAEA&#039;s metadata, in particular with respect to articles related to data sets.&lt;br /&gt;
&lt;br /&gt;
== Separate &amp;quot;tab&amp;quot; on publisher&#039;s web page (to be discussed / not yet operable) ==&lt;br /&gt;
&lt;br /&gt;
A naive approach would be to add some server-executed code to publisher&#039;s backend page generator that prints out the abstract page (JSP/Servlet, PHP, ASP,...). This code on publisher&#039;s side calls a REST-based webservice on PANGAEA&#039;s side that requests the availability of data. Input parameter would be the DOI of the publication. Based on that, an additional tab/button/link whatever is printed out. When the user clicks on the tab/button/link, our content could be embedded on a newly generated page(e.g. based on a 100% iframe inside the publisher&#039;s website).&lt;br /&gt;
&lt;br /&gt;
The main problem with this approach is the very close linkage between PANGAEA&#039;s and publisher&#039;s services, as the code runs on publisher&#039;s server and depends on the request to PANGAEA&#039;s webservice. In case of failures, network problems etc. page generation on your side would be halted or delayed. Although PANGAEA has a high availability (&amp;gt;99.9%) this would cause problems on your side. This is not acceptable. The main problem is simply the dynamic display of the tab.&lt;br /&gt;
&lt;br /&gt;
A further solution is client-based: The idea is to always add the tab/buttin/link to publisher&#039;s page output. There is no need to call any services on the server-side page generation, so publisher won&#039;t depend on PANGAEA&#039;s servers. The trick is: The tab/button/link is initially hidden by CSS. The Javascript part of the publisher&#039;s web page does the request to the REST-based service. Because of same-origin browser limitations, the trick goes back to the same simple initial approach as the banner linking above: The page contains a &amp;quot;banner image&amp;quot;, which is 1 pixel, if we have no data, and has some size if supplementary data are available. This banner is also the fallback, if the client&#039;s computer has no javascript enabled. So it should be placed as a fallback at any place where it fits (e.g. behind the article abstract). The banner appears exactly as described above. It&#039;s an image -  simply the fallback, the link behind goes to a redirect service at PANGAEA that links to the data set (users without javascript simply see this banner-like link). If the image has only 1 pixel of size it is not visible nor easily clickable by users. The URL to this image/redirect service contains the DOI of the publication. The trick for the TAB is to use the image itself as indicator of availability. Javascript on the publisher&#039;s page would simply register for onload-event of the image and on successful load check the image size. If its &amp;gt; 1px, it shows the hidden tab/button/link using JavaScript/CSS. As this all runs on the client&#039;s computer, there will be no delays generating the web pages.&lt;br /&gt;
&lt;br /&gt;
The separate page behind the new tab/button/image on publisher&#039;s site The URL of the iframe would contain our service parameterized by the publication DOI. The URL to the TAB is always available (in case a robot would follow the hidden link behind the TAB). The iframe would only contain an error message from our servers. For your servers there is no difference between availability of supplementary data or not. The new page could contain the Google Map as described below:&lt;br /&gt;
&lt;br /&gt;
== Google-Maps-based &#039;&#039;&#039;javascript / iframe&#039;&#039;&#039; approach (to be discussed / not yet operable) ==&lt;br /&gt;
&lt;br /&gt;
With / or without a separate page on the publisher&#039;s website, the same approach like above can be used to display an iframe with a Google Maps generated by PANGAEA&#039;s servers. Also here, the iframe would be generated by JavaScript, as soon as the banner-based image is larger than 1px.&lt;br /&gt;
&lt;br /&gt;
An idea how this could look like can be seen on a (proprietary) implementation of Elsevier&#039;s ScienceDirect pages (see [[Elsevier-Partnership]]). Elsevier uses an own framework called &amp;quot;EMBED&amp;quot; that is used for this. The approach is much more complicated than described above, because it can be used also to embed other content.&lt;br /&gt;
&lt;br /&gt;
An example can be seen here: {{doi|10.1016/0377-8398(94)00015-F}} - This page has the banner based approach next to the &amp;quot;View Record in Scopus&amp;quot; link somewhere on the bottom-right side and the EMBED top-right.&lt;/div&gt;</summary>
		<author><name>Uwe Schindler</name></author>
	</entry>
	<entry>
		<id>https://wiki.pangaea.de/w/handler?title=Supplementary_Data_links_for_Publishers&amp;diff=5524</id>
		<title>Supplementary Data links for Publishers</title>
		<link rel="alternate" type="text/html" href="https://wiki.pangaea.de/w/handler?title=Supplementary_Data_links_for_Publishers&amp;diff=5524"/>
		<updated>2010-11-05T13:28:55Z</updated>

		<summary type="html">&lt;p&gt;Uwe Schindler: /* Google-Maps-based javascript / iframe approach (to be discussed / not yet operable) */ change link to better example&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;PANGAEA provides several REST-based services to link supplementary data at publisher&#039;s abstract pages:&lt;br /&gt;
&lt;br /&gt;
== Simple REST service for banner-based linking ==&lt;br /&gt;
&lt;br /&gt;
The REST service for banner-based linking provides two functions.&lt;br /&gt;
&lt;br /&gt;
All example URLs are suited only for an &amp;quot;example publisher&amp;quot;. Other publishers will get their custom banner using their own one design requirements. Also for tracking purposes, the URLs below may never be used unmodified for other publishers! Other publishers will get the &amp;quot;/example-publisher/&amp;quot; part of the URL replaced by their name.&lt;br /&gt;
&lt;br /&gt;
=== Linking Banner ===&lt;br /&gt;
REST service generates a GIF image with a banner image, if a data set is available. The encoding of the paper DOI name must be in the same format like dx.doi.org needs it. Any special characters should be urlencoded using the UTF-8 [[Character Set]]. For most DOIs consisting of only ASCII chars, no encoding is needed most times:&lt;br /&gt;
&lt;br /&gt;
 http://linkinghub.pangaea.de/example-publisher/supplementBanner/10.1016/j.margeo.2006.07.006 &lt;br /&gt;
&lt;br /&gt;
If no data is available, the service returns a transparent one-pixel-gif image:&lt;br /&gt;
&lt;br /&gt;
 http://linkinghub.pangaea.de/example-publisher/supplementBanner/10.1016/somefakedoi&lt;br /&gt;
&lt;br /&gt;
This image can be included as SRC-Attribute for a HTML &amp;lt;img/&amp;gt; tag.&lt;br /&gt;
&lt;br /&gt;
=== The second REST service is a resolver/redirector: ===&lt;br /&gt;
&lt;br /&gt;
 http://linkinghub.pangaea.de/example-publisher/redirectToSupplement/10.1016/j.margeo.2006.07.006 &lt;br /&gt;
&lt;br /&gt;
Encoding is the same, only the action is different. This link redirects the user to the supplementary dataset behind the paper DOI name. You may put this URL in a &amp;lt;a href=”…”&amp;gt; around the image. If the image is empty (1 pixel, the user is normally not able to click on it, if he does, he will be directed to an information page on www.pangaea.de, describing that there is no supplement available). If it works you get a 301 redirect (because the linking hub url is not generally available and should not be indexed by search engines, search engines should use the DOI-link of PANGAEA, this is why it is a permanent redirect).&lt;br /&gt;
&lt;br /&gt;
=== General Usage ===&lt;br /&gt;
&lt;br /&gt;
In complete you can insert the following HTML into your artcle abstract webpage (replacing the DOI name to the encoded current article’s DOI name):&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;a href=&amp;quot;http://linkinghub.pangaea.de/example-publisher/redirectToSupplement/10.1016/j.margeo.2006.07.006&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;img src=&amp;quot;http://linkinghub.pangaea.de/example-publisher/supplementBanner/10.1016/j.margeo.2006.07.006&amp;quot; style=&amp;quot;border:none&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In real life the link looks like this:&lt;br /&gt;
&amp;quot;&amp;lt;html&amp;gt;&amp;lt;a href=&amp;quot;http://linkinghub.pangaea.de/example-publisher/redirectToSupplement/10.1016/j.margeo.2006.07.006&amp;quot;&amp;gt;&amp;lt;img src=&amp;quot;http://linkinghub.pangaea.de/example-publisher/supplementBanner/10.1016/j.margeo.2006.07.006&amp;quot; style=&amp;quot;border:none&amp;quot; /&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/html&amp;gt;&amp;quot;, if no supplement available: &amp;quot;&amp;lt;html&amp;gt;&amp;lt;a href=&amp;quot;http://linkinghub.pangaea.de/example-publisher/redirectToSupplement/10.1016/somefakedoi&amp;quot;&amp;gt;&amp;lt;img src=&amp;quot;http://linkinghub.pangaea.de/example-publisher/supplementBanner/10.1016/somefakedoi&amp;quot; style=&amp;quot;border:none&amp;quot; /&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/html&amp;gt;&amp;quot; (you should see nothing)&lt;br /&gt;
&lt;br /&gt;
== Harvesting approach (to be discussed) ==&lt;br /&gt;
&lt;br /&gt;
A straightforward approach could be offered through harvesting our metadata on a regular base (once a day or so via OAI-PMH or more simple through a REST based service delivering the list of available supplementary data sets for specific publisher). This would let the publisher know in advance which articles do have supplementary data. This approach would also satisfy any general interest in PANGAEA&#039;s metadata, in particular with respect to articles related to data sets.&lt;br /&gt;
&lt;br /&gt;
== Separate &amp;quot;tab&amp;quot; on publisher&#039;s web page (to be discussed / not yet operable) ==&lt;br /&gt;
&lt;br /&gt;
A naive approach would be to add some server-executed code to publisher&#039;s backend page generator that prints out the abstract page (JSP/Servlet, PHP, ASP,...). This code on publisher&#039;s side calls a REST-based webservice on PANGAEA&#039;s side that requests the availability of data. Input parameter would be the DOI of the publication. Based on that, an additional tab/button/link whatever is printed out. When the user clicks on the tab/button/link, our content could be embedded on a newly generated page(e.g. based on a 100% iframe inside the publisher&#039;s website).&lt;br /&gt;
&lt;br /&gt;
The main problem with this approach is the very close linkage between PANGAEA&#039;s and publisher&#039;s services, as the code runs on publisher&#039;s server and depends on the request to PANGAEA&#039;s webservice. In case of failures, network problems etc. page generation on your side would be halted or delayed. Although PANGAEA has a high availability (&amp;gt;99.9%) this would cause problems on your side. This is not acceptable. The main problem is simply the dynamic display of the tab.&lt;br /&gt;
&lt;br /&gt;
A further solution is client-based: The idea is to always add the tab/buttin/link to publisher&#039;s page output. There is no need to call any services on the server-side page generation, so publisher won&#039;t depend on PANGAEA&#039;s servers. The trick is: The tab/button/link is initially hidden by CSS. The Javascript part of the publisher&#039;s web page does the request to the REST-based service. Because of same-origin browser limitations, the trick goes back to the same simple initial approach as the banner linking above: The page contains a &amp;quot;banner image&amp;quot;, which is 1 pixel, if we have no data, and has some size if supplementary data are available. This banner is also the fallback, if the client&#039;s computer has no javascript enabled. So it should be placed as a fallback at any place where it fits (e.g. behind the article abstract). The banner appears exactly as described above. It&#039;s an image -  simply the fallback, the link behind goes to a redirect service at PANGAEA that links to the data set (users without javascript simply see this banner-like link). If the image has only 1 pixel of size it is not visible nor easily clickable by users. The URL to this image/redirect service contains the DOI of the publication. The trick for the TAB is to use the image itself as indicator of availability. Javascript on the publisher&#039;s page would simply register for onload-event of the image and on successful load check the image size. If its &amp;gt; 1px, it shows the hidden tab/button/link using JavaScript/CSS. As this all runs on the client&#039;s computer, there will be no delays generating the web pages.&lt;br /&gt;
&lt;br /&gt;
The separate page behind the new tab/button/image on publisher&#039;s site The URL of the iframe would contain our service parameterized by the publication DOI. The URL to the TAB is always available (in case a robot would follow the hidden link behind the TAB). The iframe would only contain an error message from our servers. For your servers there is no difference between availability of supplementary data or not. The new page could contain the Google Map as described below:&lt;br /&gt;
&lt;br /&gt;
== Google-Maps-based &#039;&#039;&#039;javascript / iframe&#039;&#039;&#039; approach (to be discussed / not yet operable) ==&lt;br /&gt;
&lt;br /&gt;
With / or without a separate page on the publisher&#039;s website, the same approach like above can be used to display an iframe with a Google Maps generated by PANGAEA&#039;s servers. Also here, the iframe would be generated by JavaScript, as soon as the banner-based image is larger than 1px.&lt;br /&gt;
&lt;br /&gt;
An idea how this could look like can be seen on a (proprietary) implementation of Elsevier&#039;s ScienceDirect pages (see [[Elsevier-Partnership]]). Elsevier uses an own framework called &amp;quot;EMBED&amp;quot; that is used for this. The approach is much more complicated than described above, because it can be used also to embed other content.&lt;br /&gt;
&lt;br /&gt;
An example can be seen here: {{doi|10.1016/0377-8398(94)00015-F}} - This page has the banner based approach next to the &amp;quot;View Record in Scopus&amp;quot; link somewhere on the bottom-right side and the EMBED top-right.&lt;/div&gt;</summary>
		<author><name>Uwe Schindler</name></author>
	</entry>
	<entry>
		<id>https://wiki.pangaea.de/w/handler?title=Supplementary_Data_links_for_Publishers&amp;diff=5523</id>
		<title>Supplementary Data links for Publishers</title>
		<link rel="alternate" type="text/html" href="https://wiki.pangaea.de/w/handler?title=Supplementary_Data_links_for_Publishers&amp;diff=5523"/>
		<updated>2010-11-05T13:23:51Z</updated>

		<summary type="html">&lt;p&gt;Uwe Schindler: /* Separate &amp;quot;tab&amp;quot; on publisher&amp;#039;s web page (to be discussed / not yet operable) */ remove SD&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;PANGAEA provides several REST-based services to link supplementary data at publisher&#039;s abstract pages:&lt;br /&gt;
&lt;br /&gt;
== Simple REST service for banner-based linking ==&lt;br /&gt;
&lt;br /&gt;
The REST service for banner-based linking provides two functions.&lt;br /&gt;
&lt;br /&gt;
All example URLs are suited only for an &amp;quot;example publisher&amp;quot;. Other publishers will get their custom banner using their own one design requirements. Also for tracking purposes, the URLs below may never be used unmodified for other publishers! Other publishers will get the &amp;quot;/example-publisher/&amp;quot; part of the URL replaced by their name.&lt;br /&gt;
&lt;br /&gt;
=== Linking Banner ===&lt;br /&gt;
REST service generates a GIF image with a banner image, if a data set is available. The encoding of the paper DOI name must be in the same format like dx.doi.org needs it. Any special characters should be urlencoded using the UTF-8 [[Character Set]]. For most DOIs consisting of only ASCII chars, no encoding is needed most times:&lt;br /&gt;
&lt;br /&gt;
 http://linkinghub.pangaea.de/example-publisher/supplementBanner/10.1016/j.margeo.2006.07.006 &lt;br /&gt;
&lt;br /&gt;
If no data is available, the service returns a transparent one-pixel-gif image:&lt;br /&gt;
&lt;br /&gt;
 http://linkinghub.pangaea.de/example-publisher/supplementBanner/10.1016/somefakedoi&lt;br /&gt;
&lt;br /&gt;
This image can be included as SRC-Attribute for a HTML &amp;lt;img/&amp;gt; tag.&lt;br /&gt;
&lt;br /&gt;
=== The second REST service is a resolver/redirector: ===&lt;br /&gt;
&lt;br /&gt;
 http://linkinghub.pangaea.de/example-publisher/redirectToSupplement/10.1016/j.margeo.2006.07.006 &lt;br /&gt;
&lt;br /&gt;
Encoding is the same, only the action is different. This link redirects the user to the supplementary dataset behind the paper DOI name. You may put this URL in a &amp;lt;a href=”…”&amp;gt; around the image. If the image is empty (1 pixel, the user is normally not able to click on it, if he does, he will be directed to an information page on www.pangaea.de, describing that there is no supplement available). If it works you get a 301 redirect (because the linking hub url is not generally available and should not be indexed by search engines, search engines should use the DOI-link of PANGAEA, this is why it is a permanent redirect).&lt;br /&gt;
&lt;br /&gt;
=== General Usage ===&lt;br /&gt;
&lt;br /&gt;
In complete you can insert the following HTML into your artcle abstract webpage (replacing the DOI name to the encoded current article’s DOI name):&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;a href=&amp;quot;http://linkinghub.pangaea.de/example-publisher/redirectToSupplement/10.1016/j.margeo.2006.07.006&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;img src=&amp;quot;http://linkinghub.pangaea.de/example-publisher/supplementBanner/10.1016/j.margeo.2006.07.006&amp;quot; style=&amp;quot;border:none&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In real life the link looks like this:&lt;br /&gt;
&amp;quot;&amp;lt;html&amp;gt;&amp;lt;a href=&amp;quot;http://linkinghub.pangaea.de/example-publisher/redirectToSupplement/10.1016/j.margeo.2006.07.006&amp;quot;&amp;gt;&amp;lt;img src=&amp;quot;http://linkinghub.pangaea.de/example-publisher/supplementBanner/10.1016/j.margeo.2006.07.006&amp;quot; style=&amp;quot;border:none&amp;quot; /&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/html&amp;gt;&amp;quot;, if no supplement available: &amp;quot;&amp;lt;html&amp;gt;&amp;lt;a href=&amp;quot;http://linkinghub.pangaea.de/example-publisher/redirectToSupplement/10.1016/somefakedoi&amp;quot;&amp;gt;&amp;lt;img src=&amp;quot;http://linkinghub.pangaea.de/example-publisher/supplementBanner/10.1016/somefakedoi&amp;quot; style=&amp;quot;border:none&amp;quot; /&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/html&amp;gt;&amp;quot; (you should see nothing)&lt;br /&gt;
&lt;br /&gt;
== Harvesting approach (to be discussed) ==&lt;br /&gt;
&lt;br /&gt;
A straightforward approach could be offered through harvesting our metadata on a regular base (once a day or so via OAI-PMH or more simple through a REST based service delivering the list of available supplementary data sets for specific publisher). This would let the publisher know in advance which articles do have supplementary data. This approach would also satisfy any general interest in PANGAEA&#039;s metadata, in particular with respect to articles related to data sets.&lt;br /&gt;
&lt;br /&gt;
== Separate &amp;quot;tab&amp;quot; on publisher&#039;s web page (to be discussed / not yet operable) ==&lt;br /&gt;
&lt;br /&gt;
A naive approach would be to add some server-executed code to publisher&#039;s backend page generator that prints out the abstract page (JSP/Servlet, PHP, ASP,...). This code on publisher&#039;s side calls a REST-based webservice on PANGAEA&#039;s side that requests the availability of data. Input parameter would be the DOI of the publication. Based on that, an additional tab/button/link whatever is printed out. When the user clicks on the tab/button/link, our content could be embedded on a newly generated page(e.g. based on a 100% iframe inside the publisher&#039;s website).&lt;br /&gt;
&lt;br /&gt;
The main problem with this approach is the very close linkage between PANGAEA&#039;s and publisher&#039;s services, as the code runs on publisher&#039;s server and depends on the request to PANGAEA&#039;s webservice. In case of failures, network problems etc. page generation on your side would be halted or delayed. Although PANGAEA has a high availability (&amp;gt;99.9%) this would cause problems on your side. This is not acceptable. The main problem is simply the dynamic display of the tab.&lt;br /&gt;
&lt;br /&gt;
A further solution is client-based: The idea is to always add the tab/buttin/link to publisher&#039;s page output. There is no need to call any services on the server-side page generation, so publisher won&#039;t depend on PANGAEA&#039;s servers. The trick is: The tab/button/link is initially hidden by CSS. The Javascript part of the publisher&#039;s web page does the request to the REST-based service. Because of same-origin browser limitations, the trick goes back to the same simple initial approach as the banner linking above: The page contains a &amp;quot;banner image&amp;quot;, which is 1 pixel, if we have no data, and has some size if supplementary data are available. This banner is also the fallback, if the client&#039;s computer has no javascript enabled. So it should be placed as a fallback at any place where it fits (e.g. behind the article abstract). The banner appears exactly as described above. It&#039;s an image -  simply the fallback, the link behind goes to a redirect service at PANGAEA that links to the data set (users without javascript simply see this banner-like link). If the image has only 1 pixel of size it is not visible nor easily clickable by users. The URL to this image/redirect service contains the DOI of the publication. The trick for the TAB is to use the image itself as indicator of availability. Javascript on the publisher&#039;s page would simply register for onload-event of the image and on successful load check the image size. If its &amp;gt; 1px, it shows the hidden tab/button/link using JavaScript/CSS. As this all runs on the client&#039;s computer, there will be no delays generating the web pages.&lt;br /&gt;
&lt;br /&gt;
The separate page behind the new tab/button/image on publisher&#039;s site The URL of the iframe would contain our service parameterized by the publication DOI. The URL to the TAB is always available (in case a robot would follow the hidden link behind the TAB). The iframe would only contain an error message from our servers. For your servers there is no difference between availability of supplementary data or not. The new page could contain the Google Map as described below:&lt;br /&gt;
&lt;br /&gt;
== Google-Maps-based &#039;&#039;&#039;javascript / iframe&#039;&#039;&#039; approach (to be discussed / not yet operable) ==&lt;br /&gt;
&lt;br /&gt;
With / or without a separate page on the publisher&#039;s website, the same approach like above can be used to display an iframe with a Google Maps generated by PANGAEA&#039;s servers. Also here, the iframe would be generated by JavaScript, as soon as the banner-based image is larger than 1px.&lt;br /&gt;
&lt;br /&gt;
An idea how this could look like can be seen on a (proprietary) implementation of Elsevier&#039;s ScienceDirect pages (see [[Elsevier-Partnership]]). Elsevier uses an own framework called &amp;quot;EMBED&amp;quot; that is used for this. The approach is much more complicated than described above, because it can be used also to embed other content.&lt;br /&gt;
&lt;br /&gt;
An example can be seen here: {{doi|10.1016/S0098-3004(01)00112-1}} - This page has the banner based approach next to the &amp;quot;View Record in Scopus&amp;quot; link somewhere on the bottom-right side and the EMBED top-right.&lt;/div&gt;</summary>
		<author><name>Uwe Schindler</name></author>
	</entry>
	<entry>
		<id>https://wiki.pangaea.de/w/handler?title=Supplementary_Data_links_for_Publishers&amp;diff=5522</id>
		<title>Supplementary Data links for Publishers</title>
		<link rel="alternate" type="text/html" href="https://wiki.pangaea.de/w/handler?title=Supplementary_Data_links_for_Publishers&amp;diff=5522"/>
		<updated>2010-11-05T13:22:46Z</updated>

		<summary type="html">&lt;p&gt;Uwe Schindler: /* Google-Maps-based javascript / iframe approach (to be discussed / not yet operable) */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;PANGAEA provides several REST-based services to link supplementary data at publisher&#039;s abstract pages:&lt;br /&gt;
&lt;br /&gt;
== Simple REST service for banner-based linking ==&lt;br /&gt;
&lt;br /&gt;
The REST service for banner-based linking provides two functions.&lt;br /&gt;
&lt;br /&gt;
All example URLs are suited only for an &amp;quot;example publisher&amp;quot;. Other publishers will get their custom banner using their own one design requirements. Also for tracking purposes, the URLs below may never be used unmodified for other publishers! Other publishers will get the &amp;quot;/example-publisher/&amp;quot; part of the URL replaced by their name.&lt;br /&gt;
&lt;br /&gt;
=== Linking Banner ===&lt;br /&gt;
REST service generates a GIF image with a banner image, if a data set is available. The encoding of the paper DOI name must be in the same format like dx.doi.org needs it. Any special characters should be urlencoded using the UTF-8 [[Character Set]]. For most DOIs consisting of only ASCII chars, no encoding is needed most times:&lt;br /&gt;
&lt;br /&gt;
 http://linkinghub.pangaea.de/example-publisher/supplementBanner/10.1016/j.margeo.2006.07.006 &lt;br /&gt;
&lt;br /&gt;
If no data is available, the service returns a transparent one-pixel-gif image:&lt;br /&gt;
&lt;br /&gt;
 http://linkinghub.pangaea.de/example-publisher/supplementBanner/10.1016/somefakedoi&lt;br /&gt;
&lt;br /&gt;
This image can be included as SRC-Attribute for a HTML &amp;lt;img/&amp;gt; tag.&lt;br /&gt;
&lt;br /&gt;
=== The second REST service is a resolver/redirector: ===&lt;br /&gt;
&lt;br /&gt;
 http://linkinghub.pangaea.de/example-publisher/redirectToSupplement/10.1016/j.margeo.2006.07.006 &lt;br /&gt;
&lt;br /&gt;
Encoding is the same, only the action is different. This link redirects the user to the supplementary dataset behind the paper DOI name. You may put this URL in a &amp;lt;a href=”…”&amp;gt; around the image. If the image is empty (1 pixel, the user is normally not able to click on it, if he does, he will be directed to an information page on www.pangaea.de, describing that there is no supplement available). If it works you get a 301 redirect (because the linking hub url is not generally available and should not be indexed by search engines, search engines should use the DOI-link of PANGAEA, this is why it is a permanent redirect).&lt;br /&gt;
&lt;br /&gt;
=== General Usage ===&lt;br /&gt;
&lt;br /&gt;
In complete you can insert the following HTML into your artcle abstract webpage (replacing the DOI name to the encoded current article’s DOI name):&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;a href=&amp;quot;http://linkinghub.pangaea.de/example-publisher/redirectToSupplement/10.1016/j.margeo.2006.07.006&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;img src=&amp;quot;http://linkinghub.pangaea.de/example-publisher/supplementBanner/10.1016/j.margeo.2006.07.006&amp;quot; style=&amp;quot;border:none&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In real life the link looks like this:&lt;br /&gt;
&amp;quot;&amp;lt;html&amp;gt;&amp;lt;a href=&amp;quot;http://linkinghub.pangaea.de/example-publisher/redirectToSupplement/10.1016/j.margeo.2006.07.006&amp;quot;&amp;gt;&amp;lt;img src=&amp;quot;http://linkinghub.pangaea.de/example-publisher/supplementBanner/10.1016/j.margeo.2006.07.006&amp;quot; style=&amp;quot;border:none&amp;quot; /&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/html&amp;gt;&amp;quot;, if no supplement available: &amp;quot;&amp;lt;html&amp;gt;&amp;lt;a href=&amp;quot;http://linkinghub.pangaea.de/example-publisher/redirectToSupplement/10.1016/somefakedoi&amp;quot;&amp;gt;&amp;lt;img src=&amp;quot;http://linkinghub.pangaea.de/example-publisher/supplementBanner/10.1016/somefakedoi&amp;quot; style=&amp;quot;border:none&amp;quot; /&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/html&amp;gt;&amp;quot; (you should see nothing)&lt;br /&gt;
&lt;br /&gt;
== Harvesting approach (to be discussed) ==&lt;br /&gt;
&lt;br /&gt;
A straightforward approach could be offered through harvesting our metadata on a regular base (once a day or so via OAI-PMH or more simple through a REST based service delivering the list of available supplementary data sets for specific publisher). This would let the publisher know in advance which articles do have supplementary data. This approach would also satisfy any general interest in PANGAEA&#039;s metadata, in particular with respect to articles related to data sets.&lt;br /&gt;
&lt;br /&gt;
== Separate &amp;quot;tab&amp;quot; on publisher&#039;s web page (to be discussed / not yet operable) ==&lt;br /&gt;
&lt;br /&gt;
A naive approach would be to add some server-executed code to publisher&#039;s backend page generator that prints out the abstract page (JSP/Servlet, PHP, ASP,...). This code on publisher&#039;s side calls a REST-based webservice on PANGAEA&#039;s side that requests the availability of data. Input parameter would be the DOI of the publication. Based on that, an additional tab/button/link whatever is printed out. When the user clicks on the tab/button/link, our content could be embedded on a newly generated page(e.g. based on a 100% iframe inside the publisher&#039;s website).&lt;br /&gt;
&lt;br /&gt;
The main problem with this approach is the very close linkage between PANGAEA&#039;s and publisher&#039;s services, as the code runs on publisher&#039;s server and depends on the request to PANGAEA&#039;s webservice. In case of failures, network problems etc. page generation on your side would be halted or delayed. Although PANGAEA has a high availability (&amp;gt;99.9%) this would cause problems on your side. This is not acceptable. The main problem is simply the dynamic display of the tab.&lt;br /&gt;
&lt;br /&gt;
A further solution is client-based (this is more similar to the approach used at ScienceDirect&#039;s PANGAEA map): The idea is to always add the tab/buttin/link to publisher&#039;s page output. There is no need to call any services on the server-side page generation, so publisher won&#039;t depend on PANGAEA&#039;s servers. The trick is: The tab/button/link is initially hidden by CSS. The Javascript part of the publisher&#039;s web page does the request to the REST-based service. Because of same-origin browser limitations, the trick goes back to the same simple initial approach as the banner linking above: The page contains a &amp;quot;banner image&amp;quot;, which is 1 pixel, if we have no data, and has some size if supplementary data are available. This banner is also the fallback, if the client&#039;s computer has no javascript enabled. So it should be placed as a fallback at any place where it fits (e.g. behind the article abstract). The banner appears exactly as described above. It&#039;s an image -  simply the fallback, the link behind goes to a redirect service at PANGAEA that links to the data set (users without javascript simply see this banner-like link). If the image has only 1 pixel of size it is not visible nor easily clickable by users. The URL to this image/redirect service contains the DOI of the publication. The trick for the TAB is to use the image itself as indicator of availability. Javascript on the publisher&#039;s page would simply register for onload-event of the image and on successful load check the image size. If its &amp;gt; 1px, it shows the hidden tab/button/link using JavaScript/CSS. As this all runs on the client&#039;s computer, there will be no delays generating the web pages.&lt;br /&gt;
&lt;br /&gt;
The separate page behind the new tab/button/image on publisher&#039;s site The URL of the iframe would contain our service parameterized by the publication DOI. The URL to the TAB is always available (in case a robot would follow the hidden link behind the TAB). The iframe would only contain an error message from our servers. For your servers there is no difference between availability of supplementary data or not. The new page could contain the Google Map as described below:&lt;br /&gt;
&lt;br /&gt;
== Google-Maps-based &#039;&#039;&#039;javascript / iframe&#039;&#039;&#039; approach (to be discussed / not yet operable) ==&lt;br /&gt;
&lt;br /&gt;
With / or without a separate page on the publisher&#039;s website, the same approach like above can be used to display an iframe with a Google Maps generated by PANGAEA&#039;s servers. Also here, the iframe would be generated by JavaScript, as soon as the banner-based image is larger than 1px.&lt;br /&gt;
&lt;br /&gt;
An idea how this could look like can be seen on a (proprietary) implementation of Elsevier&#039;s ScienceDirect pages (see [[Elsevier-Partnership]]). Elsevier uses an own framework called &amp;quot;EMBED&amp;quot; that is used for this. The approach is much more complicated than described above, because it can be used also to embed other content.&lt;br /&gt;
&lt;br /&gt;
An example can be seen here: {{doi|10.1016/S0098-3004(01)00112-1}} - This page has the banner based approach next to the &amp;quot;View Record in Scopus&amp;quot; link somewhere on the bottom-right side and the EMBED top-right.&lt;/div&gt;</summary>
		<author><name>Uwe Schindler</name></author>
	</entry>
	<entry>
		<id>https://wiki.pangaea.de/w/handler?title=Supplementary_Data_links_for_Publishers&amp;diff=5521</id>
		<title>Supplementary Data links for Publishers</title>
		<link rel="alternate" type="text/html" href="https://wiki.pangaea.de/w/handler?title=Supplementary_Data_links_for_Publishers&amp;diff=5521"/>
		<updated>2010-11-05T13:22:11Z</updated>

		<summary type="html">&lt;p&gt;Uwe Schindler: /* Google-Maps-based javascript / iframe approach (to be discussed / not yet operable) */ add link&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;PANGAEA provides several REST-based services to link supplementary data at publisher&#039;s abstract pages:&lt;br /&gt;
&lt;br /&gt;
== Simple REST service for banner-based linking ==&lt;br /&gt;
&lt;br /&gt;
The REST service for banner-based linking provides two functions.&lt;br /&gt;
&lt;br /&gt;
All example URLs are suited only for an &amp;quot;example publisher&amp;quot;. Other publishers will get their custom banner using their own one design requirements. Also for tracking purposes, the URLs below may never be used unmodified for other publishers! Other publishers will get the &amp;quot;/example-publisher/&amp;quot; part of the URL replaced by their name.&lt;br /&gt;
&lt;br /&gt;
=== Linking Banner ===&lt;br /&gt;
REST service generates a GIF image with a banner image, if a data set is available. The encoding of the paper DOI name must be in the same format like dx.doi.org needs it. Any special characters should be urlencoded using the UTF-8 [[Character Set]]. For most DOIs consisting of only ASCII chars, no encoding is needed most times:&lt;br /&gt;
&lt;br /&gt;
 http://linkinghub.pangaea.de/example-publisher/supplementBanner/10.1016/j.margeo.2006.07.006 &lt;br /&gt;
&lt;br /&gt;
If no data is available, the service returns a transparent one-pixel-gif image:&lt;br /&gt;
&lt;br /&gt;
 http://linkinghub.pangaea.de/example-publisher/supplementBanner/10.1016/somefakedoi&lt;br /&gt;
&lt;br /&gt;
This image can be included as SRC-Attribute for a HTML &amp;lt;img/&amp;gt; tag.&lt;br /&gt;
&lt;br /&gt;
=== The second REST service is a resolver/redirector: ===&lt;br /&gt;
&lt;br /&gt;
 http://linkinghub.pangaea.de/example-publisher/redirectToSupplement/10.1016/j.margeo.2006.07.006 &lt;br /&gt;
&lt;br /&gt;
Encoding is the same, only the action is different. This link redirects the user to the supplementary dataset behind the paper DOI name. You may put this URL in a &amp;lt;a href=”…”&amp;gt; around the image. If the image is empty (1 pixel, the user is normally not able to click on it, if he does, he will be directed to an information page on www.pangaea.de, describing that there is no supplement available). If it works you get a 301 redirect (because the linking hub url is not generally available and should not be indexed by search engines, search engines should use the DOI-link of PANGAEA, this is why it is a permanent redirect).&lt;br /&gt;
&lt;br /&gt;
=== General Usage ===&lt;br /&gt;
&lt;br /&gt;
In complete you can insert the following HTML into your artcle abstract webpage (replacing the DOI name to the encoded current article’s DOI name):&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;a href=&amp;quot;http://linkinghub.pangaea.de/example-publisher/redirectToSupplement/10.1016/j.margeo.2006.07.006&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;img src=&amp;quot;http://linkinghub.pangaea.de/example-publisher/supplementBanner/10.1016/j.margeo.2006.07.006&amp;quot; style=&amp;quot;border:none&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In real life the link looks like this:&lt;br /&gt;
&amp;quot;&amp;lt;html&amp;gt;&amp;lt;a href=&amp;quot;http://linkinghub.pangaea.de/example-publisher/redirectToSupplement/10.1016/j.margeo.2006.07.006&amp;quot;&amp;gt;&amp;lt;img src=&amp;quot;http://linkinghub.pangaea.de/example-publisher/supplementBanner/10.1016/j.margeo.2006.07.006&amp;quot; style=&amp;quot;border:none&amp;quot; /&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/html&amp;gt;&amp;quot;, if no supplement available: &amp;quot;&amp;lt;html&amp;gt;&amp;lt;a href=&amp;quot;http://linkinghub.pangaea.de/example-publisher/redirectToSupplement/10.1016/somefakedoi&amp;quot;&amp;gt;&amp;lt;img src=&amp;quot;http://linkinghub.pangaea.de/example-publisher/supplementBanner/10.1016/somefakedoi&amp;quot; style=&amp;quot;border:none&amp;quot; /&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/html&amp;gt;&amp;quot; (you should see nothing)&lt;br /&gt;
&lt;br /&gt;
== Harvesting approach (to be discussed) ==&lt;br /&gt;
&lt;br /&gt;
A straightforward approach could be offered through harvesting our metadata on a regular base (once a day or so via OAI-PMH or more simple through a REST based service delivering the list of available supplementary data sets for specific publisher). This would let the publisher know in advance which articles do have supplementary data. This approach would also satisfy any general interest in PANGAEA&#039;s metadata, in particular with respect to articles related to data sets.&lt;br /&gt;
&lt;br /&gt;
== Separate &amp;quot;tab&amp;quot; on publisher&#039;s web page (to be discussed / not yet operable) ==&lt;br /&gt;
&lt;br /&gt;
A naive approach would be to add some server-executed code to publisher&#039;s backend page generator that prints out the abstract page (JSP/Servlet, PHP, ASP,...). This code on publisher&#039;s side calls a REST-based webservice on PANGAEA&#039;s side that requests the availability of data. Input parameter would be the DOI of the publication. Based on that, an additional tab/button/link whatever is printed out. When the user clicks on the tab/button/link, our content could be embedded on a newly generated page(e.g. based on a 100% iframe inside the publisher&#039;s website).&lt;br /&gt;
&lt;br /&gt;
The main problem with this approach is the very close linkage between PANGAEA&#039;s and publisher&#039;s services, as the code runs on publisher&#039;s server and depends on the request to PANGAEA&#039;s webservice. In case of failures, network problems etc. page generation on your side would be halted or delayed. Although PANGAEA has a high availability (&amp;gt;99.9%) this would cause problems on your side. This is not acceptable. The main problem is simply the dynamic display of the tab.&lt;br /&gt;
&lt;br /&gt;
A further solution is client-based (this is more similar to the approach used at ScienceDirect&#039;s PANGAEA map): The idea is to always add the tab/buttin/link to publisher&#039;s page output. There is no need to call any services on the server-side page generation, so publisher won&#039;t depend on PANGAEA&#039;s servers. The trick is: The tab/button/link is initially hidden by CSS. The Javascript part of the publisher&#039;s web page does the request to the REST-based service. Because of same-origin browser limitations, the trick goes back to the same simple initial approach as the banner linking above: The page contains a &amp;quot;banner image&amp;quot;, which is 1 pixel, if we have no data, and has some size if supplementary data are available. This banner is also the fallback, if the client&#039;s computer has no javascript enabled. So it should be placed as a fallback at any place where it fits (e.g. behind the article abstract). The banner appears exactly as described above. It&#039;s an image -  simply the fallback, the link behind goes to a redirect service at PANGAEA that links to the data set (users without javascript simply see this banner-like link). If the image has only 1 pixel of size it is not visible nor easily clickable by users. The URL to this image/redirect service contains the DOI of the publication. The trick for the TAB is to use the image itself as indicator of availability. Javascript on the publisher&#039;s page would simply register for onload-event of the image and on successful load check the image size. If its &amp;gt; 1px, it shows the hidden tab/button/link using JavaScript/CSS. As this all runs on the client&#039;s computer, there will be no delays generating the web pages.&lt;br /&gt;
&lt;br /&gt;
The separate page behind the new tab/button/image on publisher&#039;s site The URL of the iframe would contain our service parameterized by the publication DOI. The URL to the TAB is always available (in case a robot would follow the hidden link behind the TAB). The iframe would only contain an error message from our servers. For your servers there is no difference between availability of supplementary data or not. The new page could contain the Google Map as described below:&lt;br /&gt;
&lt;br /&gt;
== Google-Maps-based &#039;&#039;&#039;javascript / iframe&#039;&#039;&#039; approach (to be discussed / not yet operable) ==&lt;br /&gt;
&lt;br /&gt;
With / or without a separate page on the publisher&#039;s website, the same approach like above can be used to display an iframe with a Google Maps generated by PANGAEA&#039;s servers. Also here, the iframe would be generated by JavaScript, as soon as the banner-based image is larger than 1px.&lt;br /&gt;
&lt;br /&gt;
An idea how this could look like can be seen on a (proprietary) implementation of Elsevier&#039;s ScienceDirect pages (see [[Elsevier-Partnership]]). Elsevier uses an own framework called &amp;quot;EMBED&amp;quot; that is used for this. The approach is much more complicated then described above, because it can be used also to embed other content.&lt;br /&gt;
&lt;br /&gt;
An example can be seen here: {{doi|10.1016/S0098-3004(01)00112-1}} - This page has the banner based approach next to the &amp;quot;View Record in Scopus&amp;quot; link somewhere on the bottom-right side and the EMBED top-right.&lt;/div&gt;</summary>
		<author><name>Uwe Schindler</name></author>
	</entry>
	<entry>
		<id>https://wiki.pangaea.de/w/handler?title=Supplementary_Data_links_for_Publishers&amp;diff=5520</id>
		<title>Supplementary Data links for Publishers</title>
		<link rel="alternate" type="text/html" href="https://wiki.pangaea.de/w/handler?title=Supplementary_Data_links_for_Publishers&amp;diff=5520"/>
		<updated>2010-11-05T13:20:30Z</updated>

		<summary type="html">&lt;p&gt;Uwe Schindler: /* Google-Maps-based javascript / iframe approach (to be discussed / not yet operable) */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;PANGAEA provides several REST-based services to link supplementary data at publisher&#039;s abstract pages:&lt;br /&gt;
&lt;br /&gt;
== Simple REST service for banner-based linking ==&lt;br /&gt;
&lt;br /&gt;
The REST service for banner-based linking provides two functions.&lt;br /&gt;
&lt;br /&gt;
All example URLs are suited only for an &amp;quot;example publisher&amp;quot;. Other publishers will get their custom banner using their own one design requirements. Also for tracking purposes, the URLs below may never be used unmodified for other publishers! Other publishers will get the &amp;quot;/example-publisher/&amp;quot; part of the URL replaced by their name.&lt;br /&gt;
&lt;br /&gt;
=== Linking Banner ===&lt;br /&gt;
REST service generates a GIF image with a banner image, if a data set is available. The encoding of the paper DOI name must be in the same format like dx.doi.org needs it. Any special characters should be urlencoded using the UTF-8 [[Character Set]]. For most DOIs consisting of only ASCII chars, no encoding is needed most times:&lt;br /&gt;
&lt;br /&gt;
 http://linkinghub.pangaea.de/example-publisher/supplementBanner/10.1016/j.margeo.2006.07.006 &lt;br /&gt;
&lt;br /&gt;
If no data is available, the service returns a transparent one-pixel-gif image:&lt;br /&gt;
&lt;br /&gt;
 http://linkinghub.pangaea.de/example-publisher/supplementBanner/10.1016/somefakedoi&lt;br /&gt;
&lt;br /&gt;
This image can be included as SRC-Attribute for a HTML &amp;lt;img/&amp;gt; tag.&lt;br /&gt;
&lt;br /&gt;
=== The second REST service is a resolver/redirector: ===&lt;br /&gt;
&lt;br /&gt;
 http://linkinghub.pangaea.de/example-publisher/redirectToSupplement/10.1016/j.margeo.2006.07.006 &lt;br /&gt;
&lt;br /&gt;
Encoding is the same, only the action is different. This link redirects the user to the supplementary dataset behind the paper DOI name. You may put this URL in a &amp;lt;a href=”…”&amp;gt; around the image. If the image is empty (1 pixel, the user is normally not able to click on it, if he does, he will be directed to an information page on www.pangaea.de, describing that there is no supplement available). If it works you get a 301 redirect (because the linking hub url is not generally available and should not be indexed by search engines, search engines should use the DOI-link of PANGAEA, this is why it is a permanent redirect).&lt;br /&gt;
&lt;br /&gt;
=== General Usage ===&lt;br /&gt;
&lt;br /&gt;
In complete you can insert the following HTML into your artcle abstract webpage (replacing the DOI name to the encoded current article’s DOI name):&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;a href=&amp;quot;http://linkinghub.pangaea.de/example-publisher/redirectToSupplement/10.1016/j.margeo.2006.07.006&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;img src=&amp;quot;http://linkinghub.pangaea.de/example-publisher/supplementBanner/10.1016/j.margeo.2006.07.006&amp;quot; style=&amp;quot;border:none&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In real life the link looks like this:&lt;br /&gt;
&amp;quot;&amp;lt;html&amp;gt;&amp;lt;a href=&amp;quot;http://linkinghub.pangaea.de/example-publisher/redirectToSupplement/10.1016/j.margeo.2006.07.006&amp;quot;&amp;gt;&amp;lt;img src=&amp;quot;http://linkinghub.pangaea.de/example-publisher/supplementBanner/10.1016/j.margeo.2006.07.006&amp;quot; style=&amp;quot;border:none&amp;quot; /&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/html&amp;gt;&amp;quot;, if no supplement available: &amp;quot;&amp;lt;html&amp;gt;&amp;lt;a href=&amp;quot;http://linkinghub.pangaea.de/example-publisher/redirectToSupplement/10.1016/somefakedoi&amp;quot;&amp;gt;&amp;lt;img src=&amp;quot;http://linkinghub.pangaea.de/example-publisher/supplementBanner/10.1016/somefakedoi&amp;quot; style=&amp;quot;border:none&amp;quot; /&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/html&amp;gt;&amp;quot; (you should see nothing)&lt;br /&gt;
&lt;br /&gt;
== Harvesting approach (to be discussed) ==&lt;br /&gt;
&lt;br /&gt;
A straightforward approach could be offered through harvesting our metadata on a regular base (once a day or so via OAI-PMH or more simple through a REST based service delivering the list of available supplementary data sets for specific publisher). This would let the publisher know in advance which articles do have supplementary data. This approach would also satisfy any general interest in PANGAEA&#039;s metadata, in particular with respect to articles related to data sets.&lt;br /&gt;
&lt;br /&gt;
== Separate &amp;quot;tab&amp;quot; on publisher&#039;s web page (to be discussed / not yet operable) ==&lt;br /&gt;
&lt;br /&gt;
A naive approach would be to add some server-executed code to publisher&#039;s backend page generator that prints out the abstract page (JSP/Servlet, PHP, ASP,...). This code on publisher&#039;s side calls a REST-based webservice on PANGAEA&#039;s side that requests the availability of data. Input parameter would be the DOI of the publication. Based on that, an additional tab/button/link whatever is printed out. When the user clicks on the tab/button/link, our content could be embedded on a newly generated page(e.g. based on a 100% iframe inside the publisher&#039;s website).&lt;br /&gt;
&lt;br /&gt;
The main problem with this approach is the very close linkage between PANGAEA&#039;s and publisher&#039;s services, as the code runs on publisher&#039;s server and depends on the request to PANGAEA&#039;s webservice. In case of failures, network problems etc. page generation on your side would be halted or delayed. Although PANGAEA has a high availability (&amp;gt;99.9%) this would cause problems on your side. This is not acceptable. The main problem is simply the dynamic display of the tab.&lt;br /&gt;
&lt;br /&gt;
A further solution is client-based (this is more similar to the approach used at ScienceDirect&#039;s PANGAEA map): The idea is to always add the tab/buttin/link to publisher&#039;s page output. There is no need to call any services on the server-side page generation, so publisher won&#039;t depend on PANGAEA&#039;s servers. The trick is: The tab/button/link is initially hidden by CSS. The Javascript part of the publisher&#039;s web page does the request to the REST-based service. Because of same-origin browser limitations, the trick goes back to the same simple initial approach as the banner linking above: The page contains a &amp;quot;banner image&amp;quot;, which is 1 pixel, if we have no data, and has some size if supplementary data are available. This banner is also the fallback, if the client&#039;s computer has no javascript enabled. So it should be placed as a fallback at any place where it fits (e.g. behind the article abstract). The banner appears exactly as described above. It&#039;s an image -  simply the fallback, the link behind goes to a redirect service at PANGAEA that links to the data set (users without javascript simply see this banner-like link). If the image has only 1 pixel of size it is not visible nor easily clickable by users. The URL to this image/redirect service contains the DOI of the publication. The trick for the TAB is to use the image itself as indicator of availability. Javascript on the publisher&#039;s page would simply register for onload-event of the image and on successful load check the image size. If its &amp;gt; 1px, it shows the hidden tab/button/link using JavaScript/CSS. As this all runs on the client&#039;s computer, there will be no delays generating the web pages.&lt;br /&gt;
&lt;br /&gt;
The separate page behind the new tab/button/image on publisher&#039;s site The URL of the iframe would contain our service parameterized by the publication DOI. The URL to the TAB is always available (in case a robot would follow the hidden link behind the TAB). The iframe would only contain an error message from our servers. For your servers there is no difference between availability of supplementary data or not. The new page could contain the Google Map as described below:&lt;br /&gt;
&lt;br /&gt;
== Google-Maps-based &#039;&#039;&#039;javascript / iframe&#039;&#039;&#039; approach (to be discussed / not yet operable) ==&lt;br /&gt;
&lt;br /&gt;
With / or without a separate page on the publisher&#039;s website, the same approach like above can be used to display an iframe with a Google Maps generated by PANGAEA&#039;s servers. Also here, the iframe would be generated by JavaScript, as soon as the banner-based image is larger than 1px.&lt;br /&gt;
&lt;br /&gt;
An idea how this could look like can be seen on a (proprietary) implementation of Elsevier&#039;s ScienceDirect pages. Elsevier uses an own framework called &amp;quot;EMBED&amp;quot; that is used for this. The approach is much more complicated then described above, because it can be used also to embed other content.&lt;br /&gt;
&lt;br /&gt;
An example can be seen here: {{doi|10.1016/S0098-3004(01)00112-1}} - This page has the banner based approach next to the &amp;quot;View Record in Scopus&amp;quot; link somewhere on the bottom-right side and the EMBED top-right.&lt;/div&gt;</summary>
		<author><name>Uwe Schindler</name></author>
	</entry>
	<entry>
		<id>https://wiki.pangaea.de/w/handler?title=Supplementary_Data_links_for_Publishers&amp;diff=5519</id>
		<title>Supplementary Data links for Publishers</title>
		<link rel="alternate" type="text/html" href="https://wiki.pangaea.de/w/handler?title=Supplementary_Data_links_for_Publishers&amp;diff=5519"/>
		<updated>2010-11-05T13:19:44Z</updated>

		<summary type="html">&lt;p&gt;Uwe Schindler: /* Google-Maps-based javascript / iframe approach (to be discussed / not yet operable) */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;PANGAEA provides several REST-based services to link supplementary data at publisher&#039;s abstract pages:&lt;br /&gt;
&lt;br /&gt;
== Simple REST service for banner-based linking ==&lt;br /&gt;
&lt;br /&gt;
The REST service for banner-based linking provides two functions.&lt;br /&gt;
&lt;br /&gt;
All example URLs are suited only for an &amp;quot;example publisher&amp;quot;. Other publishers will get their custom banner using their own one design requirements. Also for tracking purposes, the URLs below may never be used unmodified for other publishers! Other publishers will get the &amp;quot;/example-publisher/&amp;quot; part of the URL replaced by their name.&lt;br /&gt;
&lt;br /&gt;
=== Linking Banner ===&lt;br /&gt;
REST service generates a GIF image with a banner image, if a data set is available. The encoding of the paper DOI name must be in the same format like dx.doi.org needs it. Any special characters should be urlencoded using the UTF-8 [[Character Set]]. For most DOIs consisting of only ASCII chars, no encoding is needed most times:&lt;br /&gt;
&lt;br /&gt;
 http://linkinghub.pangaea.de/example-publisher/supplementBanner/10.1016/j.margeo.2006.07.006 &lt;br /&gt;
&lt;br /&gt;
If no data is available, the service returns a transparent one-pixel-gif image:&lt;br /&gt;
&lt;br /&gt;
 http://linkinghub.pangaea.de/example-publisher/supplementBanner/10.1016/somefakedoi&lt;br /&gt;
&lt;br /&gt;
This image can be included as SRC-Attribute for a HTML &amp;lt;img/&amp;gt; tag.&lt;br /&gt;
&lt;br /&gt;
=== The second REST service is a resolver/redirector: ===&lt;br /&gt;
&lt;br /&gt;
 http://linkinghub.pangaea.de/example-publisher/redirectToSupplement/10.1016/j.margeo.2006.07.006 &lt;br /&gt;
&lt;br /&gt;
Encoding is the same, only the action is different. This link redirects the user to the supplementary dataset behind the paper DOI name. You may put this URL in a &amp;lt;a href=”…”&amp;gt; around the image. If the image is empty (1 pixel, the user is normally not able to click on it, if he does, he will be directed to an information page on www.pangaea.de, describing that there is no supplement available). If it works you get a 301 redirect (because the linking hub url is not generally available and should not be indexed by search engines, search engines should use the DOI-link of PANGAEA, this is why it is a permanent redirect).&lt;br /&gt;
&lt;br /&gt;
=== General Usage ===&lt;br /&gt;
&lt;br /&gt;
In complete you can insert the following HTML into your artcle abstract webpage (replacing the DOI name to the encoded current article’s DOI name):&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;a href=&amp;quot;http://linkinghub.pangaea.de/example-publisher/redirectToSupplement/10.1016/j.margeo.2006.07.006&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;img src=&amp;quot;http://linkinghub.pangaea.de/example-publisher/supplementBanner/10.1016/j.margeo.2006.07.006&amp;quot; style=&amp;quot;border:none&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In real life the link looks like this:&lt;br /&gt;
&amp;quot;&amp;lt;html&amp;gt;&amp;lt;a href=&amp;quot;http://linkinghub.pangaea.de/example-publisher/redirectToSupplement/10.1016/j.margeo.2006.07.006&amp;quot;&amp;gt;&amp;lt;img src=&amp;quot;http://linkinghub.pangaea.de/example-publisher/supplementBanner/10.1016/j.margeo.2006.07.006&amp;quot; style=&amp;quot;border:none&amp;quot; /&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/html&amp;gt;&amp;quot;, if no supplement available: &amp;quot;&amp;lt;html&amp;gt;&amp;lt;a href=&amp;quot;http://linkinghub.pangaea.de/example-publisher/redirectToSupplement/10.1016/somefakedoi&amp;quot;&amp;gt;&amp;lt;img src=&amp;quot;http://linkinghub.pangaea.de/example-publisher/supplementBanner/10.1016/somefakedoi&amp;quot; style=&amp;quot;border:none&amp;quot; /&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/html&amp;gt;&amp;quot; (you should see nothing)&lt;br /&gt;
&lt;br /&gt;
== Harvesting approach (to be discussed) ==&lt;br /&gt;
&lt;br /&gt;
A straightforward approach could be offered through harvesting our metadata on a regular base (once a day or so via OAI-PMH or more simple through a REST based service delivering the list of available supplementary data sets for specific publisher). This would let the publisher know in advance which articles do have supplementary data. This approach would also satisfy any general interest in PANGAEA&#039;s metadata, in particular with respect to articles related to data sets.&lt;br /&gt;
&lt;br /&gt;
== Separate &amp;quot;tab&amp;quot; on publisher&#039;s web page (to be discussed / not yet operable) ==&lt;br /&gt;
&lt;br /&gt;
A naive approach would be to add some server-executed code to publisher&#039;s backend page generator that prints out the abstract page (JSP/Servlet, PHP, ASP,...). This code on publisher&#039;s side calls a REST-based webservice on PANGAEA&#039;s side that requests the availability of data. Input parameter would be the DOI of the publication. Based on that, an additional tab/button/link whatever is printed out. When the user clicks on the tab/button/link, our content could be embedded on a newly generated page(e.g. based on a 100% iframe inside the publisher&#039;s website).&lt;br /&gt;
&lt;br /&gt;
The main problem with this approach is the very close linkage between PANGAEA&#039;s and publisher&#039;s services, as the code runs on publisher&#039;s server and depends on the request to PANGAEA&#039;s webservice. In case of failures, network problems etc. page generation on your side would be halted or delayed. Although PANGAEA has a high availability (&amp;gt;99.9%) this would cause problems on your side. This is not acceptable. The main problem is simply the dynamic display of the tab.&lt;br /&gt;
&lt;br /&gt;
A further solution is client-based (this is more similar to the approach used at ScienceDirect&#039;s PANGAEA map): The idea is to always add the tab/buttin/link to publisher&#039;s page output. There is no need to call any services on the server-side page generation, so publisher won&#039;t depend on PANGAEA&#039;s servers. The trick is: The tab/button/link is initially hidden by CSS. The Javascript part of the publisher&#039;s web page does the request to the REST-based service. Because of same-origin browser limitations, the trick goes back to the same simple initial approach as the banner linking above: The page contains a &amp;quot;banner image&amp;quot;, which is 1 pixel, if we have no data, and has some size if supplementary data are available. This banner is also the fallback, if the client&#039;s computer has no javascript enabled. So it should be placed as a fallback at any place where it fits (e.g. behind the article abstract). The banner appears exactly as described above. It&#039;s an image -  simply the fallback, the link behind goes to a redirect service at PANGAEA that links to the data set (users without javascript simply see this banner-like link). If the image has only 1 pixel of size it is not visible nor easily clickable by users. The URL to this image/redirect service contains the DOI of the publication. The trick for the TAB is to use the image itself as indicator of availability. Javascript on the publisher&#039;s page would simply register for onload-event of the image and on successful load check the image size. If its &amp;gt; 1px, it shows the hidden tab/button/link using JavaScript/CSS. As this all runs on the client&#039;s computer, there will be no delays generating the web pages.&lt;br /&gt;
&lt;br /&gt;
The separate page behind the new tab/button/image on publisher&#039;s site The URL of the iframe would contain our service parameterized by the publication DOI. The URL to the TAB is always available (in case a robot would follow the hidden link behind the TAB). The iframe would only contain an error message from our servers. For your servers there is no difference between availability of supplementary data or not. The new page could contain the Google Map as described below:&lt;br /&gt;
&lt;br /&gt;
== Google-Maps-based &#039;&#039;&#039;javascript / iframe&#039;&#039;&#039; approach (to be discussed / not yet operable) ==&lt;br /&gt;
&lt;br /&gt;
With / or without a separate page on the publisher&#039;s website, the same approach like above can be used to display an iframe with a Google Maps generated by PANGAEA&#039;s servers. Also here, the iframe would be generated by JavaScript, as soon as the banner-based image is larger than 1px.&lt;br /&gt;
&lt;br /&gt;
An idea how this could look like can be seen on a (proprietary) implementation of Elsevier&#039;s ScienceDirect pages. Elsevier uses an own framework called &amp;quot;EMBED&amp;quot; that is used for this. The approach is much more complicated then described above, because it can be used also to embed other content.&lt;br /&gt;
&lt;br /&gt;
An example can be seen here: {{doi|10.1016/S0098-3004(01)00112-1}} - This page has the banner based approach next to the &amp;quot;View Record in Scopus&amp;quot; link somewhere on the bootom-right side and the EMBED top-right.&lt;/div&gt;</summary>
		<author><name>Uwe Schindler</name></author>
	</entry>
	<entry>
		<id>https://wiki.pangaea.de/w/handler?title=Supplementary_Data_links_for_Publishers&amp;diff=5518</id>
		<title>Supplementary Data links for Publishers</title>
		<link rel="alternate" type="text/html" href="https://wiki.pangaea.de/w/handler?title=Supplementary_Data_links_for_Publishers&amp;diff=5518"/>
		<updated>2010-11-05T13:18:53Z</updated>

		<summary type="html">&lt;p&gt;Uwe Schindler: /* Google-Maps-based javascript / iframe approach (to be discussed / not yet operable) */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;PANGAEA provides several REST-based services to link supplementary data at publisher&#039;s abstract pages:&lt;br /&gt;
&lt;br /&gt;
== Simple REST service for banner-based linking ==&lt;br /&gt;
&lt;br /&gt;
The REST service for banner-based linking provides two functions.&lt;br /&gt;
&lt;br /&gt;
All example URLs are suited only for an &amp;quot;example publisher&amp;quot;. Other publishers will get their custom banner using their own one design requirements. Also for tracking purposes, the URLs below may never be used unmodified for other publishers! Other publishers will get the &amp;quot;/example-publisher/&amp;quot; part of the URL replaced by their name.&lt;br /&gt;
&lt;br /&gt;
=== Linking Banner ===&lt;br /&gt;
REST service generates a GIF image with a banner image, if a data set is available. The encoding of the paper DOI name must be in the same format like dx.doi.org needs it. Any special characters should be urlencoded using the UTF-8 [[Character Set]]. For most DOIs consisting of only ASCII chars, no encoding is needed most times:&lt;br /&gt;
&lt;br /&gt;
 http://linkinghub.pangaea.de/example-publisher/supplementBanner/10.1016/j.margeo.2006.07.006 &lt;br /&gt;
&lt;br /&gt;
If no data is available, the service returns a transparent one-pixel-gif image:&lt;br /&gt;
&lt;br /&gt;
 http://linkinghub.pangaea.de/example-publisher/supplementBanner/10.1016/somefakedoi&lt;br /&gt;
&lt;br /&gt;
This image can be included as SRC-Attribute for a HTML &amp;lt;img/&amp;gt; tag.&lt;br /&gt;
&lt;br /&gt;
=== The second REST service is a resolver/redirector: ===&lt;br /&gt;
&lt;br /&gt;
 http://linkinghub.pangaea.de/example-publisher/redirectToSupplement/10.1016/j.margeo.2006.07.006 &lt;br /&gt;
&lt;br /&gt;
Encoding is the same, only the action is different. This link redirects the user to the supplementary dataset behind the paper DOI name. You may put this URL in a &amp;lt;a href=”…”&amp;gt; around the image. If the image is empty (1 pixel, the user is normally not able to click on it, if he does, he will be directed to an information page on www.pangaea.de, describing that there is no supplement available). If it works you get a 301 redirect (because the linking hub url is not generally available and should not be indexed by search engines, search engines should use the DOI-link of PANGAEA, this is why it is a permanent redirect).&lt;br /&gt;
&lt;br /&gt;
=== General Usage ===&lt;br /&gt;
&lt;br /&gt;
In complete you can insert the following HTML into your artcle abstract webpage (replacing the DOI name to the encoded current article’s DOI name):&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;a href=&amp;quot;http://linkinghub.pangaea.de/example-publisher/redirectToSupplement/10.1016/j.margeo.2006.07.006&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;img src=&amp;quot;http://linkinghub.pangaea.de/example-publisher/supplementBanner/10.1016/j.margeo.2006.07.006&amp;quot; style=&amp;quot;border:none&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In real life the link looks like this:&lt;br /&gt;
&amp;quot;&amp;lt;html&amp;gt;&amp;lt;a href=&amp;quot;http://linkinghub.pangaea.de/example-publisher/redirectToSupplement/10.1016/j.margeo.2006.07.006&amp;quot;&amp;gt;&amp;lt;img src=&amp;quot;http://linkinghub.pangaea.de/example-publisher/supplementBanner/10.1016/j.margeo.2006.07.006&amp;quot; style=&amp;quot;border:none&amp;quot; /&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/html&amp;gt;&amp;quot;, if no supplement available: &amp;quot;&amp;lt;html&amp;gt;&amp;lt;a href=&amp;quot;http://linkinghub.pangaea.de/example-publisher/redirectToSupplement/10.1016/somefakedoi&amp;quot;&amp;gt;&amp;lt;img src=&amp;quot;http://linkinghub.pangaea.de/example-publisher/supplementBanner/10.1016/somefakedoi&amp;quot; style=&amp;quot;border:none&amp;quot; /&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/html&amp;gt;&amp;quot; (you should see nothing)&lt;br /&gt;
&lt;br /&gt;
== Harvesting approach (to be discussed) ==&lt;br /&gt;
&lt;br /&gt;
A straightforward approach could be offered through harvesting our metadata on a regular base (once a day or so via OAI-PMH or more simple through a REST based service delivering the list of available supplementary data sets for specific publisher). This would let the publisher know in advance which articles do have supplementary data. This approach would also satisfy any general interest in PANGAEA&#039;s metadata, in particular with respect to articles related to data sets.&lt;br /&gt;
&lt;br /&gt;
== Separate &amp;quot;tab&amp;quot; on publisher&#039;s web page (to be discussed / not yet operable) ==&lt;br /&gt;
&lt;br /&gt;
A naive approach would be to add some server-executed code to publisher&#039;s backend page generator that prints out the abstract page (JSP/Servlet, PHP, ASP,...). This code on publisher&#039;s side calls a REST-based webservice on PANGAEA&#039;s side that requests the availability of data. Input parameter would be the DOI of the publication. Based on that, an additional tab/button/link whatever is printed out. When the user clicks on the tab/button/link, our content could be embedded on a newly generated page(e.g. based on a 100% iframe inside the publisher&#039;s website).&lt;br /&gt;
&lt;br /&gt;
The main problem with this approach is the very close linkage between PANGAEA&#039;s and publisher&#039;s services, as the code runs on publisher&#039;s server and depends on the request to PANGAEA&#039;s webservice. In case of failures, network problems etc. page generation on your side would be halted or delayed. Although PANGAEA has a high availability (&amp;gt;99.9%) this would cause problems on your side. This is not acceptable. The main problem is simply the dynamic display of the tab.&lt;br /&gt;
&lt;br /&gt;
A further solution is client-based (this is more similar to the approach used at ScienceDirect&#039;s PANGAEA map): The idea is to always add the tab/buttin/link to publisher&#039;s page output. There is no need to call any services on the server-side page generation, so publisher won&#039;t depend on PANGAEA&#039;s servers. The trick is: The tab/button/link is initially hidden by CSS. The Javascript part of the publisher&#039;s web page does the request to the REST-based service. Because of same-origin browser limitations, the trick goes back to the same simple initial approach as the banner linking above: The page contains a &amp;quot;banner image&amp;quot;, which is 1 pixel, if we have no data, and has some size if supplementary data are available. This banner is also the fallback, if the client&#039;s computer has no javascript enabled. So it should be placed as a fallback at any place where it fits (e.g. behind the article abstract). The banner appears exactly as described above. It&#039;s an image -  simply the fallback, the link behind goes to a redirect service at PANGAEA that links to the data set (users without javascript simply see this banner-like link). If the image has only 1 pixel of size it is not visible nor easily clickable by users. The URL to this image/redirect service contains the DOI of the publication. The trick for the TAB is to use the image itself as indicator of availability. Javascript on the publisher&#039;s page would simply register for onload-event of the image and on successful load check the image size. If its &amp;gt; 1px, it shows the hidden tab/button/link using JavaScript/CSS. As this all runs on the client&#039;s computer, there will be no delays generating the web pages.&lt;br /&gt;
&lt;br /&gt;
The separate page behind the new tab/button/image on publisher&#039;s site The URL of the iframe would contain our service parameterized by the publication DOI. The URL to the TAB is always available (in case a robot would follow the hidden link behind the TAB). The iframe would only contain an error message from our servers. For your servers there is no difference between availability of supplementary data or not. The new page could contain the Google Map as described below:&lt;br /&gt;
&lt;br /&gt;
== Google-Maps-based &#039;&#039;&#039;javascript / iframe&#039;&#039;&#039; approach (to be discussed / not yet operable) ==&lt;br /&gt;
&lt;br /&gt;
With / or without a separate page on the publisher&#039;s website, the same approach like above can be used to display an iframe with a Google Maps generated by PANGAEA&#039;s servers. Also here, the iframe would be generated by JavaScript, as soon as the banner-based image is larger than 1px.&lt;br /&gt;
&lt;br /&gt;
An idea how this could look like can be seen on a (proprietary) implementation of Elsevier&#039;s ScienceDirect pages. Elsevier uses an own framework called &amp;quot;EMBED&amp;quot; that is used for this. The approach is much more complicated then described above, because it can be used also to embed other content.&lt;br /&gt;
&lt;br /&gt;
An example can be seen here: {{doi|10.1016/S0098-3004(01)00112-1}} - This page has the banner based approach next to the &amp;quot;View in scopus button&amp;quot; somewhere on the bootom-right side and the EMBED top-right.&lt;/div&gt;</summary>
		<author><name>Uwe Schindler</name></author>
	</entry>
	<entry>
		<id>https://wiki.pangaea.de/w/handler?title=Supplementary_Data_links_for_Publishers&amp;diff=5517</id>
		<title>Supplementary Data links for Publishers</title>
		<link rel="alternate" type="text/html" href="https://wiki.pangaea.de/w/handler?title=Supplementary_Data_links_for_Publishers&amp;diff=5517"/>
		<updated>2010-11-05T13:11:31Z</updated>

		<summary type="html">&lt;p&gt;Uwe Schindler: /* Google-Maps-based javascript / iframe approach (to be discussed / not yet operable) */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;PANGAEA provides several REST-based services to link supplementary data at publisher&#039;s abstract pages:&lt;br /&gt;
&lt;br /&gt;
== Simple REST service for banner-based linking ==&lt;br /&gt;
&lt;br /&gt;
The REST service for banner-based linking provides two functions.&lt;br /&gt;
&lt;br /&gt;
All example URLs are suited only for an &amp;quot;example publisher&amp;quot;. Other publishers will get their custom banner using their own one design requirements. Also for tracking purposes, the URLs below may never be used unmodified for other publishers! Other publishers will get the &amp;quot;/example-publisher/&amp;quot; part of the URL replaced by their name.&lt;br /&gt;
&lt;br /&gt;
=== Linking Banner ===&lt;br /&gt;
REST service generates a GIF image with a banner image, if a data set is available. The encoding of the paper DOI name must be in the same format like dx.doi.org needs it. Any special characters should be urlencoded using the UTF-8 [[Character Set]]. For most DOIs consisting of only ASCII chars, no encoding is needed most times:&lt;br /&gt;
&lt;br /&gt;
 http://linkinghub.pangaea.de/example-publisher/supplementBanner/10.1016/j.margeo.2006.07.006 &lt;br /&gt;
&lt;br /&gt;
If no data is available, the service returns a transparent one-pixel-gif image:&lt;br /&gt;
&lt;br /&gt;
 http://linkinghub.pangaea.de/example-publisher/supplementBanner/10.1016/somefakedoi&lt;br /&gt;
&lt;br /&gt;
This image can be included as SRC-Attribute for a HTML &amp;lt;img/&amp;gt; tag.&lt;br /&gt;
&lt;br /&gt;
=== The second REST service is a resolver/redirector: ===&lt;br /&gt;
&lt;br /&gt;
 http://linkinghub.pangaea.de/example-publisher/redirectToSupplement/10.1016/j.margeo.2006.07.006 &lt;br /&gt;
&lt;br /&gt;
Encoding is the same, only the action is different. This link redirects the user to the supplementary dataset behind the paper DOI name. You may put this URL in a &amp;lt;a href=”…”&amp;gt; around the image. If the image is empty (1 pixel, the user is normally not able to click on it, if he does, he will be directed to an information page on www.pangaea.de, describing that there is no supplement available). If it works you get a 301 redirect (because the linking hub url is not generally available and should not be indexed by search engines, search engines should use the DOI-link of PANGAEA, this is why it is a permanent redirect).&lt;br /&gt;
&lt;br /&gt;
=== General Usage ===&lt;br /&gt;
&lt;br /&gt;
In complete you can insert the following HTML into your artcle abstract webpage (replacing the DOI name to the encoded current article’s DOI name):&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;a href=&amp;quot;http://linkinghub.pangaea.de/example-publisher/redirectToSupplement/10.1016/j.margeo.2006.07.006&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;img src=&amp;quot;http://linkinghub.pangaea.de/example-publisher/supplementBanner/10.1016/j.margeo.2006.07.006&amp;quot; style=&amp;quot;border:none&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In real life the link looks like this:&lt;br /&gt;
&amp;quot;&amp;lt;html&amp;gt;&amp;lt;a href=&amp;quot;http://linkinghub.pangaea.de/example-publisher/redirectToSupplement/10.1016/j.margeo.2006.07.006&amp;quot;&amp;gt;&amp;lt;img src=&amp;quot;http://linkinghub.pangaea.de/example-publisher/supplementBanner/10.1016/j.margeo.2006.07.006&amp;quot; style=&amp;quot;border:none&amp;quot; /&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/html&amp;gt;&amp;quot;, if no supplement available: &amp;quot;&amp;lt;html&amp;gt;&amp;lt;a href=&amp;quot;http://linkinghub.pangaea.de/example-publisher/redirectToSupplement/10.1016/somefakedoi&amp;quot;&amp;gt;&amp;lt;img src=&amp;quot;http://linkinghub.pangaea.de/example-publisher/supplementBanner/10.1016/somefakedoi&amp;quot; style=&amp;quot;border:none&amp;quot; /&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/html&amp;gt;&amp;quot; (you should see nothing)&lt;br /&gt;
&lt;br /&gt;
== Harvesting approach (to be discussed) ==&lt;br /&gt;
&lt;br /&gt;
A straightforward approach could be offered through harvesting our metadata on a regular base (once a day or so via OAI-PMH or more simple through a REST based service delivering the list of available supplementary data sets for specific publisher). This would let the publisher know in advance which articles do have supplementary data. This approach would also satisfy any general interest in PANGAEA&#039;s metadata, in particular with respect to articles related to data sets.&lt;br /&gt;
&lt;br /&gt;
== Separate &amp;quot;tab&amp;quot; on publisher&#039;s web page (to be discussed / not yet operable) ==&lt;br /&gt;
&lt;br /&gt;
A naive approach would be to add some server-executed code to publisher&#039;s backend page generator that prints out the abstract page (JSP/Servlet, PHP, ASP,...). This code on publisher&#039;s side calls a REST-based webservice on PANGAEA&#039;s side that requests the availability of data. Input parameter would be the DOI of the publication. Based on that, an additional tab/button/link whatever is printed out. When the user clicks on the tab/button/link, our content could be embedded on a newly generated page(e.g. based on a 100% iframe inside the publisher&#039;s website).&lt;br /&gt;
&lt;br /&gt;
The main problem with this approach is the very close linkage between PANGAEA&#039;s and publisher&#039;s services, as the code runs on publisher&#039;s server and depends on the request to PANGAEA&#039;s webservice. In case of failures, network problems etc. page generation on your side would be halted or delayed. Although PANGAEA has a high availability (&amp;gt;99.9%) this would cause problems on your side. This is not acceptable. The main problem is simply the dynamic display of the tab.&lt;br /&gt;
&lt;br /&gt;
A further solution is client-based (this is more similar to the approach used at ScienceDirect&#039;s PANGAEA map): The idea is to always add the tab/buttin/link to publisher&#039;s page output. There is no need to call any services on the server-side page generation, so publisher won&#039;t depend on PANGAEA&#039;s servers. The trick is: The tab/button/link is initially hidden by CSS. The Javascript part of the publisher&#039;s web page does the request to the REST-based service. Because of same-origin browser limitations, the trick goes back to the same simple initial approach as the banner linking above: The page contains a &amp;quot;banner image&amp;quot;, which is 1 pixel, if we have no data, and has some size if supplementary data are available. This banner is also the fallback, if the client&#039;s computer has no javascript enabled. So it should be placed as a fallback at any place where it fits (e.g. behind the article abstract). The banner appears exactly as described above. It&#039;s an image -  simply the fallback, the link behind goes to a redirect service at PANGAEA that links to the data set (users without javascript simply see this banner-like link). If the image has only 1 pixel of size it is not visible nor easily clickable by users. The URL to this image/redirect service contains the DOI of the publication. The trick for the TAB is to use the image itself as indicator of availability. Javascript on the publisher&#039;s page would simply register for onload-event of the image and on successful load check the image size. If its &amp;gt; 1px, it shows the hidden tab/button/link using JavaScript/CSS. As this all runs on the client&#039;s computer, there will be no delays generating the web pages.&lt;br /&gt;
&lt;br /&gt;
The separate page behind the new tab/button/image on publisher&#039;s site The URL of the iframe would contain our service parameterized by the publication DOI. The URL to the TAB is always available (in case a robot would follow the hidden link behind the TAB). The iframe would only contain an error message from our servers. For your servers there is no difference between availability of supplementary data or not. The new page could contain the Google Map as described below:&lt;br /&gt;
&lt;br /&gt;
== Google-Maps-based &#039;&#039;&#039;javascript / iframe&#039;&#039;&#039; approach (to be discussed / not yet operable) ==&lt;br /&gt;
&lt;br /&gt;
With / or without a separate page on the publisher&#039;s website, the same approach like above can be used to display an iframe with a Google Maps generated by PANGAEA&#039;s servers. Also here, the iframe would be generated by JavaScript, as soon as the banner-based image is larger than 1px.&lt;/div&gt;</summary>
		<author><name>Uwe Schindler</name></author>
	</entry>
	<entry>
		<id>https://wiki.pangaea.de/w/handler?title=Supplementary_Data_links_for_Publishers&amp;diff=5516</id>
		<title>Supplementary Data links for Publishers</title>
		<link rel="alternate" type="text/html" href="https://wiki.pangaea.de/w/handler?title=Supplementary_Data_links_for_Publishers&amp;diff=5516"/>
		<updated>2010-11-05T13:08:29Z</updated>

		<summary type="html">&lt;p&gt;Uwe Schindler: /* Google-Maps-based javascript / iframe approach (to be discussed / not yet operable) */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;PANGAEA provides several REST-based services to link supplementary data at publisher&#039;s abstract pages:&lt;br /&gt;
&lt;br /&gt;
== Simple REST service for banner-based linking ==&lt;br /&gt;
&lt;br /&gt;
The REST service for banner-based linking provides two functions.&lt;br /&gt;
&lt;br /&gt;
All example URLs are suited only for an &amp;quot;example publisher&amp;quot;. Other publishers will get their custom banner using their own one design requirements. Also for tracking purposes, the URLs below may never be used unmodified for other publishers! Other publishers will get the &amp;quot;/example-publisher/&amp;quot; part of the URL replaced by their name.&lt;br /&gt;
&lt;br /&gt;
=== Linking Banner ===&lt;br /&gt;
REST service generates a GIF image with a banner image, if a data set is available. The encoding of the paper DOI name must be in the same format like dx.doi.org needs it. Any special characters should be urlencoded using the UTF-8 [[Character Set]]. For most DOIs consisting of only ASCII chars, no encoding is needed most times:&lt;br /&gt;
&lt;br /&gt;
 http://linkinghub.pangaea.de/example-publisher/supplementBanner/10.1016/j.margeo.2006.07.006 &lt;br /&gt;
&lt;br /&gt;
If no data is available, the service returns a transparent one-pixel-gif image:&lt;br /&gt;
&lt;br /&gt;
 http://linkinghub.pangaea.de/example-publisher/supplementBanner/10.1016/somefakedoi&lt;br /&gt;
&lt;br /&gt;
This image can be included as SRC-Attribute for a HTML &amp;lt;img/&amp;gt; tag.&lt;br /&gt;
&lt;br /&gt;
=== The second REST service is a resolver/redirector: ===&lt;br /&gt;
&lt;br /&gt;
 http://linkinghub.pangaea.de/example-publisher/redirectToSupplement/10.1016/j.margeo.2006.07.006 &lt;br /&gt;
&lt;br /&gt;
Encoding is the same, only the action is different. This link redirects the user to the supplementary dataset behind the paper DOI name. You may put this URL in a &amp;lt;a href=”…”&amp;gt; around the image. If the image is empty (1 pixel, the user is normally not able to click on it, if he does, he will be directed to an information page on www.pangaea.de, describing that there is no supplement available). If it works you get a 301 redirect (because the linking hub url is not generally available and should not be indexed by search engines, search engines should use the DOI-link of PANGAEA, this is why it is a permanent redirect).&lt;br /&gt;
&lt;br /&gt;
=== General Usage ===&lt;br /&gt;
&lt;br /&gt;
In complete you can insert the following HTML into your artcle abstract webpage (replacing the DOI name to the encoded current article’s DOI name):&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;a href=&amp;quot;http://linkinghub.pangaea.de/example-publisher/redirectToSupplement/10.1016/j.margeo.2006.07.006&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;img src=&amp;quot;http://linkinghub.pangaea.de/example-publisher/supplementBanner/10.1016/j.margeo.2006.07.006&amp;quot; style=&amp;quot;border:none&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In real life the link looks like this:&lt;br /&gt;
&amp;quot;&amp;lt;html&amp;gt;&amp;lt;a href=&amp;quot;http://linkinghub.pangaea.de/example-publisher/redirectToSupplement/10.1016/j.margeo.2006.07.006&amp;quot;&amp;gt;&amp;lt;img src=&amp;quot;http://linkinghub.pangaea.de/example-publisher/supplementBanner/10.1016/j.margeo.2006.07.006&amp;quot; style=&amp;quot;border:none&amp;quot; /&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/html&amp;gt;&amp;quot;, if no supplement available: &amp;quot;&amp;lt;html&amp;gt;&amp;lt;a href=&amp;quot;http://linkinghub.pangaea.de/example-publisher/redirectToSupplement/10.1016/somefakedoi&amp;quot;&amp;gt;&amp;lt;img src=&amp;quot;http://linkinghub.pangaea.de/example-publisher/supplementBanner/10.1016/somefakedoi&amp;quot; style=&amp;quot;border:none&amp;quot; /&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/html&amp;gt;&amp;quot; (you should see nothing)&lt;br /&gt;
&lt;br /&gt;
== Harvesting approach (to be discussed) ==&lt;br /&gt;
&lt;br /&gt;
A straightforward approach could be offered through harvesting our metadata on a regular base (once a day or so via OAI-PMH or more simple through a REST based service delivering the list of available supplementary data sets for specific publisher). This would let the publisher know in advance which articles do have supplementary data. This approach would also satisfy any general interest in PANGAEA&#039;s metadata, in particular with respect to articles related to data sets.&lt;br /&gt;
&lt;br /&gt;
== Separate &amp;quot;tab&amp;quot; on publisher&#039;s web page (to be discussed / not yet operable) ==&lt;br /&gt;
&lt;br /&gt;
A naive approach would be to add some server-executed code to publisher&#039;s backend page generator that prints out the abstract page (JSP/Servlet, PHP, ASP,...). This code on publisher&#039;s side calls a REST-based webservice on PANGAEA&#039;s side that requests the availability of data. Input parameter would be the DOI of the publication. Based on that, an additional tab/button/link whatever is printed out. When the user clicks on the tab/button/link, our content could be embedded on a newly generated page(e.g. based on a 100% iframe inside the publisher&#039;s website).&lt;br /&gt;
&lt;br /&gt;
The main problem with this approach is the very close linkage between PANGAEA&#039;s and publisher&#039;s services, as the code runs on publisher&#039;s server and depends on the request to PANGAEA&#039;s webservice. In case of failures, network problems etc. page generation on your side would be halted or delayed. Although PANGAEA has a high availability (&amp;gt;99.9%) this would cause problems on your side. This is not acceptable. The main problem is simply the dynamic display of the tab.&lt;br /&gt;
&lt;br /&gt;
A further solution is client-based (this is more similar to the approach used at ScienceDirect&#039;s PANGAEA map): The idea is to always add the tab/buttin/link to publisher&#039;s page output. There is no need to call any services on the server-side page generation, so publisher won&#039;t depend on PANGAEA&#039;s servers. The trick is: The tab/button/link is initially hidden by CSS. The Javascript part of the publisher&#039;s web page does the request to the REST-based service. Because of same-origin browser limitations, the trick goes back to the same simple initial approach as the banner linking above: The page contains a &amp;quot;banner image&amp;quot;, which is 1 pixel, if we have no data, and has some size if supplementary data are available. This banner is also the fallback, if the client&#039;s computer has no javascript enabled. So it should be placed as a fallback at any place where it fits (e.g. behind the article abstract). The banner appears exactly as described above. It&#039;s an image -  simply the fallback, the link behind goes to a redirect service at PANGAEA that links to the data set (users without javascript simply see this banner-like link). If the image has only 1 pixel of size it is not visible nor easily clickable by users. The URL to this image/redirect service contains the DOI of the publication. The trick for the TAB is to use the image itself as indicator of availability. Javascript on the publisher&#039;s page would simply register for onload-event of the image and on successful load check the image size. If its &amp;gt; 1px, it shows the hidden tab/button/link using JavaScript/CSS. As this all runs on the client&#039;s computer, there will be no delays generating the web pages.&lt;br /&gt;
&lt;br /&gt;
The separate page behind the new tab/button/image on publisher&#039;s site The URL of the iframe would contain our service parameterized by the publication DOI. The URL to the TAB is always available (in case a robot would follow the hidden link behind the TAB). The iframe would only contain an error message from our servers. For your servers there is no difference between availability of supplementary data or not. The new page could contain the Google Map as described below:&lt;br /&gt;
&lt;br /&gt;
== Google-Maps-based &#039;&#039;&#039;javascript / iframe&#039;&#039;&#039; approach (to be discussed / not yet operable) ==&lt;br /&gt;
&lt;br /&gt;
With / or without a separate page on the publisher&#039;s webpage the same approach like above can be used to display an iframe with a Google Maps generated by PANGAEA&#039;s servers. Also here, the iframe would be generated by JavaScript, as soon as the banner-based image is larger than 1px.&lt;/div&gt;</summary>
		<author><name>Uwe Schindler</name></author>
	</entry>
	<entry>
		<id>https://wiki.pangaea.de/w/handler?title=Supplementary_Data_links_for_Publishers&amp;diff=5515</id>
		<title>Supplementary Data links for Publishers</title>
		<link rel="alternate" type="text/html" href="https://wiki.pangaea.de/w/handler?title=Supplementary_Data_links_for_Publishers&amp;diff=5515"/>
		<updated>2010-11-05T13:07:48Z</updated>

		<summary type="html">&lt;p&gt;Uwe Schindler: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;PANGAEA provides several REST-based services to link supplementary data at publisher&#039;s abstract pages:&lt;br /&gt;
&lt;br /&gt;
== Simple REST service for banner-based linking ==&lt;br /&gt;
&lt;br /&gt;
The REST service for banner-based linking provides two functions.&lt;br /&gt;
&lt;br /&gt;
All example URLs are suited only for an &amp;quot;example publisher&amp;quot;. Other publishers will get their custom banner using their own one design requirements. Also for tracking purposes, the URLs below may never be used unmodified for other publishers! Other publishers will get the &amp;quot;/example-publisher/&amp;quot; part of the URL replaced by their name.&lt;br /&gt;
&lt;br /&gt;
=== Linking Banner ===&lt;br /&gt;
REST service generates a GIF image with a banner image, if a data set is available. The encoding of the paper DOI name must be in the same format like dx.doi.org needs it. Any special characters should be urlencoded using the UTF-8 [[Character Set]]. For most DOIs consisting of only ASCII chars, no encoding is needed most times:&lt;br /&gt;
&lt;br /&gt;
 http://linkinghub.pangaea.de/example-publisher/supplementBanner/10.1016/j.margeo.2006.07.006 &lt;br /&gt;
&lt;br /&gt;
If no data is available, the service returns a transparent one-pixel-gif image:&lt;br /&gt;
&lt;br /&gt;
 http://linkinghub.pangaea.de/example-publisher/supplementBanner/10.1016/somefakedoi&lt;br /&gt;
&lt;br /&gt;
This image can be included as SRC-Attribute for a HTML &amp;lt;img/&amp;gt; tag.&lt;br /&gt;
&lt;br /&gt;
=== The second REST service is a resolver/redirector: ===&lt;br /&gt;
&lt;br /&gt;
 http://linkinghub.pangaea.de/example-publisher/redirectToSupplement/10.1016/j.margeo.2006.07.006 &lt;br /&gt;
&lt;br /&gt;
Encoding is the same, only the action is different. This link redirects the user to the supplementary dataset behind the paper DOI name. You may put this URL in a &amp;lt;a href=”…”&amp;gt; around the image. If the image is empty (1 pixel, the user is normally not able to click on it, if he does, he will be directed to an information page on www.pangaea.de, describing that there is no supplement available). If it works you get a 301 redirect (because the linking hub url is not generally available and should not be indexed by search engines, search engines should use the DOI-link of PANGAEA, this is why it is a permanent redirect).&lt;br /&gt;
&lt;br /&gt;
=== General Usage ===&lt;br /&gt;
&lt;br /&gt;
In complete you can insert the following HTML into your artcle abstract webpage (replacing the DOI name to the encoded current article’s DOI name):&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;a href=&amp;quot;http://linkinghub.pangaea.de/example-publisher/redirectToSupplement/10.1016/j.margeo.2006.07.006&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;img src=&amp;quot;http://linkinghub.pangaea.de/example-publisher/supplementBanner/10.1016/j.margeo.2006.07.006&amp;quot; style=&amp;quot;border:none&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In real life the link looks like this:&lt;br /&gt;
&amp;quot;&amp;lt;html&amp;gt;&amp;lt;a href=&amp;quot;http://linkinghub.pangaea.de/example-publisher/redirectToSupplement/10.1016/j.margeo.2006.07.006&amp;quot;&amp;gt;&amp;lt;img src=&amp;quot;http://linkinghub.pangaea.de/example-publisher/supplementBanner/10.1016/j.margeo.2006.07.006&amp;quot; style=&amp;quot;border:none&amp;quot; /&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/html&amp;gt;&amp;quot;, if no supplement available: &amp;quot;&amp;lt;html&amp;gt;&amp;lt;a href=&amp;quot;http://linkinghub.pangaea.de/example-publisher/redirectToSupplement/10.1016/somefakedoi&amp;quot;&amp;gt;&amp;lt;img src=&amp;quot;http://linkinghub.pangaea.de/example-publisher/supplementBanner/10.1016/somefakedoi&amp;quot; style=&amp;quot;border:none&amp;quot; /&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/html&amp;gt;&amp;quot; (you should see nothing)&lt;br /&gt;
&lt;br /&gt;
== Harvesting approach (to be discussed) ==&lt;br /&gt;
&lt;br /&gt;
A straightforward approach could be offered through harvesting our metadata on a regular base (once a day or so via OAI-PMH or more simple through a REST based service delivering the list of available supplementary data sets for specific publisher). This would let the publisher know in advance which articles do have supplementary data. This approach would also satisfy any general interest in PANGAEA&#039;s metadata, in particular with respect to articles related to data sets.&lt;br /&gt;
&lt;br /&gt;
== Separate &amp;quot;tab&amp;quot; on publisher&#039;s web page (to be discussed / not yet operable) ==&lt;br /&gt;
&lt;br /&gt;
A naive approach would be to add some server-executed code to publisher&#039;s backend page generator that prints out the abstract page (JSP/Servlet, PHP, ASP,...). This code on publisher&#039;s side calls a REST-based webservice on PANGAEA&#039;s side that requests the availability of data. Input parameter would be the DOI of the publication. Based on that, an additional tab/button/link whatever is printed out. When the user clicks on the tab/button/link, our content could be embedded on a newly generated page(e.g. based on a 100% iframe inside the publisher&#039;s website).&lt;br /&gt;
&lt;br /&gt;
The main problem with this approach is the very close linkage between PANGAEA&#039;s and publisher&#039;s services, as the code runs on publisher&#039;s server and depends on the request to PANGAEA&#039;s webservice. In case of failures, network problems etc. page generation on your side would be halted or delayed. Although PANGAEA has a high availability (&amp;gt;99.9%) this would cause problems on your side. This is not acceptable. The main problem is simply the dynamic display of the tab.&lt;br /&gt;
&lt;br /&gt;
A further solution is client-based (this is more similar to the approach used at ScienceDirect&#039;s PANGAEA map): The idea is to always add the tab/buttin/link to publisher&#039;s page output. There is no need to call any services on the server-side page generation, so publisher won&#039;t depend on PANGAEA&#039;s servers. The trick is: The tab/button/link is initially hidden by CSS. The Javascript part of the publisher&#039;s web page does the request to the REST-based service. Because of same-origin browser limitations, the trick goes back to the same simple initial approach as the banner linking above: The page contains a &amp;quot;banner image&amp;quot;, which is 1 pixel, if we have no data, and has some size if supplementary data are available. This banner is also the fallback, if the client&#039;s computer has no javascript enabled. So it should be placed as a fallback at any place where it fits (e.g. behind the article abstract). The banner appears exactly as described above. It&#039;s an image -  simply the fallback, the link behind goes to a redirect service at PANGAEA that links to the data set (users without javascript simply see this banner-like link). If the image has only 1 pixel of size it is not visible nor easily clickable by users. The URL to this image/redirect service contains the DOI of the publication. The trick for the TAB is to use the image itself as indicator of availability. Javascript on the publisher&#039;s page would simply register for onload-event of the image and on successful load check the image size. If its &amp;gt; 1px, it shows the hidden tab/button/link using JavaScript/CSS. As this all runs on the client&#039;s computer, there will be no delays generating the web pages.&lt;br /&gt;
&lt;br /&gt;
The separate page behind the new tab/button/image on publisher&#039;s site The URL of the iframe would contain our service parameterized by the publication DOI. The URL to the TAB is always available (in case a robot would follow the hidden link behind the TAB). The iframe would only contain an error message from our servers. For your servers there is no difference between availability of supplementary data or not. The new page could contain the Google Map as described below:&lt;br /&gt;
&lt;br /&gt;
== Google-Maps-based &#039;&#039;&#039;javascript / iframe&#039;&#039;&#039; approach (to be discussed / not yet operable) ==&lt;br /&gt;
&lt;br /&gt;
With / or without a separate page on the publisher&#039;s webpage the same approach like above can be used to display an iframe with a Google Maps generated by PANGAEA&#039;s servers. Also here, the iframe would be generated by JavaScript, as soon as the banner based image is larger than 1px.&lt;/div&gt;</summary>
		<author><name>Uwe Schindler</name></author>
	</entry>
	<entry>
		<id>https://wiki.pangaea.de/w/handler?title=Supplementary_Data_links_for_Publishers&amp;diff=5514</id>
		<title>Supplementary Data links for Publishers</title>
		<link rel="alternate" type="text/html" href="https://wiki.pangaea.de/w/handler?title=Supplementary_Data_links_for_Publishers&amp;diff=5514"/>
		<updated>2010-11-05T13:01:32Z</updated>

		<summary type="html">&lt;p&gt;Uwe Schindler: /* Google-Maps-based javascript / iframe approach (to be discussed / not yet operable) */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;PANGAEA provides several REST-based services to link supplementary data at publisher&#039;s abstract pages:&lt;br /&gt;
&lt;br /&gt;
== Simple REST service for banner-based linking ==&lt;br /&gt;
&lt;br /&gt;
The REST service for banner-based linking provides two functions.&lt;br /&gt;
&lt;br /&gt;
All example URLs are suited only for an &amp;quot;example publisher&amp;quot;. Other publishers will get their custom banner using their own one design requirements. Also for tracking purposes, the URLs below may never be used unmodified for other publishers! Other publishers will get the &amp;quot;/example-publisher/&amp;quot; part of the URL replaced by their name.&lt;br /&gt;
&lt;br /&gt;
=== Linking Banner ===&lt;br /&gt;
REST service generates a GIF image with a banner image, if a data set is available. The encoding of the paper DOI name must be in the same format like dx.doi.org needs it. Any special characters should be urlencoded using the UTF-8 [[Character Set]]. For most DOIs consisting of only ASCII chars, no encoding is needed most times:&lt;br /&gt;
&lt;br /&gt;
 http://linkinghub.pangaea.de/example-publisher/supplementBanner/10.1016/j.margeo.2006.07.006 &lt;br /&gt;
&lt;br /&gt;
If no data is available, the service returns a transparent one-pixel-gif image:&lt;br /&gt;
&lt;br /&gt;
 http://linkinghub.pangaea.de/example-publisher/supplementBanner/10.1016/somefakedoi&lt;br /&gt;
&lt;br /&gt;
This image can be included as SRC-Attribute for a HTML &amp;lt;img/&amp;gt; tag.&lt;br /&gt;
&lt;br /&gt;
=== The second REST service is a resolver/redirector: ===&lt;br /&gt;
&lt;br /&gt;
 http://linkinghub.pangaea.de/example-publisher/redirectToSupplement/10.1016/j.margeo.2006.07.006 &lt;br /&gt;
&lt;br /&gt;
Encoding is the same, only the action is different. This link redirects the user to the supplementary dataset behind the paper DOI name. You may put this URL in a &amp;lt;a href=”…”&amp;gt; around the image. If the image is empty (1 pixel, the user is normally not able to click on it, if he does, he will be directed to an information page on www.pangaea.de, describing that there is no supplement available). If it works you get a 301 redirect (because the linking hub url is not generally available and should not be indexed by search engines, search engines should use the DOI-link of PANGAEA, this is why it is a permanent redirect).&lt;br /&gt;
&lt;br /&gt;
=== General Usage ===&lt;br /&gt;
&lt;br /&gt;
In complete you can insert the following HTML into your artcle abstract webpage (replacing the DOI name to the encoded current article’s DOI name):&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;a href=&amp;quot;http://linkinghub.pangaea.de/example-publisher/redirectToSupplement/10.1016/j.margeo.2006.07.006&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;img src=&amp;quot;http://linkinghub.pangaea.de/example-publisher/supplementBanner/10.1016/j.margeo.2006.07.006&amp;quot; style=&amp;quot;border:none&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In real life the link looks like this:&lt;br /&gt;
&amp;quot;&amp;lt;html&amp;gt;&amp;lt;a href=&amp;quot;http://linkinghub.pangaea.de/example-publisher/redirectToSupplement/10.1016/j.margeo.2006.07.006&amp;quot;&amp;gt;&amp;lt;img src=&amp;quot;http://linkinghub.pangaea.de/example-publisher/supplementBanner/10.1016/j.margeo.2006.07.006&amp;quot; style=&amp;quot;border:none&amp;quot; /&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/html&amp;gt;&amp;quot;, if no supplement available: &amp;quot;&amp;lt;html&amp;gt;&amp;lt;a href=&amp;quot;http://linkinghub.pangaea.de/example-publisher/redirectToSupplement/10.1016/somefakedoi&amp;quot;&amp;gt;&amp;lt;img src=&amp;quot;http://linkinghub.pangaea.de/example-publisher/supplementBanner/10.1016/somefakedoi&amp;quot; style=&amp;quot;border:none&amp;quot; /&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/html&amp;gt;&amp;quot; (you should see nothing)&lt;br /&gt;
&lt;br /&gt;
== Harvesting approach (to be discussed) ==&lt;br /&gt;
&lt;br /&gt;
A straightforward approach could be offered through harvesting our metadata on a regular base (once a day or so via OAI-PMH or more simple through a REST based service delivering the list of available supplementary data sets for specific publisher). This would let the publisher know in advance which articles do have supplementary data. This approach would also satisfy any general interest in PANGAEA&#039;s metadata, in particular with respect to articles related to data sets.&lt;br /&gt;
&lt;br /&gt;
== Separate &amp;quot;tab&amp;quot; on publisher&#039;s web page (to be discussed / not yet operable) ==&lt;br /&gt;
&lt;br /&gt;
A naive approach would be to add some server-executed code to publisher&#039;s backend page generator that prints out the abstract page (JSP/Servlet, PHP, ASP,...). This code on publisher&#039;s side calls a REST-based webservice on PANGAEA&#039;s side that requests the availability of data. Input parameter would be the DOI of the publication. Based on that, an additional tab/button/link whatever is printed out. When the user clicks on the tab/button/link, our content could be embedded on a newly generated page(e.g. based on a 100% iframe inside the publisher&#039;s website).&lt;br /&gt;
&lt;br /&gt;
The main problem with this approach is the very close linkage between PANGAEA&#039;s and publisher&#039;s services, as the code runs on publisher&#039;s server and depends on the request to PANGAEA&#039;s webservice. In case of failures, network problems etc. page generation on your side would be halted or delayed. Although PANGAEA has a high availability (&amp;gt;99.9%) this would cause problems on your side. This is not acceptable. The main problem is simply the dynamic display of the tab.&lt;br /&gt;
&lt;br /&gt;
A further solution is client-based (this is more similar to the approach used at ScienceDirect&#039;s PANGAEA map): The idea is to always add the tab/buttin/link to publisher&#039;s page output. There is no need to call any services on the server-side page generation, so publisher won&#039;t depend on PANGAEA&#039;s servers. The trick is: The tab/button/link is initially hidden by CSS. The Javascript part of the publisher&#039;s web page does the request to the REST-based service. Because of same-origin browser limitations, the trick goes back to the same simple initial approach as the banner linking above: The page contains a &amp;quot;banner image&amp;quot;, which is 1 pixel, if we have no data, and has some size if supplementary data are available. This banner is also the fallback, if the client&#039;s computer has no javascript enabled. So it should be placed as a fallback at any place where it fits (e.g. behind the article abstract). The banner appears exactly as described above. It&#039;s an image -  simply the fallback, the link behind goes to a redirect service at PANGAEA that links to the data set (users without javascript simply see this banner-like link). If the image has only 1 pixel of size it is not visible nor easily clickable by users. The URL to this image/redirect service contains the DOI of the publication. The trick for the TAB is to use the image itself as indicator of availability. Javascript on the publisher&#039;s page would simply register for onload-event of the image and on successful load check the image size. If its &amp;gt; 1px, it shows the hidden tab/button/link using JavaScript/CSS. As this all runs on the client&#039;s computer, there will be no delays generating the web pages.&lt;br /&gt;
&lt;br /&gt;
The separate page behind the new tab/button/image on publisher&#039;s site The URL of the iframe would contain our service parameterized by the publication DOI. The URL to the TAB is always available (in case a robot would follow the hidden link behind the TAB). The iframe would only contain an error message from our servers. For your servers there is no difference between availability of supplementary data or not. The new page could contain the Google Map as described below:&lt;/div&gt;</summary>
		<author><name>Uwe Schindler</name></author>
	</entry>
	<entry>
		<id>https://wiki.pangaea.de/w/handler?title=Supplementary_Data_links_for_Publishers&amp;diff=5513</id>
		<title>Supplementary Data links for Publishers</title>
		<link rel="alternate" type="text/html" href="https://wiki.pangaea.de/w/handler?title=Supplementary_Data_links_for_Publishers&amp;diff=5513"/>
		<updated>2010-11-05T12:58:43Z</updated>

		<summary type="html">&lt;p&gt;Uwe Schindler: add new approach&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;PANGAEA provides several REST-based services to link supplementary data at publisher&#039;s abstract pages:&lt;br /&gt;
&lt;br /&gt;
== Simple REST service for banner-based linking ==&lt;br /&gt;
&lt;br /&gt;
The REST service for banner-based linking provides two functions.&lt;br /&gt;
&lt;br /&gt;
All example URLs are suited only for an &amp;quot;example publisher&amp;quot;. Other publishers will get their custom banner using their own one design requirements. Also for tracking purposes, the URLs below may never be used unmodified for other publishers! Other publishers will get the &amp;quot;/example-publisher/&amp;quot; part of the URL replaced by their name.&lt;br /&gt;
&lt;br /&gt;
=== Linking Banner ===&lt;br /&gt;
REST service generates a GIF image with a banner image, if a data set is available. The encoding of the paper DOI name must be in the same format like dx.doi.org needs it. Any special characters should be urlencoded using the UTF-8 [[Character Set]]. For most DOIs consisting of only ASCII chars, no encoding is needed most times:&lt;br /&gt;
&lt;br /&gt;
 http://linkinghub.pangaea.de/example-publisher/supplementBanner/10.1016/j.margeo.2006.07.006 &lt;br /&gt;
&lt;br /&gt;
If no data is available, the service returns a transparent one-pixel-gif image:&lt;br /&gt;
&lt;br /&gt;
 http://linkinghub.pangaea.de/example-publisher/supplementBanner/10.1016/somefakedoi&lt;br /&gt;
&lt;br /&gt;
This image can be included as SRC-Attribute for a HTML &amp;lt;img/&amp;gt; tag.&lt;br /&gt;
&lt;br /&gt;
=== The second REST service is a resolver/redirector: ===&lt;br /&gt;
&lt;br /&gt;
 http://linkinghub.pangaea.de/example-publisher/redirectToSupplement/10.1016/j.margeo.2006.07.006 &lt;br /&gt;
&lt;br /&gt;
Encoding is the same, only the action is different. This link redirects the user to the supplementary dataset behind the paper DOI name. You may put this URL in a &amp;lt;a href=”…”&amp;gt; around the image. If the image is empty (1 pixel, the user is normally not able to click on it, if he does, he will be directed to an information page on www.pangaea.de, describing that there is no supplement available). If it works you get a 301 redirect (because the linking hub url is not generally available and should not be indexed by search engines, search engines should use the DOI-link of PANGAEA, this is why it is a permanent redirect).&lt;br /&gt;
&lt;br /&gt;
=== General Usage ===&lt;br /&gt;
&lt;br /&gt;
In complete you can insert the following HTML into your artcle abstract webpage (replacing the DOI name to the encoded current article’s DOI name):&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;a href=&amp;quot;http://linkinghub.pangaea.de/example-publisher/redirectToSupplement/10.1016/j.margeo.2006.07.006&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;img src=&amp;quot;http://linkinghub.pangaea.de/example-publisher/supplementBanner/10.1016/j.margeo.2006.07.006&amp;quot; style=&amp;quot;border:none&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In real life the link looks like this:&lt;br /&gt;
&amp;quot;&amp;lt;html&amp;gt;&amp;lt;a href=&amp;quot;http://linkinghub.pangaea.de/example-publisher/redirectToSupplement/10.1016/j.margeo.2006.07.006&amp;quot;&amp;gt;&amp;lt;img src=&amp;quot;http://linkinghub.pangaea.de/example-publisher/supplementBanner/10.1016/j.margeo.2006.07.006&amp;quot; style=&amp;quot;border:none&amp;quot; /&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/html&amp;gt;&amp;quot;, if no supplement available: &amp;quot;&amp;lt;html&amp;gt;&amp;lt;a href=&amp;quot;http://linkinghub.pangaea.de/example-publisher/redirectToSupplement/10.1016/somefakedoi&amp;quot;&amp;gt;&amp;lt;img src=&amp;quot;http://linkinghub.pangaea.de/example-publisher/supplementBanner/10.1016/somefakedoi&amp;quot; style=&amp;quot;border:none&amp;quot; /&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/html&amp;gt;&amp;quot; (you should see nothing)&lt;br /&gt;
&lt;br /&gt;
== Harvesting approach (to be discussed) ==&lt;br /&gt;
&lt;br /&gt;
A straightforward approach could be offered through harvesting our metadata on a regular base (once a day or so via OAI-PMH or more simple through a REST based service delivering the list of available supplementary data sets for specific publisher). This would let the publisher know in advance which articles do have supplementary data. This approach would also satisfy any general interest in PANGAEA&#039;s metadata, in particular with respect to articles related to data sets.&lt;br /&gt;
&lt;br /&gt;
== Google-Maps-based &#039;&#039;&#039;javascript / iframe&#039;&#039;&#039; approach (to be discussed / not yet operable) ==&lt;br /&gt;
&lt;br /&gt;
A naive approach would be to add some server-executed code to publisher&#039;s backend page generator that prints out the abstract page (JSP/Servlet, PHP, ASP,...). This code on publisher&#039;s side calls a REST-based webservice on PANGAEA&#039;s side that requests the availability of data. Input parameter would be the DOI of the publication. Based on that, an additional tab/button/link whatever is printed out. When the user clicks on the tab/button/link, our content could be embedded on a newly generated page(e.g. based on a 100% iframe inside the publisher&#039;s website).&lt;br /&gt;
&lt;br /&gt;
The main problem with this approach is the very close linkage between PANGAEA&#039;s and publisher&#039;s services, as the code runs on publisher&#039;s server and depends on the request to PANGAEA&#039;s webservice. In case of failures, network problems etc. page generation on your side would be halted or delayed. Although PANGAEA has a high availability (&amp;gt;99.9%) this would cause problems on your side. This is not acceptable. The main problem is simply the dynamic display of the tab.&lt;br /&gt;
&lt;br /&gt;
A further solution is client-based (this is more similar to the approach used at ScienceDirect&#039;s PANGAEA map): The idea is to always add the tab/buttin/link to publisher&#039;s page output. There is no need to call any services on the server-side page generation, so publisher won&#039;t depend on PANGAEA&#039;s servers. The trick is: The tab/button/link is initially hidden by CSS. The Javascript part of the publisher&#039;s web page does the request to the REST-based service. Because of same-origin browser limitations, the trick goes back to the same simple initial approach as the banner linking above: The page contains a &amp;quot;banner image&amp;quot;, which is 1 pixel, if we have no data, and has some size if supplementary data are available. This banner is also the fallback, if the client&#039;s computer has no javascript enabled. So it should be placed as a fallback at any place where it fits (e.g. behind the article abstract). The banner appears exactly as described above. It&#039;s an image -  simply the fallback, the link behind goes to a redirect service at PANGAEA that links to the data set (users without javascript simply see this banner-like link). If the image has only 1 pixel of size it is not visible nor easily clickable by users. The URL to this image/redirect service contains the DOI of the publication. The trick for the TAB is to use the image itself as indicator of availability. Javascript on the publisher&#039;s page would simply register for onload-event of the image and on successful load check the image size. If its &amp;gt; 1px, it shows the hidden tab/button/link using JavaScript/CSS. As this all runs on the client&#039;s computer, there will be no delays generating the web pages.&lt;br /&gt;
&lt;br /&gt;
All these approaches would result in a separate page behind the new tab/buttn/image on publisher&#039;s side (like the tabs for references etc.), but simply contains (as described above) a 100% iframe that displays all information generated by PANGAEA&#039;s servers.&lt;br /&gt;
The URL of the iframe would contain our service parameterized by the publication DOI. The URL to the TAB is always available (in case a robot would follow the hidden link behind the TAB). The iframe would only contain an error message from our servers. For your servers there is no difference between availability of supplementary data or not.&lt;/div&gt;</summary>
		<author><name>Uwe Schindler</name></author>
	</entry>
	<entry>
		<id>https://wiki.pangaea.de/w/handler?title=Publisher-Supplementary-Data&amp;diff=5512</id>
		<title>Publisher-Supplementary-Data</title>
		<link rel="alternate" type="text/html" href="https://wiki.pangaea.de/w/handler?title=Publisher-Supplementary-Data&amp;diff=5512"/>
		<updated>2010-11-05T11:49:13Z</updated>

		<summary type="html">&lt;p&gt;Uwe Schindler: moved Publisher-Supplementary-Data to Supplementary Data links for Publishers&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[Supplementary Data links for Publishers]]&lt;/div&gt;</summary>
		<author><name>Uwe Schindler</name></author>
	</entry>
	<entry>
		<id>https://wiki.pangaea.de/w/handler?title=Supplementary_Data_links_for_Publishers&amp;diff=5511</id>
		<title>Supplementary Data links for Publishers</title>
		<link rel="alternate" type="text/html" href="https://wiki.pangaea.de/w/handler?title=Supplementary_Data_links_for_Publishers&amp;diff=5511"/>
		<updated>2010-11-05T11:49:13Z</updated>

		<summary type="html">&lt;p&gt;Uwe Schindler: moved Publisher-Supplementary-Data to Supplementary Data links for Publishers&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;PANGAEA provides several REST-based services to link supplementary data at publisher&#039;s abstract pages:&lt;br /&gt;
&lt;br /&gt;
== Simple REST service for banner-based linking ==&lt;br /&gt;
&lt;br /&gt;
The REST service for banner-based linking provides two functions.&lt;br /&gt;
&lt;br /&gt;
All example URLs are suited only for an &amp;quot;example publisher&amp;quot;. Other publishers will get their custom banner using their own one design requirements. Also for tracking purposes, the URLs below may never be used unmodified for other publishers! Other publishers will get the &amp;quot;/example-publisher/&amp;quot; part of the URL replaced by their name.&lt;br /&gt;
&lt;br /&gt;
=== Linking Banner ===&lt;br /&gt;
REST service generates a GIF image with a banner image, if a data set is available. The encoding of the paper DOI name must be in the same format like dx.doi.org needs it. Any special characters should be urlencoded using the UTF-8 [[Character Set]]. For most DOIs consisting of only ASCII chars, no encoding is needed most times:&lt;br /&gt;
&lt;br /&gt;
 http://linkinghub.pangaea.de/example-publisher/supplementBanner/10.1016/j.margeo.2006.07.006 &lt;br /&gt;
&lt;br /&gt;
If no data is available, the service returns a transparent one-pixel-gif image:&lt;br /&gt;
&lt;br /&gt;
 http://linkinghub.pangaea.de/example-publisher/supplementBanner/10.1016/somefakedoi&lt;br /&gt;
&lt;br /&gt;
This image can be included as SRC-Attribute for a HTML &amp;lt;img/&amp;gt; tag.&lt;br /&gt;
&lt;br /&gt;
=== The second REST service is a resolver/redirector: ===&lt;br /&gt;
&lt;br /&gt;
 http://linkinghub.pangaea.de/example-publisher/redirectToSupplement/10.1016/j.margeo.2006.07.006 &lt;br /&gt;
&lt;br /&gt;
Encoding is the same, only the action is different. This link redirects the user to the supplementary dataset behind the paper DOI name. You may put this URL in a &amp;lt;a href=”…”&amp;gt; around the image. If the image is empty (1 pixel, the user is normally not able to click on it, if he does, he will be directed to an information page on www.pangaea.de, describing that there is no supplement available). If it works you get a 301 redirect (because the linking hub url is not generally available and should not be indexed by search engines, search engines should use the DOI-link of PANGAEA, this is why it is a permanent redirect).&lt;br /&gt;
&lt;br /&gt;
=== General Usage ===&lt;br /&gt;
&lt;br /&gt;
In complete you can insert the following HTML into your artcle abstract webpage (replacing the DOI name to the encoded current article’s DOI name):&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;a href=&amp;quot;http://linkinghub.pangaea.de/example-publisher/redirectToSupplement/10.1016/j.margeo.2006.07.006&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;img src=&amp;quot;http://linkinghub.pangaea.de/example-publisher/supplementBanner/10.1016/j.margeo.2006.07.006&amp;quot; style=&amp;quot;border:none&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In real life the link looks like this:&lt;br /&gt;
&amp;quot;&amp;lt;html&amp;gt;&amp;lt;a href=&amp;quot;http://linkinghub.pangaea.de/example-publisher/redirectToSupplement/10.1016/j.margeo.2006.07.006&amp;quot;&amp;gt;&amp;lt;img src=&amp;quot;http://linkinghub.pangaea.de/example-publisher/supplementBanner/10.1016/j.margeo.2006.07.006&amp;quot; style=&amp;quot;border:none&amp;quot; /&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/html&amp;gt;&amp;quot;, if no supplement available: &amp;quot;&amp;lt;html&amp;gt;&amp;lt;a href=&amp;quot;http://linkinghub.pangaea.de/example-publisher/redirectToSupplement/10.1016/somefakedoi&amp;quot;&amp;gt;&amp;lt;img src=&amp;quot;http://linkinghub.pangaea.de/example-publisher/supplementBanner/10.1016/somefakedoi&amp;quot; style=&amp;quot;border:none&amp;quot; /&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/html&amp;gt;&amp;quot; (you should see nothing)&lt;br /&gt;
&lt;br /&gt;
== Future Google-Maps-based &#039;&#039;&#039;javascript / iframe&#039;&#039;&#039; approach ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;TODO:&#039;&#039;&#039; This is currently in planning phase!&lt;/div&gt;</summary>
		<author><name>Uwe Schindler</name></author>
	</entry>
	<entry>
		<id>https://wiki.pangaea.de/w/handler?title=Supplementary_Data_links_for_Publishers&amp;diff=5510</id>
		<title>Supplementary Data links for Publishers</title>
		<link rel="alternate" type="text/html" href="https://wiki.pangaea.de/w/handler?title=Supplementary_Data_links_for_Publishers&amp;diff=5510"/>
		<updated>2010-11-05T11:34:17Z</updated>

		<summary type="html">&lt;p&gt;Uwe Schindler: /* Simple REST service for banner-based linking */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;PANGAEA provides several REST-based services to link supplementary data at publisher&#039;s abstract pages:&lt;br /&gt;
&lt;br /&gt;
== Simple REST service for banner-based linking ==&lt;br /&gt;
&lt;br /&gt;
The REST service for banner-based linking provides two functions.&lt;br /&gt;
&lt;br /&gt;
All example URLs are suited only for an &amp;quot;example publisher&amp;quot;. Other publishers will get their custom banner using their own one design requirements. Also for tracking purposes, the URLs below may never be used unmodified for other publishers! Other publishers will get the &amp;quot;/example-publisher/&amp;quot; part of the URL replaced by their name.&lt;br /&gt;
&lt;br /&gt;
=== Linking Banner ===&lt;br /&gt;
REST service generates a GIF image with a banner image, if a data set is available. The encoding of the paper DOI name must be in the same format like dx.doi.org needs it. Any special characters should be urlencoded using the UTF-8 [[Character Set]]. For most DOIs consisting of only ASCII chars, no encoding is needed most times:&lt;br /&gt;
&lt;br /&gt;
 http://linkinghub.pangaea.de/example-publisher/supplementBanner/10.1016/j.margeo.2006.07.006 &lt;br /&gt;
&lt;br /&gt;
If no data is available, the service returns a transparent one-pixel-gif image:&lt;br /&gt;
&lt;br /&gt;
 http://linkinghub.pangaea.de/example-publisher/supplementBanner/10.1016/somefakedoi&lt;br /&gt;
&lt;br /&gt;
This image can be included as SRC-Attribute for a HTML &amp;lt;img/&amp;gt; tag.&lt;br /&gt;
&lt;br /&gt;
=== The second REST service is a resolver/redirector: ===&lt;br /&gt;
&lt;br /&gt;
 http://linkinghub.pangaea.de/example-publisher/redirectToSupplement/10.1016/j.margeo.2006.07.006 &lt;br /&gt;
&lt;br /&gt;
Encoding is the same, only the action is different. This link redirects the user to the supplementary dataset behind the paper DOI name. You may put this URL in a &amp;lt;a href=”…”&amp;gt; around the image. If the image is empty (1 pixel, the user is normally not able to click on it, if he does, he will be directed to an information page on www.pangaea.de, describing that there is no supplement available). If it works you get a 301 redirect (because the linking hub url is not generally available and should not be indexed by search engines, search engines should use the DOI-link of PANGAEA, this is why it is a permanent redirect).&lt;br /&gt;
&lt;br /&gt;
=== General Usage ===&lt;br /&gt;
&lt;br /&gt;
In complete you can insert the following HTML into your artcle abstract webpage (replacing the DOI name to the encoded current article’s DOI name):&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;a href=&amp;quot;http://linkinghub.pangaea.de/example-publisher/redirectToSupplement/10.1016/j.margeo.2006.07.006&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;img src=&amp;quot;http://linkinghub.pangaea.de/example-publisher/supplementBanner/10.1016/j.margeo.2006.07.006&amp;quot; style=&amp;quot;border:none&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In real life the link looks like this:&lt;br /&gt;
&amp;quot;&amp;lt;html&amp;gt;&amp;lt;a href=&amp;quot;http://linkinghub.pangaea.de/example-publisher/redirectToSupplement/10.1016/j.margeo.2006.07.006&amp;quot;&amp;gt;&amp;lt;img src=&amp;quot;http://linkinghub.pangaea.de/example-publisher/supplementBanner/10.1016/j.margeo.2006.07.006&amp;quot; style=&amp;quot;border:none&amp;quot; /&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/html&amp;gt;&amp;quot;, if no supplement available: &amp;quot;&amp;lt;html&amp;gt;&amp;lt;a href=&amp;quot;http://linkinghub.pangaea.de/example-publisher/redirectToSupplement/10.1016/somefakedoi&amp;quot;&amp;gt;&amp;lt;img src=&amp;quot;http://linkinghub.pangaea.de/example-publisher/supplementBanner/10.1016/somefakedoi&amp;quot; style=&amp;quot;border:none&amp;quot; /&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/html&amp;gt;&amp;quot; (you should see nothing)&lt;br /&gt;
&lt;br /&gt;
== Future Google-Maps-based &#039;&#039;&#039;javascript / iframe&#039;&#039;&#039; approach ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;TODO:&#039;&#039;&#039; This is currently in planning phase!&lt;/div&gt;</summary>
		<author><name>Uwe Schindler</name></author>
	</entry>
	<entry>
		<id>https://wiki.pangaea.de/w/handler?title=Supplementary_Data_links_for_Publishers&amp;diff=5509</id>
		<title>Supplementary Data links for Publishers</title>
		<link rel="alternate" type="text/html" href="https://wiki.pangaea.de/w/handler?title=Supplementary_Data_links_for_Publishers&amp;diff=5509"/>
		<updated>2010-11-05T11:32:31Z</updated>

		<summary type="html">&lt;p&gt;Uwe Schindler: remove elsevier completely&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;PANGAEA provides several REST-based services to link supplementary data at publisher&#039;s abstract pages:&lt;br /&gt;
&lt;br /&gt;
== Simple REST service for banner-based linking ==&lt;br /&gt;
&lt;br /&gt;
The REST service for banner-based linking provides two functions.&lt;br /&gt;
&lt;br /&gt;
All example URLs are suited only for an &amp;quot;example publisher&amp;quot;. Other publisher will get their custom banner using their own one deisgn requirements. Also for tracking purposes, the URLs below may never be used unmodified for other publishers! Other publishers will get the &amp;quot;/example-publisher/&amp;quot; part of the URL replaced by their name.&lt;br /&gt;
&lt;br /&gt;
=== Linking Banner ===&lt;br /&gt;
REST service generates a GIF image with a banner image, if a data set is available. The encoding of the paper DOI name must be in the same format like dx.doi.org needs it. Any special characters should be urlencoded using the UTF-8 [[Character Set]]. For most DOIs consisting of only ASCII chars, no encoding is needed most times:&lt;br /&gt;
&lt;br /&gt;
 http://linkinghub.pangaea.de/example-publisher/supplementBanner/10.1016/j.margeo.2006.07.006 &lt;br /&gt;
&lt;br /&gt;
If no data is available, the service returns a transparent one-pixel-gif image:&lt;br /&gt;
&lt;br /&gt;
 http://linkinghub.pangaea.de/example-publisher/supplementBanner/10.1016/somefakedoi&lt;br /&gt;
&lt;br /&gt;
This image can be included as SRC-Attribute for a HTML &amp;lt;img/&amp;gt; tag.&lt;br /&gt;
&lt;br /&gt;
=== The second REST service is a resolver/redirector: ===&lt;br /&gt;
&lt;br /&gt;
 http://linkinghub.pangaea.de/example-publisher/redirectToSupplement/10.1016/j.margeo.2006.07.006 &lt;br /&gt;
&lt;br /&gt;
Encoding is the same, only the action is different. This link redirects the user to the supplementary dataset behind the paper DOI name. You may put this URL in a &amp;lt;a href=”…”&amp;gt; around the image. If the image is empty (1 pixel, the user is normally not able to click on it, if he does, he will be directed to an information page on www.pangaea.de, describing that there is no supplement available). If it works you get a 301 redirect (because the linking hub url is not generally available and should not be indexed by search engines, search engines should use the DOI-link of PANGAEA, this is why it is a permanent redirect).&lt;br /&gt;
&lt;br /&gt;
=== General Usage ===&lt;br /&gt;
&lt;br /&gt;
In complete you can insert the following HTML into your artcle abstract webpage (replacing the DOI name to the encoded current article’s DOI name):&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;a href=&amp;quot;http://linkinghub.pangaea.de/example-publisher/redirectToSupplement/10.1016/j.margeo.2006.07.006&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;img src=&amp;quot;http://linkinghub.pangaea.de/example-publisher/supplementBanner/10.1016/j.margeo.2006.07.006&amp;quot; style=&amp;quot;border:none&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In real life the link looks like this:&lt;br /&gt;
&amp;quot;&amp;lt;html&amp;gt;&amp;lt;a href=&amp;quot;http://linkinghub.pangaea.de/example-publisher/redirectToSupplement/10.1016/j.margeo.2006.07.006&amp;quot;&amp;gt;&amp;lt;img src=&amp;quot;http://linkinghub.pangaea.de/example-publisher/supplementBanner/10.1016/j.margeo.2006.07.006&amp;quot; style=&amp;quot;border:none&amp;quot; /&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/html&amp;gt;&amp;quot;, if no supplement available: &amp;quot;&amp;lt;html&amp;gt;&amp;lt;a href=&amp;quot;http://linkinghub.pangaea.de/example-publisher/redirectToSupplement/10.1016/somefakedoi&amp;quot;&amp;gt;&amp;lt;img src=&amp;quot;http://linkinghub.pangaea.de/example-publisher/supplementBanner/10.1016/somefakedoi&amp;quot; style=&amp;quot;border:none&amp;quot; /&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/html&amp;gt;&amp;quot; (you should see nothing)&lt;br /&gt;
&lt;br /&gt;
== Future Google-Maps-based &#039;&#039;&#039;javascript / iframe&#039;&#039;&#039; approach ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;TODO:&#039;&#039;&#039; This is currently in planning phase!&lt;/div&gt;</summary>
		<author><name>Uwe Schindler</name></author>
	</entry>
	<entry>
		<id>https://wiki.pangaea.de/w/handler?title=Supplementary_Data_links_for_Publishers&amp;diff=5507</id>
		<title>Supplementary Data links for Publishers</title>
		<link rel="alternate" type="text/html" href="https://wiki.pangaea.de/w/handler?title=Supplementary_Data_links_for_Publishers&amp;diff=5507"/>
		<updated>2010-11-05T11:18:33Z</updated>

		<summary type="html">&lt;p&gt;Uwe Schindler: /* Simple REST service for banner-based linking */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;PANGAEA provides several REST-based services to link supplementary data at publisher&#039;s abstract pages:&lt;br /&gt;
&lt;br /&gt;
== Simple REST service for banner-based linking ==&lt;br /&gt;
&lt;br /&gt;
The REST service for banner-based linking provides two functions. All example URLs are based on the configuration for &#039;&#039;&#039;Elsevier&#039;s ScienceDirect&#039;&#039;&#039;. Other publisher will get their custom banner using their own one deisgn requirements. As Elsevier replaced the banner-based aproach by their own &amp;quot;EMBED&amp;quot; framework (see [[Elsevier-Partnership]]), the current banners are very small, text-only images to emulate a text link.&lt;br /&gt;
&lt;br /&gt;
Also for tracking purposes, the URLs below may never be used unmodified for other publishers! Other publishers will get the &amp;quot;/elsevier/&amp;quot; part of the URL replaced by their name.&lt;br /&gt;
&lt;br /&gt;
=== Linking Banner ===&lt;br /&gt;
REST service generates a GIF image with a banner image, if a data set is available. The encoding of the paper DOI name must be in the same format like dx.doi.org needs it. Any special characters should be urlencoded using the UTF-8 [[Character Set]]. For most DOIs consisting of only ASCII chars, no encoding is needed most times:&lt;br /&gt;
&lt;br /&gt;
 http://linkinghub.pangaea.de/elsevier/supplementBanner/10.1016/j.margeo.2006.07.006 &lt;br /&gt;
&lt;br /&gt;
If no data is available, the service returns a transparent one-pixel-gif image:&lt;br /&gt;
&lt;br /&gt;
 http://linkinghub.pangaea.de/elsevier/supplementBanner/10.1016/somefakedoi&lt;br /&gt;
&lt;br /&gt;
This image can be included as SRC-Attribute for a HTML &amp;lt;img/&amp;gt; tag.&lt;br /&gt;
&lt;br /&gt;
=== The second REST service is a resolver/redirector: ===&lt;br /&gt;
&lt;br /&gt;
 http://linkinghub.pangaea.de/elsevier/redirectToSupplement/10.1016/j.margeo.2006.07.006 &lt;br /&gt;
&lt;br /&gt;
Encoding is the same, only the action is different. This link redirects the user to the supplementary dataset behind the paper DOI name. You may put this URL in a &amp;lt;a href=”…”&amp;gt; around the image. If the image is empty (1 pixel, the user is normally not able to click on it, if he does, he will be directed to an information page on www.pangaea.de, describing that there is no supplement available). If it works you get a 301 redirect (because the linking hub url is not generally available and should not be indexed by search engines, search engines should use the DOI-link of PANGAEA, this is why it is a permanent redirect).&lt;br /&gt;
&lt;br /&gt;
=== General Usage ===&lt;br /&gt;
&lt;br /&gt;
In complete you can insert the following HTML into your artcle abstract webpage (replacing the DOI name to the encoded current article’s DOI name):&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;a href=&amp;quot;http://linkinghub.pangaea.de/elsevier/redirectToSupplement/10.1016/j.margeo.2006.07.006&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;img src=&amp;quot;http://linkinghub.pangaea.de/elsevier/supplementBanner/10.1016/j.margeo.2006.07.006&amp;quot; style=&amp;quot;border:none&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In real life the link looks like this:&lt;br /&gt;
&amp;quot;&amp;lt;html&amp;gt;&amp;lt;a href=&amp;quot;http://linkinghub.pangaea.de/elsevier/redirectToSupplement/10.1016/j.margeo.2006.07.006&amp;quot;&amp;gt;&amp;lt;img src=&amp;quot;http://linkinghub.pangaea.de/elsevier/supplementBanner/10.1016/j.margeo.2006.07.006&amp;quot; style=&amp;quot;border:none&amp;quot; /&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/html&amp;gt;&amp;quot;, if no supplement available: &amp;quot;&amp;lt;html&amp;gt;&amp;lt;a href=&amp;quot;http://linkinghub.pangaea.de/elsevier/redirectToSupplement/10.1016/somefakedoi&amp;quot;&amp;gt;&amp;lt;img src=&amp;quot;http://linkinghub.pangaea.de/elsevier/supplementBanner/10.1016/somefakedoi&amp;quot; style=&amp;quot;border:none&amp;quot; /&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/html&amp;gt;&amp;quot; (you should see nothing)&lt;br /&gt;
&lt;br /&gt;
== Future Google-Maps-based &#039;&#039;&#039;javascript / iframe&#039;&#039;&#039; approach ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;TODO:&#039;&#039;&#039; This is currently in planning phase!&lt;/div&gt;</summary>
		<author><name>Uwe Schindler</name></author>
	</entry>
	<entry>
		<id>https://wiki.pangaea.de/w/handler?title=Supplementary_Data_links_for_Publishers&amp;diff=5506</id>
		<title>Supplementary Data links for Publishers</title>
		<link rel="alternate" type="text/html" href="https://wiki.pangaea.de/w/handler?title=Supplementary_Data_links_for_Publishers&amp;diff=5506"/>
		<updated>2010-11-05T11:16:59Z</updated>

		<summary type="html">&lt;p&gt;Uwe Schindler: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;PANGAEA provides several REST-based services to link supplementary data at publisher&#039;s abstract pages:&lt;br /&gt;
&lt;br /&gt;
== Simple REST service for banner-based linking ==&lt;br /&gt;
&lt;br /&gt;
The REST service for banner-based linking provides two functions. All example URLs are based on the configuration for Elsevier&#039;s ScienceDirect. Other publisher will get their custom banner using their own one deisgn requirements. As Elsevier replaced the banner-based aproach by their own &amp;quot;EMBED&amp;quot; framework see [[Elsevier-Partnership]], the current banners are very small, text-only images to emulate a text link.&lt;br /&gt;
&lt;br /&gt;
Also for tracking purposes, the URLs below may never be used unmodified for other publishers! Other publishers will get the &amp;quot;/elsevier/&amp;quot; part of the URL replaced by their name.&lt;br /&gt;
&lt;br /&gt;
=== Linking Banner ===&lt;br /&gt;
REST service generates a GIF image with a banner image, if a data set is available. The encoding of the paper DOI name must be in the same format like dx.doi.org needs it. Any special characters should be urlencoded using the UTF-8 [[Character Set]]. For most DOIs consisting of only ASCII chars, no encoding is needed most times:&lt;br /&gt;
&lt;br /&gt;
 http://linkinghub.pangaea.de/elsevier/supplementBanner/10.1016/j.margeo.2006.07.006 &lt;br /&gt;
&lt;br /&gt;
If no data is available, the service returns a transparent one-pixel-gif image:&lt;br /&gt;
&lt;br /&gt;
 http://linkinghub.pangaea.de/elsevier/supplementBanner/10.1016/somefakedoi&lt;br /&gt;
&lt;br /&gt;
This image can be included as SRC-Attribute for a HTML &amp;lt;img/&amp;gt; tag.&lt;br /&gt;
&lt;br /&gt;
=== The second REST service is a resolver/redirector: ===&lt;br /&gt;
&lt;br /&gt;
 http://linkinghub.pangaea.de/elsevier/redirectToSupplement/10.1016/j.margeo.2006.07.006 &lt;br /&gt;
&lt;br /&gt;
Encoding is the same, only the action is different. This link redirects the user to the supplementary dataset behind the paper DOI name. You may put this URL in a &amp;lt;a href=”…”&amp;gt; around the image. If the image is empty (1 pixel, the user is normally not able to click on it, if he does, he will be directed to an information page on www.pangaea.de, describing that there is no supplement available). If it works you get a 301 redirect (because the linking hub url is not generally available and should not be indexed by search engines, search engines should use the DOI-link of PANGAEA, this is why it is a permanent redirect).&lt;br /&gt;
&lt;br /&gt;
=== General Usage ===&lt;br /&gt;
&lt;br /&gt;
In complete you can insert the following HTML into your artcle abstract webpage (replacing the DOI name to the encoded current article’s DOI name):&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;a href=&amp;quot;http://linkinghub.pangaea.de/elsevier/redirectToSupplement/10.1016/j.margeo.2006.07.006&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;img src=&amp;quot;http://linkinghub.pangaea.de/elsevier/supplementBanner/10.1016/j.margeo.2006.07.006&amp;quot; style=&amp;quot;border:none&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In real life the link looks like this:&lt;br /&gt;
&amp;quot;&amp;lt;html&amp;gt;&amp;lt;a href=&amp;quot;http://linkinghub.pangaea.de/elsevier/redirectToSupplement/10.1016/j.margeo.2006.07.006&amp;quot;&amp;gt;&amp;lt;img src=&amp;quot;http://linkinghub.pangaea.de/elsevier/supplementBanner/10.1016/j.margeo.2006.07.006&amp;quot; style=&amp;quot;border:none&amp;quot; /&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/html&amp;gt;&amp;quot;, if no supplement available: &amp;quot;&amp;lt;html&amp;gt;&amp;lt;a href=&amp;quot;http://linkinghub.pangaea.de/elsevier/redirectToSupplement/10.1016/somefakedoi&amp;quot;&amp;gt;&amp;lt;img src=&amp;quot;http://linkinghub.pangaea.de/elsevier/supplementBanner/10.1016/somefakedoi&amp;quot; style=&amp;quot;border:none&amp;quot; /&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/html&amp;gt;&amp;quot; (you should see nothing)&lt;br /&gt;
&lt;br /&gt;
== Future Google-Maps-based &#039;&#039;&#039;javascript / iframe&#039;&#039;&#039; approach ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;TODO:&#039;&#039;&#039; This is currently in planning phase!&lt;/div&gt;</summary>
		<author><name>Uwe Schindler</name></author>
	</entry>
	<entry>
		<id>https://wiki.pangaea.de/w/handler?title=Supplementary_Data_links_for_Publishers&amp;diff=5505</id>
		<title>Supplementary Data links for Publishers</title>
		<link rel="alternate" type="text/html" href="https://wiki.pangaea.de/w/handler?title=Supplementary_Data_links_for_Publishers&amp;diff=5505"/>
		<updated>2010-11-05T11:15:54Z</updated>

		<summary type="html">&lt;p&gt;Uwe Schindler: remove sciencedirect&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;PANGAEA provides several REST-based services to link supplementary data at publisher&#039;s abstract pages:&lt;br /&gt;
&lt;br /&gt;
== Simple REST service for banner-based linking ==&lt;br /&gt;
&lt;br /&gt;
The REST service for banner-based linking provides two functions. All example URLs are based on the configuration for Elsevier&#039;s ScienceDirect. Other publisher will get their custom banner using their own one deisgn requirements. As Elsevier replaced the banner-based aproach by their own &amp;quot;EMBED&amp;quot; framework see [[Elsevier-Partnership]], the current banners are very small, text-only images to emulate a text link.&lt;br /&gt;
&lt;br /&gt;
Also for tracking purposes, the URLs below may never be used unmodified for other publishers! Other publishers will get the &amp;quot;/elsevier/&amp;quot; part of the URL replaced by their name.&lt;br /&gt;
&lt;br /&gt;
=== Linking Banner ===&lt;br /&gt;
One generates a GIF image with a [[PANGAEA]] Logo and some text, if a data set is available. The encoding of the paper DOI name must be in the same format like dx.doi.org needs it. Any special characters should be urlencoded using the UTF-8 [[Character Set]]. For most DOIs consisting of only ASCII chars, no encoding is needed most times:&lt;br /&gt;
&lt;br /&gt;
 http://linkinghub.pangaea.de/elsevier/supplementBanner/10.1016/j.margeo.2006.07.006 &lt;br /&gt;
&lt;br /&gt;
If no data is available, the service returns a transparent one-pixel-gif image:&lt;br /&gt;
&lt;br /&gt;
 http://linkinghub.pangaea.de/elsevier/supplementBanner/10.1016/somefakedoi&lt;br /&gt;
&lt;br /&gt;
This image can be included as SRC-Attribute for a HTML &amp;lt;img/&amp;gt; tag.&lt;br /&gt;
&lt;br /&gt;
=== The second REST service is a resolver/redirector: ===&lt;br /&gt;
&lt;br /&gt;
 http://linkinghub.pangaea.de/elsevier/redirectToSupplement/10.1016/j.margeo.2006.07.006 &lt;br /&gt;
&lt;br /&gt;
Encoding is the same, only the action is different. This link redirects the user to the supplementary dataset behind the paper DOI name. You may put this URL in a &amp;lt;a href=”…”&amp;gt; around the image. If the image is empty (1 pixel, the user is normally not able to click on it, if he does, he will be directed to an information page on www.pangaea.de, describing that there is no supplement available). If it works you get a 301 redirect (because the linking hub url is not generally available and should not be indexed by search engines, search engines should use the DOI-link of PANGAEA, this is why it is a permanent redirect).&lt;br /&gt;
&lt;br /&gt;
=== General Usage ===&lt;br /&gt;
&lt;br /&gt;
In complete you can insert the following HTML into your artcle abstract webpage (replacing the DOI name to the encoded current article’s DOI name):&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;a href=&amp;quot;http://linkinghub.pangaea.de/elsevier/redirectToSupplement/10.1016/j.margeo.2006.07.006&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;img src=&amp;quot;http://linkinghub.pangaea.de/elsevier/supplementBanner/10.1016/j.margeo.2006.07.006&amp;quot; style=&amp;quot;border:none&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In real life the link looks like this:&lt;br /&gt;
&amp;quot;&amp;lt;html&amp;gt;&amp;lt;a href=&amp;quot;http://linkinghub.pangaea.de/elsevier/redirectToSupplement/10.1016/j.margeo.2006.07.006&amp;quot;&amp;gt;&amp;lt;img src=&amp;quot;http://linkinghub.pangaea.de/elsevier/supplementBanner/10.1016/j.margeo.2006.07.006&amp;quot; style=&amp;quot;border:none&amp;quot; /&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/html&amp;gt;&amp;quot;, if no supplement available: &amp;quot;&amp;lt;html&amp;gt;&amp;lt;a href=&amp;quot;http://linkinghub.pangaea.de/elsevier/redirectToSupplement/10.1016/somefakedoi&amp;quot;&amp;gt;&amp;lt;img src=&amp;quot;http://linkinghub.pangaea.de/elsevier/supplementBanner/10.1016/somefakedoi&amp;quot; style=&amp;quot;border:none&amp;quot; /&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/html&amp;gt;&amp;quot; (you should see nothing)&lt;br /&gt;
&lt;br /&gt;
== Future Google-Maps-based &#039;&#039;&#039;javascript / iframe&#039;&#039;&#039; approach ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;TODO:&#039;&#039;&#039; This is currently in planning phase!&lt;/div&gt;</summary>
		<author><name>Uwe Schindler</name></author>
	</entry>
	<entry>
		<id>https://wiki.pangaea.de/w/handler?title=Supplementary_Data_links_for_Publishers&amp;diff=5502</id>
		<title>Supplementary Data links for Publishers</title>
		<link rel="alternate" type="text/html" href="https://wiki.pangaea.de/w/handler?title=Supplementary_Data_links_for_Publishers&amp;diff=5502"/>
		<updated>2010-11-05T10:56:08Z</updated>

		<summary type="html">&lt;p&gt;Uwe Schindler: initial version&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== REST service (first version) ==&lt;br /&gt;
&lt;br /&gt;
The REST service for linking [[PANGAEA]] with Elsevier&#039;s [http://www.sciencedirect.com ScienceDirect] provides two functions:&lt;br /&gt;
&lt;br /&gt;
== Linking Banner ==&lt;br /&gt;
One generates a GIF image with a [[PANGAEA]] Logo and some text, if a data set is available. The encoding of the DOI must be in the same format like dx.doi.org needs it. Any special characters should be urlencoded using the UTF-8 [[Character Set]]. For normal Science-Direct-DOIs consisting of only ASCII chars, no encoding is needed most times (but I am not sure):&lt;br /&gt;
&lt;br /&gt;
 http://linkinghub.pangaea.de/elsevier/supplementBanner/10.1016/j.margeo.2006.07.006 &lt;br /&gt;
&lt;br /&gt;
If no data is available, the service returns a transparent one-pixel-gif image:&lt;br /&gt;
&lt;br /&gt;
 http://linkinghub.pangaea.de/elsevier/supplementBanner/10.1016/somefakedoi&lt;br /&gt;
&lt;br /&gt;
This image can be included as SRC-Attribute for a HTML &amp;lt;img/&amp;gt; tag.&lt;br /&gt;
&lt;br /&gt;
== The second REST service is a resolver/redirector: ==&lt;br /&gt;
&lt;br /&gt;
 http://linkinghub.pangaea.de/elsevier/redirectToSupplement/10.1016/j.margeo.2006.07.006 &lt;br /&gt;
&lt;br /&gt;
Encoding is the same, only the action is different. This link redirects the user to the supplementary dataset behind your Science Direct DOI name. You may put this URL in a &amp;lt;a href=”…”&amp;gt; around the image. If the image is empty (1 pixel, the user is normally not able to click on it, if he does, he will be directed to an information page on www.pangaea.de, describing that there is no supplement available). If it works you get a 301 redirect (because the linking hub url is not generally available and should not be indexed by search engines, search engines should use the DOI-link of PANGAEA, this is why it is a permanent redirect).&lt;br /&gt;
&lt;br /&gt;
== General Usage ==&lt;br /&gt;
In complete you can insert the following HTML into your Science Direct webpage (replacing the DOI name to the encoded current article’s DOI name):&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;a href=&amp;quot;http://linkinghub.pangaea.de/elsevier/redirectToSupplement/10.1016/j.margeo.2006.07.006&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;img src=&amp;quot;http://linkinghub.pangaea.de/elsevier/supplementBanner/10.1016/j.margeo.2006.07.006&amp;quot; style=&amp;quot;border:none&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In real life the link looks like this:&lt;br /&gt;
&amp;quot;&amp;lt;html&amp;gt;&amp;lt;a href=&amp;quot;http://linkinghub.pangaea.de/elsevier/redirectToSupplement/10.1016/j.margeo.2006.07.006&amp;quot;&amp;gt;&amp;lt;img src=&amp;quot;http://linkinghub.pangaea.de/elsevier/supplementBanner/10.1016/j.margeo.2006.07.006&amp;quot; style=&amp;quot;border:none&amp;quot; /&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/html&amp;gt;&amp;quot;, if no supplement available: &amp;quot;&amp;lt;html&amp;gt;&amp;lt;a href=&amp;quot;http://linkinghub.pangaea.de/elsevier/redirectToSupplement/10.1016/somefakedoi&amp;quot;&amp;gt;&amp;lt;img src=&amp;quot;http://linkinghub.pangaea.de/elsevier/supplementBanner/10.1016/somefakedoi&amp;quot; style=&amp;quot;border:none&amp;quot; /&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/html&amp;gt;&amp;quot; (you should see nothing)&lt;br /&gt;
&lt;br /&gt;
It may be possible, to only generate the above HTML fragment for ScienceDirect journals from the geoscientific world. If not too much effort is needed, we would like to avoid to get too many hits on our webserver from journal pages, that will never get datasets (like computer science papers,…). Maybe Elsevier has a property in your database that identifies the scientific area of article and journal.&lt;/div&gt;</summary>
		<author><name>Uwe Schindler</name></author>
	</entry>
	<entry>
		<id>https://wiki.pangaea.de/w/handler?title=MediaWiki:Loginreqpagetext&amp;diff=4824</id>
		<title>MediaWiki:Loginreqpagetext</title>
		<link rel="alternate" type="text/html" href="https://wiki.pangaea.de/w/handler?title=MediaWiki:Loginreqpagetext&amp;diff=4824"/>
		<updated>2009-12-01T16:19:11Z</updated>

		<summary type="html">&lt;p&gt;Uwe Schindler: finalize the error message&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;You need to $1 for displaying or editing pages in the &#039;&#039;&#039;Talk&#039;&#039;&#039; namespaces. Additional &#039;&#039;&#039;curator rights&#039;&#039;&#039; are needed for pages from the &#039;&#039;&#039;Techdoc&#039;&#039;&#039; namespace (see [[Login]])!&lt;/div&gt;</summary>
		<author><name>Uwe Schindler</name></author>
	</entry>
	<entry>
		<id>https://wiki.pangaea.de/w/handler?title=MediaWiki:Loginreqpagetext&amp;diff=4823</id>
		<title>MediaWiki:Loginreqpagetext</title>
		<link rel="alternate" type="text/html" href="https://wiki.pangaea.de/w/handler?title=MediaWiki:Loginreqpagetext&amp;diff=4823"/>
		<updated>2009-12-01T16:08:40Z</updated>

		<summary type="html">&lt;p&gt;Uwe Schindler: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;You need to $1 with a &#039;&#039;&#039;curator account&#039;&#039;&#039; to display or edit pages from the &#039;&#039;&#039;Techdoc&#039;&#039;&#039; or &#039;&#039;&#039;Talk&#039;&#039;&#039; namespace!&lt;/div&gt;</summary>
		<author><name>Uwe Schindler</name></author>
	</entry>
	<entry>
		<id>https://wiki.pangaea.de/w/handler?title=MediaWiki:Loginreqpagetext&amp;diff=4822</id>
		<title>MediaWiki:Loginreqpagetext</title>
		<link rel="alternate" type="text/html" href="https://wiki.pangaea.de/w/handler?title=MediaWiki:Loginreqpagetext&amp;diff=4822"/>
		<updated>2009-12-01T16:08:12Z</updated>

		<summary type="html">&lt;p&gt;Uwe Schindler: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;You need to $1 with a &#039;&#039;&#039;curator account&#039;&#039;&#039; to display or edit pages from the &#039;&#039;&#039;Techdoc&#039;&#039;&#039; or Talk &#039;&#039;&#039;Namespace&#039;&#039;&#039;!&lt;/div&gt;</summary>
		<author><name>Uwe Schindler</name></author>
	</entry>
	<entry>
		<id>https://wiki.pangaea.de/w/handler?title=MediaWiki:Loginreqpagetext&amp;diff=4821</id>
		<title>MediaWiki:Loginreqpagetext</title>
		<link rel="alternate" type="text/html" href="https://wiki.pangaea.de/w/handler?title=MediaWiki:Loginreqpagetext&amp;diff=4821"/>
		<updated>2009-12-01T16:06:51Z</updated>

		<summary type="html">&lt;p&gt;Uwe Schindler: Created page with &amp;#039;You need to $1 with a curator account to display or edit pages from the &amp;quot;Techdoc&amp;quot; or &amp;quot;Talk&amp;quot; Namespace!&amp;#039;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;You need to $1 with a curator account to display or edit pages from the &amp;quot;Techdoc&amp;quot; or &amp;quot;Talk&amp;quot; Namespace!&lt;/div&gt;</summary>
		<author><name>Uwe Schindler</name></author>
	</entry>
	<entry>
		<id>https://wiki.pangaea.de/w/handler?title=Main_Page&amp;diff=4524</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://wiki.pangaea.de/w/handler?title=Main_Page&amp;diff=4524"/>
		<updated>2009-09-06T14:49:55Z</updated>

		<summary type="html">&lt;p&gt;Uwe Schindler: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Welcome to &#039;&#039;&#039;PangaWiki&#039;&#039;&#039;! This wiki is a dynamic manual and reference for the data library&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h3&amp;gt;&amp;lt;font face=&amp;quot;Times&amp;quot;&amp;gt;&#039;&#039;&#039;[[PANGAEA]]® - Publishing Network for Geoscientific and Environmental Data&#039;&#039;&#039;&amp;lt;/font&amp;gt;&amp;lt;/h3&amp;gt;&lt;br /&gt;
PangaWiki is operated to support data providers, curators and end-users in archiving, publishing and retrieving data from earth system research in the data library Pangaea. It is the reference system for any questions and information around the system and its operation. The Pangaea [[login]] is required to add or modify pages.&lt;br /&gt;
----&lt;br /&gt;
The most important PangaWiki chapters are listed in the &#039;&#039;&#039;table of [[content]]s&#039;&#039;&#039;.&lt;br /&gt;
----&lt;br /&gt;
If you need information on how to &#039;&#039;&#039;provide data for archiving and publication&#039;&#039;&#039; please go to [[Data submission]].&lt;br /&gt;
----&lt;br /&gt;
&#039;&#039;&#039;New users&#039;&#039;&#039; may start reading the following pages:&lt;br /&gt;
* [[Pangaea]]&lt;br /&gt;
* [[Data model]]&lt;br /&gt;
** [[Project]]&lt;br /&gt;
** [[Campaign]]&lt;br /&gt;
** [[Event]]&lt;br /&gt;
** [[Data series]], [[Data set]], [[Parent set]]&lt;br /&gt;
* [[Parameter]]&lt;br /&gt;
* [[Basic rules]], [[Curator]] and [[Staff]]&lt;br /&gt;
----&lt;br /&gt;
&#039;&#039;&#039;see also:&#039;&#039;&#039;&lt;br /&gt;
* [[Articles|Articles and projects related to data management]].&lt;br /&gt;
* A list of publications, presentations, posters and talks about Pangaea is maintained in [[ePIC]].&lt;br /&gt;
* [[Project data management|Recommendations, aphorisms and draft web pages]].&lt;br /&gt;
* The [[STD-DOI]] project&lt;br /&gt;
----&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== Why using a Wiki for PANGAEA? ==&lt;br /&gt;
&#039;&#039;Operation of a complex system like Pangaea, fulfilling the data management requirements of nearly all sciences in earth system research, is a challenge and must be supported by some documentation. In a first step, documentation was distributed through various pdf-files, web pages, and a (draft) manual ({{doi|10.1594/PANGAEA.319947}}). Also the [http://bscw.pangaea.de BSCW system] was used to exchange documentation and common files between various projects and curators.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;A major problem of documentation is the very fast development and changes with any technology related to data systems and the Internet. Also new scientific requirements, sometimes just invented from scratch in running projects, need to be taken into account. A significant amount of resources are required to keep track on all documents and to keep them up-to-date and thus the distribution of a static (and most of the time outdated) manual is useless.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;A comprehensive system was needed to support users in providing and accessing data and curators while working with Pangaea in an efficient way, ensuring overall technical quality of its content. The introduction of the wiki principle made a dynamic documentation easier. With the open source software &#039;&#039;&#039;MediaWiki&#039;&#039;&#039;, developed and used by the Internet Encyclopedia [http://en.wikipedia.org/wiki/Main_Page Wikipedia], a free software tool is provided for fast and easy editing of content which is accessible and editable to anyone on the Internet. &#039;&#039;&#039;PangaWiki&#039;&#039;&#039; was installed in 2005-11-01 by &#039;&#039;Wikimaster&#039;&#039; Uwe Schindler and has become a constantly growing archive for any information around Pangaea.&#039;&#039;&lt;/div&gt;</summary>
		<author><name>Uwe Schindler</name></author>
	</entry>
	<entry>
		<id>https://wiki.pangaea.de/w/handler?title=PANGAEA_XML_schema&amp;diff=4209</id>
		<title>PANGAEA XML schema</title>
		<link rel="alternate" type="text/html" href="https://wiki.pangaea.de/w/handler?title=PANGAEA_XML_schema&amp;diff=4209"/>
		<updated>2009-03-31T08:36:55Z</updated>

		<summary type="html">&lt;p&gt;Uwe Schindler: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Field names as given in the &#039;&#039;&#039;PANGAEA XML schema&#039;&#039;&#039; can be used for specific queries using the PANGAEA search engine [http://www.pangaea.de/]. Queries are not case sensitive and can be combined by boolean operators. A blank is equivalent to &#039;&#039;AND&#039;&#039;, use the &#039;&#039;minus sign (-)&#039;&#039; to exclude specifications. See also the &#039;&#039;Help&#039;&#039; function of PangaVista.&lt;br /&gt;
&lt;br /&gt;
Search examples:&lt;br /&gt;
* data sets with a specific parameter [http://www.pangaea.de/search?q=parameter:obsidian &#039;&#039;parameter:obsidian&#039;&#039;]&lt;br /&gt;
* data sets with a specific geocode [http://www.pangaea.de/search?q=geocode:depth-ice/snow &#039;&#039;geocode:depth-ice/snow&#039;&#039;]&lt;br /&gt;
* data sets of a certain author in the citation [http://www.pangaea.de/search?q=citation:author:sieger &#039;&#039;citation:author:sieger&#039;&#039;]&lt;br /&gt;
* data sets following two queries combined by boolean operators&lt;br /&gt;
**keyword &#039;&#039;radiocarbon&#039;&#039; in the reference AND published via Pangaea in the year 2000 [http://www.pangaea.de/search?q=reference:radiocarbon+citation:year:2000 &#039;&#039;reference:radiocarbon citation:year:2000&#039;&#039;]&lt;br /&gt;
**keyword &#039;&#039;radiocarbon&#039;&#039; in the reference OR published via Pangaea in the year 2000 [http://www.pangaea.de/search?q=reference:radiocarbon+or+citation:year:2000 &#039;&#039;reference:radiocarbon or citation:year:2000&#039;&#039;]&lt;br /&gt;
**keyword &#039;&#039;radiocarbon&#039;&#039; in the reference and NOT published via Pangaea in the year 2000 [http://www.pangaea.de/search?q=reference:radiocarbon+-citation:year:2000 &#039;&#039;reference:radiocarbon -citation:year:2000&#039;&#039;]&lt;br /&gt;
&lt;br /&gt;
== Schema ==&lt;br /&gt;
&lt;br /&gt;
http://ws.pangaea.de/schemas/pangaea/MetaData.png&lt;br /&gt;
&lt;br /&gt;
[http://ws.pangaea.de/schemas/pangaea/MetaData.xsd XML variant for writing transformations]&lt;/div&gt;</summary>
		<author><name>Uwe Schindler</name></author>
	</entry>
	<entry>
		<id>https://wiki.pangaea.de/w/handler?title=PANGAEA_XML_schema&amp;diff=4208</id>
		<title>PANGAEA XML schema</title>
		<link rel="alternate" type="text/html" href="https://wiki.pangaea.de/w/handler?title=PANGAEA_XML_schema&amp;diff=4208"/>
		<updated>2009-03-31T08:35:28Z</updated>

		<summary type="html">&lt;p&gt;Uwe Schindler: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Field names as given in the &#039;&#039;&#039;PANGAEA XML schema&#039;&#039;&#039; can be used for specific queries using the PANGAEA search engine [http://www.pangaea.de/]. Queries are not case sensitive and can be combined by boolean operators. A blank is equivalent to &#039;&#039;AND&#039;&#039;, use the &#039;&#039;minus sign (-)&#039;&#039; to exclude specifications. See also the &#039;&#039;Help&#039;&#039; function of PangaVista.&lt;br /&gt;
&lt;br /&gt;
Search examples:&lt;br /&gt;
* data sets with a specific parameter [http://www.pangaea.de/search?q=parameter:Obsidian &#039;&#039;parameter:obsidian&#039;&#039;]&lt;br /&gt;
* data sets with a specific geocode [http://www.pangaea.de/search?q=geocode:depth-ice/snow &#039;&#039;geocode:&amp;quot;depth-ice/snow&amp;quot;&#039;&#039;]&lt;br /&gt;
* data sets of a certain author in the citation [http://www.pangaea.de/search?q=citation:author:sieger &#039;&#039;citation:author:sieger&#039;&#039;]&lt;br /&gt;
* data sets following two queries combined by boolean operators&lt;br /&gt;
**keyword &#039;&#039;radiocarbon&#039;&#039; in the reference AND published via Pangaea in the year 2000 [http://www.pangaea.de/search?q=reference:radiocarbon+citation:year:2000 &#039;&#039;reference:radiocarbon citation:year:2000&#039;&#039;]&lt;br /&gt;
**keyword &#039;&#039;radiocarbon&#039;&#039; in the reference OR published via Pangaea in the year 2000 [http://www.pangaea.de/search?q=reference:radiocarbon+or+citation:year:2000 &#039;&#039;reference:radiocarbon or citation:year:2000&#039;&#039;]&lt;br /&gt;
**keyword &#039;&#039;radiocarbon&#039;&#039; in the reference and NOT published via Pangaea in the year 2000 [http://www.pangaea.de/search?q=reference:radiocarbon+-citation:year:2000 &#039;&#039;reference:radiocarbon -citation:year:2000&#039;&#039;]&lt;br /&gt;
&lt;br /&gt;
== Schema ==&lt;br /&gt;
&lt;br /&gt;
http://ws.pangaea.de/schemas/pangaea/MetaData.png&lt;br /&gt;
&lt;br /&gt;
[http://ws.pangaea.de/schemas/pangaea/MetaData.xsd XML variant for writing transformations]&lt;/div&gt;</summary>
		<author><name>Uwe Schindler</name></author>
	</entry>
</feed>