Skip to content

Instantly share code, notes, and snippets.

@okram
Created January 25, 2013 01:49
Show Gist options
  • Save okram/4630931 to your computer and use it in GitHub Desktop.
Save okram/4630931 to your computer and use it in GitHub Desktop.
Core:
{
person: {uuid:'1234',name:'marko'},
identities : [
{service:'twitter',handle:'@twarko',uri:'http://twitter.com/twarko'},
{service:'lanl',handle:209893, uri:'http://people.lanl.gov/209893'}
]
}
Twitter:
{
sourceIdentity: {uri:'http://marko'},
targetIdentities: [{uri:'http://herbert'},{uri:'http://harish',name:'Harish'}],
inOrOut: 'out'
}
MS Academic:
{
uri:'http://mypaper',
title:'My Paper',
citations:455,
keywords:[{uri:'keyword:blah'},{uri:'keyword:bam'}],
authors: [
{uri:'http://marko',name:'Marko A. Rodriguez'}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment