##Update
Better version here: https://github.com/abalter/polyglottus/blob/master/simple_kernel.py
Just leaving this because it is linked to in a couple of SO posts
##Update
Better version here: https://github.com/abalter/polyglottus/blob/master/simple_kernel.py
Just leaving this because it is linked to in a couple of SO posts
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="UTF-8"> | |
<title>title</title> | |
<style type="text/css"> | |
.nav { | |
position: fixed; | |
top: 0px; | |
} |
#!/bin/bash | |
# Script for installing tmux on systems where you don't have root access. | |
# tmux will be installed in $HOME/local/bin. | |
# It's assumed that wget and a C/C++ compiler are installed. | |
# exit on error | |
set -e | |
TMUX_VERSION=2.6 |
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="UTF-8"> | |
<title>runme</title> | |
</head> | |
<body> | |
<h1 id="changeme">If you see this then jQuery did not run.</h1> | |
<script src="https://code.jquery.com/jquery-3.2.1.min.js"></script> |
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="UTF-8"> | |
<meta content="width=device-width,initial-scale=1" name="viewport"> | |
<title>mycards</title><!-- Custom fonts for this template --> | |
<!-- ========== STYLESHEETS ============= --> | |
<!-- BOOTSTRAP --> | |
<link href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.0.0-beta/css/bootstrap.min.css"> |
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="UTF-8"> | |
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> | |
<meta name="viewport" content="width=device-width,initial-scale=1"> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
<title>Ariel Balter</title> | |
<meta name="author" content="name"> | |
<meta name="description" content="description here"> |
/* | |
Code used for processing images for the paper | |
"Quantitative Multiplex Immunohistochemistry Reveals Myeloid-Inflamed Tumor-Immune Complexity Associated with Poor Prognosis." | |
Cell Rep. 2017 Apr 4;19(1):203-217. doi: 10.1016/j.celrep.2017.03.037. | |
https://www.ncbi.nlm.nih.gov/pubmed/28380359 | |
*/ | |
var debug = true; |