Skip to content

Commit

Permalink
Update Presentation
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmetcecen committed May 13, 2016
1 parent 9cd66fc commit 396d596
Show file tree
Hide file tree
Showing 12 changed files with 35 additions and 7 deletions.
2 changes: 2 additions & 0 deletions _layouts/projector.html
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@
<script src="{{ "/plugin/projector/TrackballControls.js " | prepend: site.baseurl }}"></script>

<script>{% include DataProjector.js %}</script>

{{ content }}

</body>
</html>
2 changes: 1 addition & 1 deletion _layouts/slide.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
</div>

<script src="{{"/lib/js/head.min.js " | prepend: site.baseurl}}"> </script>
<script src="{{"/js/reveal.min.js " | prepend: site.baseurl}}"></script>
<script src="{{"/js/reveal.js " | prepend: site.baseurl}}"></script>

<script>

Expand Down
7 changes: 4 additions & 3 deletions _posts/2016-05-10-matlabpost.md

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions _posts/2016-05-11-AM-Sim-CLD-PC.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,5 @@ subtitle: First 3 PCs of CLD

dataset: /projectors/CLDPCSimAM.json
---

<img src="/EAB-AM-Project/img/pcapresent/Picture11.png" style="position: absolute; right: 10%; z-index: 1000; top: 30%; height:15%">
25 changes: 24 additions & 1 deletion _posts/2016-05-11-results.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -23,22 +23,45 @@ vertical: </section><section markdown="1">
{{ page.horizontal }}
<!-- Start Writing Below in Markdown -->

## Chord Lentgh Distributions of the 3 Experimental Samples
### Chord Length Distributions of the 3 Experimental Samples

![P1](/EAB-AM-Project/img/pcapresent/Picture1.png)

{{ page.horizontal }}

### Principal Component Analysis of the CLD for Experimental Subsamples

![P1](/EAB-AM-Project/img/pcapresent/Picture2.png)

{{ page.horizontal }}

### PCA with Experimental and Simulated Datasets

<embed src="http://mined.gatech.edu/EAB-AM-Project/2016/05/11/AM-Sim-CLD-PC/" height="800px" width="100%">

<img src="/EAB-AM-Project/img/pcapresent/Picture11.png" style="position: absolute; right: 0%; z-index: 1000; top: 30%; height:15%">

{{ page.horizontal }}

### A Crude but Revealing Experiment

Which Simulated(Red) subsample looks more similar to the AM-RX(Blue) sub sample?

![P1](/EAB-AM-Project/img/pcapresent/Picture3.png)

{{ page.vertical }}

### The Worse Match

![P1](/EAB-AM-Project/img/pcapresent/Picture9.png)

{{ page.vertical }}

### The Better Match

![P1](/EAB-AM-Project/img/pcapresent/Picture8.png)


<!-- End Here -->
{{ page.horizontal }}

Expand Down
Binary file added img/pcapresent/Picture1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/pcapresent/Picture11.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/pcapresent/Picture2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/pcapresent/Picture3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/pcapresent/Picture8.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/pcapresent/Picture9.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions js/reveal.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ var Reveal = (function(){

// The "normal" size of the presentation, aspect ratio will be preserved
// when the presentation is scaled to fit different resolutions
width: 960,
height: 700,
width: 1000,
height: 1000,

// Factor of the display size that should remain empty around the content
margin: 0.1,
Expand Down

0 comments on commit 396d596

Please sign in to comment.