Skip to content

Instantly share code, notes, and snippets.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
<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(){

金2神経生物学まとめ

AMPA Receptor Trafficking at Excitatory Synapses (David S Bredt et al. 2003)の要約。 リンクはこちら。

#ifdef GL_ES
precision highp float;
#endif
//---------------------------------------------------------
// MACROS
//---------------------------------------------------------
#define EPS 0.0001
#define ROOTTHREE 1.73205081
#! ruby
require "twitter"
require "json"
CONSUMER_KEY = ""
CONSUMER_SECRET = ""
ACCESS_TOKEN = ""
ACCESS_SECRET = ""
<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

Naoki Nishida

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
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.