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

Fixed your issue #199 #243

Open
wants to merge 3 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
4 changes: 2 additions & 2 deletions src/lab/exp1/Theory.html
Original file line number Diff line number Diff line change
Expand Up @@ -200,14 +200,14 @@ <h2>Full Adder
full adder adds two 1-bit binary numbers along with a carry brought
in and produces a sum and carry out as ouputs.1-bit full adder
adds three 1-bit numbers, often written as A, B, and Cin, where A
and B are the operands, and Cin is a bit carried in from a “past”
and B are the operands, and Cin is a bit carried in from a past
addition.Circuit produces a 2-bit output sum typically
represented by the signals Cout and S, where the sum numerically
equals 2Cout + S . A full adder can be implemented in many different
ways using custom transistor-level circuits or using other gates.
</p>
<p style="margin-left: 2cm"><b>S = A </b><font size="2"><b>XOR</b></font><b>
B</b> <font size="2"><b>XOR</b></font> <b>Cin<br>Cout = (A </br></b><font size="2"><b>AND</b></font><b>
B</b> <font size="2"><b>XOR</b></font> <b>Cin<br>Cout = (A </b><font size="2"><b>AND</b></font><b>
B) </b><font size="2"><b>OR</b></font><b> (Cin </b><font size="2"><b>AND</b></font><b>
(A </b><font size="2"><b>XOR</b></font><b> B))</b></p>
<h3>Truth Table</h3>
Expand Down
3 changes: 2 additions & 1 deletion src/lab/exp10/Experiment.html
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,9 @@ <h2 class="text-h2-lightblue" style=" margin-bottom: 20px; margin-top: 10px; "><

<!--edit -->
<h1 class="text-h2-lightblue">State Diagrams</h1><div class="content" id="experiment-article-section-4-content">
<p>
<!--<div id="applet_embed"></div>-->
<p><a href="../documents/java-and-icedtea-plugin.pdf">Install prerequisites to run the simulation</a></p>
<p>
<a class="qtlink" href="./exp10.html" onclick="window.open('./exp10.html', null,'scrollbars=yes, width=' + (screen.availWidth) +',height=' + (screen.availHeight)); return false;">

For performing experiment Click here
Expand Down
39 changes: 25 additions & 14 deletions src/lab/exp2/Manual.html
Original file line number Diff line number Diff line change
@@ -1,37 +1,48 @@
<!DOCTYPE html>
<html lang="en">
<head>

<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Welcome to Virtual Labs - A MHRD Govt of india Initiative">
<meta name="author" content="Virtual Labs - A MHRD Govt of india Initiative">
<style>
.sticky {
position: -webkit-sticky;
position: sticky;
top: 0;
}
.sticky2{
position: -webkit-sticky;
position: sticky;
top:95px;
}
</style>

<title>Welcome to Virtual Labs - A MHRD Govt of india Initiative</title>

<link rel="shortcut icon" href="../images/favicon.ico">
<link rel="shortcut icon" href="../../themes/green-icon/images/favicon.ico">


<link href="../css/bootstrap.min.css" rel="stylesheet">
<link href="../../themes/green-icon/css/bootstrap.min.css" rel="stylesheet">

<!-- Important Owl stylesheet -->
<link rel="stylesheet" href="../vendors/owl-carousel/owl.carousel.css">
<link rel="stylesheet" href="../vendors/owl-carousel/owl.theme.css">
<link rel="stylesheet" href="../../themes/green-icon/vendors/owl-carousel/owl.carousel.css">
<link rel="stylesheet" href="../../themes/green-icon/vendors/owl-carousel/owl.theme.css">

<link rel="stylesheet" href="../vendors/font-awesome/css/font-awesome.css">
<link rel="stylesheet" href="../../themes/green-icon/vendors/font-awesome/css/font-awesome.css">

<!-- Custom CSS -->
<link href="../css/style.css" rel="stylesheet">
<link href="../../themes/green-icon/css/style.css" rel="stylesheet">
<script type="text/javascript" src = 'tabs.js'></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">
<div id="top">
<header>
<header class="sticky">
<!-- Navigation -->
<nav class="navbar navbar-default " style="background-color: white !important; margin-bottom: 0px !important;">
<div class="container-fluid">
<nav class="sticky navbar navbar-default" style="background-color: white !important; margin-bottom: 0px !important;">
<div class="sticky container-fluid ">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header page-scroll">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
Expand All @@ -40,7 +51,7 @@
<span class="icon-bar" style="background-color: #77BB41"></span>
<span class="icon-bar" style="background-color: #77BB41"></span>
</button>
<a class="navbar-brand main-logo-a" href="http://vlabs.ac.in/index.html"><img src="../images/logo-new.png" class="img-responsive main-logo" /></a>
<a class="navbar-brand main-logo-a" href="http://vlabs.ac.in/index.html"><img src="../../themes/green-icon/images/logo-new.png" class="img-responsive main-logo" /></a>
</div>

<!-- Collect the nav links, forms, and other content for toggling -->
Expand Down Expand Up @@ -79,8 +90,8 @@
</header>

<div id="content">
<div class="container-fluid" >
<div class="row">
<div class="container-fluid sticky2" >
<div class="row sticky2">
<hr style="background:#ff6600 !important; height: 8px; margin-top: 0px;">
</div> <!-- row end -->
</div> <!-- container-fluid end for slider -->
Expand Down