Skip to content

Commit

Permalink
Embed videos, images fix
Browse files Browse the repository at this point in the history
Testing webhook
  • Loading branch information
kanors-himanshu03 committed Jan 8, 2021
1 parent ddbab8c commit c01a0e8
Show file tree
Hide file tree
Showing 8 changed files with 53 additions and 12 deletions.
9 changes: 8 additions & 1 deletion docs/source/pages/Browse.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,14 @@
Browse
=======================

* Browse both presents the actual model data and provides direct access to the input data (`youtube video <https://youtu.be/sRMCd2wVqGY>`_).
Demo:

.. raw:: html

<iframe width="560" height="315" src="https://www.youtube.com/embed/sRMCd2wVqGY" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>

* Browse both presents the actual model data and provides direct access to the input data.

* Clicking any input cell in the data cube (red circle) provides direct access to specific cells in the excel templates for editing.

.. image:: images/Browse.png
Expand Down
22 changes: 16 additions & 6 deletions docs/source/pages/Getting started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,28 @@ Getting started
Installation
#############

`Veda download link <https://showcase.dropbox.com/s/Veda2.0-5bA9awGzRHGWc5BWXuU3N>`_
`Download Veda <https://showcase.dropbox.com/s/Veda2.0-5bA9awGzRHGWc5BWXuU3N>`_

* To download and install VEDA2.0 it is recommend that the new user first takes a look at the `YouTube video <https://youtu.be/QQzZi2_vWBs>`_.
* There are two ways to go about it:
* Localhost: This just needs to be unzipped.
* Installer: This is a setup executable.
* To download and install VEDA2.0 it is recommend that the new user first takes a look at the video:

.. raw:: html

<iframe width="560" height="315" src="https://www.youtube.com/embed/QQzZi2_vWBs" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>

* There are two ways to go about it:
* Localhost: This just needs to be unzipped.
* Installer: This is a setup executable.


Licensing
#########

`Demo video <https://youtu.be/6FFAw-rXD8A>`_
Demo video:

.. raw:: html

<iframe width="560" height="315" src="https://www.youtube.com/embed/6FFAw-rXD8A" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>


Once setup, to start using VEDA2.0, the user is required to get licence. Launching Veda will present an Activation screen:

Expand Down
16 changes: 15 additions & 1 deletion docs/source/pages/Items detail.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@
Items detail
============

You can examine the declaration, connectivity and data details for a Process
You can examine the declaration, connectivity and data details for a Process, Commodity, User constraint (UC)
and Commodity Group (CommGrp)

.. image:: images/items_detail.png


Basic Description of a TIMES Process
#####################################

* A process converts input commodity(ies) to output commodity(ies)
* Each process is linear (e.g. output proportional to input, investment and fixed O&M costs scale with capacity / variable O&M scale with activity)
* A power plant converts input fuel (e.g., coal/oil/gas/nuclear/renewable source) in electricity
* A plug-in diesel hybrid car can be modelled as a process that converts electricity and/or diesel to passenger-miles
* A typical national model may have ~1000 processes

.. image:: images/TIMES_process.PNG
:width: 600
6 changes: 6 additions & 0 deletions docs/source/pages/Navigator.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
Navigator
=======================

Demo:

.. raw:: html

<iframe width="560" height="315" src="https://www.youtube.com/embed/vxUzJNxfIqw" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>

* The Navigator provides a comprehensive view of all the templates in the various folders managed by VEDA-FE for the current model (youtube video).
* The Navigator is the main vehicle for accessing, importing, and coordinating the various templates that make up a model.
* Its main screen is divided into sub-windows according to the various types of templates managed by VEDA-FE.
Expand Down
2 changes: 2 additions & 0 deletions docs/source/pages/Results.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
==========
Results
==========


Used to analyse TIMES model results. Results are all stored in the model folder (e.g. DemoS_012) and belongs to that model

* Model VD files: model results (VD files) are included automatically in the model database at the end of a successful run (e.g. \Veda\GAMS_WrkTIMES\DemoS_012).
Expand Down
4 changes: 2 additions & 2 deletions docs/source/pages/Run Manager.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Overview
* Settings
* Properties

.. image:: images/run_manager_1.png
.. image:: images/run_manager_1.PNG
:width: 600


Expand All @@ -25,7 +25,7 @@ DD and script files
* Max Runs >1
* Parametric scenario case (irrespective of Mas Runs)

.. image:: images/dd_files.png
.. image:: images/dd_files.PNG
:width: 600


Expand Down
6 changes: 4 additions & 2 deletions docs/source/pages/Start page.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,11 @@ Components
Shows the list of model folders once the directory, containing the model folders, is added to it.
By default it has the 'Veda_models' directory added and will display the models that are in its root.

.. image:: images/new_models_list.png
.. image:: images/new_models_list.PNG

New directories can be added using .. image:: images/add_dir_button.png
New directories can be added using button:

.. image:: images/add_dir_button.PNG

* **Recent list**

Expand Down
Binary file added docs/source/pages/images/TIMES_process.PNG
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit c01a0e8

Please sign in to comment.