Skip to content
Snippets Groups Projects
index.qmd 3.62 KiB
Newer Older
Simona Doneva's avatar
Simona Doneva committed
---
Simona Doneva's avatar
Simona Doneva committed
page-layout: custom
toc: false
Simona Doneva's avatar
Simona Doneva committed
---

::: gradient-text
Simona Doneva's avatar
Simona Doneva committed
[Welcome to STRIDE-Lab<br>]{style="font-size: 3.9rem; letter-spacing: -2px; font-weight:bold; font-family:TheSans, sans-serif; color: rgb(70, 70, 70);"}
Simona Doneva's avatar
Simona Doneva committed
```{=html}
<style>
.background-image-container {
  background-image: url('images/start_page_stride_no_text.png');
  width: auto; 
  height: auto; 
  background-size: cover; /* Cover the entire area of the container */
  background-position: center; /* Center the background image */
  display: flex; /* Use Flexbox to center the text block */
  justify-content: center; /* Center horizontally */
  align-items: center; /* Center vertically */
  padding: 79px; /* Add some padding around the edges */
}
Simona Doneva's avatar
Simona Doneva committed
@media (max-width: 768px) {
  .background-image-container {
    padding: 20px; /* Reduced padding for smaller screens */
  }
}

Simona Doneva's avatar
Simona Doneva committed
.text-block {
  color: rgb(100, 100, 100); /* Text color */
  max-width: 70%; /* Max width of the text, relative to the background container */
  font-family: 'Montserrat', sans-serif;
Simona Doneva's avatar
Simona Doneva committed
  font-size: clamp(1rem, 2vw, 1.09rem); /* Adjusts between 1rem and 1.09rem based on viewport width */
Simona Doneva's avatar
Simona Doneva committed
  text-align: center; /* Center text horizontally */
  display: flex; /* Use Flexbox for vertical centering */
  flex-direction: column; /* Stack children vertically */
  justify-content: center; /* Center children vertically */
  width: 100%; /* Ensure it spans the full width of its container */
}
</style>
Simona Doneva's avatar
Simona Doneva committed
<style>
  body {
  background-image: url("images/stride_lab_logo_white_no_letters_transp_50.png");
  background-size: 1800px 500px, 550% 550%;
  background-repeat: no-repeat;
  #background-position: center center; /* Center the image in the body */
Simona Doneva's avatar
Simona Doneva committed
}
  
</style>
Simona Doneva's avatar
Simona Doneva committed
<div class="background-image-container">
  <div class="text-block">
    <p>Our vision is to bridge the gap between preclinical and clinical research to foster the development of therapies to treat human diseases using methods in evidence synthesis and data science. This shall benefit welfare of experimental animals but also contribute to better treatments for patients.</p>
  </div>
</div>
Simona Doneva's avatar
Simona Doneva committed
```
---
listing:
  contents: 
    - research/index.qmd
    - people/index.qmd
    - publications/index.qmd
    - news/index.qmd
    - events/index.qmd
    - join.qmd
  id: front-list
  sort: "order"
  type: grid
Simona Doneva's avatar
Simona Doneva committed
  categories: false
  image-align: 'right'
  image-height: '100%'
format:
  html:
    page-layout: full
---

Simona Doneva's avatar
Simona Doneva committed

::: {#front-list}
:::

## Institutions and Organisations

::: institutions
<a href="https://www.uzh.ch/en.html" target="_blank"> <img src="images/uzh_logo.png" alt="University of Zurich" style="width: 12%; margin-right: 1.5%;"/> </a> <a href="https://www.crs.uzh.ch/en.html" target="_blank"> <img src="images/CRS_logo.png" alt="Center for Reproducible Science, UZH" style="width: 12%; margin-right: 1.5%;"/> </a> <a href="https://camarades.ch/" target="_blank"> <img src="images/camarades_zurich.png" alt="CAMARADES Switzerland" style="width: 12%;"/> </a>
Simona Doneva's avatar
Simona Doneva committed
:::
Simona Doneva's avatar
Simona Doneva committed

## Funding

<a href="https://www.uzh.ch/en.html" target="_blank"> <img src="images/uzh_logo.png" alt="University of Zurich" style="width: 12%; margin-right: 1.5%;"/> </a><a href="https://www.snf.ch/en" target="_blank"> <img src="images/SNF_logo_standard_office_color_pos_e.png" alt="Swiss National Science Foundation" style="width: 28%; margin-right: 1.5%;"/> </a> <a href="https://www.ufaw.org.uk/" target="_blank"> <img src="images/UFAW_Logo.jpeg" alt="Science in the sevice of Animal Welfare" style="width: 14%; margin-right: 1.5%;"/> </a> <a href="https://www.multiplesklerose.ch/de/" target="_blank"> <img src="images/Logo_MS.png" alt="Schweizerische MS Gesellschaft" style="width: 28%;"/> </a>
Simona Doneva's avatar
Simona Doneva committed