diff --git a/README.md b/README.md index 8fbe78e..08047d1 100644 --- a/README.md +++ b/README.md @@ -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 @@ -29,11 +29,15 @@ All analyses and their related files are stored in `/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. diff --git a/public/static/assets/2/banner.png b/public/static/assets/2/banner.png new file mode 100644 index 0000000..a4e47a6 Binary files /dev/null and b/public/static/assets/2/banner.png differ diff --git a/public/static/assets/2/cardCover.png b/public/static/assets/2/cardCover.png new file mode 100644 index 0000000..2101097 Binary files /dev/null and b/public/static/assets/2/cardCover.png differ diff --git a/public/static/assets/2/dataset.md b/public/static/assets/2/dataset.md new file mode 100644 index 0000000..e7b2093 --- /dev/null +++ b/public/static/assets/2/dataset.md @@ -0,0 +1 @@ +Words diff --git a/public/static/assets/development/shortdesc.md b/public/static/assets/development/shortdesc.md index 99ade58..b317d20 100644 --- a/public/static/assets/development/shortdesc.md +++ b/public/static/assets/development/shortdesc.md @@ -1,3 +1,3 @@ -Evaluating the reliability and accuracy of forecasting models. +Estimate azimuth and tilt values for fixed-tilt PV systems.