{"id":4,"date":"2024-04-04T05:26:02","date_gmt":"2024-04-04T02:26:02","guid":{"rendered":"https:\/\/sisu.ut.ee\/ribolab\/meist\/"},"modified":"2025-03-18T22:20:53","modified_gmt":"2025-03-18T20:20:53","slug":"meist","status":"publish","type":"page","link":"https:\/\/sisu.ut.ee\/ribolab\/","title":{"rendered":"MEIST"},"content":{"rendered":"<div class=\"wp-block-group is-layout-constrained wp-container-core-group-is-layout-3897296b wp-block-group-is-layout-constrained\">\n<div class=\"wp-block-group is-layout-constrained wp-container-core-group-is-layout-d3b90ca4 wp-block-group-is-layout-constrained\">\n<!-- Slideshow container -->\n<div class=\"slideshow-container\">\n\n  <!-- Full-width images with number and caption text -->\n  <div class=\"mySlides fadeSwitch\">\n    <img decoding=\"async\" src=\"https:\/\/sisu.ut.ee\/wp-content\/uploads\/sites\/380\/The-pulse-of-protein-synthesis-is-the-pulse-of-life.1.png\" style=\"width:100%\">\n  <\/div>\n\n<div class=\"mySlides fadeSwitch\">\n    <img decoding=\"async\" src=\"https:\/\/sisu.ut.ee\/wp-content\/uploads\/sites\/380\/ID13511-scaled.jpg\" style=\"width:100%\">\n  <\/div>\n\n  <div class=\"mySlides fadeSwitch\">\n    <img decoding=\"async\" src=\"https:\/\/sisu.ut.ee\/wp-content\/uploads\/sites\/380\/toohoos.jpg\" style=\"width:100%\">\n  <\/div>\n\n  <div class=\"mySlides fadeSwitch\">\n    <img decoding=\"async\" src=\"https:\/\/sisu.ut.ee\/wp-content\/uploads\/sites\/380\/viisakas-liisa.jpg\" style=\"width:100%\">\n  <\/div>\n\n  <div class=\"mySlides fadeSwitch\">\n    <img decoding=\"async\" src=\"https:\/\/sisu.ut.ee\/wp-content\/uploads\/sites\/380\/kaspar-ja-kringel.jpg\" style=\"width:100%\">\n  <\/div>\n\n  <div class=\"mySlides fadeSwitch\">\n    <img decoding=\"async\" src=\"https:\/\/sisu.ut.ee\/wp-content\/uploads\/sites\/380\/margus-paberiga.png\" style=\"width:100%\">\n  <\/div>\n\n  <div class=\"mySlides fadeSwitch\">\n    <img decoding=\"async\" src=\"https:\/\/sisu.ut.ee\/wp-content\/uploads\/sites\/380\/grill-1.jpg\" style=\"width:100%\">\n  <\/div>\n\n  <div class=\"mySlides fadeSwitch\">\n    <img decoding=\"async\" src=\"https:\/\/sisu.ut.ee\/wp-content\/uploads\/sites\/380\/aivar-ja-kana.jpg\" style=\"width:100%\">\n  <\/div>\n\n \n\n  <!-- Next and previous buttons -->\n  <a class=\"prev\" onclick=\"plusSlides(-1)\">\u276e<\/a>\n  <a class=\"next\" onclick=\"plusSlides(1)\">\u276f<\/a>\n<\/div>\n<br>\n\n<!-- The dots\/circles -->\n<div style=\"text-align:center\">\n  <span class=\"dot\" onclick=\"currentSlide(1)\"><\/span>\n  <span class=\"dot\" onclick=\"currentSlide(2)\"><\/span>\n  <span class=\"dot\" onclick=\"currentSlide(3)\"><\/span>\n  <span class=\"dot\" onclick=\"currentSlide(4)\"><\/span>\n  <span class=\"dot\" onclick=\"currentSlide(5)\"><\/span>\n  <span class=\"dot\" onclick=\"currentSlide(6)\"><\/span>\n  <span class=\"dot\" onclick=\"currentSlide(7)\"><\/span>\n  <span class=\"dot\" onclick=\"currentSlide(8)\"><\/span>\n<\/div> \n\n<style>\n* {box-sizing:border-box}\n\n\/* Slideshow container *\/\n.slideshow-container {\n  aspect-ratio: 13 \/ 9;\n  width: 60%;\n  position: relative;\n  margin: auto;\n  overflow: hidden;\n}\n\n\/* Hide the images by default *\/\n.mySlides {\n  display: none;\n  width: 100%;\n  height: 100%;\n  overflow: hidden;\n\n}\n\n.mySlides img {\n  object-fit: cover;\n}\n\n\/* Next & previous buttons *\/\n.prev, .next {\n  cursor: pointer;\n  position: absolute;\n  top: 50%;\n  width: auto;\n  margin-top: -22px;\n  padding: 16px;\n  color: white;\n  font-weight: bold;\n  font-size: 18px;\n  transition: 0.6s ease;\n  border-radius: 0 3px 3px 0;\n  user-select: none;\n}\n\n\/* Position the \"next button\" to the right *\/\n.next {\n  right: 0;\n  border-radius: 3px 0 0 3px;\n}\n\n\/* On hover, add a black background color with a little bit see-through *\/\n.prev:hover, .next:hover {\n  background-color: rgba(0,0,0,0.8);\n}\n\n\/* The dots\/bullets\/indicators *\/\n.dot {\n  cursor: pointer;\n  height: 15px;\n  width: 15px;\n  margin: 0 2px;\n  background-color: #bbb;\n  border-radius: 50%;\n  display: inline-block;\n  transition: background-color 0.6s ease;\n}\n\n.active, .dot:hover {\n  background-color: #717171;\n}\n\n.fadeSwitch {\n  animation-name: fadeSwitch;\n  animation-duration: 0.6s;\n}\n\n@keyframes fadeSwitch {\n  from {opacity: .7} \n  to {opacity: 1}\n}\n\n@media (max-width: 1000px) {\n    .slideshow-container {\n        width: 100%;\n    }\n}\n\n<\/style>\n\n<script>\n\nlet slideIndex = 1;\nshowSlides(slideIndex);\nsetTimeout(switchSlides, 4000);\n\n\/\/ Next\/previous controls\nfunction plusSlides(n) {\n  showSlides(slideIndex += n);\n}\n\n\/\/ Thumbnail image controls\nfunction currentSlide(n) {\n  showSlides(slideIndex = n);\n}\n\nfunction showSlides(n) {\n  let i;\n  let slides = document.getElementsByClassName(\"mySlides\");\n  let dots = document.getElementsByClassName(\"dot\");\n  if (n > slides.length) {slideIndex = 1}\n  if (n < 1) {slideIndex = slides.length}\n  for (i = 0; i < slides.length; i++) {\n    slides[i].style.display = \"none\";\n  }\n  for (i = 0; i < dots.length; i++) {\n    dots[i].className = dots[i].className.replace(\" active\", \"\");\n  }\n  slides[slideIndex-1].style.display = \"block\";\n  dots[slideIndex-1].className += \" active\";\n}\n\nfunction switchSlides() {\n  plusSlides(1)\n  setTimeout(switchSlides, 4000);\n} \n<\/script>\n\n\n\n<div style=\"height:31px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p class=\"has-text-align-center has-extra-large-font-size\">Oleme <strong>molekulaarbioloogid<\/strong> ja tegeleme <strong>valkude bios\u00fcnteesi aparaadi <\/strong>uurimisega bakteris\u00a0<em>Escherichia coli\u00a0ja <\/em>eukar\u00fcootides.\u00a0Meie teadust\u00f6\u00f6 teemad on keskendunud ribosoomi struktuursete elementide funktsioonide uurimisele ribosoomi t\u00f6\u00f6tamisel ja ribosoomide kokkupanekul ehk biogeneesil.<\/p>\n\n\n\n<div style=\"height:68px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<style>\nbody {\n  background-image: url('https:\/\/sisu.ut.ee\/wp-content\/uploads\/sites\/380\/Untitled-design8.png');\n  background-repeat: repeat-y;\n  background-size: 100%;\n}\n<\/style>\n<\/div>\n\n\n\n<h2 class=\"wp-block-heading has-primary-color has-text-color has-link-color wp-elements-874a7abca63660fffb0ffa562e3fe2b4\">Uudised<\/h2>\n\n\n\n<div style=\"height:3px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<style>\n.joon {\n  opacity: 100% !important;\n  border: none !important;\n  height: 1px !important;\n}\n<\/style>\n<hr class=\"wp-block-separator has-text-color has-primary-color has-primary-background-color has-background is-style-wide joon\">\n\n\n\n<div style=\"height:33px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/4.7.0\/css\/font-awesome.min.css\">\n<script type=\"text\/javascript\">\n  async function getWPPosts() {\n\tconst response = await fetch( 'https:\/\/sisu.ut.ee\/ribolab\/wp-json\/wp\/v2\/posts?categories=12' );\n        const posts = await response.json();\n        console.log(posts);\n\tfor(let post of posts){\n          let carousel = document.getElementById(\"carousel\");\n          let div = document.createElement(\"div\");\n          div.classList.add(\"postcontainer\");\n          let title = document.createElement(\"h5\");\n          title.innerHTML = post.title.rendered;\n          let date =document.createElement(\"p\");\n          date.innerHTML = post.date.substring(8,10) + \".\" + post.date.substring(5,7) + \".\" + post.date.substring(0,4);\n          let picture = document.createElement(\"img\");\n          if(post.featured_media === 0) {\n               picture.setAttribute(\"src\",\"https:\/\/sisu.ut.ee\/wp-content\/uploads\/sites\/380\/ylikoolilogogataust.png\");\n          } else {\n               const imageResponse = await fetch( 'https:\/\/sisu.ut.ee\/ribolab\/wp-json\/wp\/v2\/media\/' + post.featured_media );\n               const imageData = await imageResponse.json();\n               console.log(imageData);\n               picture.setAttribute(\"src\",imageData.source_url);\n          }\n\n          div.onclick = function () { location.href=post.link;};\n          div.appendChild(picture);\n          div.appendChild(title);\n          div.appendChild(date);\n          carousel.appendChild(div);\n        }\n  }\n\n  getWPPosts();\n\n\/\/siin on uus koodi jupp\n\n  document.addEventListener(\"DOMContentLoaded\", () => {\n    const carousel = document.getElementById(\"carousel\");\n    const prev = document.getElementById(\"prev\");\n    const next = document.getElementById(\"next\");\n\n    let scrollAmount = 0;\n    let scrollStep = 0\n    if(screen.width > 700){\n        scrollStep = carousel.offsetWidth \/ 3; \/\/ Adjust for visible items\n    } else {\n        scrollStep = carousel.offsetWidth\n    };\n    \n\n    next.addEventListener(\"click\", () => {\n      scrollAmount += scrollStep;\n      carousel.scrollTo({\n        left: scrollAmount,\n        behavior: \"smooth\",\n      });\n    });\n\n    prev.addEventListener(\"click\", () => {\n      scrollAmount -= scrollStep;\n      if (scrollAmount < 0) scrollAmount = 0; \/\/ Prevent scrolling beyond the start\n      carousel.scrollTo({\n        left: scrollAmount,\n        behavior: \"smooth\",\n      });\n    });\n  });\n\n\/\/kuni siiani\n\/\/ait\u00e4h:)\n\n<\/script>\n<style>\n#cCarousel {\n  width: 100%;\n  display: flex;\n  align-items: center;\n  position: relative;\n  overflow: hidden;\n  margin: 0;\n}\n\n#carousel {\n  width: 100%;\n  display: flex;\n  direction: row;\n  gap: 20px;\n  scroll-behavior: smooth;\n  overflow-x: auto;\n  scroll-snap-type: x mandatory; <!-- See on juures -->\n\n}\n\n.postcontainer {\n  min-width: calc(33% - 10px);\n  cursor: pointer;\n  display: flex;\n  flex-direction: column;\n  justify-content: space-between;\n  border-radius: 8px;\n  scroll-snap-align: start; <!-- See on juures -->\n}\n.postcontainer img {\n  width: 100% !important;\n  height: 250px !important;\n  object-fit: cover;\n  margin-bottom: 20px;\n}\n.postcontainer p {\n  font-size: 12px;\n}\n.arrow {\n  position: absolute;\n  top: 27%;\n  display: flex;\n  width: 45px;\n  height: 45px;\n  justify-content: center;\n  align-items: center;\n  border-radius: 50%;\n  z-index: 1;\n  font-size: 26px;\n  color: white;\n  background: #00000072;\n  cursor: pointer;\n  margin-inline: 5px;\n}\n\n.arrow:after {\n  content: ' ';\n  display: inline-block;\n  border-bottom: 1px solid #fff;\n  border-right: 1px solid #fff;\n  height: 10px;\n  width: 10px;\n}\n\n#next {\n  transform: rotate(-45deg);\n  right: 0;\n}\n\n#prev {\n  transform: rotate(135deg);\n  left: 0;\n}\n\n@media (max-width: 700px) {\n    .postcontainer {\n        min-width: 100% !important;\n    }\n}\n\n<\/style>\n<section>\n  <div id=\"cCarousel\">\n    <div class=\"arrow\" id=\"prev\"><\/div>\n    <div class=\"arrow\" id=\"next\"><\/div>\n\n    <div id=\"carousel\"><\/div>\n  <\/div>\n<\/section>\n\n\n\n<div class=\"wp-block-buttons is-layout-flex wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button has-custom-font-size is-style-fill has-large-font-size\"><a class=\"wp-block-button__link wp-element-button\" href=\"https:\/\/sisu.ut.ee\/ribolab\/category\/uudised\/\"><strong>UUDISTE ARHIIV<\/strong><\/a><\/div>\n<\/div>\n\n\n<div class=\"posts-cards-block page-section\">\n\t\t\t<h2 class=\"section-title\">Uusimad artiklid<\/h2>\n\t\t\t\t\t\t\t<div class=\"row justify-content-center justify-content-md-start\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"col-xs-6 col-md-4 mb-3\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<article class=\"h-100 post-2681 post type-post status-publish format-standard has-post-thumbnail hentry category-artiklid tag-artiklid\">\n  <div class=\"article-card  d-flex flex-column h-100\">\n    <div class=\"article-card__categories d-flex flex-wrap fw-bold\">\n      <a href=\"https:\/\/sisu.ut.ee\/ribolab\/category\/artiklid\/\" class=\"\">#Artiklid<\/a>\n      <\/div>\n    <a href=\"https:\/\/sisu.ut.ee\/ribolab\/hypoxia-induced-ribosomal-rna-modifications-in-the-peptidyl-transferase-center-contribute-to-anaerobic-growth-of-bacteria\/\" class=\"article-card__link d-flex flex-column\">\n              <img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"911\" src=\"https:\/\/sisu.ut.ee\/wp-content\/uploads\/sites\/380\/Screenshot-2026-01-28-at-18.15.36-1024x911.png\" class=\"img-fluid article-card__img mb-3 wp-post-image\" alt=\"\" srcset=\"https:\/\/sisu.ut.ee\/wp-content\/uploads\/sites\/380\/Screenshot-2026-01-28-at-18.15.36-1024x911.png 1024w, https:\/\/sisu.ut.ee\/wp-content\/uploads\/sites\/380\/Screenshot-2026-01-28-at-18.15.36-300x267.png 300w, https:\/\/sisu.ut.ee\/wp-content\/uploads\/sites\/380\/Screenshot-2026-01-28-at-18.15.36-768x683.png 768w, https:\/\/sisu.ut.ee\/wp-content\/uploads\/sites\/380\/Screenshot-2026-01-28-at-18.15.36.png 1216w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\">\n      \n      <h3 class=\"article-card__title mt-auto mb-1\">Hypoxia-induced ribosomal RNA modifications in the peptidyl-transferase center contribute to anaerobic growth of bacteria<\/h3>\n    <\/a>\n          <div class=\"d-flex justify-space-between text-xs\">\n                  <div class=\"dropdown\">\n  <button class=\"btn btn-share border-0 p-0\" type=\"button\" data-bs-toggle=\"dropdown\" aria-expanded=\"false\" data-bs-offset=\"0,12\">Jaga<\/button>\n  <div class=\"dropdown-menu\">\n    <div class=\"d-flex flex-wrap gap-1\">\n              <a href=\"https:\/\/www.addtoany.com\/add_to\/facebook?linkurl=https%3A%2F%2Fsisu.ut.ee%2Fribolab%2F&amp;linkname=MEIST\" class=\"btn-share-icon btn-share-icon--facebook\" target=\"_blank\" rel=\"nofollow\">Facebook<\/a>\n              <a href=\"https:\/\/www.addtoany.com\/add_to\/twitter?linkurl=https%3A%2F%2Fsisu.ut.ee%2Fribolab%2F&amp;linkname=MEIST\" class=\"btn-share-icon btn-share-icon--twitter\" target=\"_blank\" rel=\"nofollow\">Twitter<\/a>\n              <a href=\"https:\/\/www.addtoany.com\/add_to\/facebook_messenger?linkurl=https%3A%2F%2Fsisu.ut.ee%2Fribolab%2F&amp;linkname=MEIST\" class=\"btn-share-icon btn-share-icon--messenger\" target=\"_blank\" rel=\"nofollow\">Messenger<\/a>\n              <a href=\"https:\/\/www.addtoany.com\/add_to\/email?linkurl=https%3A%2F%2Fsisu.ut.ee%2Fribolab%2F&amp;linkname=MEIST\" class=\"btn-share-icon btn-share-icon--email\" target=\"_blank\" rel=\"nofollow\">E-post<\/a>\n          <\/div>\n\n    <div class=\"w-100\">\n      <a href=\"https:\/\/www.addtoany.com\/share#url=https%3A%2F%2Fsisu.ut.ee%2Fribolab%2F&amp;title=MEIST\" class=\"btn-share-icon btn-share-icon--more text-black text-xs\" target=\"_blank\">Rohkem...<\/a>\n    <\/div>\n  <\/div>\n<\/div>\n        \n              <\/div>\n      <\/div>\n<\/article>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"col-xs-6 col-md-4 mb-3\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<article class=\"h-100 post-2688 post type-post status-publish format-standard has-post-thumbnail hentry category-artiklid tag-artiklid\">\n  <div class=\"article-card  d-flex flex-column h-100\">\n    <div class=\"article-card__categories d-flex flex-wrap fw-bold\">\n      <a href=\"https:\/\/sisu.ut.ee\/ribolab\/category\/artiklid\/\" class=\"\">#Artiklid<\/a>\n      <\/div>\n    <a href=\"https:\/\/sisu.ut.ee\/ribolab\/in-vitro-reassociation-assay-to-measure-the-formation-of-80s-ribosomal-particles-using-salt-washed-ribosomal-subunits\/\" class=\"article-card__link d-flex flex-column\">\n              <img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"634\" src=\"https:\/\/sisu.ut.ee\/wp-content\/uploads\/sites\/380\/Screenshot-2026-01-28-at-18.36.43-1024x634.png\" class=\"img-fluid article-card__img mb-3 wp-post-image\" alt=\"\" srcset=\"https:\/\/sisu.ut.ee\/wp-content\/uploads\/sites\/380\/Screenshot-2026-01-28-at-18.36.43-1024x634.png 1024w, https:\/\/sisu.ut.ee\/wp-content\/uploads\/sites\/380\/Screenshot-2026-01-28-at-18.36.43-300x186.png 300w, https:\/\/sisu.ut.ee\/wp-content\/uploads\/sites\/380\/Screenshot-2026-01-28-at-18.36.43-768x475.png 768w, https:\/\/sisu.ut.ee\/wp-content\/uploads\/sites\/380\/Screenshot-2026-01-28-at-18.36.43.png 1648w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\">\n      \n      <h3 class=\"article-card__title mt-auto mb-1\">In Vitro Reassociation Assay to Measure the Formation of 80S Ribosomal Particles Using Salt-washed Ribosomal Subunits<\/h3>\n    <\/a>\n          <div class=\"d-flex justify-space-between text-xs\">\n                  <div class=\"dropdown\">\n  <button class=\"btn btn-share border-0 p-0\" type=\"button\" data-bs-toggle=\"dropdown\" aria-expanded=\"false\" data-bs-offset=\"0,12\">Jaga<\/button>\n  <div class=\"dropdown-menu\">\n    <div class=\"d-flex flex-wrap gap-1\">\n              <a href=\"https:\/\/www.addtoany.com\/add_to\/facebook?linkurl=https%3A%2F%2Fsisu.ut.ee%2Fribolab%2F&amp;linkname=MEIST\" class=\"btn-share-icon btn-share-icon--facebook\" target=\"_blank\" rel=\"nofollow\">Facebook<\/a>\n              <a href=\"https:\/\/www.addtoany.com\/add_to\/twitter?linkurl=https%3A%2F%2Fsisu.ut.ee%2Fribolab%2F&amp;linkname=MEIST\" class=\"btn-share-icon btn-share-icon--twitter\" target=\"_blank\" rel=\"nofollow\">Twitter<\/a>\n              <a href=\"https:\/\/www.addtoany.com\/add_to\/facebook_messenger?linkurl=https%3A%2F%2Fsisu.ut.ee%2Fribolab%2F&amp;linkname=MEIST\" class=\"btn-share-icon btn-share-icon--messenger\" target=\"_blank\" rel=\"nofollow\">Messenger<\/a>\n              <a href=\"https:\/\/www.addtoany.com\/add_to\/email?linkurl=https%3A%2F%2Fsisu.ut.ee%2Fribolab%2F&amp;linkname=MEIST\" class=\"btn-share-icon btn-share-icon--email\" target=\"_blank\" rel=\"nofollow\">E-post<\/a>\n          <\/div>\n\n    <div class=\"w-100\">\n      <a href=\"https:\/\/www.addtoany.com\/share#url=https%3A%2F%2Fsisu.ut.ee%2Fribolab%2F&amp;title=MEIST\" class=\"btn-share-icon btn-share-icon--more text-black text-xs\" target=\"_blank\">Rohkem...<\/a>\n    <\/div>\n  <\/div>\n<\/div>\n        \n              <\/div>\n      <\/div>\n<\/article>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"col-xs-6 col-md-4 mb-3\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<article class=\"h-100 post-2671 post type-post status-publish format-standard has-post-thumbnail hentry category-artiklid tag-artiklid\">\n  <div class=\"article-card  d-flex flex-column h-100\">\n    <div class=\"article-card__categories d-flex flex-wrap fw-bold\">\n      <a href=\"https:\/\/sisu.ut.ee\/ribolab\/category\/artiklid\/\" class=\"\">#Artiklid<\/a>\n      <\/div>\n    <a href=\"https:\/\/sisu.ut.ee\/ribolab\/translon-a-single-term-for-translated-regions\/\" class=\"article-card__link d-flex flex-column\">\n              <img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"555\" src=\"https:\/\/sisu.ut.ee\/wp-content\/uploads\/sites\/380\/Screenshot-2025-12-07-at-14.19.49-1024x555.png\" class=\"img-fluid article-card__img mb-3 wp-post-image\" alt=\"\" srcset=\"https:\/\/sisu.ut.ee\/wp-content\/uploads\/sites\/380\/Screenshot-2025-12-07-at-14.19.49-1024x555.png 1024w, https:\/\/sisu.ut.ee\/wp-content\/uploads\/sites\/380\/Screenshot-2025-12-07-at-14.19.49-300x162.png 300w, https:\/\/sisu.ut.ee\/wp-content\/uploads\/sites\/380\/Screenshot-2025-12-07-at-14.19.49-768x416.png 768w, https:\/\/sisu.ut.ee\/wp-content\/uploads\/sites\/380\/Screenshot-2025-12-07-at-14.19.49-1536x832.png 1536w, https:\/\/sisu.ut.ee\/wp-content\/uploads\/sites\/380\/Screenshot-2025-12-07-at-14.19.49-1920x1040.png 1920w, https:\/\/sisu.ut.ee\/wp-content\/uploads\/sites\/380\/Screenshot-2025-12-07-at-14.19.49.png 1972w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\">\n      \n      <h3 class=\"article-card__title mt-auto mb-1\">Translon: a single term for translated regions<\/h3>\n    <\/a>\n          <div class=\"d-flex justify-space-between text-xs\">\n                  <div class=\"dropdown\">\n  <button class=\"btn btn-share border-0 p-0\" type=\"button\" data-bs-toggle=\"dropdown\" aria-expanded=\"false\" data-bs-offset=\"0,12\">Jaga<\/button>\n  <div class=\"dropdown-menu\">\n    <div class=\"d-flex flex-wrap gap-1\">\n              <a href=\"https:\/\/www.addtoany.com\/add_to\/facebook?linkurl=https%3A%2F%2Fsisu.ut.ee%2Fribolab%2F&amp;linkname=MEIST\" class=\"btn-share-icon btn-share-icon--facebook\" target=\"_blank\" rel=\"nofollow\">Facebook<\/a>\n              <a href=\"https:\/\/www.addtoany.com\/add_to\/twitter?linkurl=https%3A%2F%2Fsisu.ut.ee%2Fribolab%2F&amp;linkname=MEIST\" class=\"btn-share-icon btn-share-icon--twitter\" target=\"_blank\" rel=\"nofollow\">Twitter<\/a>\n              <a href=\"https:\/\/www.addtoany.com\/add_to\/facebook_messenger?linkurl=https%3A%2F%2Fsisu.ut.ee%2Fribolab%2F&amp;linkname=MEIST\" class=\"btn-share-icon btn-share-icon--messenger\" target=\"_blank\" rel=\"nofollow\">Messenger<\/a>\n              <a href=\"https:\/\/www.addtoany.com\/add_to\/email?linkurl=https%3A%2F%2Fsisu.ut.ee%2Fribolab%2F&amp;linkname=MEIST\" class=\"btn-share-icon btn-share-icon--email\" target=\"_blank\" rel=\"nofollow\">E-post<\/a>\n          <\/div>\n\n    <div class=\"w-100\">\n      <a href=\"https:\/\/www.addtoany.com\/share#url=https%3A%2F%2Fsisu.ut.ee%2Fribolab%2F&amp;title=MEIST\" class=\"btn-share-icon btn-share-icon--more text-black text-xs\" target=\"_blank\">Rohkem...<\/a>\n    <\/div>\n  <\/div>\n<\/div>\n        \n              <\/div>\n      <\/div>\n<\/article>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\n\n\n<div class=\"wp-block-buttons is-layout-flex wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button has-custom-font-size has-large-font-size\"><a class=\"wp-block-button__link wp-element-button\" href=\"https:\/\/sisu.ut.ee\/ribolab\/publikatsioonid\/\"><strong>K\u00d5IK PUBLIKATSIOONID<\/strong><\/a><\/div>\n<\/div>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>\u276e \u276f let slideIndex = 1; showSlides(slideIndex); setTimeout(switchSlides, 4000); \/\/ Next\/previous controls function plusSlides(n) { showSlides(slideIndex += n); } \/\/ Thumbnail image controls function currentSlide(n) { showSlides(slideIndex = n); } function showSlides(n) { let i; let slides = document.getElementsByClassName(&#8220;mySlides&#8221;); let &#8230;<\/p>\n","protected":false},"author":194,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"inline_featured_image":false,"footnotes":""},"class_list":["post-4","page","type-page","status-publish","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/sisu.ut.ee\/ribolab\/wp-json\/wp\/v2\/pages\/4","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/sisu.ut.ee\/ribolab\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/sisu.ut.ee\/ribolab\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/sisu.ut.ee\/ribolab\/wp-json\/wp\/v2\/users\/194"}],"replies":[{"embeddable":true,"href":"https:\/\/sisu.ut.ee\/ribolab\/wp-json\/wp\/v2\/comments?post=4"}],"version-history":[{"count":30,"href":"https:\/\/sisu.ut.ee\/ribolab\/wp-json\/wp\/v2\/pages\/4\/revisions"}],"predecessor-version":[{"id":2457,"href":"https:\/\/sisu.ut.ee\/ribolab\/wp-json\/wp\/v2\/pages\/4\/revisions\/2457"}],"wp:attachment":[{"href":"https:\/\/sisu.ut.ee\/ribolab\/wp-json\/wp\/v2\/media?parent=4"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}