Skip to content

Commit

Permalink
Update domain to org
Browse files Browse the repository at this point in the history
  • Loading branch information
burnpiro committed Nov 23, 2023
1 parent 40faf09 commit 574982b
Show file tree
Hide file tree
Showing 9 changed files with 84 additions and 27,004 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<h1 align="center" style="display: flex; flex-direction: row; justify-content: center; align-items: center;">
<img src="src/components/NavModule/medvision_logo.svg" height="50px" /> zhiva.ai Website
<img src="src/components/NavModule/medvision_logo.svg" height="50px" /> ZhivaAI Website
</h1>

Page built with [GatsbyJS](https://www.gatsbyjs.com/).
Expand Down
14 changes: 7 additions & 7 deletions config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
*/

module.exports = {
title: 'zhiva.ai',
title: 'ZhivaAI',
description: 'Powering AI for radiology',
author: 'zhiva.ai',
author: 'ZhivaAI',
image: '/medvision.png',
siteUrl: 'https://zhiva.ai',
copyright: 'zhiva.ai © All rights reserved.',
siteUrl: 'https://zhiva.org',
copyright: 'ZhivaAI © All rights reserved.',
postsPerPage: 6,
GTag: 'G-S28PSG7HTG',
twitter: 'https://twitter.com/zhiva_ai',
Expand Down Expand Up @@ -89,7 +89,7 @@ module.exports = {
name: 'Piotr Mazurek',
title: 'Chief Executive Officer',
image: '/team/piotr.jpg',
email: 'piotr.mazurek@zhiva.ai',
email: 'piotr.mazurek@zhiva.org',
facebook: '',
github: 'https://github.com/tugot17',
instagram: '',
Expand All @@ -107,7 +107,7 @@ module.exports = {
name: 'Kemal Erdem',
title: 'Chief Technology Officer',
image: '/team/kemal.jpg',
email: 'kemal.erdem@zhiva.ai',
email: 'kemal.erdem@zhiva.org',
facebook: '',
github: 'https://github.com/burnpiro',
instagram: '',
Expand All @@ -123,7 +123,7 @@ module.exports = {
},
],
home: {
title: 'zhiva.ai',
title: 'ZhivaAI',
subTitle: 'Powering AI for radiology',
productsTitle:
'Software platform for fast and easy deployment of AI models for radiology. ',
Expand Down
2 changes: 1 addition & 1 deletion content/products/dicom-viewer/dicom-viewer.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ Beyond our AI superpowers, the viewer has all the standard soft-copy imaging too

![](./annotation_example.png)

The viewer can be extended by any third-party AI models. We prepared a technical documentation for developers, available at [https://docs.zhiva.ai/](https://docs.zhiva.ai/). We support common formats and standards to enable interoperability. Zhiva’s viewer works well with formats such as DICOM SEG, JSON, and more. We also provide several customization options for AI vendors, by allowing them to tailor the way AI predictions and displayed in the viewer.
The viewer can be extended by any third-party AI models. We prepared a technical documentation for developers, available at [https://docs.zhiva.org/](https://docs.zhiva.org/). We support common formats and standards to enable interoperability. Zhiva’s viewer works well with formats such as DICOM SEG, JSON, and more. We also provide several customization options for AI vendors, by allowing them to tailor the way AI predictions and displayed in the viewer.
4 changes: 2 additions & 2 deletions gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ module.exports = {
{
resolve: 'gatsby-plugin-robots-txt',
options: {
host: 'https://zhiva.ai',
sitemap: 'https://zhiva.ai/sitemap.xml',
host: 'https://zhiva.org',
sitemap: 'https://zhiva.org/sitemap.xml',
policy: [{ userAgent: '*', allow: '/' }],
},
},
Expand Down
Loading

0 comments on commit 574982b

Please sign in to comment.