La misión Galactic 06 de Virgin Galactic tiene previsto enviar a seis personas al espacio este viernes (26). Entre la tripulación del sexto vuelo espacial comercial se encuentra la primera mujer ucraniana que va al espacio. Según reveló la empresa, ella vive en Nevada, Estados Unidos.
Para los que tienen prisa:
- La tripulación del sexto vuelo espacial comercial de Virgin Galactic cuenta con la primera mujer ucraniana en ir al espacio, además de una austriaca y estadounidenses (uno de Texas y el otro de California);
- El vuelo tiene previsto despegar este viernes (26), durante la ventana de lanzamiento que se abre a las 14 horas (hora de Brasilia), en Spaceport America, en Nuevo México (EE.UU.);
- Hasta que se publicó esta nota, Virgin Galactic no había mencionado si retransmitiría en directo el lanzamiento. Es probable que la compañía publique actualizaciones del X durante el vuelo, como lo ha hecho en misiones recientes.
Hasta el jueves (25), Virgin Galactic no había revelado las identidades de los pasajeros del Galactic 06, sólo había revelado las naciones y/o estados de origen. Además del ucraniano que vive en Nevada, un pasajero es austriaco y los otros dos son estadounidenses (uno de Texas y otro de California).
Lea mas:
El vuelo tiene previsto despegar del Spaceport America, en Nuevo México, durante una ventana de lanzamiento que se abre a las 14 horas (hora de Brasilia). Hasta que se publicó esta nota, Virgin Galactic no había mencionado si retransmitiría en directo el lanzamiento. Es probable que la empresa publique actualizaciones. en X (antiguo Twitter) durante el vuelo, como se ha hecho en misiones recientes.
Sexto vuelo espacial comercial de Virgin Galactic
En todos los vuelos tripulados de Virgin Galactic, la compañía utiliza un avión espacial llamado VSS Unity, que es transportado a una determinada altitud por el portaaviones VMS Eve, luego se activan los motores del Unity y se desacopla para continuar el vuelo.
Estos vuelos son suborbitales, lo que significa que no alcanzan la velocidad suficiente para alcanzar la órbita de la Tierra. Así, el vehículo se eleva hasta un cierto punto y luego regresa a la Tierra, sin dar la vuelta al planeta. Aun así, durante unos instantes los pasajeros experimentan la sensación de gravedad cero.
Los vuelos de Virgin Galactic suelen alcanzar una altitud de unos 85 km, lo que plantea una pregunta: ¿los pasajeros realmente tienen una experiencia espacial? Esto se debe a que los datos oficiales difieren en cuanto al punto exacto que establece el límite entre la atmósfera terrestre y el espacio exterior.
Según los estándares de la NASA, la Administración Federal de Aviación de los EE. UU. (FAA) y las Fuerzas Armadas de los EE. UU., esta frontera se encuentra a 80 km sobre la superficie de la Tierra. Sin embargo, la Federación Aeronáutica Internacional (FAI) ha establecido otro hito, a 100 km sobre el nivel del mar, conocido como Línea Kármán.
Virgin Galactic siempre selecciona a un astronauta empleado para acompañar a los pasajeros como instructor a bordo del VSS Unity, pilotado por dos pilotos. Otros dos pilotean el portaaviones VMS EVE.
},
// Lazy:Comments
commentsHidderWidget: function(){
if (!OD._commentsHidderWidget) OD._commentsHidderWidget = OD.e('cmtHiddder');
return OD._commentsHidderWidget;
},
commentsWidget: function(){
if (!OD._commentsWidget) OD._commentsWidget = OD.e('postComments');
return OD._commentsWidget;
},
commentsInit: function(){
var script, head = document.head;
OD.commentsOK = true;
script = document.createElement("script");
script.setAttribute("src", "https://connect.facebook.net/en_US/sdk.js#xfbml=1&version=v2.6");
script.setAttribute("async", "false");
script.setAttribute("onload", "FB.XFBML.parse();");
head.insertBefore(script, head.firstElementChild);
},
// Lazy:Taboola
taboolaWidget: function(){
// Desabilitado por conta da MGID
return false;
if (!OD._taboolaWidget) OD._taboolaWidget = OD.e('widgetTaboola');
return OD._taboolaWidget;
},
taboolaInit: function(){
var script, head = document.head;
if (OD.taboolaOK === true) return;
OD.taboolaOK = true;
// 3rd tag
window._taboola = window._taboola || [];
_taboola.push({article:'auto'});
!function (e, f, u, i) {
if (!document.getElementById(i)){e.async = 1; e.src = u;e.id = i;f.parentNode.insertBefore(e, f);}
}(document.createElement('script'), document.getElementsByTagName('script')[0], '//cdn.taboola.com/libtrc/olhardigital/loader.js', 'tb_loader_script');
if(window.performance && typeof window.performance.mark == 'function') {window.performance.mark('tbl_ic');}
},
// Lazy:openWeb
openWebWidget: function(){
if (!OD._openWebWidget) OD._openWebWidget = OD.e('widgetOpenWeb');
return OD._openWebWidget;
},
openWebInit: function(){
if (OD.openWebOK === true) return;
OD.openWebOK = true;
// 3rd tag
!function (e, f, u, i) {
if (!document.getElementById(i)){e.async = 1; e.src = u; e.setAttribute('data-spotim-module', 'spotim-launcher'); e.id = i;f.parentNode.insertBefore(e, f);}
}(document.createElement('script'), document.getElementsByTagName('script')[0], '//launcher.spot.im/spot/sp_ScWcqqRz', 'scriptOpenWeb');
if(window.performance && typeof window.performance.mark == 'function') {window.performance.mark('oweb_prfmrk');}
},
// Lazy:MGID
mgidWidget: function(){
// if (!OD._mgidWidget) OD._mgidWidget = OD.e('M806238ScriptRootC1311647');
if (!OD._mgidWidget) OD._mgidWidget = OD.e('M806238ScriptRootC1501896');
return OD._mgidWidget;
},
mgidInit: function(){
var script, head = document.head;
if (OD.mgidOK === true) return;
OD.mgidOK = true;
// MGID Loader
(function (e, f, u, i) {
if (!document.getElementById(i)){e.async = 1; e.src = u; f.appendChild(e);}
})(document.createElement('script'), document.getElementsByTagName('body')[0], '//jsc.mgid.com/o/l/olhardigital.com.br.1501896.js');
},
// Ajax
getJSON: function(url, data, success, error, complete){
success = success||function(){};
OD.getHTML(url, data, function(responseText){
success(JSON.parse(xhr.responseText));
}, error, complete);
},
getHTML:function(url, data, success, error, complete) {
var xhr = new XMLHttpRequest(),
serialize = function(obj){
var p, str=[];
for (p in obj) {
if (!obj.hasOwnProperty(p)) continue;
str.push(encodeURIComponent(p) + "=" + encodeURIComponent(obj[p]));
}
return str.join("&");
};
xhr.withCredentials = true;
success = success || function() {};
complete = complete || function() {};
error = error || function() {}
xhr.onreadystatechange = function() {
if (xhr.readyState != 4) return;
if (xhr.status == 200) success(xhr.responseText);
else error(xhr.status, xhr.responseText);
complete();
}
xhr.open('GET', url+'&'+serialize(data),true);
xhr.send();
},
// Util
e: function(id){
return document.getElementById(id);
},
isInViewPort: function(element){
var rect, top, bottom;
if (!element) return false;
rect=element.getBoundingClientRect();
top=rect.top;
bottom=rect.bottom;
return (top>=0 && bottom<=window.innerHeight);
},
toggleClass: function(id, className){
var e = OD.e(id);
if (e.classList.contains(className)) {e.classList.remove(className); return false;}
else {e.classList.add(className); return true;}
},
toggleSearch: function(){
if (OD.toggleClass('mainSearch', 'show')) OD.e('mainSearchInput').focus();
},
getUrlParameter: function(name) {
var url = window.location.href.split('?'), vars, upar, i;
url.shift();
vars = unescape(url.join('?')).split('&');
for (i = 0; i < vars.length; i++) {
upar = vars[i].split('=');
if (upar[0] === name) {
if (upar[1] === undefined) return '';
return upar[1].replace(/\+/g, ' ');
}
}
return '';
},
// Resfresh
setupPageRefresh: function(){
var seconds = parseInt(OD.e('body').getAttribute('data-refresh'), 10);
if (seconds<=0) return;
window.setTimeout(function(){location.reload();}, Math.max(30,seconds)*1000);
},
// Behaviors
linkTargetPopup: function(e){
var path=e.path||e.composedPath(), link=false, i, w=600, h=600,l,t,coords="";
if (!path) return;
for (i=0; i
//////////////////////////////////////////////// // OpenWeb //////////////////////////////////////////////// window.OD.addOnLoad(function(){ // Apenas matérias if (!OD.postID) return; // Callbacks window.openWeb_onNewUnseen = function(count) { var e = document.getElementById('openWebBellBadge'); if (e){e.innerText = count; e.setAttribute('data-unseen', (count>0 ? 'yes' : 'no'));} } window.openWeb_openNotifications = function(){ var payload = {postId: OD.postID, instanceId: "EmbeddedNotifications"}; if (typeof window.__OW_OPEN_NOTIFICATIONS__ === 'function') { window.__OW_OPEN_NOTIFICATIONS__(payload); window.openWeb_onNewUnseen(0); return; } document.addEventListener('ow-notifications-sdk-ready', function() { window.__OW_OPEN_NOTIFICATIONS__(payload); window.openWeb_onNewUnseen(0); }); // clicked but not loaded, load now if available window.OD.openWebInit(); }; // Init if (typeof window.__OW_SUBSCRIBE_TO_NOTIFICATIONS__ === 'function') { window.__OW_SUBSCRIBE_TO_NOTIFICATIONS__(OD.postID, window.openWeb_onNewUnseen); return; } document.addEventListener('ow-notifications-sdk-ready', function(){ window.__OW_SUBSCRIBE_TO_NOTIFICATIONS__(OD.postID, window.openWeb_onNewUnseen); }); });
«Aspirante a especialista en café. Solucionador de problemas. Fanático de los viajes. Creador. Apasionado aficionado a la televisión».