Skip to content

Commit

Permalink
update structure
Browse files Browse the repository at this point in the history
  • Loading branch information
matuskosut committed Jul 4, 2024
1 parent 0da27d5 commit 65ffde9
Show file tree
Hide file tree
Showing 6 changed files with 487 additions and 161 deletions.
290 changes: 154 additions & 136 deletions pages/.vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,69 +49,72 @@ export default {
// https://vitepress.vuejs.org/config/theme-configs#nav
nav: [
{ text: "Home", link: "/" },
{
text: 'Products',
items: [
{ text: 'Get started', link: '/products/' },
{
text: 'Core products',
items: [
{ text: '🧭 Explore', link: '/products/explore/' },
{ text: '🧬 Evolve', link: '/products/evolve/' },
{ text: '👩‍💼 Scientific Suite', link: '/products/scientific-suite/' },
]
},
{
text: 'Overview by roles',
items: [
{ text: "Scientist", link: "/overview-by-role/scientist/" },
{ text: "Scientific leader", link: "/overview-by-role/scientific-leader/" },
// { text: "Scientific administrator", link: "/overview-by-role/scientific-administrator/" },
{ text: "Teacher", link: "/overview-by-role/teacher/" },
{ text: "Private enterprise", link: "/overview-by-role/private-enterprise/" },
{ text: "Department", link: "/overview-by-role/department/" },
{ text: "Clinic", link: "/overview-by-role/clinic/" },
]
},
],
},
{
text: 'Solutions',
items: [
{
text: '👩‍🔬 Overview by field',
items: [
{ text: "Genomics", link: "/overview-by-field/genomics" },
{ text: "Statistics", link: "/overview-by-field/statistics" },
{ text: "Engineering", link: "/overview-by-field/engineering" },
]
},
{
text: '🧪 Use cases',
items: [
{ text: "Sensitive AI", link: "/use-cases/sensitive-ai" },
{ text: "Phenotyping", link: "/use-cases/phenotyping" },
{ text: "Image processing", link: "/use-cases/image-processing" },
{ text: "Image annotation", link: "/use-cases/image-annotation" },
{ text: "Text annotation", link: "/use-cases/text-annotation" },
{ text: "Generative AI", link: "/use-cases/generative-ai" },
{ text: "Machine learning", link: "/use-cases/machine-learning" },
]
},
],
},
{
text: 'Resources',
items: [
{ text: "Agreements", link: "/resources/agreements" },
{ text: "Prices", link: "/resources/prices" },
{ text: "Documentation", link: "https://docs.hdc.ntnu.no/" },
{ text: "Documentation", link: "https://docs.hdc.ntnu.no/" },
{ text: 'Community', link: 'https://docs.hdc.ntnu.no/do-science/community/' },
{ text: 'Certificates', link: 'https://docs.hdc.ntnu.no/govern-science/compliance/certificates/' },
{ text: 'Tingweek', link: 'https://docs.hdc.ntnu.no/govern-science/tingweek/' },
],
},
{ text: "Researchers", link: "/en/researchers/" },
{ text: "Organizations", link: "/en/organizations/" },
{ text: "Forskningsdeltakere", link: "/no/forskningsdeltakere/" },
// {
// text: 'Products',
// items: [
// { text: 'Get started', link: '/products/' },
// {
// text: 'Core products',
// items: [
// { text: '🧭 Explore', link: '/products/explore/' },
// { text: '🧬 Evolve', link: '/products/evolve/' },
// { text: '👩‍💼 Scientific Suite', link: '/products/scientific-suite/' },
// ]
// },
// {
// text: 'Overview by roles',
// items: [
// { text: "Scientist", link: "/overview-by-role/scientist/" },
// { text: "Scientific leader", link: "/overview-by-role/scientific-leader/" },
// // { text: "Scientific administrator", link: "/overview-by-role/scientific-administrator/" },
// { text: "Teacher", link: "/overview-by-role/teacher/" },
// { text: "Private enterprise", link: "/overview-by-role/private-enterprise/" },
// { text: "Department", link: "/overview-by-role/department/" },
// { text: "Clinic", link: "/overview-by-role/clinic/" },
// ]
// },
// ],
// },
// {
// text: 'Solutions',
// items: [
// {
// text: '👩‍🔬 Overview by field',
// items: [
// { text: "Genomics", link: "/overview-by-field/genomics" },
// { text: "Statistics", link: "/overview-by-field/statistics" },
// { text: "Engineering", link: "/overview-by-field/engineering" },
// ]
// },
// {
// text: '🧪 Use cases',
// items: [
// { text: "Sensitive AI", link: "/use-cases/sensitive-ai" },
// { text: "Phenotyping", link: "/use-cases/phenotyping" },
// { text: "Image processing", link: "/use-cases/image-processing" },
// { text: "Image annotation", link: "/use-cases/image-annotation" },
// { text: "Text annotation", link: "/use-cases/text-annotation" },
// { text: "Generative AI", link: "/use-cases/generative-ai" },
// { text: "Machine learning", link: "/use-cases/machine-learning" },
// ]
// },
// ],
// },
// {
// text: 'Resources',
// items: [
// { text: "Agreements", link: "/resources/agreements" },
// { text: "Prices", link: "/resources/prices" },
// { text: "Documentation", link: "https://docs.hdc.ntnu.no/" },
// { text: "Documentation", link: "https://docs.hdc.ntnu.no/" },
// { text: 'Community', link: 'https://docs.hdc.ntnu.no/do-science/community/' },
// { text: 'Certificates', link: 'https://docs.hdc.ntnu.no/govern-science/compliance/certificates/' },
// { text: 'Tingweek', link: 'https://docs.hdc.ntnu.no/govern-science/tingweek/' },
// ],
// },
{
text: 'About',
items: [
Expand Down Expand Up @@ -150,89 +153,104 @@ export default {
]
}
],
"/products/": [
{
text: "Products",
link: "/products/",
items: [
{ text: "Explore", link: "/products/explore/" },
{ text: "Evolve", link: "/products/evolve/" },
{ text: "Scientific Suite", link: "/products/scientific-suite/" },
]
},
],
"/overview-by-role/": [
{
text: "Overview by role",
link: "/overview-by-role/",
items: [
{ text: "Scientist", link: "/overview-by-role/scientist/" },
{ text: "Scientific leader", link: "/overview-by-role/scientific-leader/" },
// { text: "Scientific administrator", link: "/overview-by-role/scientific-administrator/" },
{ text: "Teacher", link: "/overview-by-role/teacher/" },
{ text: "Private enterprise", link: "/overview-by-role/private-enterprise/" },
{ text: "Department", link: "/overview-by-role/department/" },
{ text: "Clinic", link: "/overview-by-role/clinic/" },
]
},
],
"/overview-by-field/": [
{
text: "Overview by field",
link: "/overview-by-field/",
items: [
{ text: "Genomics", link: "/overview-by-field/genomics" },
{ text: "Statistics", link: "/overview-by-field/statistics" },
{ text: "Engineering", link: "/overview-by-field/engineering" },
]
},
],
"/tools/": [
{
text: "Tools",
items: [
{ text: "Introduction", link: "/tools/" },
{ text: "Workbench", link: "/tools/workbench/" },
]
},
],
"/compliance/": [
{
text: "Compliance",
link: "/compliance/",
items: [
{ text: "Quality management", link: "/compliance/quality-management/" },
{ text: "Information security", link: "/compliance/information-security/" },
{ text: "Information privacy", link: "/compliance/information-privacy/" },
]
},
],
"/pillars/": [
"/en/": [
{
text: "Pillars",
link: "/pillars/",
items: [
{ text: "Trust", link: "/pillars/trust/" },
{ text: "Technology", link: "/pillars/technology/" },
{ text: "Collaboration", link: "/pillars/collaboration/" },
{ text: "Researchers", link: "/en/researchers/" },
{ text: "Organizations", link: "/en/organizations/" },
]
},
],
"/use-cases/": [
"/no/": [
{
text: '🧪 Use cases',
link: "/pillars/",
items: [
{ text: "Sensitive AI", link: "/use-cases/sensitive-ai" },
{ text: "Phenotyping", link: "/use-cases/phenotyping" },
{ text: "Image processing", link: "/use-cases/image-processing" },
{ text: "Image annotation", link: "/use-cases/image-annotation" },
{ text: "Text annotation", link: "/use-cases/text-annotation" },
{ text: "Generative AI", link: "/use-cases/generative-ai" },
{ text: "Machine learning", link: "/use-cases/machine-learning" },
{ text: "Forskningsdeltakere", link: "/no/forskningsdeltakere/" },
]
},
],
// "/products/": [
// {
// text: "Products",
// link: "/products/",
// items: [
// { text: "Explore", link: "/products/explore/" },
// { text: "Evolve", link: "/products/evolve/" },
// { text: "Scientific Suite", link: "/products/scientific-suite/" },
// ]
// },
// ],
// "/overview-by-role/": [
// {
// text: "Overview by role",
// link: "/overview-by-role/",
// items: [
// { text: "Scientist", link: "/overview-by-role/scientist/" },
// { text: "Scientific leader", link: "/overview-by-role/scientific-leader/" },
// // { text: "Scientific administrator", link: "/overview-by-role/scientific-administrator/" },
// { text: "Teacher", link: "/overview-by-role/teacher/" },
// { text: "Private enterprise", link: "/overview-by-role/private-enterprise/" },
// { text: "Department", link: "/overview-by-role/department/" },
// { text: "Clinic", link: "/overview-by-role/clinic/" },
// ]
// },
// ],
// "/overview-by-field/": [
// {
// text: "Overview by field",
// link: "/overview-by-field/",
// items: [
// { text: "Genomics", link: "/overview-by-field/genomics" },
// { text: "Statistics", link: "/overview-by-field/statistics" },
// { text: "Engineering", link: "/overview-by-field/engineering" },
// ]
// },
// ],
// "/tools/": [
// {
// text: "Tools",
// items: [
// { text: "Introduction", link: "/tools/" },
// { text: "Workbench", link: "/tools/workbench/" },
// ]
// },
// ],
// "/compliance/": [
// {
// text: "Compliance",
// link: "/compliance/",
// items: [
// { text: "Quality management", link: "/compliance/quality-management/" },
// { text: "Information security", link: "/compliance/information-security/" },
// { text: "Information privacy", link: "/compliance/information-privacy/" },
// ]
// },
// ],
// "/pillars/": [
// {
// text: "Pillars",
// link: "/pillars/",
// items: [
// { text: "Trust", link: "/pillars/trust/" },
// { text: "Technology", link: "/pillars/technology/" },
// { text: "Collaboration", link: "/pillars/collaboration/" },
// ]
// },
// ],
// "/use-cases/": [
// {
// text: '🧪 Use cases',
// link: "/pillars/",
// items: [
// { text: "Sensitive AI", link: "/use-cases/sensitive-ai" },
// { text: "Phenotyping", link: "/use-cases/phenotyping" },
// { text: "Image processing", link: "/use-cases/image-processing" },
// { text: "Image annotation", link: "/use-cases/image-annotation" },
// { text: "Text annotation", link: "/use-cases/text-annotation" },
// { text: "Generative AI", link: "/use-cases/generative-ai" },
// { text: "Machine learning", link: "/use-cases/machine-learning" },
// ]
// },
// ],
"/price-calculator": {},
},
},
Expand Down
14 changes: 7 additions & 7 deletions pages/.vitepress/theme/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,11 @@
align-items: center;
justify-content: center;
flex-direction: column;
margin-top: 96px;
margin-bottom: 32px;
padding-bottom: 32px;
margin-top: 48px;
margin-bottom: 64px;
padding-bottom: 24px;
font-weight: bold;
font-size: min(6em, calc(18px + 8vw));
font-size: min(6em, calc(16px + 3vw));
line-height: 1.5;
/* @media screen and (max-width: 960px) {
font-size: 8vw;
Expand Down Expand Up @@ -99,11 +99,11 @@
align-items: center;
justify-content: center;
flex-direction: column;
padding-top: 64px;
padding-bottom: 18px;
padding-top: 56px;
padding-bottom: 24px;
line-height: 1.5;
font-weight: 500;
font-size: min(3.5em, calc(10px + 6vw));
font-size: min(3.5em, calc(20px + 1vw));
}

.hc-container-subtitle {
Expand Down
Loading

0 comments on commit 65ffde9

Please sign in to comment.