Wednesday, May 10, 2023

usefull website links from AICTE for Students and Faculties

usefull Information link for Students , faculty and institutions

Content Link
Online Website links AICTE links


USEFUL INFORMATION FOR STUDENTS, FACULTY & INSTITUTIONS

Sl.

No.

 

Name

 

Website URL

1

National Digital Library

https://ndl.iitkgp.ac.in

 

2

 

SWAYAM Online Courses

https://storage.googleapis.com/uniquecourses/online.

html

3

National Knowledge Network

http://nkn.gov.in/en

 

4

NPTEL [National Programme on Technology

Enhanced Learning]

 

https://nptel.ac.in

5

AICTE: NEAT

https://neat.aicte-india.org/

 

6

AICTE: Enhancement in Learning with

Improvement in Skills (ELIS) portal

 

http://free.aicte-india.org/

7

InfoPort

https://infoport.inflibnet.ac.in

 

8

 

Talks to Teacher

https://www.ted.com/playlists/182/talks_from_inspir

ing_teachers

9

A-VIEW

http://aview.in

10

Virtual Labs

http://www.vlab.co.in/

11

FOSSEE

https://fossee.in

12

Spoken Tutorial

https://spoken-tutorial.org/

13

e-Yantra

https://www.e-yantra.org/

14

Oscar++

https://www.it.iitb.ac.in/oscar/

15

E-Kalpa

https://icar.org.in/content/e-kalpa

16

NCERT Text Books [class I to XII]

http://ncert.nic.in/textbook/textbook.htm

17

UG/PG MOOCs

http://ugcmoocs.inflibnet.ac.in/ugcmoocs/

18

e-PG Pathshala

https://epgp.inflibnet.ac.in

19

e-Content courseware in UG subjects

http://cec.nic.in/cec/

20

SWAYAMPRABHA

https://www.swayamprabha.gov.in

21

e-Shodh Sindhu

https://ess.inflibnet.ac.in

22

Vidwan

https://sakshat.ac.in/?project=vidwan

23

SNLTR

https://nltr.org/

24

National Educational Alliance for Technology

https://neat.aicte-india.org/

 

25

Coursera for Campus, institutions or faculty members

 

https://www.coursera.org/coronavirus

26

TCS iON Digital Glass Room

https://learning.tcsionhub.in/hub/glass-room/

 

27

Enhancement in Learning with Improvement in

Skills (ELIS) portal

 

http://free.aicte-india.org/

28

MTUTOR Digital eLearning

https://www.m-tutor.com/

 

29

 

Design your Solar Systems for Homes

https://www.aicte-

india.org/sites/default/files/Design%20your%20Solar

%20Systems%20for%20Homes.pdf

30

SOS

http://sos-tools.org/

31

National Mission on Education

https://www.it.iitb.ac.in/nmeict/home.html

32

QUANTUM & NANO COMPUTING

https://www.dei.ac.in/dei/quantumNano/

33

DIGITAL LIBRARY INFLIBNET

https://ess.inflibnet.ac.in/

34

Smart India Hackathon

https://www.sih.gov.in/

35

YOUTH4WORK

https://www.youth4work.com/onlinetalenttest

36

IEEE RESOURCES - DIGITAL LIBRARY

https://ieeexplore.ieee.org/courses/details/EDP333

37

National Apprenticeship Training Scheme

http://mhrdnats.gov.in/

38

AAKASH EDUCATIONAL PORTAL

https://www.it.iitb.ac.in/nmeict/home.html

39

SAKSHAT

https://sakshat.ac.in/

40

AICTE Training And Learning (ATAL) Academy

https://www.aicte-india.org/atal

 

41

AICTE Collaborations (MoU) with other

Organizations

https://www.aicte-

india.org/education/collaborations


Courtesy: AICTE 



Saturday, May 6, 2023

Latex Table Generator

Latex format

Doucement Preparation format-Latex

Content Link
Question bank Question Bank Latex Format
Presentation Presentation format
Manual Update Soon...

Friday, March 10, 2023

Qiskit Installation Procedure and Access the IBM Qiskit Account

Qiskit Installation for Windows

1.       Step 1: Download the Anaconda Python installer for Windows.

2.       Step 2: Once the installation is complete, launch the “Anaconda Prompt”

3.       Step 3: In the anaconda prompt, type “pip install qiskit

4.       Step 4:You are all set to launch the Jupyter Notebook by typing the command “jupyter notebook”

5.       Step 5: Let’s create a new Python 3 Notebook by clicking New > Python 3.

This will open a new tab with an editor to write and execute Python programs.

6.       Step 6: Import Qiskit by typing “import qiskit” and hit “Shift+Enter“.

7.       Step 7: Let’s now check the version of Qiskit imported by typing the below line.

qiskit.__qiskit_version__

First Qiskit Program

8.       Step 8: Go to https://quantum-computing.ibm.com/ and sign-up to create your account

9.       Step 9: Upon sign-in, click on the user icon on the top right corner and select "My Account"

10.   Step 10: Click the "Copy token" (blue button) to copy your API token to the clipboard.

11.   Step 11: Let us now go ahead and import IBMQ from Qiskit by typing the below line in the Jupyter Notebook and hit “Shift+Enter

 

You now have an IBM Q Experience’s API token, so let’s save that to your computer by typing the below line and hit “Shift+Enter

 

IBMQ.save_account('<YOUR-IBM-API-TOKEN>')

 

12.   Step 13: To see that we have connected to the IBM’s Quantum devices, type the below code in the Notebook and hit “Shift+Enter

 

IBMQ.load_account()

Monday, February 13, 2023

Digital Design using HDL- Module 2

Digital Design Using HDL

Content Link
Module 2 PPT Module 2 PPT
Module 2 Notes Module 2
Module 2 Questions Update Soon...