#element-fe68d3e1-3c3f-4cfe-a5bf-94c9771fe866 .simple-table-wrapper {
padding: 20px 0;
}
#element-fe68d3e1-3c3f-4cfe-a5bf-94c9771fe866 .simple-table {
width: 100%;
border: 1px solid #C9CDCF;
border-spacing: 0;
}
#element-fe68d3e1-3c3f-4cfe-a5bf-94c9771fe866 .simple-table td.cell {
border-right: 1px solid #C9CDCF;
border-bottom: 1px solid #C9CDCF;
word-break: break-word;
background-color: #FFFFFF;
width: 16.666666666667%;
}
#element-fe68d3e1-3c3f-4cfe-a5bf-94c9771fe866 .simple-table td.cell .paragraph {
width: 90%;
margin: 0 5%;
padding-bottom: 10px;
padding-top: 10px;
text-align: center;
}
#element-fe68d3e1-3c3f-4cfe-a5bf-94c9771fe866 .simple-table.style-top tr:first-child td,
#element-fe68d3e1-3c3f-4cfe-a5bf-94c9771fe866 .simple-table.style-side td:first-of-type {
background-color: #F8F8F8;
}
#element-fe68d3e1-3c3f-4cfe-a5bf-94c9771fe866 .simple-table.style-top tr:first-child td .paragraph,
#element-fe68d3e1-3c3f-4cfe-a5bf-94c9771fe866 .simple-table.style-side td:first-of-type .paragraph {
font-weight: 700;
}
#element-fe68d3e1-3c3f-4cfe-a5bf-94c9771fe866 .simple-table tr:last-child td {
border-bottom: none;
}
#element-fe68d3e1-3c3f-4cfe-a5bf-94c9771fe866 .simple-table td:last-of-type {
border-right: none;
}
#element-fe68d3e1-3c3f-4cfe-a5bf-94c9771fe866 .simple-table .empty-content-area-element {
padding-left: 0px !important;
}
Run ID
|
PI
|
Institution
|
Instrument
|
Hours/nights
|
Mode
|
Murphy
|
Swinburne
|
UVES
|
12.0 h
|
SM
|
|
Macquart
|
Curtin
|
FORS2
|
8.0 h
|
SM
|
|
Macquart
|
Curtin
|
X-Shooter
|
0.5 n
|
VM
|
|
Mahony
|
Sydney
|
X-Shooter
|
17.0 h
|
SM
|
|
Mahony
|
Sydney
|
X-Shooter
|
17.5 h
|
SM
|
|
Drouart
|
Curtin
|
HAWK-I
|
9.0 h
|
SM
|
|
Glazebrook
|
Swinburne
|
X-Shooter
|
2 n
|
VM
|
|
D’Eugenio
|
ANU
|
FLAMES
|
3 n
|
VM
|
|
D’Eugenio
|
ANU
|
FLAMES
|
3 n
|
VM
|
|
Fisher
|
Swinburne
|
SINFONI
|
12.0 h
|
SM
|
|
Lopez-Sanchez
|
AAO
|
MUSE
|
16.0 h
|
SM
|
|
Janowiecki
|
UWA
|
EFOSC2
|
2 n
|
VM
|
|
Janowiecki
|
UWA
|
SOFI
|
1 n
|
VM
|
|
van de Sande
|
Sydney
|
MUSE
|
21.4 h
|
SM
|
|
Spina
|
Monash
|
HARPS
|
3 n
|
VM
|
|
Tuthill
|
Sydney
|
VISIR
|
2.0 h
|
SM
|
|
Tuthill
|
Sydney
|
VISIR
|
10.0 h
|
SM
|
|
Ireland
|
ANU
|
SPHERE
|
10.8 h
|
SM
|
|
Ireland
|
ANU
|
GRAVITY
|
27.0 h
|
SM
|
|
Marino
|
ANU
|
FLAMES
|
9.0 h
|
SM
|
|
Marino
|
ANU
|
FLAMES
|
9.0 h
|
SM
|
|
Marino
|
ANU
|
FLAMES
|
27.0 h
|
SM
|
|
Rains
|
ANU
|
PIONIER
|
14.0 h
|
SM
|
|
Kamath
|
Macquarie
|
UVES
|
2.7 h
|
SM
|
|
Ferrario
|
ANU
|
FORS2
|
26.0 h
|
SM
|
|
Kamath
|
Macquarie
|
SPHERE
|
7.6 h
|
SM
|
|
Kamath
|
Macquarie
|
X-Shooter
|
5.5 h
|
SM
|
function setupElement317139454315086664() {
var requireFunc = window.platformElementRequire || window.require;
// Relies on a global require, specific to platform elements
requireFunc([
‘w-global’,
‘underscore’,
‘jquery’,
‘backbone’,
‘util/platform/elements/PlatformElement’,
‘util/platform/elements/PlatformElementSettings’
], function(
_W,
_,
$,
Backbone,
PlatformElement,
PlatformElementSettings
) {
var dependencies = null || [];
var platform_element_id = “702688850553606843-1.4.3”;
if (typeof _W.loadedPlatformDependencies === ‘undefined’) {
_W.loadedPlatformDependencies = [];
}
if (typeof _W.platformElements === ‘undefined’) {
_W.platformElements = [];
}
if (typeof _W.platformElements[platform_element_id] === ‘undefined’) {
_W.platformElements[platform_element_id] = {};
_W.platformElements[platform_element_id].deferredObject = new $.Deferred();
_W.platformElements[platform_element_id].deferredPromise = _W.platformElements[platform_element_id].deferredObject.promise();
}
if(_.intersection(_W.loadedPlatformDependencies, dependencies).length !== dependencies.length){
_.reduce(dependencies, function(promise, nextScript){
_W.loadedPlatformDependencies.push(nextScript);
return promise.then(function(){
return $.getScript(nextScript);
});
}, $().promise()).then(function(){
_W.platformElements[platform_element_id].deferredObject.resolve();
});
}
if (dependencies.length === 0){
_W.platformElements[platform_element_id].deferredObject.resolve();
}
_W.platformElements[platform_element_id].deferredPromise.done(function(){
var _ElementDefinition = /**
* This is required for element rendering to be possible
* @type {PlatformElement}
*/
(function() {
var SimpleTable = PlatformElement.extend({
initialize: function() {
this.setSizes();
},
setSizes: function() {
var sizes = this.settings.get(‘tableSizes’);
// if the # of columns isn’t the size of the array of lengths, ignore it.
if (sizes && sizes != “default” && this.settings.get(‘columns’) == sizes.length) {
var columns = this.$(‘tr’).each(function(index, value) {
var cells = $(value).find(‘td’).each(function(index2, value2) {
$(value2).css(‘width’, sizes[index2] + ‘%’);
});
});
}
}
});
return SimpleTable;
})();;
if (typeof _ElementDefinition == ‘undefined’ || typeof _ElementDefinition == ‘null’) {
var _ElementDefinition = PlatformElement.extend({});
}
var _Element = _ElementDefinition.extend({
initialize: function() {
// we still want to call the initialize function defined by the developer
// however, we don’t want to call it until placeholders have been replaced
this.placeholderInterval = setInterval(function() {
// so use setInterval to check for placeholders.
if (this.$(‘.platform-element-child-placeholder’).length == 0) {
clearInterval(this.placeholderInterval);
this.constructor.__super__.initialize.apply(this);
}
}.bind(this), 100);
}
});
_Element.prototype.settings = new PlatformElementSettings({“columns_each”:[{“columns_index”:0},{“columns_index”:1},{“columns_index”:2},{“columns_index”:3},{“columns_index”:4},{“columns_index”:5}],”rows_each”:[{“rows_index”:0},{“rows_index”:1},{“rows_index”:2},{“rows_index”:3},{“rows_index”:4},{“rows_index”:5},{“rows_index”:6},{“rows_index”:7},{“rows_index”:8},{“rows_index”:9},{“rows_index”:10},{“rows_index”:11},{“rows_index”:12},{“rows_index”:13},{“rows_index”:14},{“rows_index”:15},{“rows_index”:16},{“rows_index”:17},{“rows_index”:18},{“rows_index”:19},{“rows_index”:20},{“rows_index”:21},{“rows_index”:22},{“rows_index”:23},{“rows_index”:24},{“rows_index”:25},{“rows_index”:26},{“rows_index”:27}],”columns”:6,”rows”:28,”style”:”top”,”alignment”:”center”,”titleColor”:”#F8F8F8″,”backgroundColor”:”#FFFFFF”,”borderColor”:”#C9CDCF”,”tableSizes”:”default”});
_Element.prototype.settings.page_element_id = “317139454315086664”;
_Element.prototype.element_id = “fe68d3e1-3c3f-4cfe-a5bf-94c9771fe866”;
_Element.prototype.user_id = “48250739”;
_Element.prototype.site_id = “253744721533258807”;
_Element.prototype.assets_path = “//marketplace.editmysite.com/uploads/b/marketplace-elements-702688850553606843-1.4.3/assets/”;
new _Element({
el: ‘#element-fe68d3e1-3c3f-4cfe-a5bf-94c9771fe866’
});
});
});
}
if (typeof document.documentElement.appReady == ‘undefined’) {
document.documentElement.appReady = 0;
}
if (document.documentElement.appReady || (window.inEditor && window.inEditor())) {
setupElement317139454315086664();
} else if (document.createEvent && document.addEventListener) {
document.addEventListener(‘appReady’, setupElement317139454315086664, false);
} else {
document.documentElement.attachEvent(‘onpropertychange’, function(event){
if (event.propertyName == ‘appReady’) {
setupElement317139454315086664();
}
});
}
#element-41a31a1b-7694-485f-ab35-3acad2859e28 .simple-table-wrapper {
padding: 20px 0;
}
#element-41a31a1b-7694-485f-ab35-3acad2859e28 .simple-table {
width: 100%;
border: 1px solid #C9CDCF;
border-spacing: 0;
}
#element-41a31a1b-7694-485f-ab35-3acad2859e28 .simple-table td.cell {
border-right: 1px solid #C9CDCF;
border-bottom: 1px solid #C9CDCF;
word-break: break-word;
background-color: #FFFFFF;
width: 16.666666666667%;
}
#element-41a31a1b-7694-485f-ab35-3acad2859e28 .simple-table td.cell .paragraph {
width: 90%;
margin: 0 5%;
padding-bottom: 10px;
padding-top: 10px;
text-align: center;
}
#element-41a31a1b-7694-485f-ab35-3acad2859e28 .simple-table.style-top tr:first-child td,
#element-41a31a1b-7694-485f-ab35-3acad2859e28 .simple-table.style-side td:first-of-type {
background-color: #F8F8F8;
}
#element-41a31a1b-7694-485f-ab35-3acad2859e28 .simple-table.style-top tr:first-child td .paragraph,
#element-41a31a1b-7694-485f-ab35-3acad2859e28 .simple-table.style-side td:first-of-type .paragraph {
font-weight: 700;
}
#element-41a31a1b-7694-485f-ab35-3acad2859e28 .simple-table tr:last-child td {
border-bottom: none;
}
#element-41a31a1b-7694-485f-ab35-3acad2859e28 .simple-table td:last-of-type {
border-right: none;
}
#element-41a31a1b-7694-485f-ab35-3acad2859e28 .simple-table .empty-content-area-element {
padding-left: 0px !important;
}
Run ID
|
PI
|
Institution
|
Instrument
|
Hours/nights
|
Mode
|
Macquart
|
Curtin
|
FORS2
|
12.0 h
|
SM
|
|
Macquart
|
Curtin
|
X-Shooter
|
1 n
|
VM
|
|
Wisnioski
|
ANU
|
KMOS
|
5 n
|
VM
|
|
Forbes
|
Swinburne
|
MUSE
|
6.5 h
|
SM
|
|
Wisnioski
|
ANU
|
FLAMES
|
28.0 h
|
SM
|
|
Brough
|
UNSW
|
MUSE
|
24.0 h
|
SM
|
|
van de Sande
|
Sydney
|
X-Shooter
|
6 n
|
VM
|
|
Lopez-Sanchez
|
AAO
|
MUSE
|
22.0 h
|
SM
|
|
Janowiecki
|
UWA
|
MUSE
|
21.0 h
|
SM
|
|
Tuthill
|
Sydney
|
NACO
|
3.0 h
|
SM
|
|
Kawka
|
ANU
|
X-Shooter
|
1.0 h
|
SM
|
|
Martell
|
UNSW
|
X-Shooter
|
18.0 h
|
SM
|
|
Rains
|
ANU
|
PIONIER
|
6.0 h
|
SM
|
|
Kamath
|
Macquarie
|
X-Shooter
|
7.0 h
|
SM
|
|
Bollen
|
Macquarie
|
GRAVITY
|
1.0 h
|
SM
|
|
Bollen
|
Macquarie
|
GRAVITY
|
1.0 h
|
SM
|
|
Bollen
|
Macquarie
|
GRAVITY
|
2.0 h
|
SM
|
|
Marino
|
ANU
|
FLAMES
|
25.0 h
|
SM
|
|
Kamath
|
Macquarie
|
UVES
|
27.9 h
|
SM
|
function setupElement707527970513191378() {
var requireFunc = window.platformElementRequire || window.require;
// Relies on a global require, specific to platform elements
requireFunc([
‘w-global’,
‘underscore’,
‘jquery’,
‘backbone’,
‘util/platform/elements/PlatformElement’,
‘util/platform/elements/PlatformElementSettings’
], function(
_W,
_,
$,
Backbone,
PlatformElement,
PlatformElementSettings
) {
var dependencies = null || [];
var platform_element_id = “702688850553606843-1.4.3”;
if (typeof _W.loadedPlatformDependencies === ‘undefined’) {
_W.loadedPlatformDependencies = [];
}
if (typeof _W.platformElements === ‘undefined’) {
_W.platformElements = [];
}
if (typeof _W.platformElements[platform_element_id] === ‘undefined’) {
_W.platformElements[platform_element_id] = {};
_W.platformElements[platform_element_id].deferredObject = new $.Deferred();
_W.platformElements[platform_element_id].deferredPromise = _W.platformElements[platform_element_id].deferredObject.promise();
}
if(_.intersection(_W.loadedPlatformDependencies, dependencies).length !== dependencies.length){
_.reduce(dependencies, function(promise, nextScript){
_W.loadedPlatformDependencies.push(nextScript);
return promise.then(function(){
return $.getScript(nextScript);
});
}, $().promise()).then(function(){
_W.platformElements[platform_element_id].deferredObject.resolve();
});
}
if (dependencies.length === 0){
_W.platformElements[platform_element_id].deferredObject.resolve();
}
_W.platformElements[platform_element_id].deferredPromise.done(function(){
var _ElementDefinition = /**
* This is required for element rendering to be possible
* @type {PlatformElement}
*/
(function() {
var SimpleTable = PlatformElement.extend({
initialize: function() {
this.setSizes();
},
setSizes: function() {
var sizes = this.settings.get(‘tableSizes’);
// if the # of columns isn’t the size of the array of lengths, ignore it.
if (sizes && sizes != “default” && this.settings.get(‘columns’) == sizes.length) {
var columns = this.$(‘tr’).each(function(index, value) {
var cells = $(value).find(‘td’).each(function(index2, value2) {
$(value2).css(‘width’, sizes[index2] + ‘%’);
});
});
}
}
});
return SimpleTable;
})();;
if (typeof _ElementDefinition == ‘undefined’ || typeof _ElementDefinition == ‘null’) {
var _ElementDefinition = PlatformElement.extend({});
}
var _Element = _ElementDefinition.extend({
initialize: function() {
// we still want to call the initialize function defined by the developer
// however, we don’t want to call it until placeholders have been replaced
this.placeholderInterval = setInterval(function() {
// so use setInterval to check for placeholders.
if (this.$(‘.platform-element-child-placeholder’).length == 0) {
clearInterval(this.placeholderInterval);
this.constructor.__super__.initialize.apply(this);
}
}.bind(this), 100);
}
});
_Element.prototype.settings = new PlatformElementSettings({“columns_each”:[{“columns_index”:0},{“columns_index”:1},{“columns_index”:2},{“columns_index”:3},{“columns_index”:4},{“columns_index”:5}],”rows_each”:[{“rows_index”:0},{“rows_index”:1},{“rows_index”:2},{“rows_index”:3},{“rows_index”:4},{“rows_index”:5},{“rows_index”:6},{“rows_index”:7},{“rows_index”:8},{“rows_index”:9},{“rows_index”:10},{“rows_index”:11},{“rows_index”:12},{“rows_index”:13},{“rows_index”:14},{“rows_index”:15},{“rows_index”:16},{“rows_index”:17},{“rows_index”:18},{“rows_index”:19}],”columns”:6,”rows”:20,”style”:”top”,”alignment”:”center”,”titleColor”:”#F8F8F8″,”backgroundColor”:”#FFFFFF”,”borderColor”:”#C9CDCF”,”tableSizes”:”default”});
_Element.prototype.settings.page_element_id = “707527970513191378”;
_Element.prototype.element_id = “41a31a1b-7694-485f-ab35-3acad2859e28”;
_Element.prototype.user_id = “48250739”;
_Element.prototype.site_id = “253744721533258807”;
_Element.prototype.assets_path = “//marketplace.editmysite.com/uploads/b/marketplace-elements-702688850553606843-1.4.3/assets/”;
new _Element({
el: ‘#element-41a31a1b-7694-485f-ab35-3acad2859e28’
});
});
});
}
if (typeof document.documentElement.appReady == ‘undefined’) {
document.documentElement.appReady = 0;
}
if (document.documentElement.appReady || (window.inEditor && window.inEditor())) {
setupElement707527970513191378();
} else if (document.createEvent && document.addEventListener) {
document.addEventListener(‘appReady’, setupElement707527970513191378, false);
} else {
document.documentElement.attachEvent(‘onpropertychange’, function(event){
if (event.propertyName == ‘appReady’) {
setupElement707527970513191378();
}
});
}
#element-938276cc-6014-4fdc-be43-dce079dbd596 .simple-table-wrapper {
padding: 20px 0;
}
#element-938276cc-6014-4fdc-be43-dce079dbd596 .simple-table {
width: 100%;
border: 1px solid #C9CDCF;
border-spacing: 0;
}
#element-938276cc-6014-4fdc-be43-dce079dbd596 .simple-table td.cell {
border-right: 1px solid #C9CDCF;
border-bottom: 1px solid #C9CDCF;
word-break: break-word;
background-color: #FFFFFF;
width: 16.666666666667%;
}
#element-938276cc-6014-4fdc-be43-dce079dbd596 .simple-table td.cell .paragraph {
width: 90%;
margin: 0 5%;
padding-bottom: 10px;
padding-top: 10px;
text-align: center;
}
#element-938276cc-6014-4fdc-be43-dce079dbd596 .simple-table.style-top tr:first-child td,
#element-938276cc-6014-4fdc-be43-dce079dbd596 .simple-table.style-side td:first-of-type {
background-color: #F8F8F8;
}
#element-938276cc-6014-4fdc-be43-dce079dbd596 .simple-table.style-top tr:first-child td .paragraph,
#element-938276cc-6014-4fdc-be43-dce079dbd596 .simple-table.style-side td:first-of-type .paragraph {
font-weight: 700;
}
#element-938276cc-6014-4fdc-be43-dce079dbd596 .simple-table tr:last-child td {
border-bottom: none;
}
#element-938276cc-6014-4fdc-be43-dce079dbd596 .simple-table td:last-of-type {
border-right: none;
}
#element-938276cc-6014-4fdc-be43-dce079dbd596 .simple-table .empty-content-area-element {
padding-left: 0px !important;
}
Run ID
|
PI
|
Institution
|
Instrument
|
Hours/nights
|
Mode
|
Macquart
|
Curtin
|
FORS2
|
12.0 h
|
SM
|
|
Macquart
|
Curtin
|
X-Shooter
|
1 n
|
VM
|
|
Montes Quiles
|
UNSW
|
Omegacam
|
10.0 h
|
SM
|
|
Bassett
|
Swinburne
|
FORS2
|
1 n
|
DVM
|
|
Sadler
|
Sydney
|
MUSE
|
3.5 h
|
SM
|
|
Di Teodoro
|
ANU
|
nFLASH
|
40.0 h
|
SM
|
|
Cortese
|
UWA
|
nFLASH
|
48.6 h
|
SM
|
|
Cortese
|
UWA
|
MUSE
|
6.9 h
|
SM
|
|
Cortese
|
UWA
|
nFLASH
|
20.0 h
|
SM
|
|
Forbes
|
Swinburne
|
MUSE
|
27.0 h
|
SM
|
|
Mould
|
Swinburne
|
SOFI
|
3 n
|
VM
|
|
Ryder
|
Macquarie
|
nFLASH
|
25.3 h
|
SM
|
|
Spina
|
Monash
|
HARPS
|
9 n
|
VM
|
|
Christiaens
|
Monash
|
NACO
|
3.3 h
|
SM
|
|
Nordlander
|
ANU
|
UVES
|
30.0 h
|
SM
|
|
Asplund
|
ANU
|
ESPRESSO
|
29.5 h
|
SM
|
|
Cooke
|
Swinburne
|
FORS2
|
5.5 h
|
ToO
|
function setupElement190337704332430024() {
var requireFunc = window.platformElementRequire || window.require;
// Relies on a global require, specific to platform elements
requireFunc([
‘w-global’,
‘underscore’,
‘jquery’,
‘backbone’,
‘util/platform/elements/PlatformElement’,
‘util/platform/elements/PlatformElementSettings’
], function(
_W,
_,
$,
Backbone,
PlatformElement,
PlatformElementSettings
) {
var dependencies = null || [];
var platform_element_id = “702688850553606843-1.4.3”;
if (typeof _W.loadedPlatformDependencies === ‘undefined’) {
_W.loadedPlatformDependencies = [];
}
if (typeof _W.platformElements === ‘undefined’) {
_W.platformElements = [];
}
if (typeof _W.platformElements[platform_element_id] === ‘undefined’) {
_W.platformElements[platform_element_id] = {};
_W.platformElements[platform_element_id].deferredObject = new $.Deferred();
_W.platformElements[platform_element_id].deferredPromise = _W.platformElements[platform_element_id].deferredObject.promise();
}
if(_.intersection(_W.loadedPlatformDependencies, dependencies).length !== dependencies.length){
_.reduce(dependencies, function(promise, nextScript){
_W.loadedPlatformDependencies.push(nextScript);
return promise.then(function(){
return $.getScript(nextScript);
});
}, $().promise()).then(function(){
_W.platformElements[platform_element_id].deferredObject.resolve();
});
}
if (dependencies.length === 0){
_W.platformElements[platform_element_id].deferredObject.resolve();
}
_W.platformElements[platform_element_id].deferredPromise.done(function(){
var _ElementDefinition = /**
* This is required for element rendering to be possible
* @type {PlatformElement}
*/
(function() {
var SimpleTable = PlatformElement.extend({
initialize: function() {
this.setSizes();
},
setSizes: function() {
var sizes = this.settings.get(‘tableSizes’);
// if the # of columns isn’t the size of the array of lengths, ignore it.
if (sizes && sizes != “default” && this.settings.get(‘columns’) == sizes.length) {
var columns = this.$(‘tr’).each(function(index, value) {
var cells = $(value).find(‘td’).each(function(index2, value2) {
$(value2).css(‘width’, sizes[index2] + ‘%’);
});
});
}
}
});
return SimpleTable;
})();;
if (typeof _ElementDefinition == ‘undefined’ || typeof _ElementDefinition == ‘null’) {
var _ElementDefinition = PlatformElement.extend({});
}
var _Element = _ElementDefinition.extend({
initialize: function() {
// we still want to call the initialize function defined by the developer
// however, we don’t want to call it until placeholders have been replaced
this.placeholderInterval = setInterval(function() {
// so use setInterval to check for placeholders.
if (this.$(‘.platform-element-child-placeholder’).length == 0) {
clearInterval(this.placeholderInterval);
this.constructor.__super__.initialize.apply(this);
}
}.bind(this), 100);
}
});
_Element.prototype.settings = new PlatformElementSettings({“columns_each”:[{“columns_index”:0},{“columns_index”:1},{“columns_index”:2},{“columns_index”:3},{“columns_index”:4},{“columns_index”:5}],”rows_each”:[{“rows_index”:0},{“rows_index”:1},{“rows_index”:2},{“rows_index”:3},{“rows_index”:4},{“rows_index”:5},{“rows_index”:6},{“rows_index”:7},{“rows_index”:8},{“rows_index”:9},{“rows_index”:10},{“rows_index”:11},{“rows_index”:12},{“rows_index”:13},{“rows_index”:14},{“rows_index”:15},{“rows_index”:16},{“rows_index”:17}],”columns”:6,”rows”:18,”style”:”top”,”alignment”:”center”,”titleColor”:”#F8F8F8″,”backgroundColor”:”#FFFFFF”,”borderColor”:”#C9CDCF”,”tableSizes”:[16,16,16,16,16,16]});
_Element.prototype.settings.page_element_id = “190337704332430024”;
_Element.prototype.element_id = “938276cc-6014-4fdc-be43-dce079dbd596”;
_Element.prototype.user_id = “48250739”;
_Element.prototype.site_id = “253744721533258807”;
_Element.prototype.assets_path = “//marketplace.editmysite.com/uploads/b/marketplace-elements-702688850553606843-1.4.3/assets/”;
new _Element({
el: ‘#element-938276cc-6014-4fdc-be43-dce079dbd596’
});
});
});
}
if (typeof document.documentElement.appReady == ‘undefined’) {
document.documentElement.appReady = 0;
}
if (document.documentElement.appReady || (window.inEditor && window.inEditor())) {
setupElement190337704332430024();
} else if (document.createEvent && document.addEventListener) {
document.addEventListener(‘appReady’, setupElement190337704332430024, false);
} else {
document.documentElement.attachEvent(‘onpropertychange’, function(event){
if (event.propertyName == ‘appReady’) {
setupElement190337704332430024();
}
});
}
#element-12c228ce-96b8-45be-b186-c0c83debc167 .simple-table-wrapper {
padding: 20px 0;
}
#element-12c228ce-96b8-45be-b186-c0c83debc167 .simple-table {
width: 100%;
border: 1px solid #C9CDCF;
border-spacing: 0;
}
#element-12c228ce-96b8-45be-b186-c0c83debc167 .simple-table td.cell {
border-right: 1px solid #C9CDCF;
border-bottom: 1px solid #C9CDCF;
word-break: break-word;
background-color: #FFFFFF;
width: 16.666666666667%;
}
#element-12c228ce-96b8-45be-b186-c0c83debc167 .simple-table td.cell .paragraph {
width: 90%;
margin: 0 5%;
padding-bottom: 10px;
padding-top: 10px;
text-align: center;
}
#element-12c228ce-96b8-45be-b186-c0c83debc167 .simple-table.style-top tr:first-child td,
#element-12c228ce-96b8-45be-b186-c0c83debc167 .simple-table.style-side td:first-of-type {
background-color: #F8F8F8;
}
#element-12c228ce-96b8-45be-b186-c0c83debc167 .simple-table.style-top tr:first-child td .paragraph,
#element-12c228ce-96b8-45be-b186-c0c83debc167 .simple-table.style-side td:first-of-type .paragraph {
font-weight: 700;
}
#element-12c228ce-96b8-45be-b186-c0c83debc167 .simple-table tr:last-child td {
border-bottom: none;
}
#element-12c228ce-96b8-45be-b186-c0c83debc167 .simple-table td:last-of-type {
border-right: none;
}
#element-12c228ce-96b8-45be-b186-c0c83debc167 .simple-table .empty-content-area-element {
padding-left: 0px !important;
}
Run ID
|
PI
|
Institution
|
Instrument
|
Hours/nights
|
Mode
|
Wolf
|
ANU
|
X-Shooter
|
20.0 h
|
SM
|
|
Seymour
|
Curtin
|
HAWK-I
|
47.4 h
|
SM
|
|
Di Teodoro
|
ANU
|
PI230
|
99.0 h
|
SM
|
|
Wisnioski
|
ANU
|
FORS2
|
8.0 h
|
SM
|
|
Gupta
|
UNSW
|
KMOS
|
3 n
|
VM
|
|
Cameron
|
Melbourne
|
KMOS
|
2 n
|
VM
|
|
Mackey
|
ANU
|
FLAMES
|
3 n
|
VM
|
|
Hashemizadeh
|
UWA
|
MUSE
|
7.7 h
|
SM
|
|
Seitenzahl
|
UNSW
|
MUSE
|
40.0 h
|
SM
|
|
Cooke
|
Swinburne
|
FORS2
|
6.0 h
|
ToO
|
|
Rains
|
ANU
|
PIONIER
|
13.5 h
|
SM
|
|
Rains
|
ANU
|
PIONIER
|
1.5 h
|
SM
|
|
Vennes
|
ANU
|
X-Shooter
|
6.0 h
|
SM
|
|
Foster
|
Sydney
|
MUSE
|
115.0 h
|
Large
|
function setupElement202111629990280651() {
var requireFunc = window.platformElementRequire || window.require;
// Relies on a global require, specific to platform elements
requireFunc([
‘w-global’,
‘underscore’,
‘jquery’,
‘backbone’,
‘util/platform/elements/PlatformElement’,
‘util/platform/elements/PlatformElementSettings’
], function(
_W,
_,
$,
Backbone,
PlatformElement,
PlatformElementSettings
) {
var dependencies = null || [];
var platform_element_id = “702688850553606843-1.4.3”;
if (typeof _W.loadedPlatformDependencies === ‘undefined’) {
_W.loadedPlatformDependencies = [];
}
if (typeof _W.platformElements === ‘undefined’) {
_W.platformElements = [];
}
if (typeof _W.platformElements[platform_element_id] === ‘undefined’) {
_W.platformElements[platform_element_id] = {};
_W.platformElements[platform_element_id].deferredObject = new $.Deferred();
_W.platformElements[platform_element_id].deferredPromise = _W.platformElements[platform_element_id].deferredObject.promise();
}
if(_.intersection(_W.loadedPlatformDependencies, dependencies).length !== dependencies.length){
_.reduce(dependencies, function(promise, nextScript){
_W.loadedPlatformDependencies.push(nextScript);
return promise.then(function(){
return $.getScript(nextScript);
});
}, $().promise()).then(function(){
_W.platformElements[platform_element_id].deferredObject.resolve();
});
}
if (dependencies.length === 0){
_W.platformElements[platform_element_id].deferredObject.resolve();
}
_W.platformElements[platform_element_id].deferredPromise.done(function(){
var _ElementDefinition = /**
* This is required for element rendering to be possible
* @type {PlatformElement}
*/
(function() {
var SimpleTable = PlatformElement.extend({
initialize: function() {
this.setSizes();
},
setSizes: function() {
var sizes = this.settings.get(‘tableSizes’);
// if the # of columns isn’t the size of the array of lengths, ignore it.
if (sizes && sizes != “default” && this.settings.get(‘columns’) == sizes.length) {
var columns = this.$(‘tr’).each(function(index, value) {
var cells = $(value).find(‘td’).each(function(index2, value2) {
$(value2).css(‘width’, sizes[index2] + ‘%’);
});
});
}
}
});
return SimpleTable;
})();;
if (typeof _ElementDefinition == ‘undefined’ || typeof _ElementDefinition == ‘null’) {
var _ElementDefinition = PlatformElement.extend({});
}
var _Element = _ElementDefinition.extend({
initialize: function() {
// we still want to call the initialize function defined by the developer
// however, we don’t want to call it until placeholders have been replaced
this.placeholderInterval = setInterval(function() {
// so use setInterval to check for placeholders.
if (this.$(‘.platform-element-child-placeholder’).length == 0) {
clearInterval(this.placeholderInterval);
this.constructor.__super__.initialize.apply(this);
}
}.bind(this), 100);
}
});
_Element.prototype.settings = new PlatformElementSettings({“columns_each”:[{“columns_index”:0},{“columns_index”:1},{“columns_index”:2},{“columns_index”:3},{“columns_index”:4},{“columns_index”:5}],”rows_each”:[{“rows_index”:0},{“rows_index”:1},{“rows_index”:2},{“rows_index”:3},{“rows_index”:4},{“rows_index”:5},{“rows_index”:6},{“rows_index”:7},{“rows_index”:8},{“rows_index”:9},{“rows_index”:10},{“rows_index”:11},{“rows_index”:12},{“rows_index”:13},{“rows_index”:14}],”columns”:6,”rows”:15,”style”:”top”,”alignment”:”center”,”titleColor”:”#F8F8F8″,”backgroundColor”:”#FFFFFF”,”borderColor”:”#C9CDCF”,”tableSizes”:[16,16,16,16,16,16]});
_Element.prototype.settings.page_element_id = “202111629990280651”;
_Element.prototype.element_id = “12c228ce-96b8-45be-b186-c0c83debc167”;
_Element.prototype.user_id = “48250739”;
_Element.prototype.site_id = “253744721533258807”;
_Element.prototype.assets_path = “//marketplace.editmysite.com/uploads/b/marketplace-elements-702688850553606843-1.4.3/assets/”;
new _Element({
el: ‘#element-12c228ce-96b8-45be-b186-c0c83debc167’
});
});
});
}
if (typeof document.documentElement.appReady == ‘undefined’) {
document.documentElement.appReady = 0;
}
if (document.documentElement.appReady || (window.inEditor && window.inEditor())) {
setupElement202111629990280651();
} else if (document.createEvent && document.addEventListener) {
document.addEventListener(‘appReady’, setupElement202111629990280651, false);
} else {
document.documentElement.attachEvent(‘onpropertychange’, function(event){
if (event.propertyName == ‘appReady’) {
setupElement202111629990280651();
}
});
}
#element-b42902a9-3749-45dc-9ff9-717331eb7f3e .simple-table-wrapper {
padding: 20px 0;
}
#element-b42902a9-3749-45dc-9ff9-717331eb7f3e .simple-table {
width: 100%;
border: 1px solid #C9CDCF;
border-spacing: 0;
}
#element-b42902a9-3749-45dc-9ff9-717331eb7f3e .simple-table td.cell {
border-right: 1px solid #C9CDCF;
border-bottom: 1px solid #C9CDCF;
word-break: break-word;
background-color: #FFFFFF;
width: 16.666666666667%;
}
#element-b42902a9-3749-45dc-9ff9-717331eb7f3e .simple-table td.cell .paragraph {
width: 90%;
margin: 0 5%;
padding-bottom: 10px;
padding-top: 10px;
text-align: center;
}
#element-b42902a9-3749-45dc-9ff9-717331eb7f3e .simple-table.style-top tr:first-child td,
#element-b42902a9-3749-45dc-9ff9-717331eb7f3e .simple-table.style-side td:first-of-type {
background-color: #F8F8F8;
}
#element-b42902a9-3749-45dc-9ff9-717331eb7f3e .simple-table.style-top tr:first-child td .paragraph,
#element-b42902a9-3749-45dc-9ff9-717331eb7f3e .simple-table.style-side td:first-of-type .paragraph {
font-weight: 700;
}
#element-b42902a9-3749-45dc-9ff9-717331eb7f3e .simple-table tr:last-child td {
border-bottom: none;
}
#element-b42902a9-3749-45dc-9ff9-717331eb7f3e .simple-table td:last-of-type {
border-right: none;
}
#element-b42902a9-3749-45dc-9ff9-717331eb7f3e .simple-table .empty-content-area-element {
padding-left: 0px !important;
}
Run ID
|
PI
|
Institution
|
Instrument
|
Hours/nights
|
Mode
|
Foster
|
Sydney
|
MUSE
|
224.2 h
|
SM
|
|
Kacprzak
|
Swinburne
|
UVES
|
9.0 h
|
SM
|
|
Kacprzak
|
Swinburne
|
UVES
|
5.7 h
|
SM
|
|
Macquart
|
Curtin
|
FORS2
|
8.0 h
|
SM
|
|
Macquart
|
Curtin
|
FORS2
|
4.0 h
|
SM
|
|
Macquart
|
Curtin
|
FORS2
|
12.0 h
|
SM
|
|
Macquart
|
Curtin
|
X-shooter
|
10.0 h
|
SM
|
|
Alencastro Puls
|
ANU
|
ESPRESSO
|
34.7 h
|
SM
|
|
Alencastro Puls
|
ANU
|
UVES
|
34.7 h
|
SM
|
|
Cortese
|
UWA
|
MUSE
|
9.0 h
|
SM
|
|
Wisnioski
|
ANU
|
X-shooter
|
4.3 h
|
SM
|
|
Sweet
|
Swinburne
|
MUSE
|
15.0 h
|
SM
|
|
Sweet
|
Swinburne
|
MUSE
|
2.0 h
|
SM
|
|
Nandakumar
|
ANU
|
KMOS
|
21.0 h
|
SM
|
|
Byler
|
ANU
|
X-shooter
|
34.0 h
|
SM
|
|
Bland-Hawthorn
|
Sydney
|
FLAMES
|
30.0 h
|
SM
|
|
Ireland
|
ANU
|
MATISSE
|
3.4 h
|
SM
|
|
Ireland
|
ANU
|
MATISSE
|
1.9 h
|
SM
|
|
Ryder
|
Macquarie
|
nFLASH
|
36.5
|
SM
|
|
Rains
|
ANU
|
PIONIER
|
6.0 h
|
SM
|
|
Rains
|
ANU
|
PIONIER
|
1.5 h
|
SM
|
|
Nordlander
|
ANU
|
UVES
|
23.0 h
|
SM
|
function setupElement793731614227641184() {
var requireFunc = window.platformElementRequire || window.require;
// Relies on a global require, specific to platform elements
requireFunc([
‘w-global’,
‘underscore’,
‘jquery’,
‘backbone’,
‘util/platform/elements/PlatformElement’,
‘util/platform/elements/PlatformElementSettings’
], function(
_W,
_,
$,
Backbone,
PlatformElement,
PlatformElementSettings
) {
var dependencies = null || [];
var platform_element_id = “702688850553606843-1.4.3”;
if (typeof _W.loadedPlatformDependencies === ‘undefined’) {
_W.loadedPlatformDependencies = [];
}
if (typeof _W.platformElements === ‘undefined’) {
_W.platformElements = [];
}
if (typeof _W.platformElements[platform_element_id] === ‘undefined’) {
_W.platformElements[platform_element_id] = {};
_W.platformElements[platform_element_id].deferredObject = new $.Deferred();
_W.platformElements[platform_element_id].deferredPromise = _W.platformElements[platform_element_id].deferredObject.promise();
}
if(_.intersection(_W.loadedPlatformDependencies, dependencies).length !== dependencies.length){
_.reduce(dependencies, function(promise, nextScript){
_W.loadedPlatformDependencies.push(nextScript);
return promise.then(function(){
return $.getScript(nextScript);
});
}, $().promise()).then(function(){
_W.platformElements[platform_element_id].deferredObject.resolve();
});
}
if (dependencies.length === 0){
_W.platformElements[platform_element_id].deferredObject.resolve();
}
_W.platformElements[platform_element_id].deferredPromise.done(function(){
var _ElementDefinition = /**
* This is required for element rendering to be possible
* @type {PlatformElement}
*/
(function() {
var SimpleTable = PlatformElement.extend({
initialize: function() {
this.setSizes();
},
setSizes: function() {
var sizes = this.settings.get(‘tableSizes’);
// if the # of columns isn’t the size of the array of lengths, ignore it.
if (sizes && sizes != “default” && this.settings.get(‘columns’) == sizes.length) {
var columns = this.$(‘tr’).each(function(index, value) {
var cells = $(value).find(‘td’).each(function(index2, value2) {
$(value2).css(‘width’, sizes[index2] + ‘%’);
});
});
}
}
});
return SimpleTable;
})();;
if (typeof _ElementDefinition == ‘undefined’ || typeof _ElementDefinition == ‘null’) {
var _ElementDefinition = PlatformElement.extend({});
}
var _Element = _ElementDefinition.extend({
initialize: function() {
// we still want to call the initialize function defined by the developer
// however, we don’t want to call it until placeholders have been replaced
this.placeholderInterval = setInterval(function() {
// so use setInterval to check for placeholders.
if (this.$(‘.platform-element-child-placeholder’).length == 0) {
clearInterval(this.placeholderInterval);
this.constructor.__super__.initialize.apply(this);
}
}.bind(this), 100);
}
});
_Element.prototype.settings = new PlatformElementSettings({“columns_each”:[{“columns_index”:0},{“columns_index”:1},{“columns_index”:2},{“columns_index”:3},{“columns_index”:4},{“columns_index”:5}],”rows_each”:[{“rows_index”:0},{“rows_index”:1},{“rows_index”:2},{“rows_index”:3},{“rows_index”:4},{“rows_index”:5},{“rows_index”:6},{“rows_index”:7},{“rows_index”:8},{“rows_index”:9},{“rows_index”:10},{“rows_index”:11},{“rows_index”:12},{“rows_index”:13},{“rows_index”:14},{“rows_index”:15},{“rows_index”:16},{“rows_index”:17},{“rows_index”:18},{“rows_index”:19},{“rows_index”:20},{“rows_index”:21},{“rows_index”:22}],”columns”:6,”rows”:23,”style”:”top”,”alignment”:”center”,”titleColor”:”#F8F8F8″,”backgroundColor”:”#FFFFFF”,”borderColor”:”#C9CDCF”,”tableSizes”:[16,16,16,16,16,16]});
_Element.prototype.settings.page_element_id = “793731614227641184”;
_Element.prototype.element_id = “b42902a9-3749-45dc-9ff9-717331eb7f3e”;
_Element.prototype.user_id = “48250739”;
_Element.prototype.site_id = “253744721533258807”;
_Element.prototype.assets_path = “//marketplace.editmysite.com/uploads/b/marketplace-elements-702688850553606843-1.4.3/assets/”;
new _Element({
el: ‘#element-b42902a9-3749-45dc-9ff9-717331eb7f3e’
});
});
});
}
if (typeof document.documentElement.appReady == ‘undefined’) {
document.documentElement.appReady = 0;
}
if (document.documentElement.appReady || (window.inEditor && window.inEditor())) {
setupElement793731614227641184();
} else if (document.createEvent && document.addEventListener) {
document.addEventListener(‘appReady’, setupElement793731614227641184, false);
} else {
document.documentElement.attachEvent(‘onpropertychange’, function(event){
if (event.propertyName == ‘appReady’) {
setupElement793731614227641184();
}
});
}
#element-c9653dd0-1de3-4dc4-969e-7e26f5c5a9bc .simple-table-wrapper {
padding: 20px 0;
}
#element-c9653dd0-1de3-4dc4-969e-7e26f5c5a9bc .simple-table {
width: 100%;
border: 1px solid #C9CDCF;
border-spacing: 0;
}
#element-c9653dd0-1de3-4dc4-969e-7e26f5c5a9bc .simple-table td.cell {
border-right: 1px solid #C9CDCF;
border-bottom: 1px solid #C9CDCF;
word-break: break-word;
background-color: #FFFFFF;
width: 16.666666666667%;
}
#element-c9653dd0-1de3-4dc4-969e-7e26f5c5a9bc .simple-table td.cell .paragraph {
width: 90%;
margin: 0 5%;
padding-bottom: 10px;
padding-top: 10px;
text-align: center;
}
#element-c9653dd0-1de3-4dc4-969e-7e26f5c5a9bc .simple-table.style-top tr:first-child td,
#element-c9653dd0-1de3-4dc4-969e-7e26f5c5a9bc .simple-table.style-side td:first-of-type {
background-color: #F8F8F8;
}
#element-c9653dd0-1de3-4dc4-969e-7e26f5c5a9bc .simple-table.style-top tr:first-child td .paragraph,
#element-c9653dd0-1de3-4dc4-969e-7e26f5c5a9bc .simple-table.style-side td:first-of-type .paragraph {
font-weight: 700;
}
#element-c9653dd0-1de3-4dc4-969e-7e26f5c5a9bc .simple-table tr:last-child td {
border-bottom: none;
}
#element-c9653dd0-1de3-4dc4-969e-7e26f5c5a9bc .simple-table td:last-of-type {
border-right: none;
}
#element-c9653dd0-1de3-4dc4-969e-7e26f5c5a9bc .simple-table .empty-content-area-element {
padding-left: 0px !important;
}
Run ID
|
PI
|
Institution
|
Instrument
|
Hours/nights
|
Mode
|
Roychowdhury
|
UWA
|
nFLASH
|
168.0 h
|
SM
|
|
Bassett
|
Swinburne
|
FORS2
|
1.75 n
|
dVM
|
|
Di Teodoro
|
ANU
|
nFLASH
|
197 h
|
SM
|
|
Watts
|
UWA
|
MUSE
|
8.3 h
|
SM
|
|
Arabsalmani
|
UWA
|
nFLASH
|
30.9 h
|
SM
|
|
Alencastro Puls
|
ANU
|
ESPRESSO
|
11.2 h
|
SM
|
|
Di Teodoro
|
ANU
|
SEPIA180
|
5.5 h
|
SM
|
|
Christiaens
|
Monash
|
GRAVITY
|
6.0 h
|
SM
|
|
Liu
|
Swinburne
|
FLAMES
|
22.0 h
|
SM
|
|
Liu
|
Swinburne
|
FLAMES
|
7.0 h
|
SM
|
|
Soulain
|
Sydney
|
SPHERE
|
4.0 h
|
SM
|
|
Soulain
|
Sydney
|
SPHERE
|
3.0 h
|
SM
|
|
Soulain
|
Sydney
|
SPHERE
|
8.0 h
|
SM
|
|
Rains
|
ANU
|
PIONIER
|
6.8 h
|
SM
|
|
Rains
|
ANU
|
PIONIER
|
1.5 h
|
SM
|
function setupElement233159550354621166() {
var requireFunc = window.platformElementRequire || window.require;
// Relies on a global require, specific to platform elements
requireFunc([
‘w-global’,
‘underscore’,
‘jquery’,
‘backbone’,
‘util/platform/elements/PlatformElement’,
‘util/platform/elements/PlatformElementSettings’
], function(
_W,
_,
$,
Backbone,
PlatformElement,
PlatformElementSettings
) {
var dependencies = null || [];
var platform_element_id = “702688850553606843-1.4.3”;
if (typeof _W.loadedPlatformDependencies === ‘undefined’) {
_W.loadedPlatformDependencies = [];
}
if (typeof _W.platformElements === ‘undefined’) {
_W.platformElements = [];
}
if (typeof _W.platformElements[platform_element_id] === ‘undefined’) {
_W.platformElements[platform_element_id] = {};
_W.platformElements[platform_element_id].deferredObject = new $.Deferred();
_W.platformElements[platform_element_id].deferredPromise = _W.platformElements[platform_element_id].deferredObject.promise();
}
if(_.intersection(_W.loadedPlatformDependencies, dependencies).length !== dependencies.length){
_.reduce(dependencies, function(promise, nextScript){
_W.loadedPlatformDependencies.push(nextScript);
return promise.then(function(){
return $.getScript(nextScript);
});
}, $().promise()).then(function(){
_W.platformElements[platform_element_id].deferredObject.resolve();
});
}
if (dependencies.length === 0){
_W.platformElements[platform_element_id].deferredObject.resolve();
}
_W.platformElements[platform_element_id].deferredPromise.done(function(){
var _ElementDefinition = /**
* This is required for element rendering to be possible
* @type {PlatformElement}
*/
(function() {
var SimpleTable = PlatformElement.extend({
initialize: function() {
this.setSizes();
},
setSizes: function() {
var sizes = this.settings.get(‘tableSizes’);
// if the # of columns isn’t the size of the array of lengths, ignore it.
if (sizes && sizes != “default” && this.settings.get(‘columns’) == sizes.length) {
var columns = this.$(‘tr’).each(function(index, value) {
var cells = $(value).find(‘td’).each(function(index2, value2) {
$(value2).css(‘width’, sizes[index2] + ‘%’);
});
});
}
}
});
return SimpleTable;
})();;
if (typeof _ElementDefinition == ‘undefined’ || typeof _ElementDefinition == ‘null’) {
var _ElementDefinition = PlatformElement.extend({});
}
var _Element = _ElementDefinition.extend({
initialize: function() {
// we still want to call the initialize function defined by the developer
// however, we don’t want to call it until placeholders have been replaced
this.placeholderInterval = setInterval(function() {
// so use setInterval to check for placeholders.
if (this.$(‘.platform-element-child-placeholder’).length == 0) {
clearInterval(this.placeholderInterval);
this.constructor.__super__.initialize.apply(this);
}
}.bind(this), 100);
}
});
_Element.prototype.settings = new PlatformElementSettings({“columns_each”:[{“columns_index”:0},{“columns_index”:1},{“columns_index”:2},{“columns_index”:3},{“columns_index”:4},{“columns_index”:5}],”rows_each”:[{“rows_index”:0},{“rows_index”:1},{“rows_index”:2},{“rows_index”:3},{“rows_index”:4},{“rows_index”:5},{“rows_index”:6},{“rows_index”:7},{“rows_index”:8},{“rows_index”:9},{“rows_index”:10},{“rows_index”:11},{“rows_index”:12},{“rows_index”:13},{“rows_index”:14},{“rows_index”:15}],”columns”:6,”rows”:16,”style”:”top”,”alignment”:”center”,”titleColor”:”#F8F8F8″,”backgroundColor”:”#FFFFFF”,”borderColor”:”#C9CDCF”,”tableSizes”:[16,16,16,16,16,16]});
_Element.prototype.settings.page_element_id = “233159550354621166”;
_Element.prototype.element_id = “c9653dd0-1de3-4dc4-969e-7e26f5c5a9bc”;
_Element.prototype.user_id = “48250739”;
_Element.prototype.site_id = “253744721533258807”;
_Element.prototype.assets_path = “//marketplace.editmysite.com/uploads/b/marketplace-elements-702688850553606843-1.4.3/assets/”;
new _Element({
el: ‘#element-c9653dd0-1de3-4dc4-969e-7e26f5c5a9bc’
});
});
});
}
if (typeof document.documentElement.appReady == ‘undefined’) {
document.documentElement.appReady = 0;
}
if (document.documentElement.appReady || (window.inEditor && window.inEditor())) {
setupElement233159550354621166();
} else if (document.createEvent && document.addEventListener) {
document.addEventListener(‘appReady’, setupElement233159550354621166, false);
} else {
document.documentElement.attachEvent(‘onpropertychange’, function(event){
if (event.propertyName == ‘appReady’) {
setupElement233159550354621166();
}
});
}