Skip to content

Commit

Permalink
Merge pull request #10 from HBPMedical/feat/homepage
Browse files Browse the repository at this point in the history
Update frontend page
  • Loading branch information
M4n0x authored Dec 22, 2021
2 parents 579fd5f + f1f1429 commit 1365819
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 8 deletions.
14 changes: 11 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,18 @@
# Changelog
## 2021/10/08

## 8.0.1 - 2021/12/22

- Updated Login Page links
- Integrated new portal backend experiment status logic
## 8.0.0 - 2021/12/21

- Formula UI
- Interaction and transformation operation on contiunous data
- Integrated for Descriptive Statistics and Logistic Regression
- GraphQL type definitions available for frontend
- Added Storybook.
- Table and GroupTable visual components.
- Table and GroupTable visual components.
- Integrated new Descriptive Statistics output
- Draft Formula UI
- GraphQL implementation for Metadata
- GraphQL implementation for Descriptive Statistics

Expand Down
10 changes: 5 additions & 5 deletions src/components/UI/LoginPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,9 @@ export default (): JSX.Element => {
user management system.
</p>
<p className="lead">
For detailed information go to the MIP on the{' '}
For detailed information:{' '}
<a
href="https://ebrains.eu/"
href="https://ebrains.eu/service/medical-informatics-platform/"
target="_blank"
rel="noopener noreferrer"
>
Expand All @@ -79,7 +79,7 @@ export default (): JSX.Element => {
<li>
General introduction:{' '}
<a
href="https://mip.ebrains.eu/documentation/Deployment%20Pack/1"
href="https://github.com/HBPMedical/mip-docs/blob/master/deployment-pack/executive-summary.md"
target="_blank"
rel="noopener noreferrer"
>
Expand All @@ -99,7 +99,7 @@ export default (): JSX.Element => {
<li>
Available algorithms: Description of{' '}
<a
href="https://mip.ebrains.eu/documentation/Technical%20Documents/11"
href="https://github.com/HBPMedical/mip-docs/blob/master/algorithms.md"
target="_blank"
rel="noopener noreferrer"
>
Expand All @@ -111,7 +111,7 @@ export default (): JSX.Element => {
</li>
<li>
<a
href="https://mip.ebrains.eu/documentation/Deployment%20Pack/9"
href="https://github.com/HBPMedical/mip-docs/blob/master/deployment-pack/faq.md"
target="_blank"
rel="noopener noreferrer"
>
Expand Down

0 comments on commit 1365819

Please sign in to comment.