Skip to content
Snippets Groups Projects
index.html 67.3 KiB
Newer Older
<!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-introduction
            variant="blue"
            text-title="This is an introduction"
            text-description="Highly cited researchers at the University of Helsinki, Centres of Excellence selected by the Academy of Finland and projects funded by the European Research Council."
            url="https://www.google.com"
            url-title="Check this link"
            sc-label="label for link"
            image-url="https://www.helsinki.fi/sites/default/files/styles/16_9_huge/public/kukkataedit_ja_-sedaet-6_0.jpg"
          ></hy-introduction>
          <hy-introduction
            variant="black"
            text-title="This is an introduction"
            text-description="Highly cited researchers at the University of Helsinki, Centres of Excellence selected by the Academy of Finland and projects funded by the European Research Council."
            url="https://www.google.com"
            url-title="Check this link"
            sc-label="label for link"
            image-url="https://www.helsinki.fi/sites/default/files/styles/16_9_huge/public/kukkataedit_ja_-sedaet-6_0.jpg"
          ></hy-introduction>
          <hy-introduction
            reversed
            text-title="This is an introduction"
            text-description="Highly cited researchers at the University of Helsinki, Centres of Excellence selected by the Academy of Finland and projects funded by the European Research Council."
            url="https://www.google.com"
            url-title="Check this link"
            sc-label="label for link"
            image-url="https://www.helsinki.fi/sites/default/files/styles/16_9_huge/public/kukkataedit_ja_-sedaet-6_0.jpg"
          ></hy-introduction>
          <hy-introduction
            text-title="This is an introduction"
            text-description="Highly cited researchers at the University of Helsinki, Centres of Excellence selected by the Academy of Finland and projects funded by the European Research Council."
            url="https://www.google.com"
            url-title="Check this link"
            sc-label="label for link"
          ></hy-introduction>
          <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

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>

Ekaterina Kondareva's avatar
Ekaterina Kondareva committed
        <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"}]'
Ekaterina Kondareva's avatar
Ekaterina Kondareva committed
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 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 1019 1020 1021 1022 1023 1024 1025 1026 1027 1028 1029 1030 1031 1032 1033 1034 1035 1036 1037 1038 1039 1040 1041 1042 1043 1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 1105 1106 1107 1108 1109 1110 1111 1112 1113 1114 1115 1116 1117 1118 1119 1120 1121 1122 1123 1124 1125 1126 1127 1128 1129 1130 1131 1132 1133 1134 1135 1136 1137 1138 1139 1140 1141 1142 1143 1144 1145 1146 1147 1148 1149 1150 1151 1152 1153 1154 1155 1156 1157 1158 1159 1160 1161 1162 1163 1164 1165 1166 1167 1168 1169 1170 1171 1172 1173 1174 1175 1176 1177 1178 1179 1180 1181 1182 1183 1184 1185 1186 1187 1188 1189 1190 1191 1192 1193 1194 1195 1196 1197 1198 1199 1200 1201 1202 1203 1204 1205 1206 1207 1208 1209 1210 1211 1212 1213 1214 1215 1216 1217 1218 1219 1220 1221 1222 1223 1224 1225 1226 1227 1228 1229 1230 1231 1232 1233 1234 1235 1236 1237 1238 1239 1240 1241 1242 1243 1244 1245 1246 1247 1248 1249 1250 1251 1252 1253 1254 1255 1256 1257 1258 1259 1260 1261 1262 1263 1264 1265 1266 1267 1268 1269 1270 1271 1272 1273 1274 1275 1276 1277 1278 1279 1280 1281 1282 1283 1284 1285 1286 1287 1288 1289 1290 1291 1292 1293 1294 1295 1296 1297 1298 1299 1300 1301 1302 1303 1304 1305 1306 1307 1308 1309 1310 1311 1312 1313 1314 1315 1316 1317 1318 1319 1320 1321 1322 1323 1324 1325 1326 1327 1328 1329 1330 1331 1332
        </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"
        }
      },
      "organisation": "Historian kandiohjelma",
      "tags": []
    },
    "HISK-213": {
      "code": "HISK-213",
      "name": "Maailmanhistoria",
      "credits": "5",
      "realisations": {
        "hy-CUR-136422515": {
          "studyFormat": "Luento-opetus",
          "startDate": "2021-03-15",
          "endDate": "2021-05-06",
          "teachingLanguage": "suomi",
          "enrolmentLink": "https://studies.helsinki.fi/opintotarjonta/cur/hy-CUR-136422515"
        },
        "hy-CUR-136422596": {
          "studyFormat": "Luento-opetus",
          "startDate": "2020-10-26",
          "endDate": "2020-12-10",
          "teachingLanguage": "englanti",
          "enrolmentLink": "https://studies.helsinki.fi/opintotarjonta/cur/hy-CUR-136422596"
        },
        "otm-8d13dfb4-d731-4a4a-85c7-b18fd0b67f4a": {
          "studyFormat": "Luento-opetus",
          "startDate": "2021-03-15",
          "endDate": "2021-05-06",
          "teachingLanguage": "suomi",
          "enrolmentLink": "https://studies.helsinki.fi/opintotarjonta/cur/otm-8d13dfb4-d731-4a4a-85c7-b18fd0b67f4a"
        },
        "hy-CUR-136339812": {
          "studyFormat": "Akvaariotentti",
          "startDate": "2020-09-16",
          "endDate": "2021-08-01",
          "teachingLanguage": "suomi",
          "enrolmentLink": "https://studies.helsinki.fi/opintotarjonta/cur/hy-CUR-136339812"
        },
        "hy-CUR-136339867": {
          "studyFormat": "Akvaariotentti",
          "startDate": "2020-09-16",
          "endDate": "2021-08-01",
          "teachingLanguage": "ruotsi",
          "enrolmentLink": "https://studies.helsinki.fi/opintotarjonta/cur/hy-CUR-136339867"
        }
      },
      "organisation": "Avoin yliopisto",
      "tags": []
    },
    "HISK-241": {
      "code": "HISK-241",
      "name": "Praktikum",
      "credits": "5",
      "realisations": {
        "hy-CUR-136437050": {
          "studyFormat": "Luento-opetus",
          "startDate": "2020-09-01",
          "endDate": "2021-05-07",
          "teachingLanguage": "suomi",
          "enrolmentLink": "https://studies.helsinki.fi/opintotarjonta/cur/hy-CUR-136437050"
        }
      },
      "organisation": "Historian kandiohjelma",
      "tags": []
    },
    "HISK-242": {
      "code": "HISK-242",
      "name": "Proseminaari",
      "credits": "4",
      "realisations": {
        "hy-opt-cur-2021-0c219231-db98-4371-b43b-c6f01775c3d1": {
          "studyFormat": "Seminaari",
          "startDate": "2020-08-17",
          "endDate": "2020-09-08",
          "teachingLanguage": "suomi",
          "enrolmentLink": "https://studies.helsinki.fi/opintotarjonta/cur/hy-opt-cur-2021-0c219231-db98-4371-b43b-c6f01775c3d1"
        },
        "hy-CUR-136442410": {
          "studyFormat": "Seminaari",
          "startDate": "2021-01-19",
          "endDate": "2021-05-08",
          "teachingLanguage": "suomi",
          "enrolmentLink": "https://studies.helsinki.fi/opintotarjonta/cur/hy-CUR-136442410"
        }
      },
      "organisation": "Historian kandiohjelma",
      "tags": []
    },
    "HISK-211": {
      "code": "HISK-211",
      "name": "Suomen ja lähialueiden historia",
      "credits": "5",
      "realisations": {
        "hy-CUR-136422206": {
          "studyFormat": "Luento-opetus",
          "startDate": "2021-01-18",
          "endDate": "2021-03-05",
          "teachingLanguage": "suomi",
          "enrolmentLink": "https://studies.helsinki.fi/opintotarjonta/cur/hy-CUR-136422206"
        },
        "hy-CUR-136422103": {
          "studyFormat": "Luento-opetus",
          "startDate": "2021-01-20",
          "endDate": "2021-03-05",
          "teachingLanguage": "suomi",
          "enrolmentLink": "https://studies.helsinki.fi/opintotarjonta/cur/hy-CUR-136422103"
        },
        "hy-CUR-136421999": {
          "studyFormat": "Luento-opetus",
          "startDate": "2021-01-18",
          "endDate": "2021-03-03",
          "teachingLanguage": "suomi",
          "enrolmentLink": "https://studies.helsinki.fi/opintotarjonta/cur/hy-CUR-136421999"
        },
        "hy-CUR-136338868": {
          "studyFormat": "Akvaariotentti",
          "startDate": "2020-09-16",
          "endDate": "2021-08-01",
          "teachingLanguage": "suomi",
          "enrolmentLink": "https://studies.helsinki.fi/opintotarjonta/cur/hy-CUR-136338868"
        },
        "hy-CUR-136338953": {
          "studyFormat": "Akvaariotentti",
          "startDate": "2020-09-16",
          "endDate": "2021-08-01",
          "teachingLanguage": "ruotsi",
          "enrolmentLink": "https://studies.helsinki.fi/opintotarjonta/cur/hy-CUR-136338953"
        }
      },
      "organisation": "Historian kandiohjelma",
      "tags": []
    },
    "HISK-225": {
      "code": "HISK-225",
      "name": "Talous ja valta",
      "credits": "5",
      "realisations": {
        "hy-CUR-136422911": {
          "studyFormat": "Luento-opetus",
          "startDate": "2020-10-27",
          "endDate": "2020-12-12",
          "teachingLanguage": "suomi",
          "enrolmentLink": "https://studies.helsinki.fi/opintotarjonta/cur/hy-CUR-136422911"
        },
        "hy-CUR-136341223": {
          "studyFormat": "Akvaariotentti",
          "startDate": "2020-09-16",
          "endDate": "2021-08-01",
          "teachingLanguage": "suomi",
          "enrolmentLink": "https://studies.helsinki.fi/opintotarjonta/cur/hy-CUR-136341223"
        },
        "hy-CUR-136341255": {
          "studyFormat": "Akvaariotentti",
          "startDate": "2020-09-16",
          "endDate": "2021-08-01",
          "teachingLanguage": "ruotsi",
          "enrolmentLink": "https://studies.helsinki.fi/opintotarjonta/cur/hy-CUR-136341255"
        }
      },
      "organisation": "Historian kandiohjelma",
      "tags": []
    },
    "HISK-252": {
      "code": "HISK-252",
      "name": "Työelämäopinnot",
      "credits": "5",
      "realisations": [],
      "organisation": "Historian kandiohjelma",
      "tags": []
    },
    "HISK-131": {
      "code": "HISK-131",
      "name": "Uuden ajan alku I",
      "credits": "5",
      "realisations": {
        "hy-CUR-136416471": {
          "studyFormat": "Luento-opetus",
          "startDate": "2020-10-26",
          "endDate": "2020-12-10",
          "teachingLanguage": "suomi",
          "enrolmentLink": "https://studies.helsinki.fi/opintotarjonta/cur/hy-CUR-136416471"
        },
        "hy-CUR-136446756": {
          "studyFormat": "Luento-opetus",
          "startDate": "2020-10-27",
          "endDate": "2020-12-11",
          "teachingLanguage": "ruotsi",
          "enrolmentLink": "https://studies.helsinki.fi/opintotarjonta/cur/hy-CUR-136446756"
        },
        "hy-CUR-136331167": {
          "studyFormat": "Akvaariotentti",
          "startDate": "2020-09-16",
          "endDate": "2021-08-01",
          "teachingLanguage": "ruotsi",
          "enrolmentLink": "https://studies.helsinki.fi/opintotarjonta/cur/hy-CUR-136331167"
        },
        "hy-CUR-136331059": {
          "studyFormat": "Akvaariotentti",
          "startDate": "2020-09-16",
          "endDate": "2021-08-01",
          "teachingLanguage": "suomi",
          "enrolmentLink": "https://studies.helsinki.fi/opintotarjonta/cur/hy-CUR-136331059"
        },
        "hy-CUR-132969303": {
          "studyFormat": "Tentti",
          "startDate": "2020-09-15",
          "endDate": "2020-09-16",
          "teachingLanguage": "suomi",
          "enrolmentLink": "https://studies.helsinki.fi/opintotarjonta/cur/hy-CUR-132969303"
        }
      },
      "organisation": "Historian kandiohjelma",
      "tags": []
    },
    "HISK-132": {
      "code": "HISK-132",
      "name": "Uuden ajan alku II",
      "credits": "5",
      "realisations": {
        "hy-CUR-136447249": {
          "studyFormat": "Luento-opetus",
          "startDate": "2021-01-19",
          "endDate": "2021-05-05",
          "teachingLanguage": "ruotsi",
          "enrolmentLink": "https://studies.helsinki.fi/opintotarjonta/cur/hy-CUR-136447249"
        },
        "hy-CUR-136417210": {
          "studyFormat": "Pienryhmäopetus",
          "startDate": "2020-10-30",
          "endDate": "2020-12-12",
          "teachingLanguage": "suomi",
          "enrolmentLink": "https://studies.helsinki.fi/opintotarjonta/cur/hy-CUR-136417210"
        },
        "hy-CUR-136331693": {
          "studyFormat": "Akvaariotentti",
          "startDate": "2020-09-16",
          "endDate": "2021-08-01",
          "teachingLanguage": "ruotsi",
          "enrolmentLink": "https://studies.helsinki.fi/opintotarjonta/cur/hy-CUR-136331693"
        },
        "hy-CUR-132969306": {
          "studyFormat": "Tentti",
          "startDate": "2020-09-15",
          "endDate": "2020-09-16",
          "teachingLanguage": "suomi",
          "enrolmentLink": "https://studies.helsinki.fi/opintotarjonta/cur/hy-CUR-132969306"
        },
        "hy-CUR-136331585": {
          "studyFormat": "Akvaariotentti",
          "startDate": "2020-09-16",
          "endDate": "2021-08-01",
          "teachingLanguage": "suomi",
          "enrolmentLink": "https://studies.helsinki.fi/opintotarjonta/cur/hy-CUR-136331585"
        }
      },
      "organisation": "Historian kandiohjelma",
      "tags": []
    },
    "courseListType": "grid"
  }
]'
          >
          </hy-content-list>
        </hy-main-content-wrapper>

        <hy-main-content-wrapper>
          <hy-content-list
            data-items='
          [{"AYKESK-533":{
            "code":"AYKESK-533",
            "name":"Avoin yo: Keskiajan taloushistoria",
            "credits":"5",
            "realisations":{
              "hy-CUR-135916414":{
                "studyFormat":"Kirjallinen ty\u00f6",
                "startDate":"2020-08-31",
                "endDate":"2021-05-11",
                "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"
              }
            },
            "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":"list"
         }
        ]'
          >
          </hy-content-list>
        </hy-main-content-wrapper>
Tuukka Turu's avatar
Tuukka Turu committed

Tuukka Turu's avatar
Tuukka Turu committed
      <aside class="layout-sidebar-first" role="complementary">
        <hy-menu-sidebar slot="menu" menu-type="sidenav" open="true" is-demo="true">
          <hy-menu-level-container menu-type="sidenav" menu-level="1">
            <hy-menu-item-sidebar menu-type="sidenav" menu-link-id="1" url="#" label="News">
              <hy-menu-level-container menu-type="sidenav" menu-level="2">
                <hy-menu-item-sidebar menu-type="sidenav" menu-link-id="2" url="#" label="News"></hy-menu-item-sidebar>
              </hy-menu-level-container>
            </hy-menu-item-sidebar>
            <hy-menu-item-sidebar menu-type="sidenav" menu-link-id="42345" url="#" label="Research">
              <hy-menu-level-container menu-type="sidenav" menu-level="2">
                <hy-menu-item-sidebar
                  menu-type="sidenav"
                  menu-link-id="123"
                  url="#"
                  label="Top Research"
                ></hy-menu-item-sidebar>
                <hy-menu-item-sidebar menu-type="sidenav" menu-link-id="22" url="#" label="Middle Research">
                  <hy-menu-level-container menu-type="sidenav" menu-level="3">
                    <hy-menu-item-sidebar menu-type="sidenav" menu-link-id="232" url="#" label="Middle Top Research">
                      <hy-menu-level-container menu-type="sidenav" menu-level="4">
                        <hy-menu-item-sidebar
                          menu-type="sidenav"
                          menu-link-id="21"
                          url="#"
                          label="Top"
                        ></hy-menu-item-sidebar>
                      </hy-menu-level-container>
                    </hy-menu-item-sidebar>
                    <hy-menu-item-sidebar
                      menu-type="sidenav"
                      menu-link-id="242"
                      url="#"
                      label="Middle Middle Research"
                    ></hy-menu-item-sidebar>
                    <hy-menu-item-sidebar menu-type="sidenav" menu-link-id="252" url="#" label="Middle Bottom Research">
                      <hy-menu-level-container menu-type="sidenav" menu-level="4">
                        <hy-menu-item-sidebar
                          menu-type="sidenav"
                          menu-link-id="2134"
                          url="#"
                          label="Bottom"
                        ></hy-menu-item-sidebar>
                      </hy-menu-level-container>
                    </hy-menu-item-sidebar>
                  </hy-menu-level-container>
                </hy-menu-item-sidebar>
                <hy-menu-item-sidebar
                  menu-type="sidenav"
                  menu-link-id="222"
                  url="#"
                  label="Bottom Research"
                ></hy-menu-item-sidebar>
              </hy-menu-level-container>
            </hy-menu-item-sidebar>
            <hy-menu-item-sidebar
              menu-type="sidenav"
              menu-link-id="4905"
              url="#"
              label="Admissions"
            ></hy-menu-item-sidebar>
            <hy-menu-item-sidebar menu-type="sidenav" menu-link-id="4776" url="#" label="Cooperation">
              <hy-menu-level-container menu-type="sidenav" menu-level="2">
                <hy-menu-item-sidebar menu-type="sidenav" menu-link-id="455725" url="#" label="Admissions 2">
                  <hy-menu-level-container menu-type="sidenav" menu-level="3">
                    <hy-menu-item-sidebar menu-type="sidenav" menu-link-id="4235653" url="#" label="Admissions 2">
                      <hy-menu-level-container menu-type="sidenav" menu-level="4">
                        <hy-menu-item-sidebar menu-type="sidenav" menu-link-id="1235653" url="#" label="Admissions 3">
                        </hy-menu-item-sidebar>
                      </hy-menu-level-container>
                    </hy-menu-item-sidebar>
                  </hy-menu-level-container>
                </hy-menu-item-sidebar>
              </hy-menu-level-container>
            </hy-menu-item-sidebar>
            <hy-menu-item-sidebar menu-type="sidenav" menu-link-id="47" url="#" label="About us"></hy-menu-item-sidebar>
          </hy-menu-level-container>
        </hy-menu-sidebar>
Tuukka Turu's avatar
Tuukka Turu committed
      </aside>
    <div style="max-width: 1216px; margin: 0 auto;">
      <hy-search-field inputId="search" label="Search degree programmes" />
    </div>
Tuukka Turu's avatar
Tuukka Turu committed
    <hy-footer>
      <hy-footer-action updated-text="Updated on 14.10.2020" up-button-label="Up"></hy-footer-action>
      <hy-footer-info
        text-title="Campuses"
        text-description="University operates on four campuses in Helsinki and nine other locations."
        link-text="See all"
        link-url="www.google.com"
        data-footer-info-links='[
          {"label": "City Centre Campus", "url": "#", "mainlink": true,
            "items": [
              {"label": "Faculti of Educational Sciences", "url": "#"},
              {"label": "Faculti of Educational Theology", "url": "#"},
              {"label": "Faculti of Educational Arts", "url": "#"},
              {"label": "Faculti of Educational Sociology", "url": "#"},
              {"label": "Faculti of Educational Medicine", "url": "#"},
              {"label": "Faculti of Educational Pharmacy", "url": "#"},
              {"label": "Faculti of Educational Law", "url": "#"}
            ]
          },
          {"label": "Kumpula Campus", "url": "#", "mainlink": true,
            "items": [
              {"label": "Faculti of Educational Sciences", "url": "#"}
            ]
          },
          {"label": "Meilahti Campus", "url": "#", "mainlink": true,
            "items": [
              {"label": "Faculti of Educational Sciences", "url": "#"}
            ]
          },
          {"label": "Viikki Campus", "url": "#", "mainlink": true,
            "items": [
              {"label": "Faculti of Educational Sciences", "url": "#"},
              {"label": "Faculti of Educational Arts", "url": "#"},
              {"label": "Faculti of Educational Medicine", "url": "#"},
              {"label": "Faculti of Educational Social theory", "url": "#"}
            ]
          }
        ]'
      ></hy-footer-info>
      <hy-footer-base
        logo-label="University of Helsinki"
        logo-url="/"
        some-label="Follow us"
        copyright-text="© University of Helsinki 2020"
        data-footer-base-links='[
          {"label": "People finder", "url": "#"},
          {"label": "Press and media", "url": "#"},
          {"label": "Opening hours", "url": "#"},
          {"label": "Flamma", "url": "#"},
          {"label": "Library", "url": "#"},
          {"label": "Webshop", "url": "#"},
          {"label": "About website", "url": "#"},
          {"label": "Data protection", "url": "#"},
          {"label": "More Data protection", "url": "#"},
          {"label": "Accessibility", "url": "#"},
          {"label": "Give feedback", "url": "#"}
        ]'
        data-footer-base-some='[
        {"label": "Follow us on Facebook", "url": "#", "type": "facebook"},
          {"label": "Follow us on Twitter", "url": "#", "type": "twitter"},
          {"label": "Follow us on Youtube", "url": "#", "type": "youtube"},
          {"label": "Follow us on LinkedIn", "url": "#", "type": "linkedin"},
          {"label": "Follow us on Instagram", "url": "#", "type": "instagram"}
        ]'
      >
        <div slot="content">
          P.O. Box 4 (Yliopistonkatu 3) 00014 University of Helsinki Switchboard: +358 (0) 2941 911
        </div>
      </hy-footer-base>
    </hy-footer>
Markus Kaarto's avatar
Markus Kaarto committed
  </body>