Skip to content

Commit

Permalink
added file dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Duncan Ragsdale <[email protected]>
  • Loading branch information
Thistleman committed Jul 11, 2024
1 parent df5272c commit 29ca7d6
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 2 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Welcome to the Validation Hub's frontend client! For users looking to inform us

## Getting Started

The frontend client has three distinct working modes: analysis development, local development, and production.The analysis developmental mode lacks most of the features of the validation hub, but it allows the developer to build and run the client as a standalone system to quickly build out an analysis' documentation structure. For local and production development, please see the docs on the main ![pv-validation-hub](https://github.com/slacgismo/pv-validation-hub) repository.
The frontend client has three distinct working modes: analysis development, local development, and production.The front-end analysis developmental mode lacks most of the features of the validation hub, but it allows the developer to build and run the client as a standalone system to quickly build out an analysis' documentation structure. For local and production development, please see the docs on the main ![pv-validation-hub](https://github.com/slacgismo/pv-validation-hub) repository.

## Analysis Development

Expand All @@ -29,11 +29,15 @@ All analyses and their related files are stored in `<path-to-repo>/public/static
All analyses require the same core files:

banner.png ==> The main image banner seen on the analysis page.

cardCover.png ==> The image viewed on the analysis card on the Analytical Tasks page.

shortdesc.md ==> very short blurb for the card on the Analytical Tasks page, maximum of 100 characters.

dataset.md ==> dataset description for the dataset tab on the analysis page.

description.md ==> overview for the analysis tab on the analysis page.

SubmissionInstructions.md ==> Instructions on how to format your submission to be able to run in our system, on the instructions tab on the analysis page.

You can add reference images used in your markdown files in this directory as well.
Expand Down
Binary file added public/static/assets/2/banner.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/static/assets/2/cardCover.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions public/static/assets/2/dataset.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Words
2 changes: 1 addition & 1 deletion public/static/assets/development/shortdesc.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Evaluating the reliability and accuracy of forecasting models.
Estimate azimuth and tilt values for fixed-tilt PV systems.


0 comments on commit 29ca7d6

Please sign in to comment.