Skip to content
Snippets Groups Projects
index.html 65.2 KiB
Newer Older
  • Learn to ignore specific revisions
  • <!DOCTYPE html>
    <html dir="ltr" lang="en">
    
    Markus Kaarto's avatar
    Markus Kaarto committed
      <head>
        <link rel="stylesheet" type="text/css" href="/build/huds-lib.css" />
        <link rel="stylesheet" type="text/css" href="/fonts/fonts.css" />
        <meta charset="utf-8" />
    
    Markus Kaarto's avatar
    Markus Kaarto committed
        <meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=5.0" />
    
    Markus Kaarto's avatar
    Markus Kaarto committed
        <title>Stencil Component Starter</title>
    
        <script type="module" src="/build/huds-lib.esm.js"></script>
        <script nomodule src="/build/huds-lib.js"></script>
      </head>
    
      <body class="full-width" style="padding: 0; margin: 0;">
    
        <hy-site-header
          logo-label="University of Helsinki"
          logo-url="/"
          menu-label-close="Close"
          menu-label-open="Menu"
          search-button-label="Search"
          data-site-header-labels='{
              "menu_labels": {"open":"Open mobile menu","close":"Close mobile menu panel","expand":"Expand submenu"},
              "search_labels":{"label":"Search","open":"Open search","close":"Close search"},
              "language_labels":{"open":"Open language list","close":"Close language list"}}'
          data-menu-language='[
              {"langCode":"fi","abbr":"fin","label":"Finnish","url":"/fi"},
              {"langCode":"en","abbr":"eng","label":"English","url":"/en","isActive":"true"},
              {"langCode":"sv","abbr":"swe","label":"Swedish","url":"/sv"}
            ]'
          data-menu-donate='[{"url":"#","label":"Support us"}]'
        >
          <hy-menu slot="menu">
            <hy-menu-level-container menu-level="1">
              <hy-menu-item menu-link-id="1" url="#" label="News">
                <hy-menu-level-container menu-level="2">
                  <hy-menu-item menu-link-id="2" url="#" label="News"></hy-menu-item>
                  <hy-menu-item menu-link-id="3" url="#" label="Events"></hy-menu-item>
                  <hy-menu-item menu-link-id="4" url="#" label="Think Corner"></hy-menu-item>
                  <hy-menu-item menu-link-id="5" url="#" label="Unitube"></hy-menu-item>
                </hy-menu-level-container>
              </hy-menu-item>
              <hy-menu-item menu-link-id="6" url="#" label="Research" in-active-trail="true">
                <hy-menu-level-container menu-level="2">
                  <hy-menu-item menu-link-id="7" url="#" label="Top research">
                    <hy-menu-level-container menu-level="3">
                      <hy-menu-item menu-link-id="8" url="#" label="Centres of excellence"></hy-menu-item>
                      <hy-menu-item menu-link-id="9" url="#" label="Academy professors"></hy-menu-item>
                      <hy-menu-item menu-link-id="10" url="#" label="ERC researchers and projects"></hy-menu-item>
                      <hy-menu-item menu-link-id="11" url="#" label="Highly cited researchers"></hy-menu-item>
                      <hy-menu-item menu-link-id="12" url="#" label="Strategic research areas"></hy-menu-item>
                      <hy-menu-item menu-link-id="13" url="#" label="Profile-building research areas"></hy-menu-item>
                      <hy-menu-item menu-link-id="14" url="#" label="Research impact"></hy-menu-item>
                    </hy-menu-level-container>
                  </hy-menu-item>
                  <hy-menu-item menu-link-id="15" url="#" label="Researchers"></hy-menu-item>
                  <hy-menu-item menu-link-id="16" url="#" label="Fields of science"></hy-menu-item>
                  <hy-menu-item menu-link-id="17" url="#" label="Research groups"></hy-menu-item>
                  <hy-menu-item menu-link-id="18" url="#" label="Doctoral education">
                    <hy-menu-level-container menu-level="3">
                      <hy-menu-item menu-link-id="19" url="#" label="Structure of the doctoral degree"></hy-menu-item>
                      <hy-menu-item menu-link-id="20" url="#" label="Research skills"></hy-menu-item>
                      <hy-menu-item menu-link-id="21" url="#" label="Doctoral dissertation"></hy-menu-item>
                      <hy-menu-item
                        menu-link-id="22"
                        url="#"
                        label="Public examination of the doctoral dissertation"
                      ></hy-menu-item>
                      <hy-menu-item menu-link-id="23" url="#" label="The research career"></hy-menu-item>
                    </hy-menu-level-container>
                  </hy-menu-item>
                  <hy-menu-item menu-link-id="24" url="#" label="Research institutes"></hy-menu-item>
                  <hy-menu-item menu-link-id="25" url="#" label="Research stations"></hy-menu-item>
                  <hy-menu-item
                    menu-link-id="26"
                    url="#"
                    label="Services for researchers and research policy"
                    in-active-trail="true"
                  >
                    <hy-menu-level-container menu-level="3">
                      <hy-menu-item menu-link-id="27" url="#" label="Research infrastructures">
                        <hy-menu-level-container menu-level="4">
                          <hy-menu-item
                            menu-link-id="28"
                            url="#"
                            label="Research infrastructure development programme"
                          ></hy-menu-item>
                        </hy-menu-level-container>
                      </hy-menu-item>
                      <hy-menu-item menu-link-id="29" url="#" label="Research funding"></hy-menu-item>
                      <hy-menu-item menu-link-id="30" url="#" label="Data management"></hy-menu-item>
                      <hy-menu-item menu-link-id="31" url="#" label="Research ethics" in-active-trail="true">
                        <hy-menu-level-container menu-level="4">
                          <hy-menu-item
                            menu-link-id="32"
                            url="#"
                            label="Ethical Review Board in the Humanities and Social and Behavioral Sciences"
                          ></hy-menu-item>
                          <hy-menu-item
                            menu-link-id="33"
                            url="#"
                            label="Viikki Campus Research Ethics Committee"
                            in-active-trail="true"
                            is-active="true"
                          ></hy-menu-item>
                          <hy-menu-item
                            menu-link-id="34"
                            url="#"
                            label="Research ethics committee of the Faculty of Medicine"
                          ></hy-menu-item>
                        </hy-menu-level-container>
                      </hy-menu-item>
                      <hy-menu-item menu-link-id="35" url="#" label="Open science">
                        <hy-menu-level-container menu-level="4">
                          <hy-menu-item
                            menu-link-id="36"
                            url="#"
                            label="Open science services for researchers"
                          ></hy-menu-item>
                          <hy-menu-item menu-link-id="37" url="#" label="Principles of open publishing"></hy-menu-item>
                          <hy-menu-item menu-link-id="38" url="#" label="Data policy"></hy-menu-item>
                        </hy-menu-level-container>
                      </hy-menu-item>
                      <hy-menu-item menu-link-id="39" url="#" label="Commercialisation of research">
                        <hy-menu-level-container menu-level="4">
                          <hy-menu-item menu-link-id="40" url="#" label="Disclose an innovation"></hy-menu-item>
                          <hy-menu-item menu-link-id="41" url="#" label="Invention rights and protection"></hy-menu-item>
                          <hy-menu-item
                            menu-link-id="42"
                            url="#"
                            label="Stages of the commercialisation process"
                          ></hy-menu-item>
                          <hy-menu-item
                            menu-link-id="43"
                            url="#"
                            label="How to fund commercialisation of research"
                          ></hy-menu-item>
                          <hy-menu-item menu-link-id="44" url="#" label="Why commercialise?"></hy-menu-item>
                        </hy-menu-level-container>
                      </hy-menu-item>
                    </hy-menu-level-container>
                  </hy-menu-item>
                </hy-menu-level-container>
              </hy-menu-item>
              <hy-menu-item menu-link-id="45" url="#" label="Admissions"></hy-menu-item>
              <hy-menu-item menu-link-id="46" url="#" label="Cooperation"></hy-menu-item>
              <hy-menu-item menu-link-id="47" url="#" label="About us"></hy-menu-item>
              <hy-menu-item menu-link-id="48" menu-item-alternative="true" url="#" label="Faculties and units">
                <hy-menu-level-container menu-level="2">
                  <hy-menu-item menu-link-id="49" url="#" label="Faculty of Agriculture and Forestry"></hy-menu-item>
                  <hy-menu-item menu-link-id="50" url="#" label="Faculty of Arts"></hy-menu-item>
                  <hy-menu-item
                    menu-link-id="51"
                    url="#"
                    label="Faculty of Biological and Environmental Sciences"
                  ></hy-menu-item>
                  <hy-menu-item menu-link-id="52" url="#" label="Faculty of Educational Sciences"></hy-menu-item>
                  <hy-menu-item menu-link-id="53" url="#" label="Faculty of Law"></hy-menu-item>
                  <hy-menu-item menu-link-id="54" url="#" label="Faculty of Medicine"></hy-menu-item>
                  <hy-menu-item menu-link-id="55" url="#" label="Faculty of Pharmacy"></hy-menu-item>
                  <hy-menu-item menu-link-id="56" url="#" label="Faculty of Science"></hy-menu-item>
                  <hy-menu-item menu-link-id="57" url="#" label="Faculty of Social Sciences"></hy-menu-item>
                  <hy-menu-item menu-link-id="58" url="#" label="Faculty of Theology"></hy-menu-item>
                  <hy-menu-item menu-link-id="59" url="#" label="Faculty of Veterinary Medicine"></hy-menu-item>
                  <hy-menu-item menu-link-id="50" url="#" label="Swedish School of Social Science"></hy-menu-item>
                </hy-menu-level-container>
              </hy-menu-item>
            </hy-menu-level-container>
          </hy-menu>
        </hy-site-header>
    
    Tuukka Turu's avatar
    Tuukka Turu committed
        <hy-main has-sidebar="true">
    
          <div class="layout-content">
    
    Tuukka Turu's avatar
    Tuukka Turu committed
            <hy-hero
              color-variant="blue"
              image="https://www.helsinki.fi/sites/default/files/styles/16_9_huge/public/ambassadors_toolo_4_1920x1080_original_hero_valoisampi.jpg"
    
    Tuukka Turu's avatar
    Tuukka Turu committed
              heading="Become a part of our fantastic cheerful team"
              description="Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient."
    
    Tuukka Turu's avatar
    Tuukka Turu committed
              url="https://www.helsinki.fi/fi/uutiset"
              url-title="See latest publications"
              sc-label="Aria label"
    
    Tuukka Turu's avatar
    Tuukka Turu committed
            ></hy-hero>
    
            <hy-main-content-wrapper>
              <hy-accordion-container accordionId="example-mini-accordion-tabs">
                <hy-accordion-item accordiontitle="This is an H4 accordion title inside an accordion" variant="mini">
                  <hy-paragraph-text>Mini Accordion content</hy-paragraph-text>
                </hy-accordion-item>
                <hy-accordion-item accordiontitle="Here you can see another one" variant="mini">
                  <hy-paragraph-text>Mini Accordion content</hy-paragraph-text>
                </hy-accordion-item>
                <hy-accordion-item accordiontitle="One of them is opened for us to see" variant="mini">
                  <hy-paragraph-text
                    >n pulvinar eleifend convallis. Suspendisse elit erat, venenatis eget ullamcorper ut, laoreet iaculis
                    nisl. Sed porta, felis id rhoncus aliquet, quam ipsum pellentesque metus, in sodales quam nunc vitae
                    risus. Quisque in venenatis massa. Phasellus neque risus, ornare quis nisl ultricies, ullamcorper
                    consectetur orci. Suspendisse rhoncus orci odio, id faucibus ipsum tincidunt nec. Ut eget ante sit amet
                    justo volutpat convallis vitae et augue. Phasellus sagittis cursus fermentum.</hy-paragraph-text
                  >
                </hy-accordion-item>
                <hy-accordion-item accordiontitle="The last similar thing down under" variant="mini">
                  <hy-paragraph-text>Mini Accordion content</hy-paragraph-text>
                </hy-accordion-item>
              </hy-accordion-container>
    
              <hy-accordion-container accordionId="example-accordion">
                <hy-accordion-item accordiontitle="This is a accordion item 1 Very long title expanded on the second line">
                  <hy-paragraph-text>Accordion content</hy-paragraph-text>
                </hy-accordion-item>
                <hy-accordion-item accordiontitle="This is a accordion item 2">
                  <hy-paragraph-text>Accordion content</hy-paragraph-text>
                </hy-accordion-item>
                <hy-accordion-item accordiontitle="This is a accordion item 3">
                  <hy-paragraph-text>Accordion content</hy-paragraph-text>
                </hy-accordion-item>
              </hy-accordion-container>
    
              <hy-paragraph-text>
                THIS IS Pagination
              </hy-paragraph-text>
              <hy-pager>
                <hy-pager-item
                  variant="previous"
                  item-label="Previous"
                  item-url="https://helsinki.fi/sv/utbildning/program?page=1"
                >
                </hy-pager-item>
                <hy-pager-item variant="current" item-label="1" item-url="https://helsinki.fi/sv/utbildning/program">
                </hy-pager-item>
                <hy-pager-item
                  item-label="2"
                  item-url="https://helsinki.fi/sv/utbildning/program?page=1"
                  sc-aria-label="Go to page 2"
                >
                </hy-pager-item>
                <hy-pager-item
                  item-label="3"
                  item-url="https://helsinki.fi/sv/utbildning/program?page=2"
                  sc-aria-label="Go to page 3"
                >
                </hy-pager-item>
                <hy-pager-item
                  item-label="4"
                  item-url="https://helsinki.fi/sv/utbildning/program?page=3"
                  sc-aria-label="Go to page 4"
                >
                </hy-pager-item>
                <hy-pager-item
                  item-label="5"
                  item-url="https://helsinki.fi/sv/utbildning/program?page=3"
                  sc-aria-label="Go to page 4"
                >
                </hy-pager-item>
                <hy-pager-item
                  item-label="6"
                  item-url="https://helsinki.fi/sv/utbildning/program?page=3"
                  sc-aria-label="Go to page 4"
                >
                </hy-pager-item>
                <hy-pager-item
                  item-label="7"
                  item-url="https://helsinki.fi/sv/utbildning/program?page=3"
                  sc-aria-label="Go to page 4"
                >
                </hy-pager-item>
                <hy-pager-item
                  item-label="8"
                  item-url="https://helsinki.fi/sv/utbildning/program?page=3"
                  sc-aria-label="Go to page 4"
                >
                </hy-pager-item>
                <hy-pager-item variant="ellipsis" item-label="..."> </hy-pager-item>
                <hy-pager-item variant="next" item-label="Next" item-url="https://helsinki.fi/sv/utbildning/program?page=1">
                </hy-pager-item>
              </hy-pager>
            </hy-main-content-wrapper>
    
    Ekaterina Kondareva's avatar
    Ekaterina Kondareva committed
    
    
            <hy-paragraph-text>
              THIS IS MAIN CONTENT
            </hy-paragraph-text>
    
    
            <hy-paragraph-text>
              This Is Degree Programmes. Bachelor/Master
            </hy-paragraph-text>
            <hy-list-item
              variant="degree"
              item-title="Agricultural sciences – Master’s programme"
              item-description="Study Agricultural Sciences and specialise in agrotechnology, animal science, environmental soil science or plant production sciences. University of Helsinki is the only university in Finland to offer academic education in this field."
              url="https://www.helsinki.fi/en/faculty-of-arts/admissions/apply-to-the-faculty"
              is-external="true"
              sc-label="Link opens up in a new tab"
              item-image-url="https://www.helsinki.fi/sites/default/files/styles/12_7_small/public/agricultural_sciences_0.jpg?itok=fyfKN1bI"
              item-image-alt="degree image"
              related-links-block-title="After completion of this bachelor's programme, it is possible to continue in the following master's programmes"
              related-links='[
                {"label":"Science – Master’s programme", "url":"https://helsinki.fi", "isExternal":"true","scLabel":"science programme"},
                {"label":"Agricultural, environmental and resource economics – Master’s programme", "url":"https://helsinki.fi", "isExternal":"true","scLabel":"Agricultural programme"},
                {"label":"Atmospheric sciences – Master’s programme", "url":"https://helsinki.fi", "isExternal":"true","scLabel":"Atmospheric programme"}
              ]'
              image-label="Apply now"
              out-going-url-label="Go to programme page"
              additional-info='[
              {"text":"Submit application by 31 Jan 2021", "isActive":"true"}]'
            >
            </hy-list-item>
            <hy-list-item
              variant="degree"
              item-title="Agricultural, environmental and resource economics – Master’s programme"
              item-description="Combine economics and natural sciences to become a professional in applied economics in agricultural, environmental and resource-focused fields. You will be well versed in topics such as climate policy, sustainable agriculture and food security."
              url="https://www.helsinki.fi/en/faculty-of-arts/admissions/apply-to-the-faculty"
              is-external="true"
              sc-label="Link opens up in a new tab"
              item-image-url="https://www.helsinki.fi/sites/default/files/styles/16_9_huge/public/kukkataedit_ja_-sedaet-6_0.jpg"
              item-image-alt="degree image"
              out-going-url-label="Go to programme page"
              additional-info='[
                {"text":"Next application period starts 1 Dec 2020", "isActive":"false"}]'
            >
            </hy-list-item>
    
            <hy-paragraph-text>
              This Is Degree Programmes. Doctoral
            </hy-paragraph-text>
            <hy-list-item
              variant="degree"
              item-title="Omnipotential sciences – Doctoral programme"
              item-description="Study Agricultural Sciences and specialise in agrotechnology, animal science, environmental soil science or plant production sciences. University of Helsinki is the only university in Finland to offer academic education in this field."
              url="https://www.helsinki.fi/en/faculty-of-arts/admissions/apply-to-the-faculty"
              is-external="true"
              sc-label="Link opens up in a new tab"
              item-image-url="https://www.helsinki.fi/sites/default/files/styles/12_7_small/public/agricultural_sciences_0.jpg?itok=fyfKN1bI"
              item-image-alt="degree image"
              image-label="Apply now"
              related-links-block-title="After completion of this bachelor's programme, it is possible to continue in the following master's programmes"
              related-links='[
                {"label":"Science – Master’s programme", "url":"https://helsinki.fi", "isExternal":"true","scLabel":"science programme"}
              ]'
              out-going-url-label="Go to programme page"
              additional-info='[
                {"text":"Application period for doctoral study rights ends 30 Jan 2021", "isActive":"true"},
                {"text":"Next call for university-funded positions opens 19 Aug 2021", "isActive":"false"}]'
            >
            </hy-list-item>
            <hy-list-item
              variant="degree"
              item-title="Omnipotential sciences – Doctoral programme"
              item-description="Study Agricultural Sciences and specialise in agrotechnology, animal science, environmental soil science or plant production sciences. University of Helsinki is the only university in Finland to offer academic education in this field. Study Agricultural Sciences and specialise in agrotechnology, animal science, environmental soil science or plant production sciences. University of Helsinki is the only university in Finland to offer academic education in this field. Study Agricultural Sciences and specialise in agrotechnology, animal science, environmental soil science or plant production sciences. University of Helsinki is the only university in Finland to offer academic education in this field. Study Agricultural Sciences and specialise in agrotechnology, animal science, environmental soil science or plant production sciences. University of Helsinki is the only university in Finland to offer academic education in this field."
              url="https://www.helsinki.fi/en/faculty-of-arts/admissions/apply-to-the-faculty"
              is-external="true"
              sc-label="Link opens up in a new tab"
              item-image-url="https://www.helsinki.fi/sites/default/files/styles/16_9_huge/public/kukkataedit_ja_-sedaet-6_0.jpg"
              item-image-alt="degree image"
              image-label="Apply now"
              out-going-url-label="Go to programme page"
            >
            </hy-list-item>
            <hy-list-item
              variant="degree"
              item-title="Space age material sciences – Doctoral programme"
              item-description="Do you want to shape the future world and understand how the universe is built up? The core scientific disciplines of math, physics, chemistry and computer science set the basis for all modern technology. In the interdisciplinary programme you get to work on the cutting edge of exciting basic research and application development in all of these subjects.
    Do you want to shape the future world and understand how the universe is built up? The core scientific disciplines of math, physics, chemistry and computer science set the basis for all modern technology. In the interdisciplinary programme you get to work on the cutting edge of exciting basic research and application development in all of these subjects.
    Do you want to shape the future world and understand how the universe is built up? The core scientific disciplines of math, physics, chemistry and computer science set the basis for all modern technology. In the interdisciplinary programme you get to work on the cutting edge of exciting basic research and application development in all of these subjects.
    Do you want to shape the future world and understand how the universe is built up? The core scientific disciplines of math, physics, chemistry and computer science set the basis for all modern technology. In the interdisciplinary programme you get to work on the cutting edge of exciting basic research and application development in all of these subjects."
              url="https://www.helsinki.fi/en/faculty-of-arts/admissions/apply-to-the-faculty"
              is-external="true"
              sc-label="Link opens up in a new tab"
              item-image-url="https://www.helsinki.fi/sites/default/files/styles/12_7_small/public/agricultural_sciences_0.jpg?itok=fyfKN1bI"
              item-image-alt="degree image"
              out-going-url-label="Go to programme page"
              additional-info='[
                {"text":"Next application period for doctoral study rights starts 15 Jan 2021", "isActive":"false"},
                {"text":"Next call for university-funded positions opens 19 Aug 2021", "isActive":"false"}]'
            >
            </hy-list-item>
    
            <hy-paragraph-text>
              This Is Search Result Items
            </hy-paragraph-text>
    
    
            <hy-box pt="2" pb="2" align="center">
              <hy-checkbox checkbox-id="1" checkbox-value="checkbox_1" checkbox-label="Introduction course"></hy-checkbox>
              <hy-checkbox checkbox-id="2" checkbox-value="checkbox_2" checkbox-label="Open online course"></hy-checkbox>
    
              <hy-checkbox checkbox-id="3" checkbox-value="checkbox_3" checkbox-label="Flexible start"></hy-checkbox>
              <hy-checkbox
                checkbox-id="4"
                checkbox-value="checkbox_4"
                checkbox-label="Introduction course long text"
              ></hy-checkbox>
              <hy-checkbox
                checkbox-id="5"
                checkbox-value="checkbox_5"
                checkbox-label="Open online course very long text"
              ></hy-checkbox>
              <hy-checkbox
                checkbox-id="6"
                checkbox-value="checkbox_6"
                checkbox-label="Flexible start long text"
              ></hy-checkbox>
    
            </hy-box>
            <hy-row>
              <hy-checkbox
                variant="button"
                checkbox-id="3"
                checkbox-value="checkbox_3"
                checkbox-label="Web pages (204)"
              ></hy-checkbox>
              <hy-checkbox
                variant="button"
                checkbox-id="4"
                checkbox-value="checkbox_4"
                checkbox-label="People (89)"
              ></hy-checkbox>
              <hy-checkbox
                variant="button"
                checkbox-id="5"
                checkbox-value="checkbox_5"
                checkbox-label="Filter with long label goes here (859)"
              ></hy-checkbox>
            </hy-row>
    
    
            <hy-dropdown
              dropdown-label="Dropdown 1"
              dropdown-options='[
      {"id": "1", "label": "Exam 1", "value": "exam_1"},
      {"id": "2", "label": "Exam 2", "value": "exam_2"},
      {"id": "3", "label": "Exam 3", "value": "exam_3"}
      ]'
            ></hy-dropdown>
            <hy-dropdown
              dropdown-label="Dropdown 2"
              dropdown-options='[
      {"id": "1", "label": "Exam 1", "value": "exam_1"},
      {"id": "2", "label": "Exam 2", "value": "exam_2"},
      {"id": "3", "label": "Exam 3", "value": "exam_3"}
      ]'
            ></hy-dropdown>
    
    
            <hy-list-item
              item-type="News | 20.12.2020"
              item-title="Lorem ipsum dolor sit amet, consectetur adipiscing elit cras dapibus vulputate diam eu pretium"
              item-description="Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras dapibus vulputate diam eu pretium. Mauris elit orci, ultricies id fermentum vel, porta et eros. Vestibulum condimentum lectus in convallis feugiat…"
              url="https://www.helsinki.fi/en/faculty-of-arts/admissions/apply-to-the-faculty"
              is-external="true"
              sc-label="Link opens up in a new tab"
            >
            </hy-list-item>
            <hy-list-item
              item-type="Web page | Sub site"
              item-title="Explore our international master's programmes | Admissions"
              item-description="Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras dapibus vulputate diam eu pretium. Mauris elit orci, ultricies id fermentum vel, porta et eros. Vestibulum condimentum lectus in convallis feugiat…"
              url="https://www.helsinki.fi/en/faculty-of-arts/admissions/apply-to-the-faculty"
              is-external="false"
              sc-label="Internal links"
            >
            </hy-list-item>
    
    
            <hy-paragraph-text>
              This Is Person card info
            </hy-paragraph-text>
    
    
            <hy-person-card
              variant="search-panel"
              category-title="People"
              image-url="https://flamma.helsinki.fi/documents/20142/1322159/upload_00015721.jpg"
              image-alt="professor"
              first-name="Dolor"
              last-name="Sit-amet"
              url="https://www.helsinki.fi/sv/people/people-finder/person-by-id/9038938"
              sc-label="Link opens up in a new tab"
              position-title="Postdoctoral Researcher"
              department="DEPARTMENT OF BIOCHEMISTRY AND DEVELOPMENTAL BIOLOGY"
              field="Fields of science: Biochemistry, cell and molecular biology"
              email="lorem.ipsumlorem@helsinki.fi"
              phone="0212345678"
            >
            </hy-person-card>
            <hy-person-card
              variant="search-panel"
              category-title="People"
              first-name="Paula"
              last-name="Elomaa"
              url="https://www.helsinki.fi/sv/people/people-finder/person-by-id/9038938"
              is-external="true"
              position-title="professor"
              department="Agrikultur-forstvetenskapliga fakulteten"
              email="paula.elomaa@helsinki.fi"
              phone="0504480427"
            >
            </hy-person-card>
    
            <hy-person-card
              category-title="People"
              image-url="https://flamma.helsinki.fi/documents/20142/1322159/upload_00015721.jpg"
              image-alt="professor"
              first-name="Dolor"
              last-name="Sit-amet"
              url="https://www.helsinki.fi/sv/people/people-finder/person-by-id/9038938"
              is-external="true"
              sc-label="Link opens up in a new tab"
              position-title="Postdoctoral Researcher"
              department="DEPARTMENT OF BIOCHEMISTRY AND DEVELOPMENTAL BIOLOGY"
              field="Fields of science: Biochemistry, cell and molecular biology"
              email="lorem.ipsumlorem@helsinki.fi"
              phone="0212345678"
            >
            </hy-person-card>
            <hy-person-card
              first-name="Paula"
              last-name="Elomaa"
              url="https://www.helsinki.fi/sv/people/people-finder/person-by-id/9038938"
              position-title="professor"
              department="Agrikultur-forstvetenskapliga fakulteten"
              email="paula.elomaa@helsinki.fi"
              phone="0504480427"
            >
            </hy-person-card>
    
    
            <hy-link-list
              list-heading="link list heading number one"
              data-items='[
      {"heading":"Some link title","ariaLabel":"Opetusta", "url":"https://yle.fi","isExternal":"true"},
      {"heading":"Example link label one","ariaLabel":"Opetusta", "url":"https://yle.fi","isExternal":"false"},
      {"heading":"Second very long link list label example that extends to another line","ariaLabel":"Opetusta", "url":"https://yle.fi","isExternal":"true"},
      {"heading":"Example link label three","ariaLabel":"Opetusta", "url":"https://yle.fi","isExternal":"false"}]'
    
    523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966 967 968 969 970 971 972 973 974 975 976 977 978 979 980 981 982 983 984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000
            </hy-link-list>
    
            <hy-main-content-wrapper>
              <hy-content-list link-label="Go to course page" data-items='[{"courseListType":"list"}]'> </hy-content-list>
            </hy-main-content-wrapper>
    
            <hy-main-content-wrapper>
              <hy-content-list
                link-label="Go to course page"
                data-items='
                [{
        "AYKESK-533": {
          "code": "AYKESK-533",
          "name": "Avoin yo: Keskiajan taloushistoria",
          "credits": "5",
          "realisations": {
            "hy-CUR-135916414": {
              "studyFormat": "Kirjallinen työ",
              "startDate": "2020-08-31",
              "endDate": "2021-03-30",
              "teachingLanguage": "suomi",
              "enrolmentLink": "https://studies.helsinki.fi/opintotarjonta/cur/hy-CUR-135916414"
            },
            "otm-8bdfaabf-40b9-4a41-83a8-c7e9c1cb4fde": {
              "studyFormat": "Luento-opetus",
              "startDate": "2021-01-11",
              "endDate": "2021-03-30",
              "teachingLanguage": "suomi",
              "enrolmentLink": "https://studies.helsinki.fi/opintotarjonta/cur/otm-8bdfaabf-40b9-4a41-83a8-c7e9c1cb4fde"
            },
            "otm-50ff73c4-8b79-43cc-ae6a-2fb590a5cd06": {
              "studyFormat": "Luento-opetus",
              "startDate": "2021-02-16",
              "endDate": "2021-04-01",
              "teachingLanguage": "englanti",
              "enrolmentLink": "https://studies.helsinki.fi/opintotarjonta/cur/otm-50ff73c4-8b79-43cc-ae6a-2fb590a5cd06"
            },
            "otm-4dbc00e9-3db7-420a-8f8b-0d2a3e88bddf": {
              "studyFormat": "Verkko-opetus",
              "startDate": "2020-11-09",
              "endDate": "2021-01-01",
              "teachingLanguage": "suomi",
              "enrolmentLink": "https://studies.helsinki.fi/opintotarjonta/cur/otm-4dbc00e9-3db7-420a-8f8b-0d2a3e88bddf"
            },
            "otm-cc022b0f-b193-4bef-8e94-cbc31ce08362": {
              "studyFormat": "Tentti",
              "startDate": "2020-12-17",
              "endDate": "2020-12-18",
              "teachingLanguage": "suomi",
              "enrolmentLink": "https://studies.helsinki.fi/opintotarjonta/cur/otm-cc022b0f-b193-4bef-8e94-cbc31ce08362"
            },
            "otm-53d5dbb6-4cc7-4fba-b5c3-0bc1c530a3ba": {
              "studyFormat": "Tentti",
              "startDate": "2020-09-02",
              "endDate": "2020-09-03",
              "teachingLanguage": "suomi",
              "enrolmentLink": "https://studies.helsinki.fi/opintotarjonta/cur/otm-53d5dbb6-4cc7-4fba-b5c3-0bc1c530a3ba"
            },
            "otm-a1028433-4632-4b66-93d5-d81434a5a89d": {
              "studyFormat": "Kirjallinen työ",
              "startDate": "2020-10-01",
              "endDate": "2020-10-09",
              "teachingLanguage": "ruotsi",
              "enrolmentLink": "https://studies.helsinki.fi/opintotarjonta/cur/otm-a1028433-4632-4b66-93d5-d81434a5a89d"
            }
          },
          "tags": {
            "urn:code:custom:hy-university-root-id:opintotarjonta:avoin_verkkokurssi": "Open online course",
            "urn:code:custom:hy-university-root-id:opintotarjonta:jatkuva_ilmoittautuminen": "Flexibly commenced",
            "urn:code:custom:hy-university-root-id:opintotarjonta:sopii_lukiolaisille": "Suitable for upper secondary students",
            "urn:code:custom:hy-university-root-id:opintotarjonta:tutustumiskurssi": "Introduction course"
          }
        },
        "courseListType": "grid"
      },
      {
        "HISK-221": {
          "code": "HISK-221",
          "name": "Aatteet ja opit",
          "credits": "5",
          "realisations": {
            "hy-CUR-136422738": {
              "studyFormat": "Luento-opetus",
              "startDate": "2020-09-04",
              "endDate": "2020-10-17",
              "teachingLanguage": "suomi",
              "enrolmentLink": "https://studies.helsinki.fi/opintotarjonta/cur/hy-CUR-136422738"
            },
            "hy-CUR-136422689": {
              "studyFormat": "Luento-opetus",
              "startDate": "2021-01-19",
              "endDate": "2021-05-05",
              "teachingLanguage": "englanti",
              "enrolmentLink": "https://studies.helsinki.fi/opintotarjonta/cur/hy-CUR-136422689"
            },
            "hy-CUR-136422670": {
              "studyFormat": "Luento-opetus",
              "startDate": "2021-05-17",
              "endDate": "2021-05-29",
              "teachingLanguage": "suomi",
              "enrolmentLink": "https://studies.helsinki.fi/opintotarjonta/cur/hy-CUR-136422670"
            },
            "otm-ca58de83-c75d-4337-8f59-266b4cb69f77": {
              "studyFormat": "Luento-opetus",
              "startDate": "2020-11-23",
              "endDate": "2020-11-27",
              "enrolmentLink": "https://studies.helsinki.fi/opintotarjonta/cur/otm-ca58de83-c75d-4337-8f59-266b4cb69f77"
            },
            "otm-32b07b1d-3902-4b04-86e1-df1cd2a16b01": {
              "studyFormat": "Luento-opetus",
              "startDate": "2020-11-16",
              "endDate": "2020-11-21",
              "enrolmentLink": "https://studies.helsinki.fi/opintotarjonta/cur/otm-32b07b1d-3902-4b04-86e1-df1cd2a16b01"
            },
            "hy-CUR-136340504": {
              "studyFormat": "Akvaariotentti",
              "startDate": "2020-09-16",
              "endDate": "2021-08-01",
              "teachingLanguage": "suomi",
              "enrolmentLink": "https://studies.helsinki.fi/opintotarjonta/cur/hy-CUR-136340504"
            },
            "hy-CUR-136340594": {
              "studyFormat": "Akvaariotentti",
              "startDate": "2020-09-16",
              "endDate": "2021-08-01",
              "teachingLanguage": "ruotsi",
              "enrolmentLink": "https://studies.helsinki.fi/opintotarjonta/cur/hy-CUR-136340594"
            }
          },
          "organisation": "Historian kandiohjelma",
          "tags": []
        },
        "HISK-120": {
          "code": "HISK-120",
          "name": "Antiikki ja keskiaika",
          "credits": "5",
          "realisations": {
            "hy-CUR-136445880": {
              "studyFormat": "Luento-opetus",
              "startDate": "2020-09-01",
              "endDate": "2020-10-14",
              "teachingLanguage": "ruotsi",
              "enrolmentLink": "https://studies.helsinki.fi/opintotarjonta/cur/hy-CUR-136445880"
            },
            "hy-CUR-136415791": {
              "studyFormat": "Luento-opetus",
              "startDate": "2020-09-02",
              "endDate": "2020-10-15",
              "teachingLanguage": "suomi",
              "enrolmentLink": "https://studies.helsinki.fi/opintotarjonta/cur/hy-CUR-136415791"
            },
            "hy-CUR-136327556": {
              "studyFormat": "Akvaariotentti",
              "startDate": "2020-09-16",
              "endDate": "2021-08-01",
              "teachingLanguage": "suomi",
              "enrolmentLink": "https://studies.helsinki.fi/opintotarjonta/cur/hy-CUR-136327556"
            },
            "hy-CUR-136327721": {
              "studyFormat": "Akvaariotentti",
              "startDate": "2020-09-16",
              "endDate": "2021-08-01",
              "teachingLanguage": "ruotsi",
              "enrolmentLink": "https://studies.helsinki.fi/opintotarjonta/cur/hy-CUR-136327721"
            },
            "hy-CUR-132969300": {
              "studyFormat": "Tentti",
              "startDate": "2020-09-15",
              "endDate": "2020-09-16",
              "teachingLanguage": "suomi",
              "enrolmentLink": "https://studies.helsinki.fi/opintotarjonta/cur/hy-CUR-132969300"
            }
          },
          "organisation": "Historian kandiohjelma",
          "tags": []
        },
        "HISK-251": {
          "code": "HISK-251",
          "name": "Asiantuntijatehtäviin valmentavat opinnot",
          "credits": "5",
          "realisations": {
            "hy-CUR-136445035": {
              "studyFormat": "Luento-opetus",
              "startDate": "2020-09-03",
              "endDate": "2020-12-11",
              "teachingLanguage": "suomi",
              "enrolmentLink": "https://studies.helsinki.fi/opintotarjonta/cur/hy-CUR-136445035"
            },
            "hy-CUR-136444669": {
              "studyFormat": "Luento-opetus",
              "startDate": "2021-01-20",
              "endDate": "2021-04-01",
              "teachingLanguage": "suomi",
              "enrolmentLink": "https://studies.helsinki.fi/opintotarjonta/cur/hy-CUR-136444669"
            }
          },
          "organisation": "Historian kandiohjelma",
          "tags": []
        },
        "HISK-212": {
          "code": "HISK-212",
          "name": "Euroopan historia",
          "credits": "5",
          "realisations": {
            "hy-CUR-136422386": {
              "studyFormat": "Luento-opetus",
              "startDate": "2020-10-26",
              "endDate": "2020-12-10",
              "teachingLanguage": "suomi",
              "enrolmentLink": "https://studies.helsinki.fi/opintotarjonta/cur/hy-CUR-136422386"
            },
            "hy-CUR-136422502": {
              "studyFormat": "Luento-opetus",
              "startDate": "2021-03-16",
              "endDate": "2021-05-07",
              "teachingLanguage": "suomi",
              "enrolmentLink": "https://studies.helsinki.fi/opintotarjonta/cur/hy-CUR-136422502"
            },
            "hy-CUR-136422250": {
              "studyFormat": "Luento-opetus",
              "startDate": "2021-03-15",
              "endDate": "2021-05-08",
              "teachingLanguage": "suomi",
              "enrolmentLink": "https://studies.helsinki.fi/opintotarjonta/cur/hy-CUR-136422250"
            },
            "hy-CUR-136339495": {
              "studyFormat": "Akvaariotentti",
              "startDate": "2020-09-16",
              "endDate": "2021-08-01",
              "teachingLanguage": "suomi",
              "enrolmentLink": "https://studies.helsinki.fi/opintotarjonta/cur/hy-CUR-136339495"
            },
            "hy-CUR-136339551": {
              "studyFormat": "Akvaariotentti",
              "startDate": "2020-09-16",
              "endDate": "2021-08-01",
              "teachingLanguage": "ruotsi",
              "enrolmentLink": "https://studies.helsinki.fi/opintotarjonta/cur/hy-CUR-136339551"
            }
          },
          "organisation": "Historian kandiohjelma",
          "tags": []
        },
        "HISK-231": {
          "code": "HISK-231",
          "name": "Historiankirjoitus ja historiakulttuuri",
          "credits": "5",
          "realisations": {
            "hy-CUR-136433120": {
              "studyFormat": "Luento-opetus",
              "startDate": "2020-10-27",
              "endDate": "2020-12-11",
              "teachingLanguage": "suomi",
              "enrolmentLink": "https://studies.helsinki.fi/opintotarjonta/cur/hy-CUR-136433120"
            },
            "otm-399fb966-7661-4a2f-9d3d-15d8c25430c1": {
              "studyFormat": "Luento-opetus",
              "startDate": "2020-11-09",
              "endDate": "2020-11-14",
              "teachingLanguage": "suomi",
              "enrolmentLink": "https://studies.helsinki.fi/opintotarjonta/cur/otm-399fb966-7661-4a2f-9d3d-15d8c25430c1"
            },
            "hy-CUR-136341657": {
              "studyFormat": "Akvaariotentti",
              "startDate": "2020-09-16",
              "endDate": "2021-08-01",
              "teachingLanguage": "suomi",
              "enrolmentLink": "https://studies.helsinki.fi/opintotarjonta/cur/hy-CUR-136341657"
            },
            "hy-CUR-136341658": {
              "studyFormat": "Akvaariotentti",
              "startDate": "2020-09-16",
              "endDate": "2021-08-01",
              "teachingLanguage": "ruotsi",
              "enrolmentLink": "https://studies.helsinki.fi/opintotarjonta/cur/hy-CUR-136341658"
            }
          },
          "organisation": "Historian kandiohjelma",
          "tags": []
        },
        "HISK-232": {
          "code": "HISK-232",
          "name": "Historian lähteet",
          "credits": "5",
          "realisations": {
            "hy-CUR-136447846": {
              "studyFormat": "Luento-opetus",
              "startDate": "2021-01-21",
              "endDate": "2021-03-06",
              "teachingLanguage": "ruotsi",
              "enrolmentLink": "https://studies.helsinki.fi/opintotarjonta/cur/hy-CUR-136447846"
            },
            "hy-CUR-136433429": {
              "studyFormat": "Luento-opetus",
              "startDate": "2021-03-15",
              "endDate": "2021-05-07",
              "teachingLanguage": "suomi",
              "enrolmentLink": "https://studies.helsinki.fi/opintotarjonta/cur/hy-CUR-136433429"
            }
          },
          "organisation": "Historian kandiohjelma",
          "tags": []
        },
        "HISK-110": {
          "code": "HISK-110",
          "name": "Historiantutkimuksen johdantokurssi",
          "credits": "5",
          "realisations": {
            "hy-CUR-136414881": {
              "studyFormat": "Luento-opetus",
              "startDate": "2020-09-01",
              "endDate": "2020-10-16",
              "teachingLanguage": "suomi",
              "enrolmentLink": "https://studies.helsinki.fi/opintotarjonta/cur/hy-CUR-136414881"
            },
            "hy-CUR-136445645": {
              "studyFormat": "Luento-opetus",
              "startDate": "2020-09-01",
              "endDate": "2020-10-16",
              "teachingLanguage": "ruotsi",
              "enrolmentLink": "https://studies.helsinki.fi/opintotarjonta/cur/hy-CUR-136445645"
            },
            "hy-CUR-135914860": {
              "studyFormat": "Tentti",
              "startDate": "2020-08-12",
              "endDate": "2020-08-13",
              "teachingLanguage": "suomi",
              "enrolmentLink": "https://studies.helsinki.fi/opintotarjonta/cur/hy-CUR-135914860"
            },
            "otm-ab1d9a85-abf4-4064-9e1e-064c27095dcc": {
              "studyFormat": "Kirjallinen työ",
              "startDate": "2020-11-10",
              "endDate": "2020-11-14",
              "enrolmentLink": "https://studies.helsinki.fi/opintotarjonta/cur/otm-ab1d9a85-abf4-4064-9e1e-064c27095dcc"
            }
          },
          "organisation": "Historian kandiohjelma",
          "tags": []
        },
        "HISK-233": {
          "code": "HISK-233",
          "name": "Historiantutkimuksen metodit",
          "credits": "5",
          "realisations": {
            "hy-CUR-136433674": {
              "studyFormat": "Luento-opetus",
              "startDate": "2021-03-15",
              "endDate": "2021-05-08",
              "teachingLanguage": "suomi",
              "enrolmentLink": "https://studies.helsinki.fi/opintotarjonta/cur/hy-CUR-136433674"
            },
            "hy-CUR-136341960": {
              "studyFormat": "Akvaariotentti",
              "startDate": "2020-09-16",
              "endDate": "2021-08-01",
              "teachingLanguage": "ruotsi",
              "enrolmentLink": "https://studies.helsinki.fi/opintotarjonta/cur/hy-CUR-136341960"
            }
          },
          "organisation": "Historian kandiohjelma",
          "tags": []
        },
        "HISK-243": {
          "code": "HISK-243",
          "name": "Kandidaatintutkielma",
          "credits": "6",
          "realisations": [],
          "organisation": "Historian kandiohjelma",
          "tags": []
        },
        "HISK-222": {
          "code": "HISK-222",
          "name": "Kansat ja kansainvälisyys",
          "credits": "5",
          "realisations": {
            "hy-opt-cur-2021-1a080292-a0d2-4d06-aae4-c5af83d710c4": {
              "studyFormat": "Luento-opetus",
              "startDate": "2020-08-31",
              "endDate": "2020-10-20",
              "teachingLanguage": "suomi",
              "enrolmentLink": "https://studies.helsinki.fi/opintotarjonta/cur/hy-opt-cur-2021-1a080292-a0d2-4d06-aae4-c5af83d710c4"
            },
            "hy-CUR-136447431": {
              "studyFormat": "Luento-opetus",
              "startDate": "2021-01-21",
              "endDate": "2021-05-07",
              "teachingLanguage": "ruotsi",
              "enrolmentLink": "https://studies.helsinki.fi/opintotarjonta/cur/hy-CUR-136447431"
            },
            "hy-CUR-136422813": {
              "studyFormat": "Luento-opetus",
              "startDate": "2020-09-02",
              "endDate": "2020-10-10",
              "teachingLanguage": "suomi",
              "enrolmentLink": "https://studies.helsinki.fi/opintotarjonta/cur/hy-CUR-136422813"
            },
            "hy-CUR-136340792": {
              "studyFormat": "Akvaariotentti",
              "startDate": "2020-09-16",
              "endDate": "2021-08-01",
              "teachingLanguage": "ruotsi",
              "enrolmentLink": "https://studies.helsinki.fi/opintotarjonta/cur/hy-CUR-136340792"
            }
          },
          "organisation": "Historian kandiohjelma",
          "tags": []
        },
        "HISK-223": {
          "code": "HISK-223",
          "name": "Kaupunki ja kulttuuri",
          "credits": "5",
          "realisations": {
            "hy-CUR-139348312": {
              "studyFormat": "Luento-opetus",
              "startDate": "2021-03-16",
              "endDate": "2021-05-07",
              "teachingLanguage": "ruotsi",
              "enrolmentLink": "https://studies.helsinki.fi/opintotarjonta/cur/hy-CUR-139348312"
            },
            "hy-CUR-136422849": {
              "studyFormat": "Luento-opetus",
              "startDate": "2021-03-15",
              "endDate": "2021-05-07",
              "teachingLanguage": "suomi",
              "enrolmentLink": "https://studies.helsinki.fi/opintotarjonta/cur/hy-CUR-136422849"
            },
            "hy-CUR-136422844": {
              "studyFormat": "Luento-opetus",
              "startDate": "2021-01-20",
              "endDate": "2021-03-05",
              "teachingLanguage": "englanti",
              "enrolmentLink": "https://studies.helsinki.fi/opintotarjonta/cur/hy-CUR-136422844"
            },
            "hy-CUR-136340864": {
              "studyFormat": "Akvaariotentti",
              "startDate": "2020-09-16",
              "endDate": "2021-08-01",
              "teachingLanguage": "suomi",
              "enrolmentLink": "https://studies.helsinki.fi/opintotarjonta/cur/hy-CUR-136340864"
            },
            "hy-CUR-136340905": {
              "studyFormat": "Akvaariotentti",
              "startDate": "2020-09-16",
              "endDate": "2021-08-01",
              "teachingLanguage": "ruotsi",
              "enrolmentLink": "https://studies.helsinki.fi/opintotarjonta/cur/hy-CUR-136340905"
            }
          },
          "organisation": "Historian kandiohjelma",
          "tags": []
        },
        "HISK-224": {
          "code": "HISK-224",
          "name": "Luonto ja ympäristö",
          "credits": "5",
          "realisations": {
            "hy-CUR-136422881": {
              "studyFormat": "Luento-opetus",
              "startDate": "2021-01-19",
              "endDate": "2021-03-06",
              "teachingLanguage": "suomi",
              "enrolmentLink": "https://studies.helsinki.fi/opintotarjonta/cur/hy-CUR-136422881"
            },
            "hy-CUR-136340992": {
              "studyFormat": "Akvaariotentti",
              "startDate": "2020-09-16",
              "endDate": "2021-08-01",
              "teachingLanguage": "suomi",
              "enrolmentLink": "https://studies.helsinki.fi/opintotarjonta/cur/hy-CUR-136340992"
            },
            "hy-CUR-136341024": {
              "studyFormat": "Akvaariotentti",
              "startDate": "2020-09-16",
              "endDate": "2021-08-01",
              "teachingLanguage": "ruotsi",
              "enrolmentLink": "https://studies.helsinki.fi/opintotarjonta/cur/hy-CUR-136341024"
            }
          },