Skip to content

Commit

Permalink
Updated description
Browse files Browse the repository at this point in the history
  • Loading branch information
friedrich committed Apr 9, 2013
1 parent 7504ac4 commit add0c04
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/index.html
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
<!DOCTYPE html>
<html><head><meta charset="utf-8" /><link href="/styles/screen.css" rel="stylesheet" type="text/css" /><title>The Interactive String</title></head><body><div class="container"><header><h1>The Interactive String</h1><p>Friedrich Schöller</p></header><div data-string="main" class="string"><div data-string-display="data-string-display" class="display"><noscript><p>Javascript is required.</p></noscript></div><div data-string-controls="data-string-controls" class="controls"><!--%button.string-type open / closed--><textarea data-string-modes="data-string-modes"></textarea></div></div><div class="description"><h2 class="numbered">Calculations</h2><p>The length of the string is set equal to one. Impulses are chosen so that the string is at rest. In the classical description the string is massive, except when all modes have zero amplitude which makes it massless (and boring).</p><!--%h3.numbered Open String--><!--\[X^i = 2 sqrt{2alpha'} sum_{n=1}^infty rac{1}{n} left( a_n^i sin(pi cn au) - b_n^i cos(pi cn au) ight) cos(pi nsigma) ]--><!--%h3.numbered Closed String--><h2>References</h2><ol><li>Polchinski, Joseph (1998). <i>String Theory</i>, Cambridge University Press</li></ol></div></div><script src="/js/index.js"></script></body></html>
<html><head><meta charset="utf-8" /><link href="/styles/screen.css" rel="stylesheet" type="text/css" /><title>The Interactive String</title></head><body><div class="container"><header><h1>The Interactive String</h1><p>Friedrich Schöller</p></header><div data-string="main" class="string"><div data-string-display="data-string-display" class="display"><noscript><p>Javascript is required.</p></noscript></div><div data-string-controls="data-string-controls" class="controls"><!--%button.string-type open / closed--><textarea data-string-modes="data-string-modes"></textarea></div></div><div class="description"><h2 class="numbered">Calculations</h2><p>The length of the string is set equal to one. Center of mass variables are chosen to make the string oscillate around the point of origin. This leaves us with the transverse oscillators as degrees of freedom. In the classical description the string is massive, except when all modes have zero amplitude which makes it massless (and boring).</p><!--%h3.numbered Open String--><!--\[X^i = 2 sqrt{2alpha'} sum_{n=1}^infty rac{1}{n} left( a_n^i sin(pi cn au) - b_n^i cos(pi cn au) ight) cos(pi nsigma) ]--><!--%h3.numbered Closed String--><h2>References</h2><ol><li>Polchinski, Joseph (1998). <i>String Theory</i>, Cambridge University Press</li></ol></div></div><script src="/js/index.js"></script></body></html>
Expand Down
2 changes: 1 addition & 1 deletion src/index.haml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
.description
%h2.numbered Calculations
%p
The length of the string is set equal to one. Impulses are chosen so that the string is at rest. In the classical description the string is massive, except when all modes have zero amplitude which makes it massless (and boring).
The length of the string is set equal to one. Center of mass variables are chosen to make the string oscillate around the point of origin. This leaves us with the transverse oscillators as degrees of freedom. In the classical description the string is massive, except when all modes have zero amplitude which makes it massless (and boring).
/ %h3.numbered Open String
/ \\[X^i = 2 \sqrt{2\alpha'} \sum_{n=1}^\infty \frac{1}{n} \left( a_n^i \sin(\pi cn\tau) - b_n^i \cos(\pi cn\tau) \right) \cos(\pi n\sigma) \]
/ %h3.numbered Closed String
Expand Down

0 comments on commit add0c04

Please sign in to comment.