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

Logoandothers #530

Merged
merged 4 commits into from
Jan 13, 2023
Merged
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
26 changes: 13 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,35 +1,35 @@
[![Logo](./docs/source/_static/logo_blank_small.png)]()
<!-- [![Logo](./docs/source/_static/logo_blank_small.png)]() -->

[![Logo](./docs/source/_static/aliro_brain_logo.png)]()

[![License: GPL v3](https://img.shields.io/badge/License-GPL%20v3-blue.svg)](https://github.com/EpistasisLab/Aliro/blob/master/LICENSE)
[![Aliro CI/CD](https://github.com/EpistasisLab/Aliro/actions/workflows/aliro_tests.yml/badge.svg)](https://github.com/EpistasisLab/Aliro/actions/workflows/aliro_tests.yml)
[![Coverage Status](https://coveralls.io/repos/github/EpistasisLab/Aliro/badge.svg)](https://coveralls.io/github/EpistasisLab/Aliro)
[![Downloads](https://img.shields.io/github/downloads/EpistasisLab/Aliro/total)](https://github.com/EpistasisLab/Aliro/releases)
[![Latest Downloads](https://img.shields.io/github/downloads/EpistasisLab/Aliro/latest/total?sort=semver)](https://github.com/EpistasisLab/Aliro/releases)

Aliro: AI-Driven Data Science
==================================
# Aliro: AI-Driven Data Science

**Aliro** is an easy-to-use data science assistant.
It allows researchers without machine learning or coding expertise to run supervised machine learning analysis through a clean web interface.
It provides results visualization and reproducible scripts so that the analysis can be taken anywhere.
And, it has an *AI* assistant that can choose the analysis to run for you. Dataset profiles are generated and added to a knowledgebase as experiments are run, and the AI assistant learns from this to give more informed recommendations as it is used. Aliro comes with an initial knowledgebase generated from the [PMLB benchmark suite](https://github.com/EpistasisLab/penn-ml-benchmarks).
It allows researchers without machine learning or coding expertise to run supervised machine learning analysis through a clean web interface.
It provides results visualization and reproducible scripts so that the analysis can be taken anywhere.
And, it has an _AI_ assistant that can choose the analysis to run for you. Dataset profiles are generated and added to a knowledgebase as experiments are run, and the AI assistant learns from this to give more informed recommendations as it is used. Aliro comes with an initial knowledgebase generated from the [PMLB benchmark suite](https://github.com/EpistasisLab/penn-ml-benchmarks).

[**Documentation**](https://epistasislab.github.io/Aliro/)
[**Documentation**](https://epistasislab.github.io/Aliro/)

[**Latest Production Release**](https://github.com/EpistasisLab/Aliro/releases/latest)

Browse the repo:
- [User Guide](./docs/guides/userGuide.md)
- [Developer Guide](./docs/guides/developerGuide.md)

About the Project
=================
- [User Guide](./docs/guides/userGuide.md)
- [Developer Guide](./docs/guides/developerGuide.md)

# About the Project

Aliro is actively developed by the Center for Artificial Intelligence Research (CAIR) in the [Department of Computational Biomedicine](https://www.cedars-sinai.edu/research/departments-institutes/computational-biomedicine.html) at [Cedars-Sinai Medical Center](https://www.cedars-sinai.org/) in Los Angeles.
Contributors include Hyunjun Choi, Miguel Hernandez, Nick Matsumoto, Jay Moran, Paul Wang, and Jason Moore (PI).

Cite
====
# Cite

An up-to-date paper describing AI methodology is available in [Bioinformatics](https://doi.org/10.1093/bioinformatics/btaa698) and [arxiv](http://arxiv.org/abs/1905.09205).
Here's the biblatex:
Expand Down
Binary file added docs/source/_static/aliro_brain_logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 6 additions & 3 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
# You can specify multiple suffix as a list of string:
#
source_suffix = ['.rst', '.md']
#source_suffix = '.rst'
# source_suffix = '.rst'

# The master toctree document.
master_doc = 'index'
Expand Down Expand Up @@ -140,8 +140,11 @@
# html_sidebars = {}

# favicon path
html_favicon = '_static/logo_blank_small.png'
html_logo = '_static/logo_blank_small.png'
# html_favicon = '_static/logo_blank_small.png'
# html_logo = '_static/logo_blank_small.png'

html_favicon = '_static/aliro_brain_logo.png'
html_logo = '_static/aliro_brain_logo.png'

# -- Options for HTMLHelp output ---------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion raspberrypi/Aliro.desktop
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ Encoding=UTF-8
Name=Aliro
Type=Link
URL=/home/aliro/target/production/Alrio-rpi-0.18/web/Aliro.html
Icon=/home/aliro/target/production/Aliro-rpi-0.18/web/logo_blank_small.png
Icon=/home/aliro/target/production/Aliro-rpi-0.18/web/aliro_brain_logo.png