Skip to content

Commit

Permalink
Merge pull request #355 from Appsilon/release-2.0.0
Browse files Browse the repository at this point in the history
Release v2.0.0
  • Loading branch information
kamilzyla authored Sep 22, 2022
2 parents 425d929 + 84fe8e4 commit 7060fc8
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 30 deletions.
21 changes: 10 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,17 @@

[![DOI:10.1101/2020.09.12.294538](https://zenodo.org/badge/DOI/10.1101/2020.09.12.294538.svg)](https://doi.org/10.1101/2020.09.12.294538)

A desktop application that allows bioconservation researchers
A desktop application which allows bioconservation researchers
to classify camera trap animal images and analyze the results.

Application landing page: https://appsilon.com/data-for-good/mbaza-ai/
### Links

### Useful files

* [Windows installer](https://github.com/Appsilon/mbaza/releases/download/v1.3.1/Mbaza.AI.Setup.1.3.1.exe) (v1.3.1)
* [User Guide](https://github.com/Appsilon/mbaza/releases/download/v1.2.1/Mbaza.AI.user.guide.v1-2-1.EN.pdf)
/ [Mode d’emploi](https://github.com/Appsilon/mbaza/releases/download/v1.2.1/Mbaza.AI.user.guide.v1-2-1.FR.pdf) (v1.2.1)
* [Latest release](https://github.com/Appsilon/mbaza/releases/latest):
installers for Windows, MacOS and Linux.
* [Landing page](https://appsilon.com/data-for-good/mbaza-ai/):
information, testimonials, news.
* [User guide](https://github.com/Appsilon/mbaza/releases/download/v1.2.1/Mbaza.AI.user.guide.v1-2-1.EN.pdf)
/ [Mode d’emploi](https://github.com/Appsilon/mbaza/releases/download/v1.2.1/Mbaza.AI.user.guide.v1-2-1.FR.pdf) (v1.2.1)

## Development

Expand Down Expand Up @@ -54,9 +55,7 @@ which must be peer-reviewed before being merged.
3. README and code comments are updated.
4. Changes are tested (manually or with automated tests):
1. No existing functionality is broken.
2. Installed app works well on Windows and Linux.
2. Installed app works well on all systems.
3. The app can handle sample data available on our
[Drive](https://drive.google.com/drive/folders/1eQWuf5WCT429xogQ2HiZqapehvweAtxP).
5. The code adheres to
[Airbnb style guide](https://github.com/airbnb/javascript) for JavaScript code
and to [PEP 8](https://www.python.org/dev/peps/pep-0008/) for Python.
5. The code adheres to the [Airbnb style guide](https://github.com/airbnb/javascript).
10 changes: 1 addition & 9 deletions assets/translations.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,6 @@
"link": "https://github.com/Appsilon/mbaza/releases/download/v1.2.1/Mbaza.AI.user.guide.v1-2-1.EN.pdf"
}
},
"warning": {
"title": "This is an early development version",
"message": "<p>You are using an early version of Mbaza AI.</p> <p>This application is under active development and provides core functionality only. All feedback regarding features and behavior of the application is welcome - please shoot us an email at [email protected].</p>"
},
"dataForGood": "<p>Our team has gathered significant expertise in interactive data visualization, machine learning, and developing artificial intelligence solutions. We've decided to put these technologies to work in resolving the world's most pressing challenges.</p> <p>In our Data for Good initiative, we focus primarily on climate change and environmental protection projects, because we believe these issues will become the primary challenges to humanity in the decades to come.</p>"
},
"tools": {
Expand Down Expand Up @@ -150,11 +146,7 @@
"link": "https://github.com/Appsilon/mbaza/releases/download/v1.2.1/Mbaza.AI.user.guide.v1-2-1.FR.pdf"
}
},
"warning": {
"title": "Il s'agit d'une première version de développement",
"message": "<p>Vous utilisez une toute première version de Mbaza IA.</p> <p>Cette application est en cours de développement actif et fournit seulement les fonctionnalités de base. Tout commentaire concernant les fonctionnalités et le comportement de l'application est bienvenu - veuillez nous envoyer un courriel à [email protected].</p>"
},
"dataForGood": "<p>Our team has gathered significant expertise in interactive data visualization, machine learning, and developing artificial intelligence solutions. We've decided to put these technologies to work in resolving the world's most pressing challenges.</p> <p>In our Data for Good initiative, we focus primarily on climate change and environmental protection projects, because we believe these issues will become the primary challenges to humanity in the decades to come.</p>"
"dataForGood": "<p>Notre équipe a acquis une grande expertise en matière de visualisation interactive des données, d'apprentissage automatique et de développement de solutions d'intelligence artificielle. Nous avons décidé de mettre ces technologies au service de la résolution des problèmes les plus urgents dans le monde.</p> <p>Dans le cadre de notre initiative Data for Good, nous nous concentrons principalement sur les projets liés au changement climatique et à la protection de l'environnement, car nous pensons que ces questions deviendront les principaux défis de l'humanité dans les décennies à venir.</p>"
},
"tools": {
"title": "Créer des vignettes",
Expand Down
4 changes: 2 additions & 2 deletions release/app/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion release/app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mbaza",
"version": "1.3.1",
"version": "2.0.0",
"license": "AGPL-3.0-or-later",
"author": {
"name": "Appsilon",
Expand Down
7 changes: 0 additions & 7 deletions src/renderer/containers/HomePage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,6 @@ export default function HomePage() {
</a>
</p>
</Card>
<Callout
className={styles.callout}
title={t('home.warning.title')}
intent={Intent.PRIMARY}
>
<Trans i18nKey="home.warning.message" />
</Callout>
<Callout className={styles.callout} intent={Intent.PRIMARY}>
<Trans i18nKey="home.dataForGood" />
</Callout>
Expand Down

0 comments on commit 7060fc8

Please sign in to comment.