PRIVATE update xslt to work with new layout changes, produce new changelog, update README

git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet45/modules/dnet-api-http-doc/src@61751 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
Argiro Kokogiannaki 2021-11-16 12:32:12 +00:00
parent 9c7e03f6e6
commit 2bf43a0fae
3 changed files with 420 additions and 237 deletions

View File

@ -16,8 +16,6 @@ To generate an updated changelist of this documentation as html page, run the fo
cd dnet-api-http-doc/src cd dnet-api-http-doc/src
svn log -v --xml https://svn.driver.research-infrastructures.eu/driver/dnet45/modules/dnet-api-http-doc | xsltproc svnlog2html.xslt - > ./changelog.html svn log -v --xml https://svn.driver.research-infrastructures.eu/driver/dnet45/modules/dnet-api-http-doc | xsltproc svnlog2html.xslt - > ./changelog.html
#menu drop down wont work. To make it work:
#search for `<nav class="uk-navbar">` in ./changelog.html and replace it to '<nav class="uk-navbar" uk-navbar="{&quot;align&quot;:&quot;left&quot;}">'
svn commit -m "PRIVATE : updated changelist" svn commit -m "PRIVATE : updated changelist"
Now you can go to step 4 Now you can go to step 4

View File

@ -1,12 +1,10 @@
<!DOCTYPE html>
<html lang="en-gb" dir="ltr" vocab="http://schema.org/"> <html lang="en-gb" dir="ltr" vocab="http://schema.org/">
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="content-type" content="text/html; charset=utf-8"> <meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta name="description" content="OpenAIRE API documentation, open access, research, scientific publication, European Commission, <meta name="description" content="OpenAIRE API documentation, open access, research, scientific publication, European Commission, EC, FP7, ERC, Horizon 2020, H2020, search, projects ">
EC, FP7, ERC, Horizon 2020, H2020, search, projects "/>
<link href="assets/common-assets/logo-small-graph.png"> <link href="assets/common-assets/logo-small-graph.png">
<link rel="apple-touch-icon" sizes="57x57" href="assets/common-assets/logo/apple-icon-57x57.png"> <link rel="apple-touch-icon" sizes="57x57" href="assets/common-assets/logo/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="assets/common-assets/logo/apple-icon-60x60.png"> <link rel="apple-touch-icon" sizes="60x60" href="assets/common-assets/logo/apple-icon-60x60.png">
@ -21,216 +19,403 @@ EC, FP7, ERC, Horizon 2020, H2020, search, projects "/>
<link rel="icon" type="image/png" sizes="32x32" href="assets/common-assets/logo/favicon-32x32.png"> <link rel="icon" type="image/png" sizes="32x32" href="assets/common-assets/logo/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="assets/common-assets/logo/favicon-96x96.png"> <link rel="icon" type="image/png" sizes="96x96" href="assets/common-assets/logo/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="assets/common-assets/logo/favicon-16x16.png"> <link rel="icon" type="image/png" sizes="16x16" href="assets/common-assets/logo/favicon-16x16.png">
<link href="assets/common-assets/logo/favicon.ico" rel="shortcut icon" type="image/vnd.microsoft.icon"/> <link href="assets/common-assets/logo/favicon.ico" rel="shortcut icon" type="image/vnd.microsoft.icon">
<title>OpenAIRE API Documentation: change log</title> <title>OpenAIRE API Documentation: change log</title>
<script src="./assets/common-assets/jquery/jquery.js"></script> <script src="./assets/common-assets/jquery/jquery.js"></script><script src="./assets/uikit.js"></script><script src="./assets/uikit-icon-max.js"></script><script>
<script src="./assets/uikit.js"></script> $(function(){
<script src="./assets/uikit-icon-max.js"></script> $("#headerMobile").load("headerMobile.html");
<!-- Include header and footer files --> $("#header").load("header.html");
<script> });
$(function(){ </script><script type="text/javascript">
$("#headerMobile").load("headerMobile.html"); var _paq = window._paq || [];
$("#header").load("header.html"); /* tracker methods like "setCustomDimension" should be called before "trackPageView" */
}); _paq.push(['trackPageView']);
</script> _paq.push(['enableLinkTracking']);
<!-- Matomo --> (function() {
<script type="text/javascript"> var u="//analytics.openaire.eu/";
var _paq = window._paq || []; _paq.push(['setTrackerUrl', u+'matomo.php']);
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */ _paq.push(['setSiteId', '470']);
_paq.push(['trackPageView']); var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
_paq.push(['enableLinkTracking']); g.type='text/javascript'; g.async=true; g.defer=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s);
(function() { })();
var u="//analytics.openaire.eu/"; </script><link rel="stylesheet" type="text/css" href="./assets/common-assets/common/theme.css">
_paq.push(['setTrackerUrl', u+'matomo.php']);
_paq.push(['setSiteId', '470']);
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
g.type='text/javascript'; g.async=true; g.defer=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s);
})();
</script>
<link rel="stylesheet" type="text/css" href="./assets/common-assets/common/theme.css">
<link rel="stylesheet" type="text/css" href="./assets/common-assets/common/custom.css"> <link rel="stylesheet" type="text/css" href="./assets/common-assets/common/custom.css">
<link rel="stylesheet" type="text/css" href="./assets/common-assets/library.css"> <link rel="stylesheet" type="text/css" href="./assets/common-assets/library.css">
<link rel="stylesheet" type="text/css" href="./assets/develop-custom.css"> <link rel="stylesheet" type="text/css" href="./assets/develop-custom.css">
</head> </head>
<body class="graphApp"> <body class="graphApp"><div class="uk-offcanvas-content uk-height-viewport">
<div class="uk-offcanvas-content uk-height-viewport"> <div id="headerMobile" class="tm-header-mobile uk-hidden@m"></div>
<div id="header" class="tm-header uk-visible@m tm-header-transparent" uk-header=""></div>
<!-- Header menu STARTS here--> <div class="first_page_section uk-section-default uk-section uk-padding-remove-vertical"><div class="first_page_banner_headline uk-grid-collapse uk-flex-middle uk-margin-remove-vertical uk-grid" uk-grid=""></div></div>
<div id="headerMobile" class="tm-header-mobile uk-hidden@m"></div>
<div id="header" class="tm-header uk-visible@m tm-header-transparent" uk-header=""></div>
<!-- Header menu ENDS here-->
<div class="first_page_section uk-section-default uk-section uk-padding-remove-vertical"><div class="first_page_banner_headline uk-grid-collapse uk-flex-middle uk-margin-remove-vertical uk-grid" uk-grid=""></div></div>
<!-- Page content STARTS here -->
<div class=" uk-section tm-middle custom-main-content" id="tm-main"> <div class=" uk-section tm-middle custom-main-content" id="tm-main">
<div class="uk-margin-large-left uk-margin-medium-bottom"> <div class="uk-margin-large-left uk-margin-medium-bottom"><ul class="uk-breadcrumb">
<ul class="uk-breadcrumb"> <li><a href="/">Home</a></li>
<li> <li><a href="overview.html">API &amp; Resources</a></li>
<a href="/">Home</a> <li><span>Changelog</span></li>
</li> </ul></div>
<li> <div class="uk-container"><div uk-grid="" class="uk-grid uk-grid-stack"><div class="tm-main uk-width-1-1@s uk-width-1-1@m uk-width-1-1@l uk-row-first uk-first-column">
<a href="overview.html">API & Resources</a> <h4 class="portal-color">Changes in API documentation:</h4>
</li> <table class="uk-table uk-table-striped uk-table-hover uk-table-small">
<li> <tr>
<span>Changelog</span> <td>2021-11-12T12:04:52.900385Z</td>
</li> <td>originalId parameter added</td>
</ul> </tr>
</div> <tr>
<div class="uk-container"> <td>2021-10-18T15:31:18.446582Z</td>
<div uk-grid="" class="uk-grid uk-grid-stack"> <td>OAI-PMH publisher completely dismissed as announced in January 2021</td>
<div class="tm-main uk-width-1-1@s uk-width-1-1@m uk-width-1-1@l uk-row-first uk-first-column"> </tr>
<h4 class="portal-color">Changes in API documentation:</h4> <tr>
<table id="importedData" class="uk-table uk-table-striped uk-table-hover uk-table-small"> <td>2021-10-12T07:46:48.032978Z</td>
<!-- Log content here --> <td>orcid parameter added in selective access</td>
</table> </tr>
</div></div></div></div> <tr>
<!-- Page content ENDS here --> <td>2021-04-08T10:28:02.371361Z</td>
<td>Authenticated requests to our APIs are now enabled.</td>
<!-- Footer STARTS here --> </tr>
<bottom class="footer"> <tr>
<div class="footer-light-background uk-padding-remove-bottom uk-section uk-section-small"> <td>2021-02-26T16:28:15.364435Z</td>
<div class="uk-container uk-container-small"> <td>NEWS: new dump available with research products with project funding information</td>
<div> </tr>
<div id="footer#3" class="uk-first-column uk-flex uk-flex-middle uk-grid uk-margin-remove-right"> <tr>
<div class="uk-text-center uk-width-1-1 uk-width-1-4@m"> <td>2021-02-17T07:39:46.051129Z</td>
<img width="126px" height="30px" alt="OpenAIRE" loading="lazy" class="el-image" src="assets/common-assets/common/Logo_Horizontal_dark_small.png"> <td>WIP: broker API documentation</td>
</div> </tr>
<div id="footer#5" class="uk-margin uk-text-left uk-width-expand"> <tr>
<div class="uk-flex uk-flex-middle"> <td>2021-02-11T09:06:41.608115Z</td>
<div> <td>Broker API documentation
<img alt="flag black white low" width="50px" height="33px" loading="lazy" style="margin-right: 8px; float: left;" src="assets/common-assets/common/commission.jpg"> </td>
</div> </tr>
<div class="uk-margin-left"> <tr>
<div> <td>2021-02-10T10:17:39.504429Z</td>
<span style="font-size: 8pt; line-height: 0.7!important;">OpenAIRE has received funding from the European Union's Horizon 2020 research and innovation programme under grant agreements No. 777541 and 101017452</span> <td>Authentication documentation added + broker card + broker dummy page</td>
</div> </tr>
</div> <tr>
</div> <td>2021-02-01T08:55:35.496938Z</td>
</div> <td>OAI-PMH shutdown announced for the end of April 2021</td>
</div> </tr>
<div> <tr>
<div class="uk-width-expand@m"> <td>2021-01-15T18:56:04.748404Z</td>
<div id="footer#7" class="uk-text-right@m uk-text-center"> <td>Updated documentation on OpenAIRE Research Graph dumps</td>
<ul uk-margin="" class="uk-flex-center uk-margin-remove-bottom uk-subnav uk-subnav-divider"></ul> </tr>
</div> <tr>
</div> <td>2021-01-15T16:57:08.569766Z</td>
</div> <td>Announcing the shutdown of the OAI-PMH publisher</td>
<div class="uk-margin uk-text-center uk-width-1-1"> </tr>
<div uk-grid="" class="uk-child-width-auto uk-flex-center uk-grid uk-grid-small"> <tr>
<div class="uk-first-column"> <td>2019-01-25T15:36:27.264313Z</td>
<a href="https://www.facebook.com/groups/openaire/" target="_blank" class="el-link uk-icon-button uk-icon"> <td>Added new parameter country for research results
<svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"> </td>
<path d="M11,10h2.6l0.4-3H11V5.3c0-0.9,0.2-1.5,1.5-1.5H14V1.1c-0.3,0-1-0.1-2.1-0.1C9.6,1,8,2.4,8,5v2H5.5v3H8v8h3V10z"></path> </tr>
</svg> <tr>
</a> <td>2018-10-17T10:39:56.570815Z</td>
</div> <td>Software and Other research products are available via HTTP API. Documentation has been updated.</td>
<div> </tr>
<a href="https://www.twitter.com/OpenAIRE_eu" target="_blank" class="el-link uk-icon-button uk-icon"> <tr>
<svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"> <td>2018-04-09T09:20:24.763966Z</td>
<path d="M19,4.74 C18.339,5.029 17.626,5.229 16.881,5.32 C17.644,4.86 18.227,4.139 18.503,3.28 C17.79,3.7 17.001,4.009 16.159,4.17 C15.485,3.45 14.526,3 13.464,3 C11.423,3 9.771,4.66 9.771,6.7 C9.771,6.99 9.804,7.269 9.868,7.539 C6.795,7.38 4.076,5.919 2.254,3.679 C1.936,4.219 1.754,4.86 1.754,5.539 C1.754,6.82 2.405,7.95 3.397,8.61 C2.79,8.589 2.22,8.429 1.723,8.149 L1.723,8.189 C1.723,9.978 2.997,11.478 4.686,11.82 C4.376,11.899 4.049,11.939 3.713,11.939 C3.475,11.939 3.245,11.919 3.018,11.88 C3.49,13.349 4.852,14.419 6.469,14.449 C5.205,15.429 3.612,16.019 1.882,16.019 C1.583,16.019 1.29,16.009 1,15.969 C2.635,17.019 4.576,17.629 6.662,17.629 C13.454,17.629 17.17,12 17.17,7.129 C17.17,6.969 17.166,6.809 17.157,6.649 C17.879,6.129 18.504,5.478 19,4.74"></path> <td>Added section on terms of services and SLA in the specific API pages</td>
</svg> </tr>
</a> <tr>
</div> <td>2018-04-09T08:26:18.897089Z</td>
<div> <td>Added section for terms of use and SLA in the home page</td>
<a href="https://www.linkedin.com/groups/3893548/" target="_blank" class="el-link uk-icon-button uk-icon"> </tr>
<svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"> <tr>
<path d="M5.77,17.89 L5.77,7.17 L2.21,7.17 L2.21,17.89 L5.77,17.89 L5.77,17.89 Z M3.99,5.71 C5.23,5.71 6.01,4.89 6.01,3.86 C5.99,2.8 5.24,2 4.02,2 C2.8,2 2,2.8 2,3.85 C2,4.88 2.77,5.7 3.97,5.7 L3.99,5.7 L3.99,5.71 L3.99,5.71 Z"></path> <td>2018-03-21T15:31:13.490821Z</td>
<path d="M7.75,17.89 L11.31,17.89 L11.31,11.9 C11.31,11.58 11.33,11.26 11.43,11.03 C11.69,10.39 12.27,9.73 13.26,9.73 C14.55,9.73 15.06,10.71 15.06,12.15 L15.06,17.89 L18.62,17.89 L18.62,11.74 C18.62,8.45 16.86,6.92 14.52,6.92 C12.6,6.92 11.75,7.99 11.28,8.73 L11.3,8.73 L11.3,7.17 L7.75,7.17 C7.79,8.17 7.75,17.89 7.75,17.89 L7.75,17.89 L7.75,17.89 Z"></path> <td>dded page with list of changes generated from the svn log</td>
</svg> </tr>
</a> <tr>
</div> <td>2018-03-21T14:58:14.569096Z</td>
<div> <td>Added APi rate limits</td>
<a href="https://www.slideshare.net/OpenAIRE_eu" target="_blank" class="el-link uk-icon-button uk-icon"> </tr>
<svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"> <tr>
<line fill="none" stroke="#000" stroke-width="1.1" x1="13.4" y1="14" x2="6.3" y2="10.7"></line> <td>2018-03-21T14:46:32.362617Z</td>
<line fill="none" stroke="#000" stroke-width="1.1" x1="13.5" y1="5.5" x2="6.5" y2="8.8"></line> <td>ignore intellij settings</td>
<circle fill="none" stroke="#000" stroke-width="1.1" cx="15.5" cy="4.6" r="2.3"></circle> </tr>
<circle fill="none" stroke="#000" stroke-width="1.1" cx="15.5" cy="14.8" r="2.3"></circle> <tr>
<circle fill="none" stroke="#000" stroke-width="1.1" cx="4.5" cy="9.8" r="2.3"></circle> <td>2018-02-01T14:44:00.743257Z</td>
</svg> <td>Latest schema version is 1.0</td>
</a> </tr>
</div> <tr>
<div> <td>2018-01-30T10:29:03.037760Z</td>
<a href="https://www.youtube.com/channel/UChFYqizc-S6asNjQSoWuwjw" target="_blank" class="el-link uk-icon-button uk-icon"> <td>removed authorOpenaireId parameter + change the message to say the schema is already changed</td>
<svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"> </tr>
<path d="M15,4.1c1,0.1,2.3,0,3,0.8c0.8,0.8,0.9,2.1,0.9,3.1C19,9.2,19,10.9,19,12c-0.1,1.1,0,2.4-0.5,3.4c-0.5,1.1-1.4,1.5-2.5,1.6 c-1.2,0.1-8.6,0.1-11,0c-1.1-0.1-2.4-0.1-3.2-1c-0.7-0.8-0.7-2-0.8-3C1,11.8,1,10.1,1,8.9c0-1.1,0-2.4,0.5-3.4C2,4.5,3,4.3,4.1,4.2 C5.3,4.1,12.6,4,15,4.1z M8,7.5v6l5.5-3L8,7.5z"></path> <tr>
</svg> <td>2018-01-26T13:09:17.887663Z</td>
</a> <td>Removed openaireAuthorID from API documentation</td>
</div> </tr>
<div> <tr>
<a target="_blank" href="https://www.openaire.eu/newsletter" class="el-link newsletter"> <td>2018-01-11T14:41:29.910148Z</td>
<span class="el-title uk-margin uk-text-large"> Newsletter <td>Rephrase LOD to Linked Open Data</td>
<span class="el-image uk-icon"> </tr>
<svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"> <tr>
<circle cx="3.12" cy="16.8" r="1.85"></circle> <td>2018-01-11T13:56:40.051318Z</td>
<path fill="none" stroke="#000" stroke-width="1.1" d="M1.5,8.2 C1.78,8.18 2.06,8.16 2.35,8.16 C7.57,8.16 11.81,12.37 11.81,17.57 C11.81,17.89 11.79,18.19 11.76,18.5"></path><path fill="none" stroke="#000" stroke-width="1.1" d="M1.5,2.52 C1.78,2.51 2.06,2.5 2.35,2.5 C10.72,2.5 17.5,9.24 17.5,17.57 C17.5,17.89 17.49,18.19 17.47,18.5"></path> <td>add LOD box in overview.html</td>
</svg> </tr>
</span> <tr>
</span> <td>2018-01-11T13:48:19.812005Z</td>
</a> <td>Adding warning for schema change</td>
</div> </tr>
</div> <tr>
</div> <td>2017-10-23T14:21:15.794995Z</td>
</div> <td>intellij file</td>
</div> </tr>
</div> <tr>
<div class="footer-light-background uk-section uk-section-xsmall"> <td>2017-10-09T10:43:56.532687Z</td>
<div class="uk-container uk-container-expand"> <td>Added HTML files for api documentation based on uikit</td>
<div uk-grid="" class="uk-grid-margin uk-grid"> </tr>
<div class="uk-width-small@m uk-first-column"></div> <tr>
<div class="uk-width-expand@m"> <td>2017-10-06T12:08:16.603152Z</td>
<div id="footer#22" class="uk-text-small uk-margin uk-margin-remove-bottom uk-text-center@m uk-text-center"> <td>deleting old API documentation: new will be committed soon by Katerina</td>
<a href="http://creativecommons.org/licenses/by/4.0/" rel="license" class="license"> &nbsp; </tr>
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"> <tr>
<path id="creative-commons" d="M9.7,14.675a1.311,1.311,0,0,1-1.15-.557,2.511,2.511,0,0,1-.391-1.477q0-2.032,1.541-2.034a1.36,1.36,0,0,1,.666.205,1.569,1.569,0,0,1,.605.718l1.541-.8A3.222,3.222,0,0,0,9.457,9.067a3.249,3.249,0,0,0-2.412.964,3.548,3.548,0,0,0-.957,2.61,3.562,3.562,0,0,0,.945,2.63,3.362,3.362,0,0,0,2.485.942,3.367,3.367,0,0,0,1.766-.481,3.408,3.408,0,0,0,1.254-1.326l-1.419-.718a1.44,1.44,0,0,1-1.416.987Zm6.634,0a1.312,1.312,0,0,1-1.15-.557,2.511,2.511,0,0,1-.391-1.477q0-2.032,1.541-2.034a1.389,1.389,0,0,1,.686.205,1.577,1.577,0,0,1,.608.718l1.519-.8a3.181,3.181,0,0,0-3.04-1.663,3.253,3.253,0,0,0-2.412.964,3.546,3.546,0,0,0-.955,2.61,3.576,3.576,0,0,0,.934,2.63,3.349,3.349,0,0,0,2.5.942,3.328,3.328,0,0,0,1.745-.481,3.54,3.54,0,0,0,1.274-1.326l-1.438-.718a1.441,1.441,0,0,1-1.416.987ZM21.156,4.12A11.61,11.61,0,0,0,12.624.64a11.436,11.436,0,0,0-8.44,3.48A11.738,11.738,0,0,0,.641,12.64,11.537,11.537,0,0,0,4.185,21.1a11.532,11.532,0,0,0,8.44,3.541,11.856,11.856,0,0,0,8.592-3.57,11.389,11.389,0,0,0,3.424-8.431,11.583,11.583,0,0,0-3.484-8.52Zm-1.5,15.391a9.631,9.631,0,0,1-7,2.94,9.479,9.479,0,0,1-6.938-2.911A9.422,9.422,0,0,1,2.8,12.64,9.57,9.57,0,0,1,5.747,5.68,9.3,9.3,0,0,1,12.655,2.8a9.4,9.4,0,0,1,6.94,2.88,9.411,9.411,0,0,1,2.884,6.96,9.157,9.157,0,0,1-2.823,6.87Z" transform="translate(-0.641 -0.64)"></path> <td>2017-10-06T12:04:55.560134Z</td>
</svg> <td>copied from dnet40
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"> </td>
<g id="Group_756" data-name="Group 756" transform="translate(0)"> </tr>
<path id="Path_2324" data-name="Path 2324" d="M18.325,11.98a.775.775,0,0,0-.775-.775H12.641a.775.775,0,0,0-.775.775v4.909h1.369V22.7h3.719V16.889h1.37V11.98Z" transform="translate(-3.095 -2.951)"></path> <tr>
<path id="Path_2325" data-name="Path 2325" d="M17.209,7.759A1.679,1.679,0,1,1,15.53,6.08,1.679,1.679,0,0,1,17.209,7.759Z" transform="translate(-3.529 -1.83)"></path> <td>2017-05-26T11:44:59.926816Z</td>
<path id="Path_2326" data-name="Path 2326" d="M12.624.64A11.439,11.439,0,0,0,4.183,4.12,11.736,11.736,0,0,0,.639,12.64,11.537,11.537,0,0,0,4.183,21.1a11.531,11.531,0,0,0,8.441,3.54,11.851,11.851,0,0,0,8.591-3.57,11.383,11.383,0,0,0,3.424-8.43,11.582,11.582,0,0,0-3.484-8.52,11.612,11.612,0,0,0-8.53-3.48Zm.03,2.159a9.4,9.4,0,0,1,6.939,2.88,9.414,9.414,0,0,1,2.883,6.96,9.156,9.156,0,0,1-2.823,6.87,9.63,9.63,0,0,1-7,2.94,9.48,9.48,0,0,1-6.939-2.91A9.425,9.425,0,0,1,2.8,12.64,9.573,9.573,0,0,1,5.746,5.68,9.3,9.3,0,0,1,12.654,2.8Z" transform="translate(-0.639 -0.64)"></path> <td>removed warning for fundingStream queries</td>
</g> </tr>
</svg> <tr>
</a> &nbsp;Unless otherwise indicated, all materials created by OpenAIRE are licenced under <td>2017-05-25T12:36:43.800409Z</td>
<a href="http://creativecommons.org/licenses/by/4.0/" rel="license"> <td>warning and location of the api in the prod infra</td>
CC ATTRIBUTION 4.0 INTERNATIONAL LICENSE </tr>
</a>. <tr>
</div> <td>2017-03-29T13:58:34.013071Z</td>
</div> <td>reformatted xml and new generated HTML</td>
<div class="uk-width-small@m"> </tr>
<div class="uk-margin uk-margin-remove-top uk-margin-remove-bottom uk-text-right@m uk-text-center"> <tr>
<a href="#" uk-scroll="" class="uk-totop uk-icon"> <td>2017-03-29T13:57:23.196971Z</td>
<svg width="18" height="10" viewBox="0 0 18 10" xmlns="http://www.w3.org/2000/svg" data-svg="totop"> <td>changed pubdate</td>
<polyline fill="none" stroke="#000" stroke-width="1.2" points="1 9 9 1 17 9 "></polyline> </tr>
</svg> <tr>
</a> <td>2017-03-29T13:46:08.349593Z</td>
</div> <td>added link to the OpenAIRE helpdesk</td>
</div> </tr>
</div> <tr>
</div> <td>2017-03-29T13:39:44.386894Z</td>
</div> <td>fixed param hasWTFunding (instead of hasUKFunding) + list of supported funders</td>
</bottom> </tr>
<!-- Footer ENDS here --> <tr>
<td>2017-03-29T13:37:43.381141Z</td>
<!-- Load data from changelog.json file --> <td>param name is dateOfAcceptance not of collection</td>
<script> </tr>
$(function(){ <tr>
$.getJSON('changelog.json', function(data) { <td>2017-02-22T09:31:34.767373Z</td>
var fullEntries = data.log.logentry; <td>#2630: informing that incremental harvesting is not supported and updated list of interesting OAI sets</td>
filteredEntries = fullEntries.filter(e => !e.msg.includes("PRIVATE")); </tr>
$.each(filteredEntries, function(i,f) { <tr>
var tableRow = "<tr>" + <td>2016-01-18T10:38:57.125792Z</td>
"<td>" + f.date + "</td>" + <td>commented warning section</td>
"<td>" + f.msg + "</td>" + </tr>
"</tr>"; <tr>
<td>2015-09-15T09:04:00.819955Z</td>
$(tableRow).appendTo("#importedData"); <td>added this week in the warning week</td>
}); </tr>
}); <tr>
}); <td>2015-09-15T09:02:37.458839Z</td>
</script> <td>updated supported funders and removed section about the TSV as it is only to be used by NOADs</td>
</tr>
</div> <tr>
</body> <td>2015-09-15T08:56:37.943151Z</td>
<td>removed organizations OAI set in the examples. Added FP7Publications.</td>
</tr>
<tr>
<td>2015-09-15T08:54:41.579385Z</td>
<td>Updated links to the guidelines</td>
</tr>
<tr>
<td>2015-09-15T08:53:06.677011Z</td>
<td>OAI-PMH discards duplicates now</td>
</tr>
<tr>
<td>2015-08-26T08:51:32.795385Z</td>
<td>added schema 0.3 as the latest schema</td>
</tr>
<tr>
<td>2015-05-18T12:10:24.329058Z</td>
<td>csvn and tsv formats available for search api</td>
</tr>
<tr>
<td>2015-03-20T10:54:31.069584Z</td>
<td>fixed tsv URL</td>
</tr>
<tr>
<td>2015-03-20T10:49:46.639336Z</td>
<td>updated date</td>
</tr>
<tr>
<td>2015-03-20T10:49:11.327980Z</td>
<td>added documentation for the projects2tsv endpoint</td>
</tr>
<tr>
<td>2015-03-19T11:18:36.226626Z</td>
<td>minor changes to a couple of sentences</td>
</tr>
<tr>
<td>2015-03-13T17:35:01.980176Z</td>
<td>updated the generated html</td>
</tr>
<tr>
<td>2015-03-13T17:33:41.882951Z</td>
<td>added list of avaialble funding streams and those that are coming soon</td>
</tr>
<tr>
<td>2015-03-13T17:33:02.339565Z</td>
<td>openaire compliance of OAI-PMH</td>
</tr>
<tr>
<td>2015-02-04T14:16:56.528188Z</td>
<td>#1062: OAI-PMH and HTTP numbers are not the same becuase of duplicates</td>
</tr>
<tr>
<td>2014-12-03T15:17:27.207961Z</td>
<td>#1031: title of eprints/dspace export</td>
</tr>
<tr>
<td>2014-11-13T16:11:13.633046Z</td>
<td>Updated date and generated new html</td>
</tr>
<tr>
<td>2014-11-13T16:08:12.045544Z</td>
<td>Fixed documentation about datasets</td>
</tr>
<tr>
<td>2014-11-11T18:43:18.738678Z</td>
<td>Fixed documentation for publications</td>
</tr>
<tr>
<td>2014-11-11T17:09:19.351093Z</td>
<td>added sortby parameter</td>
</tr>
<tr>
<td>2014-09-17T09:05:38.726757Z</td>
<td>created tag folder for release</td>
</tr>
<tr>
<td>2014-08-04T10:59:48.089720Z</td>
<td>Updated pubdate</td>
</tr>
<tr>
<td>2014-08-04T10:58:22.814919Z</td>
<td>Overview cleanup</td>
</tr>
<tr>
<td>2014-08-04T10:50:54.515588Z</td>
<td>added links to the latest available schema and documentation</td>
</tr>
<tr>
<td>2014-07-24T14:09:49.733958Z</td>
<td>#690: HTTP API documentation for project and other updates.</td>
</tr>
<tr>
<td>2014-06-06T08:41:45.731338Z</td>
<td>#550: making it clear we are delivering metadata only. Clenaup.</td>
</tr>
<tr>
<td>2014-05-14T16:38:30.702554Z</td>
<td>updated date</td>
</tr>
<tr>
<td>2014-05-14T16:35:05.787718Z</td>
<td>re-added OAI set for projects</td>
</tr>
<tr>
<td>2014-04-30T10:42:18.355154Z</td>
<td>updated oxygen project with the correct tree structure</td>
</tr>
<tr>
<td>2014-04-30T10:41:14.539090Z</td>
<td>Added and commented property to generate output in chunks
</td>
</tr>
<tr>
<td>2014-04-30T10:40:30.012256Z</td>
<td>mvn generates output with no chunks in a single file: api-doc.html
</td>
</tr>
<tr>
<td>2014-04-30T10:39:37.875730Z</td>
<td>Main docbook file renamed from book.xml to api-doc.xml
</td>
</tr>
<tr>
<td>2014-04-30T10:34:16.576722Z</td>
<td>updated OAI-PMH sets: now delivering only results and no other entities.
</td>
</tr>
<tr>
<td>2014-04-15T09:53:22.158487Z</td>
<td>copied dnet-api-http-doc to new dnet40 codebase
</td>
</tr>
<tr>
<td>2014-04-10T09:55:41.690052Z</td>
<td>ignore</td>
</tr>
<tr>
<td>2014-04-10T09:53:59.192401Z</td>
<td>removed target/*classes from svn</td>
</tr>
<tr>
<td>2014-04-09T10:46:05.757155Z</td>
<td>mavenized project. Generates html running mvn docbkx:generate-html. results are then in target/docbkx</td>
</tr>
<tr>
<td>2014-04-09T09:18:26.268418Z</td>
<td>added links to xsd and xsd doc in the overview chapter</td>
</tr>
<tr>
<td>2014-04-08T12:55:01.169556Z</td>
<td>ticket #300: updated doc for APIs</td>
</tr>
<tr>
<td>2014-03-10T18:13:38.784171Z</td>
<td>not a maven project</td>
</tr>
<tr>
<td>2014-03-10T18:13:18.180379Z</td>
<td>basic structure for API doc</td>
</tr>
<tr>
<td>2014-03-10T13:50:02.957489Z</td>
<td>added files as generated by the archetype docbkx-quickstart-archetype v2.0.15</td>
</tr>
<tr>
<td>2014-03-10T13:45:30.505315Z</td>
<td>created module for HTTP API docbook
</td>
</tr>
</table>
</div></div></div>
</div>
<bottom class="footer"><div class="footer-light-background uk-padding-remove-bottom uk-section uk-section-small"><div class="uk-container uk-container-small"><div>
<div id="footer#3" class="uk-first-column uk-flex uk-flex-middle uk-grid uk-margin-remove-right">
<div class="uk-text-center uk-width-1-1 uk-width-1-4@m"><img width="126px" height="30px" alt="OpenAIRE" loading="lazy" class="el-image" src="assets/common-assets/common/Logo_Horizontal_dark_small.png"></div>
<div id="footer#5" class="uk-margin uk-text-left uk-width-expand"><div class="uk-flex uk-flex-middle">
<div><img alt="flag black white low" width="50px" height="33px" loading="lazy" style="margin-right: 8px; float: left;" src="assets/common-assets/common/commission.jpg"></div>
<div class="uk-margin-left"><div><span style="font-size: 8pt;">OpenAIRE has received funding from the European Union's Horizon 2020 research and innovation programme under grant agreements No. 777541 and 101017452</span></div></div>
</div></div>
</div>
<div><div class="uk-width-expand@m"><div id="footer#7" class="uk-text-right@m uk-text-center"><ul uk-margin="" class="uk-flex-center uk-margin-remove-bottom uk-subnav uk-subnav-divider"></ul></div></div></div>
<div class="uk-margin uk-text-center uk-width-1-1"><div uk-grid="" class="uk-child-width-auto uk-flex-center uk-grid uk-grid-small">
<div class="uk-first-column"><a href="https://www.facebook.com/groups/openaire/" target="_blank" class="el-link uk-icon-button uk-icon"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"><path d="M11,10h2.6l0.4-3H11V5.3c0-0.9,0.2-1.5,1.5-1.5H14V1.1c-0.3,0-1-0.1-2.1-0.1C9.6,1,8,2.4,8,5v2H5.5v3H8v8h3V10z"></path></svg></a></div>
<div><a href="https://www.twitter.com/OpenAIRE_eu" target="_blank" class="el-link uk-icon-button uk-icon"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"><path d="M19,4.74 C18.339,5.029 17.626,5.229 16.881,5.32 C17.644,4.86 18.227,4.139 18.503,3.28 C17.79,3.7 17.001,4.009 16.159,4.17 C15.485,3.45 14.526,3 13.464,3 C11.423,3 9.771,4.66 9.771,6.7 C9.771,6.99 9.804,7.269 9.868,7.539 C6.795,7.38 4.076,5.919 2.254,3.679 C1.936,4.219 1.754,4.86 1.754,5.539 C1.754,6.82 2.405,7.95 3.397,8.61 C2.79,8.589 2.22,8.429 1.723,8.149 L1.723,8.189 C1.723,9.978 2.997,11.478 4.686,11.82 C4.376,11.899 4.049,11.939 3.713,11.939 C3.475,11.939 3.245,11.919 3.018,11.88 C3.49,13.349 4.852,14.419 6.469,14.449 C5.205,15.429 3.612,16.019 1.882,16.019 C1.583,16.019 1.29,16.009 1,15.969 C2.635,17.019 4.576,17.629 6.662,17.629 C13.454,17.629 17.17,12 17.17,7.129 C17.17,6.969 17.166,6.809 17.157,6.649 C17.879,6.129 18.504,5.478 19,4.74"></path></svg></a></div>
<div><a href="https://www.linkedin.com/groups/3893548/" target="_blank" class="el-link uk-icon-button uk-icon"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"><path d="M5.77,17.89 L5.77,7.17 L2.21,7.17 L2.21,17.89 L5.77,17.89 L5.77,17.89 Z M3.99,5.71 C5.23,5.71 6.01,4.89 6.01,3.86 C5.99,2.8 5.24,2 4.02,2 C2.8,2 2,2.8 2,3.85 C2,4.88 2.77,5.7 3.97,5.7 L3.99,5.7 L3.99,5.71 L3.99,5.71 Z"></path><path d="M7.75,17.89 L11.31,17.89 L11.31,11.9 C11.31,11.58 11.33,11.26 11.43,11.03 C11.69,10.39 12.27,9.73 13.26,9.73 C14.55,9.73 15.06,10.71 15.06,12.15 L15.06,17.89 L18.62,17.89 L18.62,11.74 C18.62,8.45 16.86,6.92 14.52,6.92 C12.6,6.92 11.75,7.99 11.28,8.73 L11.3,8.73 L11.3,7.17 L7.75,7.17 C7.79,8.17 7.75,17.89 7.75,17.89 L7.75,17.89 L7.75,17.89 Z"></path></svg></a></div>
<div><a href="https://www.slideshare.net/OpenAIRE_eu" target="_blank" class="el-link uk-icon-button uk-icon"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"><line fill="none" stroke="#000" stroke-width="1.1" x1="13.4" y1="14" x2="6.3" y2="10.7"></line><line fill="none" stroke="#000" stroke-width="1.1" x1="13.5" y1="5.5" x2="6.5" y2="8.8"></line><circle fill="none" stroke="#000" stroke-width="1.1" cx="15.5" cy="4.6" r="2.3"></circle><circle fill="none" stroke="#000" stroke-width="1.1" cx="15.5" cy="14.8" r="2.3"></circle><circle fill="none" stroke="#000" stroke-width="1.1" cx="4.5" cy="9.8" r="2.3"></circle></svg></a></div>
<div><a href="https://www.youtube.com/channel/UChFYqizc-S6asNjQSoWuwjw" target="_blank" class="el-link uk-icon-button uk-icon"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"><path d="M15,4.1c1,0.1,2.3,0,3,0.8c0.8,0.8,0.9,2.1,0.9,3.1C19,9.2,19,10.9,19,12c-0.1,1.1,0,2.4-0.5,3.4c-0.5,1.1-1.4,1.5-2.5,1.6 c-1.2,0.1-8.6,0.1-11,0c-1.1-0.1-2.4-0.1-3.2-1c-0.7-0.8-0.7-2-0.8-3C1,11.8,1,10.1,1,8.9c0-1.1,0-2.4,0.5-3.4C2,4.5,3,4.3,4.1,4.2 C5.3,4.1,12.6,4,15,4.1z M8,7.5v6l5.5-3L8,7.5z"></path></svg></a></div>
<div><a target="_blank" href="https://www.openaire.eu/newsletter" class="el-link newsletter"><span class="el-title uk-margin uk-text-large"> Newsletter
<span class="el-image uk-icon"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"><circle cx="3.12" cy="16.8" r="1.85"></circle><path fill="none" stroke="#000" stroke-width="1.1" d="M1.5,8.2 C1.78,8.18 2.06,8.16 2.35,8.16 C7.57,8.16 11.81,12.37 11.81,17.57 C11.81,17.89 11.79,18.19 11.76,18.5"></path><path fill="none" stroke="#000" stroke-width="1.1" d="M1.5,2.52 C1.78,2.51 2.06,2.5 2.35,2.5 C10.72,2.5 17.5,9.24 17.5,17.57 C17.5,17.89 17.49,18.19 17.47,18.5"></path></svg></span></span></a></div>
</div></div>
</div></div></div>
<div class="footer-light-background uk-section uk-section-xsmall"><div class="uk-container uk-container-expand"><div uk-grid="" class="uk-grid-margin uk-grid">
<div class="uk-width-small@m uk-first-column"></div>
<div class="uk-width-expand@m"><div id="footer#22" class="uk-text-small uk-margin uk-margin-remove-bottom uk-text-center@m uk-text-center">
<a href="http://creativecommons.org/licenses/by/4.0/" rel="license" class="license"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path id="creative-commons" d="M9.7,14.675a1.311,1.311,0,0,1-1.15-.557,2.511,2.511,0,0,1-.391-1.477q0-2.032,1.541-2.034a1.36,1.36,0,0,1,.666.205,1.569,1.569,0,0,1,.605.718l1.541-.8A3.222,3.222,0,0,0,9.457,9.067a3.249,3.249,0,0,0-2.412.964,3.548,3.548,0,0,0-.957,2.61,3.562,3.562,0,0,0,.945,2.63,3.362,3.362,0,0,0,2.485.942,3.367,3.367,0,0,0,1.766-.481,3.408,3.408,0,0,0,1.254-1.326l-1.419-.718a1.44,1.44,0,0,1-1.416.987Zm6.634,0a1.312,1.312,0,0,1-1.15-.557,2.511,2.511,0,0,1-.391-1.477q0-2.032,1.541-2.034a1.389,1.389,0,0,1,.686.205,1.577,1.577,0,0,1,.608.718l1.519-.8a3.181,3.181,0,0,0-3.04-1.663,3.253,3.253,0,0,0-2.412.964,3.546,3.546,0,0,0-.955,2.61,3.576,3.576,0,0,0,.934,2.63,3.349,3.349,0,0,0,2.5.942,3.328,3.328,0,0,0,1.745-.481,3.54,3.54,0,0,0,1.274-1.326l-1.438-.718a1.441,1.441,0,0,1-1.416.987ZM21.156,4.12A11.61,11.61,0,0,0,12.624.64a11.436,11.436,0,0,0-8.44,3.48A11.738,11.738,0,0,0,.641,12.64,11.537,11.537,0,0,0,4.185,21.1a11.532,11.532,0,0,0,8.44,3.541,11.856,11.856,0,0,0,8.592-3.57,11.389,11.389,0,0,0,3.424-8.431,11.583,11.583,0,0,0-3.484-8.52Zm-1.5,15.391a9.631,9.631,0,0,1-7,2.94,9.479,9.479,0,0,1-6.938-2.911A9.422,9.422,0,0,1,2.8,12.64,9.57,9.57,0,0,1,5.747,5.68,9.3,9.3,0,0,1,12.655,2.8a9.4,9.4,0,0,1,6.94,2.88,9.411,9.411,0,0,1,2.884,6.96,9.157,9.157,0,0,1-2.823,6.87Z" transform="translate(-0.641 -0.64)"></path></svg><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" class="uk-margin-small-left uk-margin-small-right"><g id="Group_756" data-name="Group 756" transform="translate(0)"><path id="Path_2324" data-name="Path 2324" d="M18.325,11.98a.775.775,0,0,0-.775-.775H12.641a.775.775,0,0,0-.775.775v4.909h1.369V22.7h3.719V16.889h1.37V11.98Z" transform="translate(-3.095 -2.951)"></path><path id="Path_2325" data-name="Path 2325" d="M17.209,7.759A1.679,1.679,0,1,1,15.53,6.08,1.679,1.679,0,0,1,17.209,7.759Z" transform="translate(-3.529 -1.83)"></path><path id="Path_2326" data-name="Path 2326" d="M12.624.64A11.439,11.439,0,0,0,4.183,4.12,11.736,11.736,0,0,0,.639,12.64,11.537,11.537,0,0,0,4.183,21.1a11.531,11.531,0,0,0,8.441,3.54,11.851,11.851,0,0,0,8.591-3.57,11.383,11.383,0,0,0,3.424-8.43,11.582,11.582,0,0,0-3.484-8.52,11.612,11.612,0,0,0-8.53-3.48Zm.03,2.159a9.4,9.4,0,0,1,6.939,2.88,9.414,9.414,0,0,1,2.883,6.96,9.156,9.156,0,0,1-2.823,6.87,9.63,9.63,0,0,1-7,2.94,9.48,9.48,0,0,1-6.939-2.91A9.425,9.425,0,0,1,2.8,12.64,9.573,9.573,0,0,1,5.746,5.68,9.3,9.3,0,0,1,12.654,2.8Z" transform="translate(-0.639 -0.64)"></path></g></svg></a> Unless otherwise indicated, all materials created by OpenAIRE are licenced under
<a href="http://creativecommons.org/licenses/by/4.0/" rel="license">
CC ATTRIBUTION 4.0 INTERNATIONAL LICENSE
</a>.
</div></div>
<div class="uk-width-small@m"><div class="uk-margin uk-margin-remove-top uk-margin-remove-bottom uk-text-right@m uk-text-center"><a href="#" uk-scroll="" class="uk-totop uk-icon"><svg xmlns="http://www.w3.org/2000/svg" width="18" height="10" viewBox="0 0 18 10" data-svg="totop"><polyline fill="none" stroke="#000" stroke-width="1.2" points="1 9 9 1 17 9 "></polyline></svg></a></div></div>
</div></div></div></bottom>
</div></body>
</html> </html>

View File

@ -9,20 +9,20 @@
<meta http-equiv="content-type" content="text/html; charset=utf-8" /> <meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="description" content="OpenAIRE API documentation, open access, research, scientific publication, European Commission, <meta name="description" content="OpenAIRE API documentation, open access, research, scientific publication, European Commission,
EC, FP7, ERC, Horizon 2020, H2020, search, projects "/> EC, FP7, ERC, Horizon 2020, H2020, search, projects "/>
<link href="assets/common-assets/logo-small-graph.png"> <link href="assets/common-assets/logo-small-graph.png"/>
<link rel="apple-touch-icon" sizes="57x57" href="assets/common-assets/logo/apple-icon-57x57.png"> <link rel="apple-touch-icon" sizes="57x57" href="assets/common-assets/logo/apple-icon-57x57.png"/>
<link rel="apple-touch-icon" sizes="60x60" href="assets/common-assets/logo/apple-icon-60x60.png"> <link rel="apple-touch-icon" sizes="60x60" href="assets/common-assets/logo/apple-icon-60x60.png"/>
<link rel="apple-touch-icon" sizes="72x72" href="assets/common-assets/logo/apple-icon-72x72.png"> <link rel="apple-touch-icon" sizes="72x72" href="assets/common-assets/logo/apple-icon-72x72.png"/>
<link rel="apple-touch-icon" sizes="76x76" href="assets/common-assets/logo/apple-icon-76x76.png"> <link rel="apple-touch-icon" sizes="76x76" href="assets/common-assets/logo/apple-icon-76x76.png"/>
<link rel="apple-touch-icon" sizes="114x114" href="assets/common-assets/logo/apple-icon-114x114.png"> <link rel="apple-touch-icon" sizes="114x114" href="assets/common-assets/logo/apple-icon-114x114.png"/>
<link rel="apple-touch-icon" sizes="120x120" href="assets/common-assets/logo/apple-icon-120x120.png"> <link rel="apple-touch-icon" sizes="120x120" href="assets/common-assets/logo/apple-icon-120x120.png"/>
<link rel="apple-touch-icon" sizes="144x144" href="assets/common-assets/logo/apple-icon-144x144.png"> <link rel="apple-touch-icon" sizes="144x144" href="assets/common-assets/logo/apple-icon-144x144.png"/>
<link rel="apple-touch-icon" sizes="152x152" href="assets/common-assets/logo/apple-icon-152x152.png"> <link rel="apple-touch-icon" sizes="152x152" href="assets/common-assets/logo/apple-icon-152x152.png"/>
<link rel="apple-touch-icon" sizes="180x180" href="assets/common-assets/logo/apple-icon-180x180.png"> <link rel="apple-touch-icon" sizes="180x180" href="assets/common-assets/logo/apple-icon-180x180.png"/>
<link rel="icon" type="image/png" sizes="192x192" href="assets/common-assets/logo/android-icon-192x192.png"> <link rel="icon" type="image/png" sizes="192x192" href="assets/common-assets/logo/android-icon-192x192.png"/>
<link rel="icon" type="image/png" sizes="32x32" href="assets/common-assets/logo/favicon-32x32.png"> <link rel="icon" type="image/png" sizes="32x32" href="assets/common-assets/logo/favicon-32x32.png"/>
<link rel="icon" type="image/png" sizes="96x96" href="assets/common-assets/logo/favicon-96x96.png"> <link rel="icon" type="image/png" sizes="96x96" href="assets/common-assets/logo/favicon-96x96.png"/>
<link rel="icon" type="image/png" sizes="16x16" href="assets/common-assets/logo/favicon-16x16.png"> <link rel="icon" type="image/png" sizes="16x16" href="assets/common-assets/logo/favicon-16x16.png"/>
<link href="assets/common-assets/logo/favicon.ico" rel="shortcut icon" type="image/vnd.microsoft.icon"/> <link href="assets/common-assets/logo/favicon.ico" rel="shortcut icon" type="image/vnd.microsoft.icon"/>
<title>OpenAIRE API Documentation: change log</title> <title>OpenAIRE API Documentation: change log</title>
<script src="./assets/common-assets/jquery/jquery.js"></script> <script src="./assets/common-assets/jquery/jquery.js"></script>
@ -49,10 +49,10 @@
g.type='text/javascript'; g.async=true; g.defer=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s); g.type='text/javascript'; g.async=true; g.defer=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s);
})(); })();
</script> </script>
<link rel="stylesheet" type="text/css" href="./assets/common-assets/common/theme.css"> <link rel="stylesheet" type="text/css" href="./assets/common-assets/common/theme.css"/>
<link rel="stylesheet" type="text/css" href="./assets/common-assets/common/custom.css"> <link rel="stylesheet" type="text/css" href="./assets/common-assets/common/custom.css"/>
<link rel="stylesheet" type="text/css" href="./assets/common-assets/library.css"> <link rel="stylesheet" type="text/css" href="./assets/common-assets/library.css"/>
<link rel="stylesheet" type="text/css" href="./assets/develop-custom.css"> <link rel="stylesheet" type="text/css" href="./assets/develop-custom.css"/>
</head> </head>
<body class="graphApp"> <body class="graphApp">
<div class="uk-offcanvas-content uk-height-viewport"> <div class="uk-offcanvas-content uk-height-viewport">
@ -74,7 +74,7 @@
<a href="/">Home</a> <a href="/">Home</a>
</li> </li>
<li> <li>
<a href="overview.html">API & Resources</a> <a href="overview.html">API &amp; Resources</a>
</li> </li>
<li> <li>
<span>Changelog</span> <span>Changelog</span>
@ -110,16 +110,16 @@
<div> <div>
<div id="footer#3" class="uk-first-column uk-flex uk-flex-middle uk-grid uk-margin-remove-right"> <div id="footer#3" class="uk-first-column uk-flex uk-flex-middle uk-grid uk-margin-remove-right">
<div class="uk-text-center uk-width-1-1 uk-width-1-4@m"> <div class="uk-text-center uk-width-1-1 uk-width-1-4@m">
<img width="126px" height="30px" alt="OpenAIRE" loading="lazy" class="el-image" src="assets/common-assets/common/Logo_Horizontal_dark_small.png"> <img width="126px" height="30px" alt="OpenAIRE" loading="lazy" class="el-image" src="assets/common-assets/common/Logo_Horizontal_dark_small.png"/>
</div> </div>
<div id="footer#5" class="uk-margin uk-text-left uk-width-expand"> <div id="footer#5" class="uk-margin uk-text-left uk-width-expand">
<div class="uk-flex uk-flex-middle"> <div class="uk-flex uk-flex-middle">
<div> <div>
<img alt="flag black white low" width="50px" height="33px" loading="lazy" style="margin-right: 8px; float: left;" src="assets/common-assets/common/commission.jpg"> <img alt="flag black white low" width="50px" height="33px" loading="lazy" style="margin-right: 8px; float: left;" src="assets/common-assets/common/commission.jpg"/>
</div> </div>
<div class="uk-margin-left"> <div class="uk-margin-left">
<div> <div>
<span style="font-size: 8pt; line-height: 0.7!important;">OpenAIRE has received funding from the European Union's Horizon 2020 research and innovation programme under grant agreements No. 777541 and 101017452</span> <span style="font-size: 8pt;">OpenAIRE has received funding from the European Union's Horizon 2020 research and innovation programme under grant agreements No. 777541 and 101017452</span>
</div> </div>
</div> </div>
</div> </div>
@ -197,18 +197,18 @@
<div class="uk-width-small@m uk-first-column"></div> <div class="uk-width-small@m uk-first-column"></div>
<div class="uk-width-expand@m"> <div class="uk-width-expand@m">
<div id="footer#22" class="uk-text-small uk-margin uk-margin-remove-bottom uk-text-center@m uk-text-center"> <div id="footer#22" class="uk-text-small uk-margin uk-margin-remove-bottom uk-text-center@m uk-text-center">
<a href="http://creativecommons.org/licenses/by/4.0/" rel="license" class="license"> &nbsp; <a href="http://creativecommons.org/licenses/by/4.0/" rel="license" class="license">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"> <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
<path id="creative-commons" d="M9.7,14.675a1.311,1.311,0,0,1-1.15-.557,2.511,2.511,0,0,1-.391-1.477q0-2.032,1.541-2.034a1.36,1.36,0,0,1,.666.205,1.569,1.569,0,0,1,.605.718l1.541-.8A3.222,3.222,0,0,0,9.457,9.067a3.249,3.249,0,0,0-2.412.964,3.548,3.548,0,0,0-.957,2.61,3.562,3.562,0,0,0,.945,2.63,3.362,3.362,0,0,0,2.485.942,3.367,3.367,0,0,0,1.766-.481,3.408,3.408,0,0,0,1.254-1.326l-1.419-.718a1.44,1.44,0,0,1-1.416.987Zm6.634,0a1.312,1.312,0,0,1-1.15-.557,2.511,2.511,0,0,1-.391-1.477q0-2.032,1.541-2.034a1.389,1.389,0,0,1,.686.205,1.577,1.577,0,0,1,.608.718l1.519-.8a3.181,3.181,0,0,0-3.04-1.663,3.253,3.253,0,0,0-2.412.964,3.546,3.546,0,0,0-.955,2.61,3.576,3.576,0,0,0,.934,2.63,3.349,3.349,0,0,0,2.5.942,3.328,3.328,0,0,0,1.745-.481,3.54,3.54,0,0,0,1.274-1.326l-1.438-.718a1.441,1.441,0,0,1-1.416.987ZM21.156,4.12A11.61,11.61,0,0,0,12.624.64a11.436,11.436,0,0,0-8.44,3.48A11.738,11.738,0,0,0,.641,12.64,11.537,11.537,0,0,0,4.185,21.1a11.532,11.532,0,0,0,8.44,3.541,11.856,11.856,0,0,0,8.592-3.57,11.389,11.389,0,0,0,3.424-8.431,11.583,11.583,0,0,0-3.484-8.52Zm-1.5,15.391a9.631,9.631,0,0,1-7,2.94,9.479,9.479,0,0,1-6.938-2.911A9.422,9.422,0,0,1,2.8,12.64,9.57,9.57,0,0,1,5.747,5.68,9.3,9.3,0,0,1,12.655,2.8a9.4,9.4,0,0,1,6.94,2.88,9.411,9.411,0,0,1,2.884,6.96,9.157,9.157,0,0,1-2.823,6.87Z" transform="translate(-0.641 -0.64)"></path> <path id="creative-commons" d="M9.7,14.675a1.311,1.311,0,0,1-1.15-.557,2.511,2.511,0,0,1-.391-1.477q0-2.032,1.541-2.034a1.36,1.36,0,0,1,.666.205,1.569,1.569,0,0,1,.605.718l1.541-.8A3.222,3.222,0,0,0,9.457,9.067a3.249,3.249,0,0,0-2.412.964,3.548,3.548,0,0,0-.957,2.61,3.562,3.562,0,0,0,.945,2.63,3.362,3.362,0,0,0,2.485.942,3.367,3.367,0,0,0,1.766-.481,3.408,3.408,0,0,0,1.254-1.326l-1.419-.718a1.44,1.44,0,0,1-1.416.987Zm6.634,0a1.312,1.312,0,0,1-1.15-.557,2.511,2.511,0,0,1-.391-1.477q0-2.032,1.541-2.034a1.389,1.389,0,0,1,.686.205,1.577,1.577,0,0,1,.608.718l1.519-.8a3.181,3.181,0,0,0-3.04-1.663,3.253,3.253,0,0,0-2.412.964,3.546,3.546,0,0,0-.955,2.61,3.576,3.576,0,0,0,.934,2.63,3.349,3.349,0,0,0,2.5.942,3.328,3.328,0,0,0,1.745-.481,3.54,3.54,0,0,0,1.274-1.326l-1.438-.718a1.441,1.441,0,0,1-1.416.987ZM21.156,4.12A11.61,11.61,0,0,0,12.624.64a11.436,11.436,0,0,0-8.44,3.48A11.738,11.738,0,0,0,.641,12.64,11.537,11.537,0,0,0,4.185,21.1a11.532,11.532,0,0,0,8.44,3.541,11.856,11.856,0,0,0,8.592-3.57,11.389,11.389,0,0,0,3.424-8.431,11.583,11.583,0,0,0-3.484-8.52Zm-1.5,15.391a9.631,9.631,0,0,1-7,2.94,9.479,9.479,0,0,1-6.938-2.911A9.422,9.422,0,0,1,2.8,12.64,9.57,9.57,0,0,1,5.747,5.68,9.3,9.3,0,0,1,12.655,2.8a9.4,9.4,0,0,1,6.94,2.88,9.411,9.411,0,0,1,2.884,6.96,9.157,9.157,0,0,1-2.823,6.87Z" transform="translate(-0.641 -0.64)"></path>
</svg> </svg>
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"> <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" class="uk-margin-small-left uk-margin-small-right">
<g id="Group_756" data-name="Group 756" transform="translate(0)"> <g id="Group_756" data-name="Group 756" transform="translate(0)">
<path id="Path_2324" data-name="Path 2324" d="M18.325,11.98a.775.775,0,0,0-.775-.775H12.641a.775.775,0,0,0-.775.775v4.909h1.369V22.7h3.719V16.889h1.37V11.98Z" transform="translate(-3.095 -2.951)"></path> <path id="Path_2324" data-name="Path 2324" d="M18.325,11.98a.775.775,0,0,0-.775-.775H12.641a.775.775,0,0,0-.775.775v4.909h1.369V22.7h3.719V16.889h1.37V11.98Z" transform="translate(-3.095 -2.951)"></path>
<path id="Path_2325" data-name="Path 2325" d="M17.209,7.759A1.679,1.679,0,1,1,15.53,6.08,1.679,1.679,0,0,1,17.209,7.759Z" transform="translate(-3.529 -1.83)"></path> <path id="Path_2325" data-name="Path 2325" d="M17.209,7.759A1.679,1.679,0,1,1,15.53,6.08,1.679,1.679,0,0,1,17.209,7.759Z" transform="translate(-3.529 -1.83)"></path>
<path id="Path_2326" data-name="Path 2326" d="M12.624.64A11.439,11.439,0,0,0,4.183,4.12,11.736,11.736,0,0,0,.639,12.64,11.537,11.537,0,0,0,4.183,21.1a11.531,11.531,0,0,0,8.441,3.54,11.851,11.851,0,0,0,8.591-3.57,11.383,11.383,0,0,0,3.424-8.43,11.582,11.582,0,0,0-3.484-8.52,11.612,11.612,0,0,0-8.53-3.48Zm.03,2.159a9.4,9.4,0,0,1,6.939,2.88,9.414,9.414,0,0,1,2.883,6.96,9.156,9.156,0,0,1-2.823,6.87,9.63,9.63,0,0,1-7,2.94,9.48,9.48,0,0,1-6.939-2.91A9.425,9.425,0,0,1,2.8,12.64,9.573,9.573,0,0,1,5.746,5.68,9.3,9.3,0,0,1,12.654,2.8Z" transform="translate(-0.639 -0.64)"></path> <path id="Path_2326" data-name="Path 2326" d="M12.624.64A11.439,11.439,0,0,0,4.183,4.12,11.736,11.736,0,0,0,.639,12.64,11.537,11.537,0,0,0,4.183,21.1a11.531,11.531,0,0,0,8.441,3.54,11.851,11.851,0,0,0,8.591-3.57,11.383,11.383,0,0,0,3.424-8.43,11.582,11.582,0,0,0-3.484-8.52,11.612,11.612,0,0,0-8.53-3.48Zm.03,2.159a9.4,9.4,0,0,1,6.939,2.88,9.414,9.414,0,0,1,2.883,6.96,9.156,9.156,0,0,1-2.823,6.87,9.63,9.63,0,0,1-7,2.94,9.48,9.48,0,0,1-6.939-2.91A9.425,9.425,0,0,1,2.8,12.64,9.573,9.573,0,0,1,5.746,5.68,9.3,9.3,0,0,1,12.654,2.8Z" transform="translate(-0.639 -0.64)"></path>
</g> </g>
</svg> </svg>
</a> &nbsp;Unless otherwise indicated, all materials created by OpenAIRE are licenced under </a> Unless otherwise indicated, all materials created by OpenAIRE are licenced under
<a href="http://creativecommons.org/licenses/by/4.0/" rel="license"> <a href="http://creativecommons.org/licenses/by/4.0/" rel="license">
CC ATTRIBUTION 4.0 INTERNATIONAL LICENSE CC ATTRIBUTION 4.0 INTERNATIONAL LICENSE
</a>. </a>.