-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
86 lines (80 loc) · 5.35 KB
/
index.html
File metadata and controls
86 lines (80 loc) · 5.35 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<HTML lang="en-us">
<HEAD>
<META name="Author" content="Caleb Phillips">
<META name="keywords" content="strange,beta,climbing,chaos,attractor,ai,assist,route,setting,software">
<META name="description" content="Strange Beta is an experimental attempt to use computers to assist in setting indoor rock climbing routes.">
<META name="ROBOTS" content="INDEX, ALL">
<META http-equiv="content-type" content="text/html; charset=ISO-8859-1">
<LINK rel="Home" title="Index Page" type="text/html" href="/">
<LINK href="default.css" rel="stylesheet" type="text/css">
<meta name="google-site-verification" content="VSf-hFx8_UQpToN3spEjGVTFj4VyKknf431iQo3YFx0" />
<title>Strange Beta: Climbing with Chaos</title>
</HEAD>
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-12513491-1");
pageTracker._setDomainName(".strangebeta.com");
pageTracker._trackPageview();
} catch(err) {}</script>
<BODY>
<div id="everything">
<div style="text-align: center;"><img src="/images/sblogo1_800.jpg"></div>
<style>
div.faq{
font-size: 15pt;
color: #333333;
margin-bottom: 1em;
}
</style>
<div style="float: right; border: 1px solid black; margin-right: 1em; margin-top: 1em; text-align: center; padding: 0.2em; width: 200px; font-size: 8pt; background: #CCCCCC; margin-bottom: 1em;">
<a href="http://www.climbing.com/print/current/282/"><img src="/images/282-cover.jpg"></a><br>
Check out the article about Strange Beta in the February 2010 issue of Climbing.
</div>
<br/>
<br/>
<div class="faq">Where'd it go?</div>
<blockquote>
The site is currently disabled (as of January 2017). After a good run of 7 years, I don't have resources to host or maintain the site. This page will stay up for anyone seeking information about the methods used on the site for machine-learning and chaotic-dynamics assisted course setting.
</blockquote>
<div class="faq">What is (was) this?</div>
<blockquote>
This is an attempt to <strong style="color: brown;">use computers to assist in setting indoor rock climbing routes</strong>. More specifically, have a few questions:
<ul>
<li>Can computer software aid in setting routes (i.e., as an "idea generator")?
<li>Would (expert) route setters appreciate this assistance?
<li>Can climbers tell the difference (positively or negatively) between routes set with computer help?
</ul>
We've carried out a pilot study along with a larger experiment to this effect, and found that the software can help and that
<strong style="color: brown;">climbers in some cases <em>prefer</em> the routes it sets</strong>!
<br><br>
This website is an attempt to build a community around this process.
The idea is that if anyone can use the tool, maybe we can learn how to make it better by getting direct feedback from the climbing
community as well as provide some opportunities for setters to collaborate with each other.
</blockquote>
<div class="faq">How does it work?</div>
<blockquote>
The details of our experiments and algorithms are all described in <a href="http://scholar.colorado.edu/csci_techreports/1017/">this
technical report</a>. It should answer just about all your questions, and then some. Here are the academic publiations that feature Strange Beta. Please cite them if you use or reference the work:
<ul>
<li>Caleb Phillips, Lee Becker, and Elizabeth Bradley. Strange Beta: An Assistance System for Indoor Rock Climbing Route Setting. Chaos: An Interdisciplinary Journal of Nonlinear Science. American Institute of Physics. Volume 22, Issue 1. March, 2012
<li>Caleb Phillips, Lee Becker, and Elizabeth Bradley. Strange Beta: An Assistance System for Indoor Rock Climbing Route Setting Using Chaotic Variations and Machine Learning. University of Colorado at Boulder, Tech. Report CU-CS-1088-11. October, 2011.
<li>Caleb Phillips and Elizabeth Bradley. Strange Beta: Chaotic Variations for Indoor Rock Climbing Route Setting. International Conference on Applications in Nonlinear Dynamics (ICAND 2010). Lake Louise, Canada. September, 21-24 2010. Invited.
</ul>
</blockquote>
<div class="faq">Who is Responsible?</div>
<blockquote>
<a href="http://smallwhitecube.com">Caleb Phillips</a> (a computer science professor and national laboratory scientist in Boulder, Colorado, <a href="http://www.cs.colorado.edu/~lizb/">Prof. Elizabeth Bradley</a> (a professor
of applied mathematics at the University of Colorado, Boulder), and <a href="http://amath.colorado.edu/~luftig/">Prof. Jeffrey Luftig</a> (an applied math professor at the University of Colorado, Boulder
who has lent us a hand with some of the statistical analysis). The folks at <a href="http://www.climbing.com">Climbing Magazine</a>, particularly Matt Samet. And, the folks at the <a href="http://www.totalclimbing.com">Boulder Rock Club</a>, particularly <a href="http://www.8a.nu/?IncPage=http%3A//web.8a.nu/user/Profile.aspx%3FUserId%3D803">Tony Yao</a> and <a href="http://www.jstarinorbit.com/">Jonathan Siegrist</a>.
</blockquote>
</div> <!-- id: everything -->
<div id="cc">
Copyleft (cc) 2009. Few Rights Reserved. <a href="http://smallwhitecube.com">Caleb Phillips</a>.
</div>
</BODY></HTML>