SpeciesID (Entity Reference)
- valid nodeid or uuid
Species Confidence (List - Text) Precise|Precise Confident|Confident Probably|Probably Best Guess|Best Guess Maybe|Maybe
SpeciesID (Entity Reference)
Species Confidence (List - Text) Precise|Precise Confident|Confident Probably|Probably Best Guess|Best Guess Maybe|Maybe
All of the content that you can create, update and access on the Species Diversity Database may be manipulated through the Species Application Programming Interfaces (APIs).
The API you choose to use will depend on what security method you prefer:
| <html> | |
| <head> | |
| <title>Test CORS</title> | |
| <link href="http://netdna.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css" media="all" rel="stylesheet"/> | |
| </head> | |
| <body> | |
| <div class="container"> | |
| <h1>Test Cross-Origin Resource Sharing</h1> | |
| <form> | |
| <p>Cross-Origin Resource Sharing (CORS) is a specification that enables truly open access across domain-boundaries. If you serve public content, please consider using CORS to open it up for universal JavaScript/browser access. Learn more at <a href="http://enable-cors.org" title="Enable CORS">enable-cors.org</a></p> |
Ignoring locally changed file, e.g. settings.php, .htaccess.
git update-index --assume-unchanged <file>
Removing pushed tags
$ git tag -d <tagname>
$ git push origin :
| <?php | |
| echo "id,lon,lat<br/>"; | |
| $row = 1; | |
| if (($handle = fopen("file.csv", "r")) !== FALSE) { | |
| while (($data = fgetcsv($handle, 1000, ",")) !== FALSE) { | |
| if ($row != 1) { | |
| $locs = explode("-", $data[1]); | |
| foreach($locs as $loc) { | |
| if (trim($loc) != "") { | |
| echo $data[0] . ",-".trim($loc) . "<br/>"; |
| { | |
| "type": "weed_control", | |
| "title": "My title", | |
| "log": "Revision log entry." | |
| "field_data_entry_notes": { | |
| "und": [ | |
| { | |
| "value": "Basic notes about the weed control event." | |
| } | |
| ] |
#Node Resource
##Create
{"type":"observation","field_species":{"und":[{"nid":"[nid:80612]"}]},"field_location":{"und":[{"geom":"{\"type\":\"Point\",\"coordinates\":[-112.0, 43.5]}"}]},"field_datetime":{"und":[{"value":{"date":"07/16/2013","time":"11:14am"}}]}}