Skip to content

Instantly share code, notes, and snippets.

View ashander's full-sized avatar

Jaime Ashander ashander

View GitHub Profile
@ashander
ashander / google-scholar.html
Last active September 25, 2017 21:12
Google scholar advanced bookmarklet
<!-- copy and paste all lines starting with javascript: below into a new bookmark. you will need to click it twice to
get to GS advanced.
Uses logic from from https://stackoverflow.com/questions/2267718/loading-page-and-executing-js-on-it-from-js-bookmarklet -->
javascript:
var url = this.document.location.href;
if(!url.includes("https://scholar.google.com/")) {
this.document.location.href = "https://scholar.google.com/";
} else {
if (document.readyState === "complete") {
var hp = document.getElementById('gs_hp_drw_adv');
@ashander
ashander / badpop.rds
Last active November 22, 2017 04:29
issue with raster via landsim
@ashander
ashander / spartina.json
Last active October 15, 2018 17:25
Information sharing between institutions involved in the project to eradicate invasive _Spartina_ in the SF Bay region, copied by eye from Lubell, Jasny, Hastings 2018 _Conservation Letters_
{
"nodes": [
{"id": "Marin County", "group": 2},
{"id": "USFWS San Pablo WFR", "group": 4},
{"id": "City of San Mateo", "group": 1},
{"id": "City of Alameda", "group": 1},
{"id": "East Bay Regional Parks", "group": 2},
{"id": "Invasive Spartina Project", "group": 5},
{"id": "USFWS", "group": 4},
{"id": "USFWS Don Edwards WFR Complex", "group": 4},
@ashander
ashander / dropbox.json
Created June 24, 2019 17:11
A scoop manifest for installing dbxcli dropbox command line client for windows
{
"version": "v3.0.0",
"license": "Apache-2.0",
"extract_dir": "",
"url": "https://github.com/dropbox/dbxcli/releases/download/v3.0.0/dbxcli-windows-amd64.exe",
"depends": "",
"homepage": "https://github.com/dropbox/dbxcli/",
"hash": "D21151C596271DFE75C55DC915C179CCF136B50BFED206E95855068A17DBE875",
"bin": [["dbxcli-windows-amd64.exe", "dropbox"]]
}