Skip to content

atmickle/geolink-component

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GeoLink

GeoLink is a shared language for repositories that house geoscience metadata, science data, and publications related to the same people, projects, and activities By talking to each other, we have a much better picture of our data in the context of geoscience. To achieve this, GeoLink partners are using Linked Data, a rapidly adopted, open source technology that sits on top of our content systems. Repositories can create RDF translations for different purposes and different communities.

##GeoLink Knowledgebase Component Example ###Get GeoLink content for given cruise URI

Also see https://github.com/atmickle/geolink-cruise-search

Contributed by Doug Fils and Adam Shepherd

Download this repo include the following in your page HTML.

<head>
...
  <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js" crossorigin="anonymous"></script>
  <script src="http://glcomponents.tech/components/glperson-element/bower_components/webcomponentsjs/webcomponents-lite.js"></script>
  <link rel="import" href="components/gldeployment.html" />
...
</head>

<body>
...
  <gldeployment-element params='{"host": "GeoLink", "hosturl":"http://geolink.org", "url": "http://lod.bco-dmo.org/geolink/id/deployment/616332", "label": "AT11-07"}’/>
...
</body>

As indicated the first three lines appear in <head> and the last line appears in <body> where you want the GeoLink content to appear. The URL should be the URI of the cruise that you want to retrieve.

More about GLComponents: http://glcomponents.tech/

Other Exameples:

About

GeoLink Component Example

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages