-
Notifications
You must be signed in to change notification settings - Fork 1
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
Showing
6 changed files
with
78 additions
and
8 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +0,0 @@ | ||
dddddddd { | ||
|
||
} | ||
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,11 @@ | ||
angular | ||
.module("bawApp.visualize", []) | ||
.controller( | ||
"VisualizeController", | ||
[ | ||
"$scope", | ||
function($scope) { | ||
|
||
} | ||
] | ||
); |
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,52 @@ | ||
<div id="content"> | ||
<h1>Audio distribution visualisation</h1> | ||
<small>Current filter: e.g. Project 341</small> | ||
|
||
<section> | ||
<h2>Large scale</h2> | ||
<p> | ||
year's long view of data with "selector" | ||
</p> | ||
</section> | ||
|
||
<section> | ||
<h2>Detail</h2> | ||
<p> | ||
selector's length of data | ||
<ol> | ||
for each project | ||
<li> | ||
<ol> | ||
for each site | ||
<li> | ||
list meta data | ||
</li> | ||
<li> | ||
list meta data | ||
</li> | ||
<li> | ||
list meta data | ||
</li> | ||
</ol> | ||
</li> | ||
</ol> | ||
</p> | ||
</section> | ||
|
||
<section> | ||
<h2>Day</h2> | ||
<p> | ||
24 hours long, | ||
two sections | ||
|
||
</p> | ||
<div> | ||
<div> | ||
meta data tracks | ||
</div> | ||
<div> | ||
false color spectrogram | ||
</div> | ||
</div> | ||
</section> | ||
</div> |
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