Skip to content

Commit e114adb

Browse files
committed
Added citation cff
1 parent a7056e4 commit e114adb

5 files changed

Lines changed: 136 additions & 72 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -10,26 +10,26 @@ To see tags and releases, please go to [Tags](https://github.com/BioAnalyticReso
1010

1111
Optimization:
1212

13-
- Addressed client-side caching for faster loading
14-
- Improved performance of mouse hover listeners
15-
- Optimized images
13+
- Addressed client-side caching for faster loading
14+
- Improved performance of mouse hover listeners
15+
- Optimized images
1616

1717
Update:
1818

19-
- Added ESLint
20-
- No longer supporting Internet Explorer
21-
- Updated packages
19+
- Added ESLint
20+
- No longer supporting Internet Explorer
21+
- Updated packages
2222

2323
Documentation:
2424

25-
- Fixed links in markdown files
26-
- Updated README's examples
25+
- Fixed links in markdown files
26+
- Updated README's examples
2727

2828
Bug fix:
2929

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

3434
## [1.0.19] - 2022-11-03
3535

CITATION.cff

Lines changed: 78 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,78 @@
1+
cff-version: 1.2.0
2+
title: ePlant Plant eFP
3+
message: >-
4+
A data visualization tool to display tissue expression data for Arabidopsis thaliana
5+
type: software
6+
authors:
7+
- given-names: Alexander
8+
family-names: Sullivan
9+
email: alexjsully.connect@outlook.com
10+
orcid: "https://orcid.org/0000-0002-4463-4473"
11+
- given-names: Michael N
12+
family-names: Lombardo
13+
- given-names: Asher
14+
family-names: Pasha
15+
orcid: "https://orcid.org/0000-0002-9315-0520"
16+
- given-names: Vincent
17+
family-names: Lau
18+
- given-names: Jian Yun
19+
family-names: Zhuang
20+
- given-names: Ashley
21+
family-names: Christendat
22+
- given-names: Bruno
23+
family-names: Pereira
24+
- given-names: Tianhui
25+
family-names: Zhao
26+
- given-names: Youyang
27+
family-names: Li
28+
- given-names: Rachel
29+
family-names: Wong
30+
- given-names: Faisal Z
31+
family-names: Qureshi
32+
affiliation: University of Ontario Institute of Technology
33+
- given-names: Nicholas J.
34+
family-names: Provart
35+
orcid: "https://orcid.org/0000-0001-5551-7232"
36+
email: nicholas.provart@utoronto.ca
37+
affiliation: University of Toronto
38+
identifiers:
39+
- type: doi
40+
value: 10.1093/nar/gkae920
41+
repository-code: "https://github.com/BioAnalyticResource/ePlant_Plant_eFP"
42+
url: "https://bar.utoronto.ca/"
43+
abstract: >-
44+
The Bio-Analytic Resource for Plant Biology ('the BAR', at
45+
https://bar.utoronto.ca) is celebrating its 20th year in
46+
operation in 2025. The BAR encompasses and provides
47+
visualization tools for large 'omics data sets from
48+
plants. The BAR covers data from Arabidopsis, tomato,
49+
wheat, barley and 29 other plant species (with data for 2
50+
others to be released soon). These data include nucleotide
51+
and protein sequence data, gene expression data,
52+
protein-protein and protein-DNA interactions, protein
53+
structures, subcellular localizations, and polymorphisms.
54+
The data are stored in more than 200 relational databases
55+
holding 186 GB of data and are presented to the
56+
researchers via web apps. These web apps provide data
57+
analysis and visualization tools. Some of the most popular
58+
tools are eFP ('electronic fluorescent pictograph')
59+
Browsers, ePlants and ThaleMine (an Arabidopsis-specific
60+
instance of InterMine). The BAR was designated a Global
61+
Core Biodata Resource in 2023. Like other GCBRs, the BAR
62+
has excellent operational stability, provides access
63+
without login requirement, and provides an API for
64+
researchers to be able to access BAR data
65+
programmatically. We present in this update a new
66+
overarching search tool called Gaia that permits easy
67+
access to all BAR data, powered by machine learning and
68+
artificial intelligence.
69+
keywords:
70+
- agriculture
71+
- bioinformatics
72+
- computational biology
73+
- data visualization
74+
- NLP
75+
- web application
76+
commit: a7056e48e4d90f48a053ab561be30f98ee5de7c4
77+
version: 1.0.20
78+
date-released: "2024-01-15"

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
The ePlant Plant eFP is a tissue expression API provided by the [Bio-Analytic Resource for Plant Biology (BAR)](https://bar.utoronto.ca/) from the University of Toronto. This tool will provide visualized tissue expression data corresponding for Arabidopsis thaliana with one of the listed [compendiums](./compendiums).
44

5+
Official publication of the [ePlant Plant eFP](https://bar.utoronto.ca) can be found at <https://doi.org/10.1093/nar/gkae920> & <https://doi.org/10.1101/2021.04.28.441805>.
6+
57
[![Maintainability](https://api.codeclimate.com/v1/badges/ed34ffac71dd5a1b2d72/maintainability)](https://codeclimate.com/github/BioAnalyticResource/ePlant_Plant_eFP/maintainability)
68
[![Follow on Twitter](https://img.shields.io/twitter/follow/BAR_PlantBio?style=social)](https://twitter.com/BAR_PlantBio)
79
[![GitHub repo size](https://img.shields.io/github/repo-size/BioAnalyticResource/ePlant_Plant_eFP)](https://github.com/BioAnalyticResource/ePlant_Plant_eFP)

package-lock.json

Lines changed: 40 additions & 57 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"contributors": [
44
{
55
"name": "Alexander Sullivan",
6-
"email": "alexander.j.sullivan@hotmail.com",
6+
"email": "alexjsully.connect@outlook.com",
77
"url": "https://alexjsully.me/"
88
},
99
{
@@ -31,11 +31,12 @@
3131
},
3232
"main": "tissueExpressionBAR.js",
3333
"scripts": {
34-
"eslint": "eslint --fix ./ --ignore-path .prettierignore",
34+
"audit:fix": "npm i && npm audit fix",
3535
"eslint:check": "eslint ./ --ignore-path .prettierignore",
36-
"pre-commit": "npm run prettier && npm run eslint",
36+
"eslint": "eslint --fix ./ --ignore-path .prettierignore",
37+
"prettier:check": "prettier --check ./",
3738
"prettier": "prettier --write ./",
38-
"prettier:check": "prettier --check ./"
39+
"validate": "npm run prettier && npm run eslint"
3940
},
4041
"directories": {
4142
"example": "example"

0 commit comments

Comments
 (0)