Code Monkey home page Code Monkey logo

hydrology's Introduction

Computational-Hydrology

The webpages of the NCAR/RAL/HAP Computational Hydrology Group

Analytics Analytics

hydrology's People

Contributors

andywood avatar anewman89 avatar bartnijssen avatar gutmann avatar julievano avatar nmizukami avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

hydrology's Issues

design modification: adding logo to nav bar

Adding this to _includes/nav.html works.
&nbsp &nbsp &nbsp
suggested at http://stackoverflow.com/questions/18474564/bootstrap-3-navbar-with-logo

BUT the existing information does not go to the right of it - meaning there's a lot of empty space at the top and all the margins need to be adjusted...

I did a workaround - had the logo include the HAP | Computational Hydrology - but there was still a lot of space.

I also tried class="pull-left" - this prevented some funny order shifting when the screen changed, but it didn't help with the empty space issue. Going to continue working on it...

Here is the goal:
screen shot 2017-04-13 at 1 39 28 pm
screen shot 2017-04-13 at 1 37 43 pm

content to add: Alaska datasets, WRF

14 years (200209-201608) historical simulations complete. We now have a DOI and data website established on the Earth System Grid: https://www.earthsystemgrid.org/dataset/high_resolution_climate_simulations-over_alaska_2017.html . Presently the data are available on request from me, but I will be uploading CF-compliant netCDF files for key daily, monthly, seasonal and climatological mean fields soon, as well as GeoTIFF format for key long-term fields (GIS friendly). (from Andy Monaghan)

individuals contribute: check datasets (DATASET link)

-- Are there datasets to add?
-- Do current dataset descriptions need to be modified?

To modify a dataset, go to /docs/_posts/datasets/<date-name_of_dataset>.md

To create new dataset, cp /docs/_posts/datasets/_2000-01-01-template.md to a new file and replace all "" with appropriate text. Date indicated in file name will set order on DATASET page.

individuals contribute: check model pages (MODELS link)

These directions are similar to projects... for many of the models, this page just serves as a pointer to the RAL model page (can be very short).

-- Read through the model pages you work on - do they need to be modified? specifically:

  1. text ok?

  2. project team ok?

  3. sponsors ok?
    To modify these 3 items, you can change the file: /docs/_posts/models/<date-name_of_model>.md

  4. Is the model button image ok? It needs to be square. If you have a new image you'd like to use, send it to Julie.

  5. Are the images on the page ok? If you want to update them, check to see what they are called in the header of your <date-name_of_model>.md file (currently can have three: img2, img3, and img4). Then replace them at: docs/assets/img/project/<img#_name>. If you don't want figures, just remove the img# in your file's header. Currently the image should include the figure caption. Alternatively, if you want to embed figures within your text, you can using html call outs that work in markdown.

  6. Are the citations ok? If you want to add any, check to see if they are already in the /docs/_posts/papers folder. If the paper is there already, just add a tag, e.g., paper_SUMMA (see _2000-01-01-template.md in papers folder for list of possibilities). If the paper isn't already in the paper folder, you can add it, follow directions in the template file. If you want to remove a paper, just remove the tag.

-- Are there model pages that should be added?
To create a new model page:

  1. cp /docs/_posts/model/_2000-01-01-template.md to a new file and replace all "" with appropriate text. Date indicated in file name will set order.
  2. Send image for project button to Julie - it should be square.

make code cleaner: remove if statements

redo if statements in _layout/project.html and _layout/model.html (collects papers and data for each project) - couldn't figure out how to add a variable into assign... should be a way. SUGGESTIONS WELCOME!

individuals contribute: check project pages (PROJECT link)

-- Read through the project pages you work on - do they need to be modified? specifically:

  1. text ok?

  2. project team ok?

  3. sponsors ok?
    To modify these 3 items, you can change the file: /docs/_posts/projects/<date-name_of_project>.md

  4. Is the project button image ok? It needs to be square. If you have a new image you'd like to use, send it to Julie.

  5. Are the images on the page ok? If you want to update them, check to see what they are called in the header of your <date-name_of_project>.md file (currently can have three: img2, img3, and img4). Then replace them at: docs/assets/img/project/<img#_name>. If you don't want figures, just remove the img# in your file's header. Currently the image should include the figure caption. Alternatively, if you want to embed figures within your text, you can using html call outs that work in markdown.

  6. Are the citations ok? If you want to add any, check to see if they are already in the /docs/_posts/papers folder. If the paper is there already, just add a tag, e.g., paper_SUMMA (see _2000-01-01-template.md in papers folder for list of possibilities). If the paper isn't already in the paper folder, you can add it, follow directions in the template file. If you want to remove a paper, just remove the tag.

-- Are there project pages that should be added?
To create a new project:

  1. cp /docs/_posts/projects/_2000-01-01-template.md to a new file and replace all "" with appropriate text. Date indicated in file name will set order (need to be somewhat careful of this as we do want the overview to come first).
  2. Send image for project button to Julie - it should be square.

individuals contribute: check your personal information (CONTRIBUTORS link)

  • Are you ok with your photo's tag line? Needs to be between 50 and 70 characters, including spaces. (update in docs/_config.yml file)
  • Is your email address ok? (update in docs/_config.yml file)
  • Is your weblink ok? (update in docs/_config.yml file)
  • Is your photo ok? (if want to change, replace photo in /docs/assets/img/members. the name of the file needs to match name designated at "img:" in _config file and needs to be square)

If you do not yet have your photo on the contributors page, you can add it easily. In the config file, just follow the example of others. The location in the file will determine the location in on the page. Locate either in NCAR section or COLLABORATORS section.

individuals contribute: add publications (PAPERS link)

for each publication, make a new file.
(1) cp /docs/_posts/papers/_2000-01-01-template.md to YYYY-01-01-AAAA.md. YYYY = year of publication, AAAA = first four letters of first author. For multiple papers with the same AAAA and YYYY use 1,2,3 (follow examples in papers folder)
(2) fill out template as described. You need at least one tag with the date. You can also tag papers to multiple projects.

Re: what papers should be included: All papers done as part of your work with NCAR. Prioritize those done as part of the projects highlighted on the website, but others can be included as well.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.