The vocabulary widget can be used in your own data discovery tools to describe or discover resources with AODN Geographic Extents Vocabulary. Simply copy the following html code snippet and paste into your website's source code.
<input type="text" id="aaustralian-curriculum-framework" name="aaustralian-curriculum-framework" value="" size="80" autocomplete="off">
<script>
$("#aaustralian-curriculum-framework").vocab_widget({
mode: 'search',
cache: false,
repository: https://test.vocabs.ardc.edu.au/repository/api/lda/autestingorgrole/aaustralian-curriculum-framework/v1/v1
target_field: 'label',
endpoint: 'https://dev-rva-nectar.ardc.edu.au/apps/vocab_widget/proxy/'
});
</script>