This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
Draw a bounding box. | |
Hold down ALT and drag to draw a bounding box rectangle. | |
Multiple BBs may be shown. | |
Select a BB and Delete to remove. | |
*/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"@context": { | |
"@vocab":"http://a.b/c/" | |
} | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# Run sudo updatedb first | |
# Then run this with sudo if read access to any jars is restricted | |
TEST='JndiLookup' | |
LOGF="$(date --iso-8601=date)-${TEST}-search.txt" | |
echo "Logging to ${LOGF}..." | |
echo "# Generated $(date --iso-8601)" > $LOGF | |
echo "# Locate ${TEST}" >> $LOGF | |
echo "# " >> $LOGF |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import React from "react"; | |
import ReactDOM from "react-dom"; | |
import { | |
SolrFacetedSearch, | |
SolrClient | |
} from "solr-faceted-search-react"; | |
import solrReducer from "./solr-reducer"; | |
import { createStore } from "redux" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const sc = document.createElement("script"); | |
sc.type="module"; | |
sc.onload = showData; | |
sc.src="https://unpkg.com/[email protected]/dist/oboe-browser.js"; | |
document.head.appendChild(sc); | |
const serviceEndpoint = "https://mars.cyverse.org/"; | |
function pointStream(params={}, perdoc_cb=null, finaldoc_cb=null, error_cb=null) { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@startuml | |
actor browser | |
participant geosamples as "app\n.geosamples\n.org" | |
participant geopass as "geopass\n.iedadata\n.org" | |
browser -> geosamples: [1] login.php | |
geosamples --> browser: 200 | |
browser -> browser: Click button | |
browser -> geosamples: [2] /geopass_auth.php | |
note left of geosamples: No user session.\n\nRedirect to https://geopass.iedadata.org/\n josso/signon/login.do?\n josso_back_to=\n https://app.geosamples.org/\n geopass/josso-security-check.php\n &josso_partnerapp_host=app.geosamples.org |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"fields":[ | |
{ | |
"name":"id", | |
"title": "Identifier", | |
"type": "string", | |
"description":"Unique identifier for each row of the table" | |
}, | |
{ | |
"name":"label", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"@context": [ | |
"http://schema.org", | |
{ | |
"rdf": "http://www.w3.org/1999/02/22-rdf-syntax-ns#", | |
"rdfs": "http://www.w3.org/2000/01/rdf-schema#", | |
"schema": "http://schema.org/", | |
"xsd": "http://www.w3.org/2001/XMLSchema#" | |
}], |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<# Based on https://git.psu.edu/digipres/scripts/-/blob/master/metadata/arks.ps1 | |
Mint a test identifier on EZID stage using powershell. | |
e.g.: | |
$ pwsh ./mint_ark.ps1 | |
Minted: ark:/99999/fk4dn5nm4d | |
Metadata: |