virtual-labs / engineers-forum

This is the central repository to post all the queries regarding labs and experiments.
Other
2 stars 5 forks source link

Experiment Repository Creation Request for Engineering Dynamics Lab - DEI #851

Open jinshadu opened 1 year ago

jinshadu commented 1 year ago

Repository Creation Request

Use this to get your experiment repository created or updated on GitHub under Virtual Labs organization.

  1. Coordinating Institute: Dayalbagh Educational Institute Agra

  2. Approver’s Name: IIT Delhi

  3. Approved Proposal: Engineering Dynamics Lab_DEI.pdf

  4. Hosted url:

  5. Primary GitHub Handle Details:

    Name: Jinshad
    GitHub Handle: jinshadu
    Email id: jinshadu@dei.ac.in
  6. Secondary GitHub Handle Details:

    Name:Harsh Pathak
    GitHub Handle:06hpathak
    Email id:06hpathak@gmail.com
pavanchow commented 1 year ago

@jinshadu Please provide secondary GitHub handle with email.

pavanchow commented 1 year ago

@jinshadu Please find the links for Engineering Dynamics Lab experiments and populate the repositories with sources of the experiments as detailed in Step 4 of the migration document

  1. To determine the moment of Inertia of a Flywheel - https://github.com/virtual-labs/exp-flywheel-dei
  2. To determine mass moment of inertia of a pendulum (ordinary, compound) - https://github.com/virtual-labs/exp-pendulum-dei
  3. To study rolling motion on horizontal/inclined plane (multiple objects of Different MI like sphere, cylinder, ring, etc with and without slipping) - https://github.com/virtual-labs/exp-inclined-plane-dei
  4. To determine the gravitational acceleration, terminal speed and drag Force - https://github.com/virtual-labs/exp-drag-force-dei
  5. To validate the conservation of total mechanical energy and energy transformation - https://github.com/virtual-labs/exp-energy-transformation-dei
  6. To measure the coefficient of restitution and validate the conservation of momentum (Collision of elastic bodies) - https://github.com/virtual-labs/exp-conservation-of-momentum-dei
  7. To investigate the relationship between torque and angular acceleration and to verify the workenergy theorem for rotational motion. - https://github.com/virtual-labs/exp-rotational-motion-dei
  8. To validate the conservation of Angular Momentum (Gyroscope) - https://github.com/virtual-labs/exp-angular-momentum-dei
  9. To find out the coriolli’s component of acceleration - https://github.com/virtual-labs/exp-component-of-acceleration-dei
  10. To study the free - vibration of SDOF Mass-spring system - https://github.com/virtual-labs/exp-spring-system-dei
jinshadu commented 1 year ago

@pavanchow Secondary GitHub handle updated

06hpathak commented 11 months ago

@pavanchow @raj-vlabs Dear Sir, I have uploaded the experiment with theoretical content but the repository URL is providing a "404 File Not Found" Error. Please resolve the issue I have also enclosed the screenshot for your reference.

Screenshot 2023-10-11 134657

Repository URL:- https://github.com/virtual-labs/exp-drag-force-dei Testing URL:- https://virtual-labs.github.io/exp-drag-force-dei - Giving Error 404 File not found.

priya100raman commented 11 months ago

@06hpathak, I'd like to bring the following to your attention:

  1. There's an error in the file "023-10-10T14:47:01.947Z error: uncaughtException: /home/runner/work/exp-drag-force-dei/exp-drag-force-dei/build/exp-drag-force-dei/posttest.json: Unexpected token } in JSON (Error: Parse error on line 13)."

  2. Please consider running your JSON files through a JSON validator like https://jsonlint.com/ for smoother debugging.

  3. It's essential to follow the standard practice of using the dev branch for development and merging it into testing. Avoid developing in the main branch and then merging into testing. The main branch should contain tested code.

  4. If you are using the Visual Studio Code Editor, you can enhance your development process by utilizing the Virtual Labs extension. This extension will provide a more user-friendly way to identify and handle such errors. You can refer to the documentation here for more details.

Thank you for your attention to these points.