This file has been truncated, but you can view the full file.
This file contains 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
[[[[709.1116636108704,198.57786842610614,94],[707.5708134250332,187.45197482571132,94],[714.2917092883192,175.66612379835806,94],[723.8762779426191,167.07512679796827,94],[736.4342461412331,165.0938253008203,94],[747.1192120248928,166.19665716634904,94],[747.1393052929219,166.26200322958107,94],[754.6057467456125,169.23838256215026,94],[764.6234002547175,181.1479598592171,94],[767.8277557202082,195.8048095484163,94],[765.0206581469039,210.51820548033322,94],[756.0309885851075,219.96368623571095,94],[742.6338153070634,221.9658994439045,94],[727.5201352767464,215.20838122771073,94],[718.6468272750964,209.13861940118466,94],[712.7047164524258,202.9362413873257,94]]], | |
[[[815.8991092091571,201.12938176715204,93],[818.6083642466798,211.17234874704684,93],[817.9635077694494,219.8849000696374,93],[813.2944926372406,227.26899348259644,93],[807.9573580258464,235.32506187033727,93],[801.2743257750128,241.37486413047907,93],[794.5680305511434,239.3841000427704,93],[788.5541719892082,238.29368723129244,93],[780.3080351853 |
This file contains 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
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>Researcher Publications</title> | |
<style> | |
body { | |
font-family: Arial, sans-serif; | |
margin: 20px; | |
} | |
h1 { |
This file contains 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
<div> | |
<b>Message:</b> | |
<input | |
onchange="sendMessage(this.value)" | |
placeholder="Type and press enter to send message" | |
style="width: 640px" | |
/> | |
</div> | |
<div | |
id="info" |
This file contains 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
<link | |
rel="icon" | |
sizes="any" | |
href="data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 10'%3E%3Ccircle cx='5' cy='5' r='5' fill='grey'/%3E%3C/svg%3E" | |
> |
This file contains 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
Date | Time | Ada | Katja | Roberto | |
---|---|---|---|---|---|
7/3/2020 | 14:59 | 37.2 | 36.6 | 36.4 |
This file contains 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
/* | |
NPRC is a consortium of neuroscience journals that allows reviews done in one of them | |
to be shared with another, making the review process faster. | |
There is a webpage listing all participating journals, about 60. However, the website | |
will only show about 20 at a time, because of what I see as poor design. The following | |
code will get the list of journals and print them to the console as simple text. | |
*/ | |
<script src="https://code.jquery.com/jquery-3.3.1.min.js"></script> | |
<script> | |
let i, url; |
This file contains 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
page=39 | |
pdftocairo -svg -f $page -l $page full.pdf page-${page}.svg | |
cat page-${page}.svg |sed 's/^<image.*//'>page-${page}-img.svg |
This file contains 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
<html> | |
<head> | |
<meta charset="UTF-8"> | |
<style> | |
#picture { | |
width:1rem; | |
height:1rem; | |
vertical-align:middle; | |
margin-right:0.5rem; | |
} |
This file contains 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
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<title>three.js webgl - modifier - Fast Quadric Mesh Simplification</title> | |
<meta charset="utf-8"> | |
<meta name="viewport" content="width=device-width, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0"> | |
<style> | |
body { | |
font-family: Monospace; | |
background-color: #f0f0f0; |
This file contains 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
<html> | |
<body> | |
<style> | |
td { | |
width: 100px; | |
border:thin solid lightGrey; | |
} | |
</style> | |
<svg width="100%" height="400px" xmlns="http://www.w3.org/2000/svg"> | |
<g transform="matrix(1,0,0,1,0,0)"> |
NewerOlder