Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Responsive #192

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions src/lab/exp10/Tutorial.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@
<!-- Custom CSS -->
<link href="../../../css/style.css" rel="stylesheet">
<script type="text/javascript" src = 'tabs.js'></script>

<script src='https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/MathJax.js?config=TeX-MML-AM_CHTML' async></script>

<script>(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)})(window,document,'script','//www.google-analytics.com/analytics.js','ga');ga('create', 'UA-67558473-1', 'auto');ga('send', 'pageview');</script>
</head>
<body id="page-top" class="index">
Expand Down
18 changes: 9 additions & 9 deletions src/lab/exp9/Illustration.html
Original file line number Diff line number Diff line change
Expand Up @@ -105,34 +105,34 @@ <h1 class="text-h2-lightblue">Hopfield models for solution to optimization probl
associated with annealing of Hopfield model.
</p>
<p>
<table width="600"><tr><td height="450">
<img src="images/init14.png" style="height:90%;width:90%"/></td></tr>
<table width="40%"><tr><td >
<img class="image-responsive" src="images/init14.png" style="width: 100%"/></td></tr>
<caption align="bottom"><b>Figure 1: </b><em>Illustration of graph with 4 nodes before annealing. </em></caption>
</table>
</p>
<p>
Figure 1 illustrates a graph with 4 nodes before the process of annealing. Figure 2 shows the input graph and the bipartitioned graph.
</p>
<p>
<table width="800"><tr><td height="450">
<img src="images/anneal14.png" style="height:90%;width:90%"/></td></tr>
<table width="60%"><tr><td>
<img class="image-responsive" src="images/anneal14.png" style="width: 100%"/></td></tr>
<caption align="bottom"><b>Figure 2: </b><em>Illustration of graph with 4 nodes after annealing.</em></caption>
</table>
</p>
<p>We see that even if there exists a solution through annealing, it need not lead to the optimum solution of the bipartition.
The graph still is not divided in parts containing equal number of nodes as illustrated in Figure 2.</p>
<p>
<table width="600"><tr><td height="450">
<img src="images/init614.png" style="height:90%;width:90%"/></td></tr>
<table width="40%"><tr><td>
<img class="image-responsive" src="images/init614.png" style="width: 100%"/></td></tr>
<caption align="bottom"><b>Figure 3: </b><em>Illustration of graph with 14 nodes before annealing.</em></caption>
</table>
</p>
<p>
Figuew 3 illustrates a graph with 14 nodes before the process of annealing. Figure 4 shows the input graph and the bipartitioned graph.
</p>
<p>
<table width="800"><tr><td height="450">
<img src="images/anneal614.png" style="height:90%;width:90%"/></td></tr>
<table width="60%"><tr><td>
<img class="image-responsive" src="images/anneal614.png" style="width: 100%"/></td></tr>
<caption align="bottom"><b>Figure 4: </b><em>Illustration of graph with 14 nodes after annealing.</em></caption>
</table>
</p>
Expand All @@ -149,7 +149,7 @@ <h1 class="text-h2-lightblue">Hopfield models for solution to optimization probl
</div> <!-- content div -->

<footer>
<div class="container-fluid footer-div" style="background: #404040; margin-top: 40px; padding: 20px;">
<div class="container-fluid" style="background: #404040; margin-top: 40px; padding: 20px;">
<div class="col-md-4 border-right-green-dotted" >
<h2 class="text-h2-lightblue-small" style="font-weight: bold;margin-top: 0px;">Updates</h2>
<a href="http://community.virtual-labs.ac.in/w/index.php/Download" class="text-normal-gray-small nounderline" style="color: white" > Lab Integration Kit Releases</a>
Expand Down