Skip to content

Commit

Permalink
Minor updates to the website text (#666)
Browse files Browse the repository at this point in the history
* Correcting model name / catalog datasources

* Changing same typos in the README.md

* Minor updates to the website text
  • Loading branch information
IFenton authored Dec 8, 2023
1 parent 0e24237 commit 673bbfc
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
7 changes: 5 additions & 2 deletions frontend/src/About.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,9 @@ export default function About() {
</li>
<li>
A <strong>software ecosystem</strong> of interoperable tools and
utilities for working with computer vision models and data
utilities for working with computer vision models and data including{" "}
<a href="#scivisionpy">Scivision.Py</a> and{" "}
<a href="https://github.com/alan-turing-institute/pixelflow">Pixelflow</a>
</li>
</ul>
</p>
Expand All @@ -47,7 +49,8 @@ export default function About() {
></iframe>
</p>

<p>The Scivision Project is funded by the Alan Turing Institute.</p>
<p>The Scivision Project is funded by{" "}
<a href="https://www.turing.ac.uk/">The Alan Turing Institute</a>.</p>
</Container>
</>
);
Expand Down
4 changes: 3 additions & 1 deletion frontend/src/ScivisionPy.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ export default function ScivisionPy() {
</p>
<p>
The full documentation is{" "}
<a href="https://scivision.readthedocs.io/en/latest/">here</a>.
<a href="https://scivision.readthedocs.io/en/latest/">here</a>,
and the github repo can be found{" "}
<a href="https://github.com/alan-turing-institute/scivision">here</a>.
</p>
</Container>
<h4>Quick Start</h4>
Expand Down

0 comments on commit 673bbfc

Please sign in to comment.