Skip to content

Commit

Permalink
Updating name
Browse files Browse the repository at this point in the history
  • Loading branch information
simonwarchol committed Aug 11, 2021
2 parents 5a4e8f5 + 0f02f0a commit fff3051
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Package and Release
name: Release
on:
push:
tags:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# CyCIF Viewer
# Minerva Analysis

## About
This is an [openseadragon](https://openseadragon.github.io/) based **Cellular Image Viewing and Analysis Tool**.
Expand Down
2 changes: 1 addition & 1 deletion minerva_analysis/client/src/js/views/imageViewer.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* viewer.js.
*
* ImageViewer for CyCif data based on OpenSeadragon.
* ImageViewer for imaging data based on OpenSeadragon.
*
*/

Expand Down
2 changes: 1 addition & 1 deletion minerva_analysis/client/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@

<body>
<nav id="topBar" class="navbar navbar-expand-sm navbar-light bg-light">
<span id="title" class="navbar-brand mb-0 h1">CyCIF Viewer</span>
<span id="title" class="navbar-brand mb-0 h1">Minerva Analysis</span>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav mr-auto">
<li class="nav-item dropdown">
Expand Down
2 changes: 1 addition & 1 deletion minerva_analysis/client/templates/channel_match.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@


{% block content %}
<title>CyCIF Viewer - Channel Match</title>
<title>Minerva Analysis - Channel Match</title>
<div id="channel-match-root" class="container">
<div id="channel-match-container" class="container">
<div class="row justify-content-between">
Expand Down
2 changes: 1 addition & 1 deletion minerva_analysis/client/templates/upload.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% extends 'base.html' %}
{% block content %}
<title>CyCIF Viewer - Data Upload</title>
<title>Minerva Analysis - Data Upload</title>
<div class="container" id="upload-parent">
<span>Upload Form</span>
<div class="sectionContent" id="upload-container">
Expand Down

0 comments on commit fff3051

Please sign in to comment.