Skip to content

Commit

Permalink
Minor changes for the v0.6.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
bherr2 committed Nov 8, 2019
1 parent d08fe0d commit 45a669c
Show file tree
Hide file tree
Showing 6 changed files with 31 additions and 16 deletions.
17 changes: 16 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
# Changelog

Changelog for the Common Coordinate Framework User Interface (CCF-UI).
Changelog for the Common Coordinate Framework (CCF) - Exploration User Interface (EUI).

## 0.6.0 - 2019-11-08

## Added in 0.6.0

* The [CCF API](https://github.com/hubmapconsortium/ccf-api) project was started with an initial OpenAPI Schema, [documentation](http://smart-api.info/ui/d1f33c1a75e9dcda984194e4d8cea7d8), and code for spinning up a mock data server. This codifies the [CCF data and metadata standards](https://docs.google.com/document/d/1Qgx4mNutE1V3CfQ7y8Lg3rxQy5nhiOSKCSv5MJkPRMc/edit) defined by MC-IU and will be used by the CCF EUI and RUI.
* In preparation for future developments, we added a hidden, alpha-level 3d organ viewer. You can toggle this on and off in the organ view, by typing 3d with your keyboard.
* Updated navigation to directly jump to the tissue browser when a user selects an item from the search box
* Upgraded dependencies, including upgrades to Angular 8
* Testing and bug fixes
* Minor UI updates
* Changed download icon color
* Changed the background color for the search
* Moved the Technologes filter above ontology
* Additional styles for details button

## 0.5.0 - 2019-05-24

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# CCF-UI
# Common Coordinate Framework (CCF) - Exploration User Interface (EUI)

[![Shipping faster with ZenHub](https://img.shields.io/badge/Shipping_faster_with-ZenHub-5e60ba.svg?style=flat-square)](https://app.zenhub.com/workspaces/ccf-ui-5c99227a534e090001490e16/boards?repos=177587654&showPipelineDescriptions=false)
[![Build Status](https://travis-ci.com/cns-iu/make-a-vis.svg?branch=develop)](https://travis-ci.com/hubmapconsortium/ccf-ui)
Expand All @@ -10,12 +10,12 @@
[![SonarCloud Coverage](https://sonarcloud.io/api/project_badges/measure?project=hubmapconsortium_ccf-ui&metric=coverage)](https://sonarcloud.io/component_measures/metric/coverage/list?id=hubmapconsortium_ccf-ui)
[![Documentation Status](https://ccf-ui.netlify.com/docs/images/coverage-badge-documentation.svg)](https://ccf-ui.netlify.com/docs/index.html)

CCF-UI: Common Coordinate Framework User Interface (Proof of Concept)
CCF-EUI: Common Coordinate Framework (CCF) - Exploration User Interface (EUI)

## Change Log

See the [ChangeLog](CHANGELOG.md) for the latest developments.

## Credits

CCF-UI is developed at the [Cyberinfrastructure for Network Science Center at Indiana University](http://cns.iu.edu/). It is funded by NIH Award [OT2OD026671](https://projectreporter.nih.gov/project_info_description.cfm?aid=9687220").
CCF-EUI is developed at the [Cyberinfrastructure for Network Science Center at Indiana University](http://cns.iu.edu/). It is funded by NIH Award [OT2OD026671](https://projectreporter.nih.gov/project_info_description.cfm?aid=9687220").
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ccf-ui",
"version": "0.5.0",
"version": "0.6.0",
"scripts": {
"ng": "node --max_old_space_size=3000 ./node_modules/@angular/cli/bin/ng",
"start": "npm run ng serve",
Expand Down
8 changes: 4 additions & 4 deletions src/app/components/about/about.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ <h2 class="heading">Common Coordinate Framework (CCF)</h2>
and OWL file is available on <a rel="noopener noreferrer" href="https://github.com/hubmapconsortium/hubmap-ontology" target="_blank">GitHub.</a>
</p>

<h2 class="heading">CCF User Interface (UI)</h2>
<h2 class="heading">CCF Exploration User Interface (EUI)</h2>
<p class="description">
The CCF UI represents data across multiple scales, supporting navigation by multiple coordinate systems,
including spatial, physiologic, and organ-based browsing. This proof-of-concept user interface for the CCF
v0.5.0 became available in June 2019 and will evolve as more data becomes available. CCF UI specification is
The CCF EUI represents data across multiple scales, supporting navigation by multiple coordinate systems,
including spatial, physiologic, and organ-based browsing. The first proof-of-concept user interface for the CCF
v0.5.0 became available in June 2019 and continues to evolve as more data becomes available. CCF EUI specification is
available <a rel="noopener noreferrer" href="https://drive.google.com/drive/folders/1K8vEcxLLOjho4zD2V4S1WFP1CX4_e30P" target="_blank">here</a>
and code is available on <a rel="noopener noreferrer" href="https://github.com/hubmapconsortium/ccf-ui" target="_blank">GitHub</a>.
A demo video is on YouTube <a rel="noopener noreferrer" href="https://www.youtube.com/watch?v=rWMqKQc_00w&feature=youtu.be" target="_blank">here</a>.
Expand Down
12 changes: 6 additions & 6 deletions src/app/views/home/home.component.html
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
<div class="ccf-home wrapper">
<div class="container">
<h2>HuBMAP User Interface v0.5.0</h2>
<h2>HuBMAP Exploration User Interface v0.6.0</h2>
<div class="subtitle">
Proof-of-Concept User Interface (UI) for the Common Coordinate Framework (CCF) to be delivered by the MC-IU team in June 2019.
Proof-of-Concept Exploration User Interface (EUI) for the Common Coordinate Framework (CCF).
</div>
<div class="list-header">
The current user interface supports:
The current user interface supports:
</div>
<div class="list-container">
<ul class="list">
<li>Visual browsing of tissue samples and metadata at the whole body, organ, tissue, and cell level.</li>
<li>Filtering by metadata (age, gender, TMC, and technology), results are presented at all views.</li>
<li>Submit questions and comments on the CCF UI.</li>
<li>Submit questions and comments on the CCF EUI.</li>
<li>Semantic search by ontology, results are presented at all levels.</li>
<li>Data download at the whole body, organ, tissue, and cell level, i.e., link to https://sampledata.hubmapconsortium.org.</li>
</ul>
</div>
<div class="revision-text">
Revision: 05/24/2019
Revision: 11/08/2019
</div>
<div class="logo">
<img src="assets/images/nih_master_logo.svg" alt="NIH logo">
</div>
</div>
</div>
</div>
2 changes: 1 addition & 1 deletion src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
gtag('config', 'UA-136932895-2');
</script>
<meta charset="utf-8">
<title>HuBMAP CCF UI</title>
<title>HuBMAP Exploration User Interface (EUI)</title>
<base href="/">

<meta name="viewport" content="width=device-width, initial-scale=1">
Expand Down

0 comments on commit 45a669c

Please sign in to comment.