Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removed home directories. #18

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,5 @@

# VS Code
.vscode/settings.json
.idea

22 changes: 11 additions & 11 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,26 +10,26 @@ To see tags and releases, please go to [Tags](https://github.com/BioAnalyticReso

Optimization:

- Addressed client-side caching for faster loading
- Improved performance of mouse hover listeners
- Optimized images
- Addressed client-side caching for faster loading
- Improved performance of mouse hover listeners
- Optimized images

Update:

- Added ESLint
- No longer supporting Internet Explorer
- Updated packages
- Added ESLint
- No longer supporting Internet Explorer
- Updated packages

Documentation:

- Fixed links in markdown files
- Updated README's examples
- Fixed links in markdown files
- Updated README's examples

Bug fix:

- Fixed `localStorage` failing to initialize and store/call data
- Fixed issue where cannot call `generateSVG`
- Fixed issue with favicons, now uses BAR's favicon over local (same for web manifest)
- Fixed `localStorage` failing to initialize and store/call data
- Fixed issue where cannot call `generateSVG`
- Fixed issue with favicons, now uses BAR's favicon over local (same for web manifest)

## [1.0.19] - 2022-11-03

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ The ePlant Plant eFP is a tissue expression API provided by the [Bio-Analytic Re
[![Follow on Twitter](https://img.shields.io/twitter/follow/BAR_PlantBio?style=social)](https://twitter.com/BAR_PlantBio)
[![GitHub repo size](https://img.shields.io/github/repo-size/BioAnalyticResource/ePlant_Plant_eFP)](https://github.com/BioAnalyticResource/ePlant_Plant_eFP)
[![GitHub](https://img.shields.io/github/license/BioAnalyticResource/ePlant_Plant_eFP)](https://github.com/BioAnalyticResource/ePlant_Plant_eFP)
[![Website](https://img.shields.io/website?url=https%3A%2F%2Fbar.utoronto.ca%2F~asullivan%2FePlant_Plant_eFP%2F)](https://bar.utoronto.ca/~asullivan/ePlant_Plant_eFP/)
[![Website](https://img.shields.io/website?url=https%3A%2F%2Fbar.utoronto.ca%2Fwebservices%2Fgaia%2FePlant_Plant_eFP%2F)](https://bar.utoronto.ca/~asullivan/ePlant_Plant_eFP/)

## Getting Started

Expand All @@ -16,7 +16,7 @@ To use the ePlant Plant eFP, you will be required to either call the [tissueExpr

Just an important note, the ePlant Plant eFP tissue expression API requires an online connection to run and display data correctly.

You can also view the ePlant Plant eFP widget in action at <https://bar.utoronto.ca/~asullivan/ePlant_Plant_eFP/> (or [index.html](index.html)).
You can also view the ePlant Plant eFP widget in action at <https://bar.utoronto.ca/webservices/gaia/ePlant_Plant_eFP/> (or [index.html](index.html)).

## How to use

Expand Down
44 changes: 28 additions & 16 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta http-equiv="Content-Type" content="text/html" charset="utf-8" />
<meta name="title" content="ePlant Plant eFP" />
<link rel="shortcut icon" href="https://bar.utoronto.ca/icon/favicon.ico" />
<link rel="canonical" href="https://bar.utoronto.ca/~asullivan/ePlant_Plant_eFP/" />
<link rel="canonical" href="https://bar.utoronto.ca/webservices/gaia/ePlant_Plant_eFP/" />
<meta http-equiv="Cache-Control" content="public, max-age=604800" />
<meta
http-equiv="Content-Security-Policy"
Expand Down Expand Up @@ -34,43 +34,55 @@
<link rel="icon" type="image/png" sizes="16x16" href="https://bar.utoronto.ca/icon/favicon-16x16.png" />
<!-- Open Graph -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://bar.utoronto.ca/~asullivan/ePlant_Plant_eFP/" />
<meta property="og:url" content="https://bar.utoronto.ca/webservices/gaia/ePlant_Plant_eFP/" />
<meta property="og:title" content="ePlant Plant eFP" />
<meta
property="og:description"
content="The ePlant Plant eFP is a tissue expression API. This tool provides visualized tissue expression data corresponding for Arabidopsis thaliana across different compendiums"
/>
<meta property="og:image" content="https://bar.utoronto.ca/~asullivan/ePlant_Plant_eFP/icon/resoc.png" />
<meta property="og:image:url" content="https://bar.utoronto.ca/~asullivan/ePlant_Plant_eFP/icon/resoc.png" />
<meta property="og:image" content="https://bar.utoronto.ca/webservices/gaia/ePlant_Plant_eFP/icon/resoc.png" />
<meta
property="og:image:url"
content="https://bar.utoronto.ca/webservices/gaia/ePlant_Plant_eFP/icon/resoc.png"
/>
<meta
property="og:image:secure_url"
content="https://bar.utoronto.ca/~asullivan/ePlant_Plant_eFP/icon/resoc.png"
content="https://bar.utoronto.ca/webservices/gaia/ePlant_Plant_eFP/icon/resoc.png"
/>
<meta property="og:image:type" content="image/png" />
<meta property="og:image:alt" content="ePlant Plant eFP" />
<meta property="og:site_name" content="https://bar.utoronto.ca/~asullivan/ePlant_Plant_eFP/" />
<meta property="og:site_name" content="https://bar.utoronto.ca/webservices/gaia/ePlant_Plant_eFP/" />
<meta property="article:modified_time" name="article-modified_time" content="2022-05-02T12:00:00+00:00" />
<meta itemprop="name" content="ePlant Plant eFP" />
<meta itemprop="url" content="https://bar.utoronto.ca/~asullivan/ePlant_Plant_eFP/" />
<meta itemprop="url" content="https://bar.utoronto.ca/webservices/gaia/ePlant_Plant_eFP/" />
<meta
itemprop="description"
content="The ePlant Plant eFP is a tissue expression API. This tool provides visualized tissue expression data corresponding for Arabidopsis thaliana across different compendiums"
/>
<meta itemprop="thumbnailUrl" content="https://bar.utoronto.ca/~asullivan/ePlant_Plant_eFP/icon/resoc.png" />
<link rel="image_src" href="https://bar.utoronto.ca/~asullivan/ePlant_Plant_eFP/icon/resoc.png" />
<meta itemprop="image" content="https://bar.utoronto.ca/~asullivan/ePlant_Plant_eFP/icon/resoc.png" />
<meta
itemprop="thumbnailUrl"
content="https://bar.utoronto.ca/webservices/gaia/ePlant_Plant_eFP/icon/resoc.png"
/>
<link rel="image_src" href="https://bar.utoronto.ca/webservices/gaia/ePlant_Plant_eFP/icon/resoc.png" />
<meta itemprop="image" content="https://bar.utoronto.ca/webservices/gaia/ePlant_Plant_eFP/icon/resoc.png" />
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="https://bar.utoronto.ca/~asullivan/ePlant_Plant_eFP/" />
<meta property="twitter:url" content="https://bar.utoronto.ca/webservices/gaia/ePlant_Plant_eFP/" />
<meta property="twitter:title" content="ePlant Plant eFP" />
<meta
property="twitter:description"
content="The ePlant Plant eFP is a tissue expression API. This tool provides visualized tissue expression data corresponding for Arabidopsis thaliana across different compendiums"
/>
<meta property="twitter:image" content="https://bar.utoronto.ca/~asullivan/bar-homepage-build/icon/resoc.png" />
<meta
property="twitter:image"
content="https://bar.utoronto.ca/webservices/gaia/bar-homepage-build/icon/resoc.png"
/>
<meta name="twitter:site" content="@BAR_PlantBio" />
<meta name="twitter:title" content="ePlant Plant eFP" />
<meta name="twitter:image" content="https://bar.utoronto.ca/~asullivan/bar-homepage-build/icon/resoc.png" />
<meta
name="twitter:image"
content="https://bar.utoronto.ca/webservices/gaia/bar-homepage-build/icon/resoc.png"
/>
<meta name="twitter:url" content="https://twitter.com/BAR_PlantBio" />
<meta name="twitter:creator" content="@BAR_PlantBio" />
<meta name="twitter:domain" content="bar.utoronto.ca" />
Expand All @@ -81,10 +93,10 @@
<!-- Schema/Structured Data -->
<script type="application/ld+json">
{
"url": "https://bar.utoronto.ca/~asullivan/ePlant_Plant_eFP/",
"url": "https://bar.utoronto.ca/webservices/gaia/ePlant_Plant_eFP/",
"name": "ePlant Plant eFP",
"description": "ePlant Plant eFP",
"image": "https://bar.utoronto.ca/~asullivan/ePlant_Plant_eFP/icon/resoc.png",
"image": "https://bar.utoronto.ca/webservices/gaia/ePlant_Plant_eFP/icon/resoc.png",
"@context": "http://schema.org",
"@type": "WebSite"
}
Expand All @@ -95,7 +107,7 @@
</head>
<body>
<div id="exampleDOM" style="background-color: white; color: black"></div>
<script async src="./tissueExpressionBAR.min.js"></script>
<script async src="./tissueExpressionBAR.js"></script>
<script>
let params = {
locus: "AT3G24650",
Expand Down
Loading
Loading