AMPA Receptor Trafficking at Excitatory Synapses (David S Bredt et al. 2003)の要約。 リンクはこちら。
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
<html lang="en"> | |
<head> | |
<title>Plot Sample - Particles</title> | |
<link rel='stylesheet' href='https://rawgit.com/domitry/elegans/master/examples/common.css'> | |
<script type="text/javascript" src="http://cdnjs.cloudflare.com/ajax/libs/three.js/r66/three.min.js"></script> | |
<script type="text/javascript" src="http://cdnjs.cloudflare.com/ajax/libs/d3/3.4.4/d3.min.js"></script> | |
<script type="text/javascript" src="https://rawgit.com/domitry/elegans/master/release/elegans.js"></script> | |
<script type="text/javascript" src="http://rawgit.com/mrdoob/three.js/r49/examples/js/ImprovedNoise.js"></script> | |
<script type="text/javascript"> | |
window.onload = function(){ |
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
#ifdef GL_ES | |
precision highp float; | |
#endif | |
//--------------------------------------------------------- | |
// MACROS | |
//--------------------------------------------------------- | |
#define EPS 0.0001 | |
#define ROOTTHREE 1.73205081 |
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
#! ruby | |
require "twitter" | |
require "json" | |
CONSUMER_KEY = "" | |
CONSUMER_SECRET = "" | |
ACCESS_TOKEN = "" | |
ACCESS_SECRET = "" |
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
<html lang="en"> | |
<head> | |
<title>Plot Sample - Particles</title> | |
<link rel='stylesheet' href='https://rawgit.com/domitry/elegans/master/examples/common.css'> | |
<script type="text/javascript" src="http://cdnjs.cloudflare.com/ajax/libs/three.js/r66/three.min.js"></script> | |
<script type="text/javascript" src="http://cdnjs.cloudflare.com/ajax/libs/d3/3.4.4/d3.min.js"></script> | |
<script type="text/javascript" src="https://cdn.rawgit.com/wywzxxz/elegans/master/release/elegans.js"></script> | |
<script type="text/javascript" src="http://rawgit.com/mrdoob/three.js/r49/examples/js/ImprovedNoise.js"></script> | |
<script type="text/javascript"> | |
window.onload = function(){ |
The Mikon Project provides an useful interface to tools for data analysis like Statsample and ones for visualization like Nyaplot.
The summary of works during the grant period is shown as below:
- New DataFrame gem Mikon has become available
- Bidirectional communication between IRuby kernel and JavaScript front-end has been implemented
- Plotting library Nyaplot has been totally re-designed and the interactive analysis with GUI on IRuby is now available
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
def replace_val(arr) | |
rule = { | |
hoge: [1, 2, 1], | |
nya: [2, 3, 4], | |
hoe: [1, 2, 3] | |
} | |
return arr.map{|label| rule[label]} | |
end | |
replace_val([:hoge, :nya, :nya, :hoe]) |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.