{"id":591,"date":"2023-02-11T19:38:59","date_gmt":"2023-02-11T22:38:59","guid":{"rendered":"http:\/\/expomus.com.br\/wp_homolog2022\/projetos\/so-far-so-close\/"},"modified":"2023-03-13T13:01:22","modified_gmt":"2023-03-13T16:01:22","slug":"so-far-so-close","status":"publish","type":"projetos","link":"https:\/\/expomus.com.br\/en\/projetos\/so-far-so-close\/","title":{"rendered":"So Far, So Close"},"content":{"rendered":"\n<p>The exhibition <em>\n  <strong>So Far, So Close<\/strong>\n<\/em>, held to mark the 10th anniversary of the Telef\u00f3nica Foundation, was on display at the National Museum in Brasilia (August to October 2009) and at the Faap Museum of Brazilian Art in S\u00e3o Paulo (March to May 2010). It told the story of the 10 years of the Telef\u00f3nica Foundation and the development of telecommunications in Brazil and worldwide. He was one of the winning cases in the Aberje Prize memory and historical responsibility category, which recognizes innovative initiatives in the area of institutional communication.<\/p>\n\n<p>The exhibition was conceived from the collection of the Telef\u00f3nica Foundation, one of the largest historical collections of telephony in Brazil. In <em>\n  <strong>So Far, So Close<\/strong>\n<\/em>, visitors had the opportunity to know part of this set.<\/p>\n\n<p>Among the telephone devices on display, the &#8220;Ericsson wall&#8221;, from 1884, one of the first models to arrive in Brazil on a commercial scale and the &#8220;Iron Foot&#8221;, from 1892, pioneered by allowing one to speak and hear in the same piece. There was also a fax used in 1950, a videophone from the 1970s and one of the first models of mobile phone, manufactured in the 1990s.  <\/p>\n\n<p>Among the historical documents, a selection of magazines Sino Azul, a pioneering institutional publication of the now defunct Companhia Telef\u00f4nica Brasileira (CTB), forerunner of Telesp, was presented, which circulated from 1928 to 1989; reproductions of patents of some of the major technological inventions; a 1911 telephone directory from S\u00e3o Paulo, as well as historical photos that recorded the work routine of CTB employees.<\/p>\n\n<p>The curatorship of the show was carried out by Peter Alexander Bleinroth Schulz, PhD in Sciences from Unicamp and the Universidad Aut\u00f3noma de Madrid, who works as a professor of undergraduate and graduate studies in Physics and is a researcher in the area of Condensed Matter Physics.<\/p>\n\n<div  class=\"custom-block galeria-expomus \" aria-label=\"Galeria de m\u00eddia\">\n    <div class=\"tit-container\">\n        <h2 class=\"tit-secao\">Gallery<\/h2>\n    <\/div>\n    \n    <div class=\"grid-itens\">\n            \n        \n        <figure class=\"item-galeria\" data-nav=\"1\">\n        <div class=\"item-img\"><img loading=\"lazy\" decoding=\"async\" width=\"800\" height=\"533\" src=\"https:\/\/expomus.com.br\/wp-content\/uploads\/2023\/02\/095.jpg\" class=\"attachment-large size-large\" alt=\"\" \/><\/div>        <\/figure>\n  \n        \n            \n        \n        <figure class=\"item-galeria\" data-nav=\"2\">\n        <div class=\"item-img\"><img loading=\"lazy\" decoding=\"async\" width=\"800\" height=\"533\" src=\"https:\/\/expomus.com.br\/wp-content\/uploads\/2023\/02\/094.jpg\" class=\"attachment-large size-large\" alt=\"\" \/><\/div>        <\/figure>\n  \n        \n            \n        \n        <figure class=\"item-galeria\" data-nav=\"3\">\n        <div class=\"item-img\"><img loading=\"lazy\" decoding=\"async\" width=\"800\" height=\"533\" src=\"https:\/\/expomus.com.br\/wp-content\/uploads\/2023\/02\/040.jpg\" class=\"attachment-large size-large\" alt=\"\" \/><\/div>        <\/figure>\n  \n        \n            \n        \n        <figure class=\"item-galeria\" data-nav=\"4\">\n        <div class=\"item-img\"><img loading=\"lazy\" decoding=\"async\" width=\"800\" height=\"533\" src=\"https:\/\/expomus.com.br\/wp-content\/uploads\/2023\/02\/004.jpg\" class=\"attachment-large size-large\" alt=\"\" \/><\/div>        <\/figure>\n  \n        \n     \n    <\/div>\n    <div class=\"amplia-midia\">\n        <div class=\"container-midia\">\n        <\/div>\n        <button class=\"bt-nav bt-sair\"><img decoding=\"async\" src=\"https:\/\/expomus.com.br\/wp-content\/themes\/tema-expomus\/imgs\/gerais\/ico_galeria-sair.svg\"><span>sair<\/span><\/button>\n        <button class=\"bt-nav bt-prev desativado\"><img decoding=\"async\" src=\"https:\/\/expomus.com.br\/wp-content\/themes\/tema-expomus\/imgs\/gerais\/ico_galeria-seta.svg\"><\/button>\n        <button class=\"bt-nav bt-next\"><img decoding=\"async\" src=\"https:\/\/expomus.com.br\/wp-content\/themes\/tema-expomus\/imgs\/gerais\/ico_galeria-seta.svg\"><\/button>\n    <\/div>\n<\/div>\n\n\n<script>\n\n    jQuery(function ($) {\n\n        $(document).ready(function () {\n            \n            let contador = 1;\n            const totalItens = 4;\n            \n            let bt_next = $(\".amplia-midia .bt-next\");\n            let bt_prev = $(\".amplia-midia .bt-prev\");\n            let bt_sair = $(\".amplia-midia .bt-sair\");\n            let amplia_midia = $('.amplia-midia');\n            let container_midia = $('.amplia-midia .container-midia');\n\n            $(\".item-galeria\").click(function () {\n                let clone = $(this).clone();\n                contador = $(this).data('nav');\n                \n                if(contador > 1) {\n                    bt_prev.removeClass('desativado');\n                } else {\n                    bt_prev.addClass('desativado');\n                }\n                    \n                if(contador < totalItens) {\n                    bt_next.removeClass('desativado');\n                } else {\n                    bt_next.addClass('desativado');\n                }\n                \n                container_midia.html(clone);\n                \/\/$(this).clone().appendTo(\".amplia-img\");\n                setTimeout(function() {\n                    amplia_midia.addClass('ativo');\n                    $('html').addClass('no-scroll');\n                }, 300)\n            });\n\n            bt_sair.click(function () {\n                amplia_midia.removeClass('ativo');\n                $('html').removeClass('no-scroll');\n                setTimeout(function() {\n                    container_midia.html('');\n                }, 300)\n            });\n            \n\n            \n            bt_next.click(function () {\n                if(contador < totalItens) {\n                    contador++;\n                    \n                    if(contador == totalItens) {\n                        $(this).addClass('desativado');\n                    } else {\n                        $(this).removeClass('desativado');\n                    }\n                    \n                    if(contador > 1) {\n                        bt_prev.removeClass('desativado');\n                    }\n                }\n                \n                let clone = $('.item-galeria[data-nav=\"'+contador+'\"]').clone();\n                container_midia.css('opacity', 0);\n                \n\n                setTimeout(function() {\n                    container_midia.html(clone);\n                    container_midia.css('opacity', 1);\n                }, 400)\n            });\n            \n            bt_prev.click(function () {\n                if(contador > 1) {\n                    contador--;\n                    \n                    if(contador == 1) {\n                        $(this).addClass('desativado');\n                    } else {\n                        $(this).removeClass('desativado');\n                    }\n                    \n                    if(contador < totalItens) {\n                        bt_next.removeClass('desativado');\n                    }\n                }\n                \n                let clone = $('.item-galeria[data-nav=\"'+contador+'\"]').clone();\n                container_midia.css('opacity', 0);\n                \n\n                setTimeout(function() {\n                    container_midia.html(clone);\n                    container_midia.css('opacity', 1);\n                }, 400)\n            });\n            \n            \n        });\n        \n        \n    });\n\n<\/script>","protected":false},"excerpt":{"rendered":"The exhibition held in Brasilia and S\u00e3o Paulo marked the 10th anniversary of the Telef\u00f3nica Foundation and received the Aberje Award in the Memory and Historical Responsibility category.","protected":false},"featured_media":560,"template":"","categories":[125],"tags":[109,112,113,111,87,99],"ano":[59],"class_list":["post-591","projetos","type-projetos","status-publish","has-post-thumbnail","hentry","category-exhibitions","tag-brasilia-en","tag-faap-museum-of-brazilian-art","tag-institutional-memory","tag-national-museum","tag-sao-paulo-en","tag-science","ano-59"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v19.13 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>So Far, So Close | Expomus<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/expomus.com.br\/en\/projetos\/so-far-so-close\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"So Far, So Close | Expomus\" \/>\n<meta property=\"og:description\" content=\"The exhibition held in Brasilia and S\u00e3o Paulo marked the 10th anniversary of the Telef\u00f3nica Foundation and received the Aberje Award in the Memory and Historical Responsibility category.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/expomus.com.br\/en\/projetos\/so-far-so-close\/\" \/>\n<meta property=\"og:site_name\" content=\"Expomus\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/facebook.com\/Expomus\" \/>\n<meta property=\"article:modified_time\" content=\"2023-03-13T16:01:22+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/expomus.com.br\/wp-content\/uploads\/2023\/02\/095.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"800\" \/>\n\t<meta property=\"og:image:height\" content=\"533\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/expomus.com.br\/en\/projetos\/so-far-so-close\/\",\"url\":\"https:\/\/expomus.com.br\/en\/projetos\/so-far-so-close\/\",\"name\":\"So Far, So Close | Expomus\",\"isPartOf\":{\"@id\":\"https:\/\/expomus.com.br\/en\/#website\"},\"datePublished\":\"2023-02-11T22:38:59+00:00\",\"dateModified\":\"2023-03-13T16:01:22+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/expomus.com.br\/en\/projetos\/so-far-so-close\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/expomus.com.br\/en\/projetos\/so-far-so-close\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/expomus.com.br\/en\/projetos\/so-far-so-close\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"In\u00edcio\",\"item\":\"https:\/\/expomus.com.br\/en\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Projetos\",\"item\":\"https:\/\/expomus.com.br\/en\/portfolio\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"So Far, So Close\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/expomus.com.br\/en\/#website\",\"url\":\"https:\/\/expomus.com.br\/en\/\",\"name\":\"Expomus\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/expomus.com.br\/en\/#organization\"},\"alternateName\":\"Expomus\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/expomus.com.br\/en\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/expomus.com.br\/en\/#organization\",\"name\":\"Expomus\",\"alternateName\":\"Expomus\",\"url\":\"https:\/\/expomus.com.br\/en\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/expomus.com.br\/en\/#\/schema\/logo\/image\/\",\"url\":\"http:\/\/expomus.com.br\/wp-content\/uploads\/2023\/01\/logo-expomus.svg\",\"contentUrl\":\"http:\/\/expomus.com.br\/wp-content\/uploads\/2023\/01\/logo-expomus.svg\",\"width\":\"1920\",\"height\":\"1920\",\"caption\":\"Expomus\"},\"image\":{\"@id\":\"https:\/\/expomus.com.br\/en\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.instagram.com\/expomus\/\",\"https:\/\/www.linkedin.com\/company\/expomus\/\",\"https:\/\/facebook.com\/Expomus\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"So Far, So Close | Expomus","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/expomus.com.br\/en\/projetos\/so-far-so-close\/","og_locale":"en_US","og_type":"article","og_title":"So Far, So Close | Expomus","og_description":"The exhibition held in Brasilia and S\u00e3o Paulo marked the 10th anniversary of the Telef\u00f3nica Foundation and received the Aberje Award in the Memory and Historical Responsibility category.","og_url":"https:\/\/expomus.com.br\/en\/projetos\/so-far-so-close\/","og_site_name":"Expomus","article_publisher":"https:\/\/facebook.com\/Expomus","article_modified_time":"2023-03-13T16:01:22+00:00","og_image":[{"width":800,"height":533,"url":"https:\/\/expomus.com.br\/wp-content\/uploads\/2023\/02\/095.jpg","type":"image\/jpeg"}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/expomus.com.br\/en\/projetos\/so-far-so-close\/","url":"https:\/\/expomus.com.br\/en\/projetos\/so-far-so-close\/","name":"So Far, So Close | Expomus","isPartOf":{"@id":"https:\/\/expomus.com.br\/en\/#website"},"datePublished":"2023-02-11T22:38:59+00:00","dateModified":"2023-03-13T16:01:22+00:00","breadcrumb":{"@id":"https:\/\/expomus.com.br\/en\/projetos\/so-far-so-close\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/expomus.com.br\/en\/projetos\/so-far-so-close\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/expomus.com.br\/en\/projetos\/so-far-so-close\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"In\u00edcio","item":"https:\/\/expomus.com.br\/en\/"},{"@type":"ListItem","position":2,"name":"Projetos","item":"https:\/\/expomus.com.br\/en\/portfolio\/"},{"@type":"ListItem","position":3,"name":"So Far, So Close"}]},{"@type":"WebSite","@id":"https:\/\/expomus.com.br\/en\/#website","url":"https:\/\/expomus.com.br\/en\/","name":"Expomus","description":"","publisher":{"@id":"https:\/\/expomus.com.br\/en\/#organization"},"alternateName":"Expomus","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/expomus.com.br\/en\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/expomus.com.br\/en\/#organization","name":"Expomus","alternateName":"Expomus","url":"https:\/\/expomus.com.br\/en\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/expomus.com.br\/en\/#\/schema\/logo\/image\/","url":"http:\/\/expomus.com.br\/wp-content\/uploads\/2023\/01\/logo-expomus.svg","contentUrl":"http:\/\/expomus.com.br\/wp-content\/uploads\/2023\/01\/logo-expomus.svg","width":"1920","height":"1920","caption":"Expomus"},"image":{"@id":"https:\/\/expomus.com.br\/en\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.instagram.com\/expomus\/","https:\/\/www.linkedin.com\/company\/expomus\/","https:\/\/facebook.com\/Expomus"]}]}},"_links":{"self":[{"href":"https:\/\/expomus.com.br\/en\/wp-json\/wp\/v2\/projetos\/591","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/expomus.com.br\/en\/wp-json\/wp\/v2\/projetos"}],"about":[{"href":"https:\/\/expomus.com.br\/en\/wp-json\/wp\/v2\/types\/projetos"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/expomus.com.br\/en\/wp-json\/wp\/v2\/media\/560"}],"wp:attachment":[{"href":"https:\/\/expomus.com.br\/en\/wp-json\/wp\/v2\/media?parent=591"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/expomus.com.br\/en\/wp-json\/wp\/v2\/categories?post=591"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/expomus.com.br\/en\/wp-json\/wp\/v2\/tags?post=591"},{"taxonomy":"ano","embeddable":true,"href":"https:\/\/expomus.com.br\/en\/wp-json\/wp\/v2\/ano?post=591"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}