Giter Site home page Giter Site logo

vast's Introduction

VAST Hugo Website

This repository holds the NCAR VAST section website deployed with GitHub Pages. See the Contributor Guide for how to add to this site.

This Hugo site is based on the DART GitHub Pages website, which can be found here.

vast's People

Contributors

clyne avatar cyschneck avatar erogluorhan avatar jukent avatar kafitzgerald avatar kmpaul avatar nihanthcw avatar philipc2 avatar sgpearse avatar shaomeng avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

vast's Issues

Update Services page

The content under the What We Do / Services is currently blank. We need to add something about production visualization services. It would be good to link to the visgallery.ucar.edu Anything else?

Replace "Services" with "What we do" on landing page

Replace the Services section on the landing page with a "What we do" section. The cards under the "What we do" section should correspond to the menu items under the "What we do" menu bar: Software, Education, Services, R&D. The cards should link to their respective sections.

Use custom domain for VAST website

It is possible to point a subdomain (e.g., vast.ucar.edu, in this case) to a GitHub pages site. To do this, you need 2 key ingredients:

  1. You need the owner of the apex domain (e.g., ucar.edu, in this case) to update the DNS records for the domain name with a CNAME record that points to ncar.github.io. I have submitted a ticket to CISL help to create such a DNS record. I do not know if they will approve it, but I will keep you posted.
  2. You need to add the subdomain (vast.ucar.edu) to the "Custom Domain" section of the GitHub Pages settings page. This has to be done after the CNAME record is added to the DNS records.

More information about this can be found in the GitHub documentation here.

Publications vs. Presentations

Is there a criterion to put something under "Publications" vs. "Presentations" categories? I found that many items under "Presentations" would be located under "Publications" if I were to classify them.

Example: "Using Neural Networks for Two Dimensional Scientific Data Compression" under "Presentation" page.

Make download metrics more meaningful

Per discussion with @clyne @erogluorhan and @NihanthCW

Make the downloads metrics more meaningful by adding a "downloads" page that has packages, their descriptions, and their downloads from various channels.

Also: replace packages metric with viz gallery example metric once #70 is complete

Any other thoughts?

Adding content

A couple of questions on adding new content:

  1. Is there any significance to the "labels" in the headers of the _index.md files? For example, in about/_index.md:
---
title: "Visualization and Analysis Software and Technology"
date: 2022-04-22T00:00:00+06:00
mission : "VAST's mission is to ..."
description : "More and more about VAST..."
---

Do "mission" and "description" have any meeting (keywords), or are they completely arbitrary?

  1. How does one simply add markdown to an _index.md file? If I try adding text below the above header it seems to be ignored (However, DART's publication text includes markdown text his way)?

font size for About page

The two paragraph in the About page are displayed with different font sizes. Can we make them consistent?

Naming convention inconsistency

This is a minor issue/non-issue: I see that the news articles and the supporting folders are sometimes referred to as a "blog". Eg. in the images folder, the images corresponding to the news articles are under a folder named "blog". I suggest renaming it to news to avoid confusion.
I don't want to break any dependencies, so I am refraining from renaming it myself.

Add support for including staff presentations with links to PDFs

Thomas has requested that we include presentations given by VAST staff in addition to the publications that we currently list. Each entry should include: presenter, title, venue, location, and a link to a PDF file containing the talk. See the DART site, for example.

As long as the PDF files are in some quasi-permanent location, we can probably just link to them (as opposed as hosting them in the GitHub repo itself). Supporting both options would probably be prudent.

Favicon?

It can be nice to have a favicon for the site. It is not necessary, though.

Currently, the theme looks for a favicon in the following places in this repository: static/images/favicon.ico.

If you want to add a favicon, just put a file with the name favicon.ico to the above location.

Add something about ESDS

We should add something about our involvement with ESDS, specifically, and in general our efforts to help modernize the scientific workforce and advance their ability to conduct science.

SIParCS intern page

Should we add a page with all our interns over the last few years? It might include their picture, brief bio, project they worked on, where they are now, etc.

contributors guide

We need a minimalistic contributor's guide so VAST staff know how to build and preview the site. It would be nice to have a preview capability for PRs, but for now I'd settle for just being able to build and preview on my local machine.

Add SPERR article to the publications page and a news post

Hi Sam,

Could you please add your SPERR article (when url is active) to the publications page.

This could also be a good topic for a news post. You just need an image and a short paragraph describing the topic. The contributors guid in the repository home page has information on how to add a news post. Lemme know if you have any questions.

Thanks!
Nihanth

Software page updates

The Software entries for VAPOR and GeoCAT should have appropriate images, and the text can be modified as you see fit.

formatting problems with Publications page

There are two text formatting issues on the Publications page:

  1. The first item under each year is indented.
  2. The text color seems to change randomly between entries (sometime blue, sometimes gray)

Add our metrics

Metrics on landing page are currently blank. Currently we have: downloads, publications, packages, and interns. Are these what we want? I like publications and interns. Not sure how meaningful the downloads metric would be. If we keep it the count should include all of our packages (VAPOR, and various GeoCAT products). I'm also not sure what "packages" means.

Other metrics to possibly consider as replacements or additions to downloads and packages:

  1. Tutorials: number we have held, or maybe number of attendees. we should have data for both of these
  2. Youtube videos: number we've produced or number of views. These can be harvested from Youtube manually. There is also a Youtube Channel Analytics API that would be preferable.
  3. Other?

@NihanthCW, @erogluorhan what are your thoughts?

Change GeoCAT banner image

Screen Shot 2022-08-25 at 7 52 19 AM

Hi @erogluorhan could you upload a different GeoCAT banner image? The current one is grainy when expanded to the banner size and the color placement makes it hard to read the text.

Fixes for News page

The image for the Marshall fire vis entry is not being displayed.

Also, the example posts can probably be removed. It might be good to document this process in the contrib guide.

Automate update of metrics

Metrics for the landing page are currently generated manually. They should be automated where possible. In particular, # of publications and # of downloads should be automated.

Partial list of interns on the "About" page

While updating the staff list, I noticed we had a couple of SIPARCS interns listed in the "Alumni" section. However, we don't have this year's interns listed and I would guess we might be short a few in the "Alumni" section as well.

I haven't been around long enough to know who all might be missing or I'd throw in a quick PR for this 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.