#element-17299529-0c29-4b00-9b87-b1672f0431ba .simple-table-wrapper {
padding: 20px 0;
}
#element-17299529-0c29-4b00-9b87-b1672f0431ba .simple-table {
width: 100%;
border: 1px solid #C9CDCF;
border-spacing: 0;
}
#element-17299529-0c29-4b00-9b87-b1672f0431ba .simple-table td.cell {
border-right: 1px solid #C9CDCF;
border-bottom: 1px solid #C9CDCF;
word-break: break-word;
background-color: #FFFFFF;
width: 14.285714285714%;
}
#element-17299529-0c29-4b00-9b87-b1672f0431ba .simple-table td.cell .paragraph {
width: 90%;
margin: 0 5%;
padding-bottom: 10px;
padding-top: 10px;
text-align: center;
}
#element-17299529-0c29-4b00-9b87-b1672f0431ba .simple-table.style-top tr:first-child td,
#element-17299529-0c29-4b00-9b87-b1672f0431ba .simple-table.style-side td:first-of-type {
background-color: #f8f8f8;
}
#element-17299529-0c29-4b00-9b87-b1672f0431ba .simple-table.style-top tr:first-child td .paragraph,
#element-17299529-0c29-4b00-9b87-b1672f0431ba .simple-table.style-side td:first-of-type .paragraph {
font-weight: 700;
}
#element-17299529-0c29-4b00-9b87-b1672f0431ba .simple-table tr:last-child td {
border-bottom: none;
}
#element-17299529-0c29-4b00-9b87-b1672f0431ba .simple-table td:last-of-type {
border-right: none;
}
#element-17299529-0c29-4b00-9b87-b1672f0431ba .simple-table .empty-content-area-element {
padding-left: 0px !important;
}
Period
|
101 (Apr – Sep 2018)
|
102 (Oct 2018 – Mar 2019)
|
103 (Apr – Sep 2019)
|
104 (Oct 2019 – Mar 2020)
|
105 (Apr – Sep 2020)
|
106 (Oct 2020 – Mar 2021)
|
No. of Australian-led proposals
|
55
|
43
|
44
|
34
|
49
|
58
|
Fraction of all ESO proposals
|
6.1%
|
4.7%
|
4.8%
|
3.7%
|
5.8%
|
5.4%
|
No. of runs requested [1]
|
79
|
72
|
71
|
43
|
71
|
74
|
No. of Large Programmes requested [2]
|
1
|
2
|
2
|
2
|
N/A
|
1
|
Service Mode hours requested
|
900
|
793
|
1325
|
1277
|
1082
|
1462
|
Visitor Mode hours requested
|
426
|
584
|
297
|
160
|
97
|
188
|
VLT/I hours requested
|
1136
|
921
|
1296
|
1251
|
1116
|
1190
|
VLT oversubscription [3]
|
3.1
|
4.3
|
3.2
|
3
|
2.3
|
~2.8
|
Top 3 requested instruments (Runs, requested, Hrs, requested)
|
FLAMES (23, 361);
MUSE (11, 173); X-shooter (11, 157) |
HARPS (13, 432);
FLAMES (18, 290); MUSE (11, 192) |
MUSE (12, 475);
FLAMES (19, 303); X-shooter (10, 187) |
MUSE (15, 810);
X-shooter (10, 124); UVES/FLAMES (3, 96 each) |
UVES (11, 325); MUSE (16, 222); X-shooter (10, 212)
|
MUSE (22, 537); X-shooter (8, 166); UVES (7, 116)
|
SM hours (Runs) allocated
|
264 (20)
|
205 (16)
|
262 (13)
|
364 (11)
|
530 (22)
|
479 (14)
|
VM hours (Runs) allocated
|
147 (7)
|
96 (3)
|
140 (4)
|
64 (3)
|
0
|
14 (1)
|
Total VLT/I time allocated
|
348.5 hrs
|
303 hrs
|
138 hrs
|
314 hrs
|
481 hrs
|
92 hrs [5]
|
Fraction of available VLT/I time [4]
|
8.1%
|
5.3%
|
2.5%
|
5.7%
|
11.2%
|
2.1% [5]
|
function setupElement549588934407721608() {
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},{“columns_index”:6}],”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}],”columns”:7,”rows”:14,”style”:”side”,”alignment”:”center”,”titleColor”:”#f8f8f8″,”backgroundColor”:”#FFFFFF”,”borderColor”:”#C9CDCF”,”tableSizes”:[31,11,12,10,12,9,12]});
_Element.prototype.settings.page_element_id = “549588934407721608”;
_Element.prototype.element_id = “17299529-0c29-4b00-9b87-b1672f0431ba”;
_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-17299529-0c29-4b00-9b87-b1672f0431ba’
});
});
});
}
if (typeof document.documentElement.appReady == ‘undefined’) {
document.documentElement.appReady = 0;
}
if (document.documentElement.appReady || (window.inEditor && window.inEditor())) {
setupElement549588934407721608();
} else if (document.createEvent && document.addEventListener) {
document.addEventListener(‘appReady’, setupElement549588934407721608, false);
} else {
document.documentElement.attachEvent(‘onpropertychange’, function(event){
if (event.propertyName == ‘appReady’) {
setupElement549588934407721608();
}
});
}