Skip to content

Commit

Permalink
Fixed a buch of things on the website
Browse files Browse the repository at this point in the history
  • Loading branch information
djgagne committed Aug 7, 2024
1 parent ecc5bbd commit f686451
Show file tree
Hide file tree
Showing 20 changed files with 318 additions and 264 deletions.
21 changes: 8 additions & 13 deletions config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ menu:
url : education
weight : 1
- parent : what
name : Current Projects
url : current_projects
name : Projects
url : projects
weight : 2
- parent : what
name : Datasets
Expand All @@ -41,33 +41,30 @@ menu:
- name : Collaboration
url : collaboration
weight : 6
- name : Real Time Products
url : realtimeproducts
weight : 7

# Site Params
params:
name: MILES
dateFormat: "26 FEB 1994"
description: "MILES is the Machine Integration and Learning for Earth Systems group at the National Center for Atmospheric Research (NCAR)."
author: "MILES"
email: "aiml@ucar.edu"
email: "miles@ucar.edu"

news:
enable: true
enable: false
title: RECENT NEWS
subtitle: Some of our most recent news

projects:
enable: true
title: RECENT PROJECTS
subtitle: Some of our most recent datasets
subtitle: Some of our most recent research projects

footer:
contactInfo:
title : Contact Info
address: 1850 Table Mesa Dr.<br>Boulder, CO 80305
email : miles@ucar.edu
email : milescore@ucar.edu

sitemap:
title: Sitemap
Expand All @@ -83,13 +80,11 @@ params:
url : presentations
- name: Collaboration
url : collaboration
- name: Real Time Products
url : realtimeproducts
- link:
- name: Education
url : education
- name: Current Projects
url : current_projects
- name: Projects
url : projects
- name: Datasets
url : datasets
- name: Software
Expand Down
11 changes: 0 additions & 11 deletions content/about/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,3 @@ The mission of the Machine Integration and Learning for Earth Systems (MILES) gr
* Developing robust machine learning infrastructure and community benchmark evaluations and datasets that can interface with critical ESS modeling and observation systems.
* Educating and empowering a diverse group of ESS students, researchers, and stakeholders on how best to integrate machine learning into their domains through tutorials, workshops, internships, collaborations, and co-development.

___
CISL SPACEHOLDER
___

___
Partners SPACEHOLDER

AI2ES

LEAP
___
7 changes: 0 additions & 7 deletions content/current_projects/_index.md

This file was deleted.

15 changes: 0 additions & 15 deletions content/current_projects/ai2es.md

This file was deleted.

22 changes: 0 additions & 22 deletions content/news/20220624-marshall-fire-vis.md

This file was deleted.

11 changes: 0 additions & 11 deletions content/news/20220624-vizaccess_prototype.md

This file was deleted.

30 changes: 0 additions & 30 deletions content/news/20220726-uxarray.md

This file was deleted.

11 changes: 11 additions & 0 deletions content/software/bridgescaler.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
title : "Bridgescaler"
date : 2023-04-05T12:00:00-06:00
type : software
tagline: "Robust, distributed data re-scaling at scale"
docs : "https://bridgescaler.readthedocs.io/en/latest/"
repo : "https://github.com/NCAR/bridgescaler"
image : "images/backgrounds/geocat-curly.png"
---

Bridgescaler is a package to support re-scaling of 2D and multi-dimensional data in parallel.
4 changes: 2 additions & 2 deletions content/software/hagelslag.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ type : software
tagline: "Storm Tracking and Verification"
docs : "https://hagelslag.readthedocs.io/en/latest/"
repo : "https://github.com/djgagne/hagelslag"
image : "images/backgrounds/geocat-curly.png"
image : "images/projects/hagelslag_info.png"
---

Hagelslag is a Python package for tracking storms in numerical model output,
performing machine learning post-processing for severe weather,
and performing probabilistic verification.

Hagelslag development has been funded by the National Science Foundation and NOAA.
Hagelslag development has been funded by the National Science Foundation and NOAA.
11 changes: 11 additions & 0 deletions content/software/milesguess.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
title : "MILES GUESS"
date : 2023-04-05T12:00:00-06:00
type : software
tagline: "Generalized Uncertainty for Earth System Science (GUESS)"
docs : "https://pypi.org/project/miles-guess/"
repo : "https://github.com/NCAR/miles-guess"
image : "images/backgrounds/geocat-curly.png"
---

MILES GUESS provides Keras and Pytorch implementations of evidential deep learning models and supports analysis of aleatoric and epistemic uncertainties.
Loading

0 comments on commit f686451

Please sign in to comment.