forked from jaanga/jaanga.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f4ada21
commit d0186a4
Showing
19 changed files
with
91 additions
and
31 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,9 @@ | ||
jaanga.github.com / github.com/jaanga | ||
===================================== | ||
|
||
Home page for http://jaanga.github.com | ||
|
||
See also http://jaanga.com | ||
|
||
Send messages to jaanga at googlegroups dot com | ||
jaanga.github.com / github.com/jaanga | ||
===================================== | ||
|
||
Home page for http://jaanga.github.com | ||
|
||
See also http://jaanga.com | ||
|
||
Send messages to jaanga at googlegroups dot com | ||
|
Binary file not shown.
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
<!doctype html> | ||
<html lang=en'> | ||
<head> | ||
<title></title> | ||
<meta http-equiv='refresh' content='0; url=http://jaanga.github.com/urdacha/haxis/r3/haxis.html' /> | ||
<meta charset='utf-8'> | ||
</head> | ||
<body> | ||
</body> | ||
</html> |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,28 @@ | ||
<!doctype html> | ||
<html lang="en"> | ||
<html lang='en'> | ||
<head> | ||
<title>Brain of Richard</title> | ||
<title></title> | ||
<meta charset='utf-8'> | ||
<script src="../../list.js"></script> | ||
<script src="../../page.js"></script> | ||
<link type="text/css" rel="stylesheet" href="../../page.css" /> | ||
<script src='../../list.js'></script> | ||
<script src='../../page.js'></script> | ||
<link type='text/css' rel='stylesheet' href='../../page.css' /> | ||
<meta name='author' content='Theo Armour'> | ||
</head> | ||
<body> | ||
<h2>Brain of Richard</h2> | ||
<script type='text/javascript'> | ||
document.body.style.font = 'bold 12pt monospace'; | ||
var info = document.createElement( 'div' ); | ||
document.body.appendChild( info ); | ||
info.innerHTML='Nothing here yet...'; | ||
document.body.style.font = 'bold 12pt monospace'; | ||
|
||
var info = document.body.appendChild( document.createElement( 'div' ) ); | ||
|
||
info.innerHTML = | ||
'<h2>Urdacha ~ Potential Urban Data Challenge Entry</h2>' + | ||
'<p>public facing page here:<br> http://jaanga.github.com/urdacha/</p>' + | ||
'<p>Internal facing stuff here:<br> https://github.com/jaanga/urdacha/wiki</p>' + | ||
'<p>Challenge details here:</p>' + | ||
'<p>http://urbanprototyping.org/prototype/challenges/urban-data-challenge-zurich-sf-geneva/</p>' + | ||
'<p>And Challenge data on GitHub here:</p>' + | ||
'<p>https://github.com/swissnexSF/Urban-Data-Challenge</p>' + | ||
''; | ||
</script> | ||
</body> | ||
</html> |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
<!doctype html> | ||
<html lang='en'> | ||
<head> | ||
<title></title> | ||
<meta http-equiv='refresh' content='0; url=http://jaanga.github.com/urdacha/index.html'/> | ||
<meta charset='utf-8'> | ||
</head> | ||
<body> | ||
</body> | ||
</html> |
Binary file not shown.
Binary file not shown.
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 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,28 @@ | ||
<!doctype html> | ||
<html lang="en"> | ||
<html lang='en'> | ||
<head> | ||
<title>Brain of Richard</title> | ||
<meta charset='utf-8'> | ||
<script src="../../list.js"></script> | ||
<script src="../../page.js"></script> | ||
<link type="text/css" rel="stylesheet" href="../../page.css" /> | ||
<script src='../../list.js'></script> | ||
<script src='../../page.js'></script> | ||
<link type='text/css' rel='stylesheet' href='../../page.css' /> | ||
<meta name='author' content='Theo Armour'> | ||
</head> | ||
<body> | ||
<h2>Brain of Richard</h2> | ||
<script type='text/javascript'> | ||
document.body.style.font = 'bold 12pt monospace'; | ||
var info = document.createElement( 'div' ); | ||
document.body.appendChild( info ); | ||
info.innerHTML='Nothing here yet...'; | ||
document.body.style.font = 'bold 12pt monospace'; | ||
|
||
var info = document.body.appendChild( document.createElement( 'div' ) ); | ||
|
||
info.innerHTML = | ||
'<h2>Brain of Richard</h2>' + | ||
'<p><i>3D compilations of hundreds of 2D scanned MRI images...</i></p>' + | ||
'<p>My friend Richard has a brain tumor.</p>' + | ||
'<p>He asked to see the MRI scans. Below is a snapshot of a few of the hundreds of files of 2D scans that he received.</p>' + | ||
'<img src="contact-sheet.png" />' + | ||
'<p>What do these images actually represent? Are there other ways for a layman to see what is going on?</p>' + | ||
'<p>The <i>Brain of Richard</i> app came out of the discussions between Richard and myself as how best to show the scans as a 3D animated visulaization.</p>' + | ||
''; | ||
</script> | ||
</body> | ||
</html> |
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 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
<!doctype html> | ||
<html lang='en'> | ||
<head> | ||
<title></title> | ||
<meta http-equiv='refresh' content='0; url=http://fgx.github.com/'/> | ||
<meta charset='utf-8'> | ||
</head> | ||
<body> | ||
</body> | ||
</html> |
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
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
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
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