Social networks

Channel 1 + 1. Anatomical table

The story of the Ukrainian 3D-anatomical table on the national channel.

January 2018.
In the second season of «Inspector. Cities » TV-presenter Volodymyr Ostapchuk conducted inspections of Ukrainian cities and assessed the level of comfort of life of Ukrainians in each of them.

So, inspecting Mykolaiv city, the crew of 1 + 1 TV channel got to the Petro Mohyla Black Sea National University, where different specialists are trained. Among them there are also students who study medicine.

It was at this university that the 3D anatomical table of Briolight was installed, which was shown on national television.

It is an absolutely unique product that is intended for use during the class. Its software, as shown in the video, allows students to show the human skeleton, all muscle tissues and organs, and interact with them in high resolution 4K.

Domestic scientists, educators, engineers and IT specialists worked on the creation of this anatomical table, and as a result, a team of 5 people implemented this innovative idea.

Now, medical universities, colleges, sports and other medical institutions have the opportunity to use an innovative and technically advanced anatomical table for effective training.

BACK

Вас може зацікавити

Ask a question

Thank you foryour request

Our managers will contact you shortly.

OK
document.addEventListener("DOMContentLoaded", function() { const form = document.getElementById("docs"); form.addEventListener("submit", function(e) { e.preventDefault(); const formData = new FormData(form); fetch("/mail.php", { method: "POST", body: formData }) .then(response => { if (response.ok) { // Приховуємо тіло форми та показуємо блок "Дякуємо" form.querySelector(".form__body").style.display = "none"; form.querySelector(".form__thanks").style.display = "block"; } else { alert("Помилка відправки. Спробуйте ще раз."); } }) .catch(error => { console.error('Помилка відправки:', error); alert("Помилка відправки. Спробуйте ще раз."); }); }); });