The JavaScript SDK allows you to integrate ready-to-use UAP Check components into your own website. It can be achieved by adding a single script tag to an HTML page. All you have to do is to add this line of code at the end of a page, and replace "MY_KEY" by your own SDK access key (get in touch with us to get one):
<script type="text/javascript" src="https://www.uapcheck.com/sdk/MY_KEY"></script>
The SDK supports multiple languages: English, French, Spanish and Italian.
By default, the script will recognize the language of the page by using the HTML lang attribute.
You can force the SDK to start with a specific language by including a "language" query parameter in the script URL:
https://www.uapcheck.com/sdk/MY_KEY?language=fr
Once loaded in your page, the SDK is accessible via the global "uapcheck" variable. For example, if you want to change the language of the SDK dynamically, you can do:
uapcheck.setLanguage('it')
Lists of scientific papers, articles, theses dealing with the UAP subject.
The Web SDK includes ready-to-use tables listing those documents, including the following features:
Web SDK functions to load the different tables:
uapcheck.science.bibliography.loadThesesTable('container-element-id')