Git Product home page Git Product logo

electrical-machines-coep's Introduction

===========================================================

Congratulations!

You have successfully checked out a copy of the latest
stable release of Virtual Lab Developer Kit. The current
stable release is 1.5 . The kit contains all that is
necessary to indicate the structure, that your lab should
follow.


Kindly make a note of a few changes. New Tabs have been
added for: 
  1) Target Audience
  2) Courses Aligned
  3) Pre-requisite Softwares 

In order to be consistent with all other labs, you therefore
need to add the above mentioned 3 more sections to the home
page of your virtual lab. Now, thus, you should have the
following sections on the home page of your lab:

  1) Introduction
  2) List Of Experiments
  3) Target Audience
  4) Courses Aligned
  5) Pre-requisite Softwares
  6) Feedback


You can make the required changes by editing "content.html"
in the following manner:

> Open "content.html" in your preferred editor and search
  for last closing html tag </section>.
> Open the "change.html" file in your choice of editor.
> Select all the content of file "change.html". 
> Copy the content and paste it after the last closing html
  tag </section> (you searched for before).


This is how your content.html will look like once done with
the changes:

/*********************************************************/

<!-- Second section of the article-->
<section id="lab-article-section-2">

<div id="lab-article-section-2-icon" class="icon">
  <!-- Enclose the icon image for the section. -->
  <img src="images/simulation.jpg" />
</div>


<!-- The heading for the section can be enclosed in a 
div tag and shown with a <h2> tag -->
<div id="lab-article-section-2-heading" class="heading">
  List of experiments
</div>
			
<!-- Write the section content inside a paragraph 
element, You can also include images with <img> tag -->
<div id="lab-article-section-2-content" class="content">
  <ul id="list-of-experiments">
  
    <li> 
      <!--Link and name of the experiment 1 -->
      <a href="exp1/index.html">Simple Pendulum Experiment</a> 
    </li>
  </ul>
</div>

</section>

// All the content from "change.html" will follow here.


/*********************************************************/

Now you need to create a fresh build directory for your
virtual lab. To do this,

> Run makefile by the following commands at the same level
  as that of makefile as indicated below: 

/*********************************************************/

  $ make clean           //cleans the build directory 
  $ make all             //creates a fresh build directory

/*********************************************************/

Once, you do a make, you get a fresh copy of the build
directory. Now in order to change the theme of your virtual
lab,

> Go to src folder and run "make theme=blue-icon" on your
  command line in the terminal, to change your lab theme to
  blue-icon as follows:

/*********************************************************/

  $ make theme=blue-icon //changes the theme to blue-icon

/*********************************************************/

Now, in order to test the template, and view your virtual
lab, open the file "build/index.html" in the browser.

With this, you have succesfully checked the template. You
can now keep on adding more experiments to develop your
virtual lab.

For any further doubts, send mail to [email protected].

===========================================================

electrical-machines-coep's People

Contributors

coevlab avatar pavanchow avatar sonali-goyal avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

electrical-machines-coep's Issues

Broken link to Electrical Engineering page

Description: Page not found shown when link to Electrical Engineering Lab is opened
Expected output: Electrical engineering Lab opens up
Actual Output: Page not found
Screenshot :
Screenshot (34)

Wrong-link-redirection_and_Wrong-highlighted-link

Description : The home page should be the home page of Electrical Machines Lab (http://em-coep.vlabs.ac.in/) and the link ALL LABS should redirect to the home page (http://vlab.co.in/) of Virtual labs.
Expected result : Home link should redirect to home page of Electrical Machines Lab, All Labs link should redirect to home page of Virtual labs. In home page of Electrical Machines Lab, Home link should be highlighted.
Actual result : Both home link and All Labs link are redirecting to home page of Virtual labs. In home page of Electrical Machines Lab, All labs link is highlighted.

Wrong-redirection-of contact-link

Description : On clicking contact link, it redirects to home page of Virtual-labs, wherein, it has to redirect to contact-us page of Virtual-labs.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.