Timeline Grouping

This example shows how to use the Timeline Grouping Strategy with the Grid Layout Engine to present a data set on a timeline, useful for things like meeting plans or convention schedules.

This example shows how to use the Timeline Grouping Strategy with the Grid Layout Engine to present a data set on a timeline, useful for things like meeting plans or convention schedules. In the sample, you can change the position of the timeline axis as well as the visibility and position of the headers of the data. To create a timeline view using date-based data, these are the key components: Reference timelinegrouping.js and gridlayout.js. Initialize the time line strategy with TimelineGrouping = new GC.DataViews.TimelineGrouping({}); Use GridLayout to group the data by date using the grouping option array. Set the timeline strategy with groupStrategy: TimelineGrouping. The timeline strategy offers many options that are set with simple options. In this demo, those options can be turned on and off with the buttons along the top.
<!DOCTYPE html> <html lang="en"> <head> <base href="/dataviewsjs/demos/en/sample/DataViews/Timeline/TimelineGrouping/purejs/" /> <meta charset="utf-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <meta name="keywords" content="grouping, timeline" /> <meta name="description" content="This example shows how to use the Timeline Grouping Strategy with the Grid Layout Engine to present a data set on a timeline, useful for things like meeting plans or convention schedules." /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <title>Timeline Grouping | Data Views | MESCIUS DataViewsJS JavaScript Demos</title> <link href="/dataviewsjs/demos/node_modules/normalize.css/normalize.css" rel="stylesheet" type="text/css" /> <link href="/dataviewsjs/demos/static/css/base.css" rel="stylesheet" type="text/css" /> <link href="/dataviewsjs/demos/static/css/bootstrap-snippet.min.css" rel="stylesheet" type="text/css" /> <link href="/dataviewsjs/demos/static/dataviews/gc.dataviews.core.min.css" rel="stylesheet" type="text/css" /> <link href="/dataviewsjs/demos/static/dataviews/gc.dataviews.timeline.min.css" rel="stylesheet" type="text/css" /> <link href="/dataviewsjs/demos/static/dataviews/gc.dataviews.grid.min.css" rel="stylesheet" type="text/css" /> <link href="styles.css" rel="stylesheet" type="text/css" /> <script src="/dataviewsjs/demos/static/js/app-polyfills.min.js" type="text/javascript"></script> <script type="text/javascript"> window.process = { env: { NODE_ENV: 'production', USE_NPM: false, USE_CDN: false, SITE_ROOT: '/dataviewsjs/demos', FRAMEWORK: 'purejs', DVJS_LICENSE_KEY: 'E348418822993781#B0EWvwY4dNNVQqJHUDpFROVWe5ZWNYFlVQFmRsJWRht4Z6lDO4Vla7YUaXhEWxd7Z5YXMuRnY7tWTQRHSlVnaYlXNhlEOpdkZ0FHWYJ5QKd6VXN5aR3ieGhUav9kZTBXWahkYBhEVutmZ72CbjdlZvV5TVdGdiplQsZXe95kUmNmZVF5cJ3mcypWNyx4UydESE3UblxGZyE7KQ94R4BjbUxUewsiaoREMxRDNllWREV6Voh4Q4dDZPRjWrIzUJl4TERXcQZWMHp4Sp9WaMZzN5o6StJmVDJXcwIVVmR6UMVGOlxUW8RmTxZDZTJWVN5GZqJHZuVDMkVGSW3WdxNzKCdDdSB7TzY7cqlnMU5GVyNzNP9WMyhDRvEEOFdkQORDM4dFVlFFWqFWSyMjNQJiOiMlIsISQyIkQ9YjQxIiOigkIsUTM7YjNxYTM0IicfJye&amp;Qf35VfikFVVljI0IyQiwiIxYHITp4c7VWaWFGdhRkI0IiTis7W0ICZyBlIsIiNxUTN6ADI8EDMxMjMwIjI0ICdyNkIsIyc59yc5l6YzVWbuoCLwpmLzVXajNXZt9iKs2WauMXdpN6cl5mLqwSbvNmLzVXajNXZt9iKsAnau26YuMXdpN6cl5mLqwSbvNmL6VGZ9RXajVGchJ7ZuoCLuNmLt36YukHdpNWZwFmcn9iKs46bj9Se4l6YlBXYydmLqwicr9ybj9Se4l6YlBXYydmLqwCcq9ybj9Se4l6YlBXYydmLqIiOiMXbEJCLiMVVJN4UF5kI0ISYONkIsUWdyRnOiwmdFJCLiEDO7MTO9IjM8gTM4gDNzIiOiQWSisnOiQkIsISP3EkVxBVUHFDMplzLlVUdGd7cI9UeIt4SshESzV7NvY7ZxlDOuNTb5tzLr', SJS_LICENSE_KEY: 'E518585142165236#B0wm4nx4QzdlTHRTSOFzcvVnaJdjSnNEeXdTMUtSUzk6bU94QuVXNwZVZjd4SzYjcadXRIVEMzEXTThkVyR7R85UayoHZZBTYQ5mZyh4Shd6VxFXazF4cBNGRG5WTvUGTsV4T6knQYRzKxxUdk9EarplU7d6VLF6KIR7bPJ5N6ZUMWZWaURGRKRDbLJDN5YjSN5mUoxmaxonSD56LEh7Y7RXenpmTvomevZlV9dkaysCO7hTRQFHcGRWQyc5LI9kQmB7QwR4Z7ZHOR3CSXp6SiFWYzFXeXZUSp94K8VDTkFjdwl4KptSYlRWcDxmNE5kS6kzdrkVcNJXROVGbLJkcTNGRzIER8tmd4YGNhh7dxAnMvIHRv46VtBXS4U5KvJ6dZJ6M5p4TxIjd9I5QSpXTTV6SDZXb7lzaL56ZiojITJCLikTQxUTQFV4NiojIIJCLyETO7UzM7kTO0IicfJye&amp;Qf35VfikkR9IkI0IyQiwiIyEjL6ByUKBCZhVmcwNlI0IiTis7W0ICZyBlIsISNwkTN6ADI8EDMxMjMwIjI0ICdyNkIsIyc59yc5l6YzVWbuoCLwpmLzVXajNXZt9iKs2WauMXdpN6cl5mLqwSbvNmLzVXajNXZt9iKsAnau26YuMXdpN6cl5mLqwSbvNmL6VGZ9RXajVGchJ7ZuoCLuNmLt36YukHdpNWZwFmcn9iKs46bj9Se4l6YlBXYydmLqwicr9ybj9Se4l6YlBXYydmLqwCcq9ybj9Se4l6YlBXYydmLqIiOiMXbEJCLiMVVJN4UF5kI0ISYONkIsUWdyRnOiwmdFJCLiYzMyUjNxIDNxUDO5gTM5IiOiQWSiwSfdtlOicGbmJCLlNHbhZmOiI7ckJye0ICbuFkI1pjIEJCLi4TPRtGOhtWWEFWd4IDOLRVRvx4SyMGcDhTW6n4ep', }, }; </script> <script src="/dataviewsjs/demos/node_modules/lodash/lodash.min.js" type="text/javascript"></script> <script src="/dataviewsjs/demos/node_modules/jquery/dist/jquery.min.js" type="text/javascript"></script> <script src="/dataviewsjs/demos/static/dataviews/gc.dataviews.common.min.js" type="text/javascript"></script> <script src="/dataviewsjs/demos/static/dataviews/gc.dataviews.core.min.js" type="text/javascript"></script> <script src="/dataviewsjs/demos/static/dataviews/gc.dataviews.timeline.min.js" type="text/javascript"></script> <script src="/dataviewsjs/demos/static/dataviews/gc.dataviews.grid.min.js" type="text/javascript"></script> <script src="/dataviewsjs/demos/static/js/license.js" type="text/javascript"></script> </head> <body class="theme-default"> <noscript>You need to enable JavaScript to run this app.</noscript> <div class="main-container"> <div class="sample-options"> <div class="option-row" id="timelineCommandPanel"> <div class="btn-group" role="group"> <button id="headerBtn" type="button" class="btn btn-default">Show Header</button> <button id="headerLocationBtn" type="button" class="btn btn-default">Header Position: top</button> </div> </div> <div class="option-row"> <div> <label>Axis Location:</label> </div> <div class="btn-group" role="group"> <button id="left-btn" class="btn btn-default">Left</button> <button id="middle-btn" class="btn btn-default active">Middle</button> <button id="right-btn" class="btn btn-default">Right</button> </div> </div> </div> <div id="grid" class="grid"></div> </div> <script src="locale.js" type="text/javascript"></script> <script src="data.js" type="text/javascript"></script> <script src="app.js" type="text/javascript"></script> </body> </html>
var timeFormatter = 'hh:mmtt'; var showGroupHeader = false; var axisLocation = 'middle'; var headerLocation = 'top'; var presenter = '<img class="employee-photo" src={{=it.photo}} />'; var cols = [ { id: 'topic', dataField: 'topic', }, { id: 'start', dataField: 'start', format: 'MMMM dd, hh:mmtt', }, { id: 'end', dataField: 'end', format: timeFormatter, }, { id: 'speaker', dataField: 'speaker', }, { id: 'content', dataField: 'content', }, { id: 'photo', dataField: 'photo', presenter: presenter, }, ]; var groupDetailEventTemplate = '<div style="margin:5px;">\n <div style="font-size:14px;font-weight: bold;">{{=it.topic}}</div>\n <blockquote style="padding-left: 15px;display: block;font-size:13px;font-family: "Helvetic Neue, Helvetica, Arial">{{=it.content}}</blockquote>\n <span style="margin-right: auto" >{{=it.start}}</span>\n</div>'; var groupSummaryEventTemplate = '<div style="margin:5px;height:60px;">\n <div style="position:absolute;left:0px;width:50px;" data-column="photo"></div>\n <div style="position:absolute;left:50px;">\n <div>{{=it.topic}}</div>\n <div>{{=it.start}}\n</div>'; var groupHeaderMiddleTemplate = '<div>\n <div style="top:12px;text-align: center;">\n <div>\n <div class="group-header-middle">\n <div>{{=it.name}}</div>\n </div>\n </div>\n </div>\n</div>'; var groupHeaderLeftTemplate = '<div style="position: relative;">\n <div style="padding-left:20px;font-size:20px;"><span style="color:#131313;">{{=it.name}}</span></div>\n</div>'; var groupHeaderRightTemplate = '<div style="position: relative;">\n <div style="padding-right:20px;font-size:20px;text-align: right;">\n <span style="color:#131313;">{{=it.name}}</span>\n </div>\n</div>'; var ghTemplate = '<div class="timeline-group-header">\n <div class="point"></div>\n <span class="label">{{=it.name}}<span>\n</div>'; var formatter = new GC.DataViews.GeneralFormatter('mmmm dd'); // triangle var timeline = new GC.DataViews.TimelineGrouping({}); var layout = new GC.DataViews.GridLayout({ grouping: { field: 'start', converter: function converter(field) { return formatter.format(field); }, }, autoRowHeight: true, rowTemplate: groupDetailEventTemplate, groupStrategy: timeline, }); var dataView = new GC.DataViews.DataView(document.getElementById('grid'), data, cols, layout); function changeGroupHeader() { showGroupHeader = !showGroupHeader; update(); } function changeHeaderLocation() { if (headerLocation === 'top') { headerLocation = 'onAxis'; } else { headerLocation = 'top'; } update(); } function changeToLeft() { $('#left-btn').addClass('active'); $('#middle-btn').removeClass('active'); $('#right-btn').removeClass('active'); axisLocation = 'left'; update(); } function changeToMiddle() { $('#middle-btn').addClass('active'); $('#left-btn').removeClass('active'); $('#right-btn').removeClass('active'); axisLocation = 'middle'; update(); dataView.invalidate(); } function changeToRight() { $('#right-btn').addClass('active'); $('#left-btn').removeClass('active'); $('#middle-btn').removeClass('active'); axisLocation = 'right'; update(); dataView.invalidate(); } function update() { var template; if (headerLocation === 'top') { template = axisLocation === 'left' ? groupHeaderLeftTemplate : axisLocation === 'right' ? groupHeaderRightTemplate : groupHeaderMiddleTemplate; } else { template = ghTemplate; } var options = dataView.options; timeline.options.axisLocation = axisLocation; var btn = document.getElementById('headerBtn'); var headerLocationBtn = document.getElementById('headerLocationBtn'); headerLocationBtn.textContent = locale.location + headerLocation; timeline.options.groupHeaderLocation = headerLocation; var grouping = dataView.data.groupDescriptors[0]; if (showGroupHeader) { grouping.header.visible = true; grouping.header.template = template; if (headerLocation === 'top') { timeline.options.gutter = 13; grouping.header.height = 35; } else { timeline.options.gutter = 120; grouping.header.height = 60; } options.rowTemplate = groupSummaryEventTemplate; btn.textContent = locale.hideHeader; } else { grouping.header.template = null; grouping.header.visible = false; options.rowTemplate = groupDetailEventTemplate; btn.textContent = locale.showHeader; timeline.options.gutter = 13; } dataView.invalidate(); } $('#headerBtn').click(changeGroupHeader); $('#headerLocationBtn').click(changeHeaderLocation); $('#left-btn').click(changeToLeft); $('#middle-btn').click(changeToMiddle); $('#right-btn').click(changeToRight);
var data = [ { topic: 'Arrivals', start: 'June 1,2018 9:00:00', end: 'June 1,2018 20:00:00', content: 'All members arrive today and registration begins.', speaker: 'Alice', }, { topic: 'Introductions - Name Game, Hopes, Fears & Expectations', start: 'June 2,2018 9:00:00', end: 'June 2,2018 10:30:00', content: 'Learn who your peers are by introducing yourselfs and playing the name game. Following that, we will discuss what you hope toget out of this conference and what concerns you have.', speaker: 'Steve', }, { topic: 'COFFEE BREAK', start: 'June 2,2018 10:30:00', end: 'June 2,2018 11:00:00', content: 'Mingle with speakers at coffee and lunch breaks, and conference dinners.', speaker: '', }, { topic: 'What is Permaculture & Why do we need it', start: 'June 2,2018 11:00:00', end: 'June 2,2018 12:30:00', content: 'Permaculture is a multi-faceted, in depth design system of agricultural and social design principles centered around simulating or directly utilizing the patterns and features observed in natural ecosystems. They will help us create appropriate, site-specific designs that are both sustainable and regenerative. ', speaker: 'Steve', }, { topic: 'LUNCH BREAK', start: 'June 2,2018 12:30:00', end: 'June 2,2018 13:30:00', content: 'Mingle with speakers at coffee and lunch breaks, and conference dinners.', speaker: '', }, { topic: 'Permaculture Ethics & Philosophies', start: 'June 2,2018 13:30:00', end: 'June 2,2018 15:00:00', content: 'Permaculture principles are a list of attitudes, approaches, and actions that are practical and not system specific.', speaker: 'Steve', }, { topic: 'COFFEE BREAK', start: 'June 2,2018 15:00:00', end: 'June 2,2018 15:30:00', content: 'Mingle with speakers at coffee and lunch breaks, and conference dinners.', speaker: '', }, { topic: 'Permaculture Principals', start: 'June 2,2018 15:30:00', end: 'June 2,2018 16:30:00', content: 'Permaculture was created through the synthesis of many design systems, with the emphasis on nature as the penultimate one. The creation of a modern agricultural sector with a much smaller number of large-scale industrial operations would help.', speaker: 'Steve', }, { topic: 'DINNER', start: 'June 2,2018 17:00:00', end: 'June 2,2018 19:00:00', content: 'Mingle with speakers at coffee and lunch breaks, and conference dinners.', speaker: '', }, { topic: 'Film: Journey to planet earth', start: 'June 2,2018 19:00:00', end: 'June 2,2018 21:00:00', content: 'The opening episode journeys across the planet, from Pole to Pole, discovering how its seasonal journey affects the lives on earth.', speaker: '', }, { topic: 'Natural Systems & Succesion', start: 'June 3,2018 9:00:00', end: 'June 3,2018 10:30:00', content: 'Mingle with speakers at coffee and lunch breaks, and conference dinners.', speaker: 'Steve', }, { topic: 'COFFEE BREAK', start: 'June 3,2018 10:30:00', end: 'June 3,2018 11:00:00', content: 'Mingle with speakers at coffee and lunch breaks, and conference dinners.', speaker: '', }, { topic: 'Theory into Practice Site Tour', start: 'June 3,2018 11:00:00', end: 'June 3,2018 12:30:00', content: "We will see our organization theories applied in the real world with a site tour of the model agricutlural system. If you expereiments work, we will begin applying this in Xi'an. After that, the order goes Raleigh, Pittsburgh, Kirkland, Sendai, Shanghai, Hanoi, Noida, and, finally Rome. The model is on site and very small, so now special travel required.", speaker: 'Tony', }, { topic: 'LUNCH BREAK', start: 'June 3,2018 12:30:00', end: 'June 3,2018 13:30:00', content: 'Mingle with speakers at coffee and lunch breaks, and conference dinners.', speaker: '', }, { topic: 'Web of Life', start: 'June 3,2018 13:30:00', end: 'June 3,2018 15:00:00', content: 'Goal is to maximise the sustainability of the web of life. The creation of a modern agricultural sector with a much smaller number of large-scale industrial operations would help.The modern agriculture and forest need high precision measurement of plant leaf, in order to confirm the best measure force, it needs exactite measurement of elastic mould quantity of the plant.', speaker: 'Tony', }, { topic: 'COFFEE BREAK', start: 'June 3,2018 15:00:00', end: 'June 3,2018 15:30:00', content: 'Mingle with speakers at coffee and lunch breaks, and conference dinners.', speaker: '', }, { topic: 'Economics', start: 'June 3,2018 15:30:00', end: 'June 3,2018 16:30:00', content: 'One view of economics is that it is the study of the economy. The first priority in developing a new socialist countryside is to develop modern agriculture and promote steady expansion of grain production and sustained increase in rural incomes. ', speaker: 'Tony', }, { topic: 'DINNER', start: 'June 3,2018 17:00:00', end: 'June 3,2018 19:00:00', content: 'Mingle with speakers at coffee and lunch breaks, and conference dinners.', speaker: '', }, { topic: 'Film: Money as Debt', start: 'June 3,2018 19:00:00', end: 'June 3,2018 21:00:00', content: 'You can have money on paper. This film proves it.', speaker: '', }, { topic: 'Design Tools SADIMET', start: 'June 4,2018 9:00:00', end: 'June 4,2018 10:30:00', content: 'Design tools introduction.The modern agriculture and forest need high precision measurement of plant leaf, in order to confirm the best measure force, it needs exactite measurement of elastic mould quantity of the plant. ', speaker: 'Steve', }, { topic: 'COFFEE BREAK', start: 'June 4,2018 10:30:00', end: 'June 4,2018 11:00:00', content: 'Mingle with speakers at coffee and lunch breaks, and conference dinners.', speaker: '', }, { topic: 'Zone & Sector Analysis', start: 'June 4,2018 11:00:00', end: 'June 4,2018 12:30:00', content: 'This session gives a systematic approach to surveying agricultral zones.', speaker: 'Steve', }, { topic: 'LUNCH BREAK', start: 'June 4,2018 12:30:00', end: 'June 4,2018 13:30:00', content: 'Mingle with speakers at coffee and lunch breaks, and conference dinners. ', speaker: '', }, { topic: 'Group Dynamics', start: 'June 4,2018 13:30:00', end: 'June 4,2018 15:00:00', content: 'This session starts with introducing the basic characteristics of courses and then analyzes the problems in teaching groups of educated people. Corresponding creative measure and advice is provided. There is no I in team but there certainly is on in win. Steve, our speaker is a winner, but very humble. ', speaker: 'Steve', }, { topic: 'COFFEE BREAK', start: 'June 4,2018 15:00:00', end: 'June 4,2018 15:30:00', content: 'Mingle with speakers at coffee and lunch breaks, and conference dinners.', speaker: '', }, { topic: 'Group Dynamics', start: 'June 4,2018 15:30:00', end: 'June 4,2018 16:30:00', content: 'This session starts with introducing the basic characteristics of courses and then analyzes the problems in teaching groups of educated people. Corresponding creative measure and advice is provided. There is no I in team but there certainly is on in win. Steve, our speaker is a winner, but very humble. ', speaker: 'Steve', }, { topic: 'DINNER', start: 'June 4,2018 17:00:00', end: 'June 4,2018 19:00:00', content: 'Mingle with speakers at coffee and lunch breaks, and conference dinners.', speaker: '', }, { topic: 'Film: A Farm for the Future', start: 'June 4,2018 19:00:00', end: 'June 4,2018 21:00:00', content: 'Modern agriculture and animal husbandry in the Netherlands lead the world in technology, facilities, education and professionalism. ', speaker: '', }, { topic: 'Soil Introduction', start: 'June 5,2018 9:00:00', end: 'June 5,2018 10:30:00', content: 'Permaculture principles are a list of attitudes, approaches, and actions that are practical and not system specific. We will develop modern agriculture and promote the building of a new socialist countryside. ', speaker: 'Fiona', }, { topic: 'COFFEE BREAK', start: 'June 5,2018 10:30:00', end: 'June 5,2018 11:00:00', content: 'Mingle with speakers at coffee and lunch breaks, and conference dinners.', speaker: '', }, { topic: 'Soil Erosion & Conservation', start: 'June 5,2018 11:00:00', end: 'June 5,2018 12:30:00', content: 'Soil erosion is a naturally occurring process on all land. The agents of soil erosion are water and wind, each contributing a significant amount of soil loss each year. Soil erosion may be a slow process that continues relatively unnoticed, or it may occur at an alarming rate causing serious loss of topsoil. ', speaker: 'Steve', }, { topic: 'LUNCH BREAK', start: 'June 5,2018 12:30:00', end: 'June 5,2018 13:30:00', content: 'Mingle with speakers at coffee and lunch breaks, and conference dinners.', speaker: '', }, { topic: 'Soil & Practical Gardening', start: 'June 5,2018 13:30:00', end: 'June 5,2018 15:00:00', content: 'Practical gardening tips for the everyday scientist. Including tips, tricks for specific soil types and helps for an abundant harvest.', speaker: 'Tony', }, { topic: 'COFFEE BREAK', start: 'June 5,2018 15:00:00', end: 'June 5,2018 15:30:00', content: 'Mingle with speakers at coffee and lunch breaks, and conference dinners.', speaker: '', }, { topic: 'Soil Practical Gardening', start: 'June 5,2018 15:30:00', end: 'June 5,2018 16:30:00', content: 'Practical gardening tips for the everyday scientist. Including tips, tricks for specific soil types and helps for an abundant harvest. ', speaker: 'Tony', }, { topic: 'DINNER', start: 'June 5,2018 17:00:00', end: 'June 5,2018 19:00:00', content: 'Mingle with speakers at coffee and lunch breaks, and conference dinners.', speaker: '', }, { topic: 'Film: Dirt the Movie', start: 'June 5,2018 19:00:00', end: 'June 5,2018 21:00:00', content: 'DIRT! The Movie–narrated by Jamie Lee Curtis–brings to life the environmental, economic, social and political impact that the soil has. It shares the stories of experts from all over the world who study and are able to harness the beauty and power of a respectful and mutually beneficial relationship with soil. ', speaker: '', }, { topic: 'Climate', start: 'June 6,2018 9:00:00', end: 'June 6,2018 10:30:00', content: 'This session will insist on the fact that agriculture will not be confronted with unknown situations and that solutions do exist; that we must work with climate change, not against it. ', speaker: 'Fiona', }, { topic: 'TEA BREAK', start: 'June 6,2018 10:30:00', end: 'June 6,2018 11:00:00', content: 'Mingle with speakers at coffee and lunch breaks, and conference dinners. ', speaker: '', }, { topic: 'Micro Climate', start: 'June 6,2018 11:00:00', end: 'June 6,2018 12:30:00', content: 'A microclimate is the climate of a small area that is different from the area around it. It may be warmer or colder, wetter or drier, or more or less prone to frosts. Microclimates may be quite small - a protected courtyard next to a building, for example, that is warmer than an exposed field nearby.', speaker: 'Fiona', }, { topic: 'LUNCH BREAK', start: 'June 6,2018 12:30:00', end: 'June 6,2018 13:30:00', content: 'Mingle with speakers at coffee and lunch breaks, and conference dinners.', speaker: '', }, { topic: 'Design Tools - Site Surveying', start: 'June 6,2018 13:30:00', end: 'June 6,2018 15:00:00', content: 'VisiSite is a wireless site survey tool that creates high-quality soil maps that allow you to visualize your farm on any screen. ', speaker: 'Steve', }, { topic: 'TEA BREAK', start: 'June 6,2018 15:00:00', end: 'June 6,2018 15:30:00', content: 'Mingle with speakers at coffee and lunch breaks, and conference dinners.', speaker: '', }, { topic: 'Cycles of Degredation & Solutions', start: 'June 6,2018 15:30:00', end: 'June 6,2018 16:30:00', content: 'Soil is the earth’s fragile skin that anchors all life on Earth. It is comprised of countless species that create a dynamic and complex ecosystem and is among the most precious resources to humans. Increased demand for agriculture commodities generates incentives to convert forests and grasslands to farm fields and pastures. The transition to agriculture from natural vegetation often cannot hold onto the soil and many of these plants, such as coffee, cotton, palm oil, soybean and wheat, can actually increase soil erosion beyond the soil’s ability to maintain itself.', speaker: 'Tony', }, { topic: 'DINNER', start: 'June 6,2018 17:00:00', end: 'June 6,2018 19:00:00', content: 'Mingle with speakers at coffee and lunch breaks, and conference dinners.', speaker: '', }, { topic: 'Film: Global Gardener 1', start: 'June 6,2018 19:00:00', end: 'June 6,2018 21:00:00', content: 'Global Gardener is a documentary film series about the permaculture approach to sustainable agriculture. The series was produced by Julian Russell for the Australian Broadcasting Corporation; it premiered on Australian television in 1991.', speaker: '', }, { topic: 'Trees', start: 'June 7,2018 9:00:00', end: 'June 7,2018 10:30:00', content: 'Trees are those big things that growing out of the ground. Go hug one..', speaker: 'Steve', }, { topic: 'COFFEE BREAK', start: 'June 7,2018 10:30:00', end: 'June 7,2018 11:00:00', content: 'Mingle with speakers at coffee and lunch breaks, and conference dinners. ', speaker: '', }, { topic: 'Forest Systems', start: 'June 7,2018 11:00:00', end: 'June 7,2018 12:30:00', content: 'This is a sales pitch for Forest systems. They want you to pay them money to go play in the woods.', speaker: 'Steve', }, { topic: 'LUNCH BREAK', start: 'June 7,2018 12:30:00', end: 'June 7,2018 13:30:00', content: 'Mingle with speakers at coffee and lunch breaks, and conference dinners.', speaker: '', }, { topic: 'Earthworks', start: 'June 7,2018 13:30:00', end: 'June 7,2018 15:00:00', content: 'A resource for soils and foundations, this book is a bridge between the world of geotechnical engineering and foundation design and construction activities and inspections dealing with soil conditions and building foundations. ', speaker: 'Tony', }, { topic: 'COFFEE BREAK', start: 'June 7,2018 15:00:00', end: 'June 7,2018 15:30:00', content: 'Mingle with speakers at coffee and lunch breaks, and conference dinners.', speaker: '', }, { topic: 'Tree Planting', start: 'June 7,2018 15:30:00', end: 'June 7,2018 16:30:00', content: 'Snippet - Set the tree in the middle of the hole. Avoid planting the tree too deep. If the root collar sits below the top of the hole, compact some soil under the tree so that the root flare at the base of the trunk is slightly above ground level.', speaker: 'Tony', }, { topic: 'DINNER', start: 'June 7,2018 17:00:00', end: 'June 7,2018 19:00:00', content: 'Mingle with speakers at coffee and lunch breaks, and conference dinners.', speaker: '', }, { topic: 'Film: Global Gardener 2', start: 'June 7,2018 19:00:00', end: 'June 7,2018 21:00:00', content: 'Global Gardener is a series of four half-hour programs looking at examples of garden in different bioregions. BILL MOLLISON is a practical visionary. ', speaker: '', }, { topic: 'Water', start: 'June 8,2018 9:00:00', end: 'June 8,2018 10:30:00', content: 'Water is important. You should attend.', speaker: 'Fiona', }, { topic: 'COFFEE BREAK', start: 'June 8,2018 10:30:00', end: 'June 8,2018 11:00:00', content: 'Mingle with speakers at coffee and lunch breaks, and conference dinners.', speaker: '', }, { topic: 'Earthworks', start: 'June 8,2018 11:00:00', end: 'June 8,2018 12:30:00', content: 'A resource for soils and foundations, this book is a bridge between the world of geotechnical engineering and foundation design and construction activities and inspections dealing with soil conditions and building foundations. ', speaker: 'Steve', }, { topic: 'LUNCH BREAK', start: 'June 8,2018 12:30:00', end: 'June 8,2018 13:30:00', content: 'Mingle with speakers at coffee and lunch breaks, and conference dinners.', speaker: '', }, { topic: 'Aquaculture', start: 'June 8,2018 13:30:00', end: 'June 8,2018 15:00:00', content: 'Aquaculture, also known as aquafarming, is the farming of aquatic organisms such as fish, crustaceans, molluscs and aquatic plants. Aquaculture involves cultivating freshwater and saltwater populations under controlled conditions, and can be contrasted with commercial fishing, which is the harvesting of wild fish.', speaker: 'Steve', }, { topic: 'TEA BREAK', start: 'June 8,2018 15:00:00', end: 'June 8,2018 15:30:00', content: 'Mingle with speakers at coffee and lunch breaks, and conference dinners.', speaker: '', }, { topic: 'Review', start: 'June 8,2018 15:30:00', end: 'June 8,2018 16:30:00', content: 'Tony is going to give a really boring review of what has happend so far. Probably a good time to take a walk.', speaker: 'Tony', }, { topic: 'DINNER', start: 'June 8,2018 17:00:00', end: 'June 8,2018 19:00:00', content: 'Mingle with speakers at coffee and lunch breaks, and conference dinners.', speaker: '', }, { topic: 'Film: Global Gardener 3', start: 'June 8,2018 19:00:00', end: 'June 8,2018 21:00:00', content: 'Global Gardener is a documentary film series about the permaculture approach to sustainable agriculture.', speaker: '', }, { topic: 'Herb Introduction', start: 'June 9,2018 9:00:00', end: 'June 9,2018 10:30:00', content: 'No, not Herb, the security gard in the lobby. This session introduces herbs that you grow.', speaker: 'Fiona', }, { topic: 'TEA BREAK', start: 'June 9,2018 10:30:00', end: 'June 9,2018 11:00:00', content: 'Mingle with speakers at coffee and lunch breaks, and conference dinners.', speaker: '', }, { topic: 'Herb Practical', start: 'June 9,2018 11:00:00', end: 'June 9,2018 12:30:00', content: 'While Herb the Security Guard is a pretty practical guy, this covers how herbs are farmed in practive.', speaker: 'Fiona', }, { topic: 'LUNCH BREAK', start: 'June 9,2018 12:30:00', end: 'June 9,2018 13:30:00', content: 'Mingle with speakers at coffee and lunch breaks, and conference dinners.', speaker: '', }, { topic: 'Afternooon Off', start: 'June 9,2018 13:30:00', end: 'June 9,2018 16:30:00', content: 'You are probably so bored that you are questioning your reason for being here. Take a walk in the woods.', speaker: '', }, { topic: 'DINNER', start: 'June 9,2018 17:00:00', end: 'June 9,2018 19:00:00', content: 'Mingle with speakers at coffee and lunch breaks, and conference dinners.', speaker: '', }, { topic: 'Film: Global Gardener 4', start: 'June 9,2018 19:00:00', end: 'June 9,2018 21:00:00', content: 'Global Gardener is a documentary film series about the permaculture approach to sustainable agriculture.', speaker: '', }, { topic: 'Building Environment Buildings', start: 'June 10,2018 9:00:00', end: 'June 10,2018 10:30:00', content: "Green building (also known as green construction or sustainable building) refers to both a structure and the using of processes that are environmentally responsible and resource-efficient throughout a building's life-cycle: from siting to design, construction, operation, maintenance, renovation, and demolition. In other words, green building design involves finding the balance between homebuilding and the sustainable environment. This requires close cooperation of the design team, the architects, the engineers, and the client at all project stages. The Green Building practice expands and complements the classical building design concerns of economy, utility, durability, and comfort", speaker: 'Steve', }, { topic: 'TEA BREAK', start: 'June 10,2018 10:30:00', end: 'June 10,2018 11:00:00', content: 'Mingle with speakers at coffee and lunch breaks, and conference dinners. ', speaker: '', }, { topic: 'Design Tools Methods', start: 'June 10,2018 11:00:00', end: 'June 10,2018 12:30:00', content: 'There are tons of design tools out there, but do you know how to use them?', speaker: 'Tony', }, { topic: 'LUNCH BREAK', start: 'June 10,2018 12:30:00', end: 'June 10,2018 13:30:00', content: 'Mingle with speakers at coffee and lunch breaks, and conference dinners.', speaker: '', }, { topic: 'Environmental Energy', start: 'June 10,2018 13:30:00', end: 'June 10,2018 15:00:00', content: 'Hippies think that they can get energy from the environment just by concentrating on it. Let us try that. ', speaker: 'Steve', }, { topic: 'COFFEE BREAK', start: 'June 10,2018 15:00:00', end: 'June 10,2018 15:30:00', content: 'Mingle with speakers at coffee and lunch breaks, and conference dinners.', speaker: '', }, { topic: 'Design Groups Site Introduction - Customer Brief', start: 'June 10,2018 15:30:00', end: 'June 10,2018 16:30:00', content: 'This group actually did something for the customer and got paid real money. We will cover their case so you can too.', speaker: 'Tony', }, { topic: 'DINNER', start: 'June 10,2018 17:00:00', end: 'June 10,2018 19:00:00', content: 'Mingle with speakers at coffee and lunch breaks, and conference dinners. ', speaker: '', }, { topic: 'Film: Spaceballs', start: 'June 10,2018 19:00:00', end: 'June 10,2018 21:00:00', content: "Planet Spaceballs President Skroob sends Lord Dark Helmet to steal planet Druidia's abundant supply of air to replenish their own, and only Lone Starr can stop them.", speaker: '', }, ]; var imageNames = ['ds', 'gw', 'bw', 'hh', 'ac']; var index = 0; function getImage() { var imageName; imageName = imageNames[index % 5]; index++; return ''.concat(imageName, '.jpg'); } var SITE_ROOT = window.process.env.SITE_ROOT; _.each(data, function (rec) { rec.photo = ''.concat(SITE_ROOT, '/images/').concat(getImage()); _.each(rec, function (val, prop) { if (prop === 'start' || prop === 'end') { rec[prop] = new Date(val); } }); });
var locale = { display: 'Axis Location:', left: 'Left', middle: 'Middle', right: 'Right', hideHeader: 'Hide Header', showHeader: 'Show Header', location: 'Header Position: ', };
.main-container { display: flex; flex-direction: column; height: 100%; width: 100%; } .sample-options { background: #fbfbfb; box-sizing: border-box; display: flex; align-items: center; flex-wrap: nowrap; overflow: hidden; padding: 10px; flex-grow: 0; flex-shrink: 0; } .sample-options label { display: inline-block; font-weight: normal; margin: 0; margin-right: 5px; } .sample-options .option-row { display: flex; align-items: center; margin-right: 5px; } .grid { height: 100%; width: 100%; flex-grow: 1; flex-shrink: 1; } .gc-grid { border: 1px none #fff; } .employee-photo { border: solid 1px #e0e0e0; border-radius: 50%; height: 40px; margin-left: 5px; margin-right: 5px; width: 40px; } .timeline-leftshape-group { width: 0; } .timeline-rightshape-group { width: 0; } .timelineLeftBtns { display: inline-block; } .timelineRightBtns { display: inline-block; float: right; } .gc-cell-border { border: 0; } .gc-group-header-row { background: initial; } .timeline-group-header { display: flex; flex-direction: column; align-items: center; justify-content: center; } .timeline-group-header .point { width: 26px; height: 26px; border-radius: 50%; background-color: #6cc8cc; } .timeline-group-header .label { background-color: white; color: #333; } .group-header-middle { font-size: 12px; display: inline-block; background: white; color: #333; padding: 5px; border-top: 3px solid #6cc8cc; border-left: 1px solid #b4bbcd; border-right: 1px solid #b4bbcd; border-bottom: 1px solid #b4bbcd; } @media only screen and (max-width: 768px) { .timelineLeftBtns { display: none; } .timelineRightBtns { float: left; } } /*# sourceMappingURL=data:application/json;charset=utf8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIkRhdGFWaWV3cy9UaW1lbGluZS9UaW1lbGluZUdyb3VwaW5nL3B1cmVqcy9zdHlsZXMuc2NzcyIsIkRhdGFWaWV3cy9UaW1lbGluZS9UaW1lbGluZUdyb3VwaW5nL3B1cmVqcy9zdHlsZXMuY3NzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUdBO0VBQ0UsYUFBQTtFQUNBLHNCQUFBO0VBQ0EsWUFBQTtFQUNBLFdBQUE7QUNGRjs7QURLQTtFQUNFLG1CQUFBO0VBQ0Esc0JBQUE7RUFDQSxhQUFBO0VBQ0EsbUJBQUE7RUFDQSxpQkFBQTtFQUNBLGdCQUFBO0VBQ0EsYUFBQTtFQUNBLFlBQUE7RUFDQSxjQUFBO0FDRkY7QURJRTtFQUNFLHFCQUFBO0VBQ0EsbUJBQUE7RUFDQSxTQUFBO0VBQ0EsaUJBQUE7QUNGSjtBREtFO0VBQ0UsYUFBQTtFQUNBLG1CQUFBO0VBQ0EsaUJBQUE7QUNISjs7QURPQTtFQUNFLFlBQUE7RUFDQSxXQUFBO0VBQ0EsWUFBQTtFQUNBLGNBQUE7QUNKRjs7QURPQTtFQUNFLHFCQUFBO0FDSkY7O0FET0E7RUFDRSx5QkFBQTtFQUNBLGtCQUFBO0VBQ0EsWUFBQTtFQUNBLGdCQUFBO0VBQ0EsaUJBQUE7RUFDQSxXQUFBO0FDSkY7O0FET0E7RUFDRSxRQUFBO0FDSkY7O0FET0E7RUFDRSxRQUFBO0FDSkY7O0FET0E7RUFDRSxxQkFBQTtBQ0pGOztBRE9BO0VBQ0UscUJBQUE7RUFDQSxZQUFBO0FDSkY7O0FET0E7RUFDRSxTQUFBO0FDSkY7O0FET0E7RUFDRSxtQkFBQTtBQ0pGOztBRE9BO0VBQ0UsYUFBQTtFQUNBLHNCQUFBO0VBQ0EsbUJBQUE7RUFDQSx1QkFBQTtBQ0pGO0FETUU7RUFDRSxXQUFBO0VBQ0EsWUFBQTtFQUNBLGtCQUFBO0VBQ0EseUJBekZRO0FDcUZaO0FET0U7RUFDRSx1QkFBQTtFQUNBLFdBQUE7QUNMSjs7QURTQTtFQUNFLGVBQUE7RUFDQSxxQkFBQTtFQUNBLGlCQUFBO0VBQ0EsV0FBQTtFQUNBLFlBQUE7RUFDQSw2QkFBQTtFQUNBLDhCQUFBO0VBQ0EsK0JBQUE7RUFDQSxnQ0FBQTtBQ05GOztBRFNBO0VBQ0U7SUFDRSxhQUFBO0VDTkY7O0VEU0E7SUFDRSxXQUFBO0VDTkY7QUFDRiIsImZpbGUiOiJEYXRhVmlld3MvVGltZWxpbmUvVGltZWxpbmVHcm91cGluZy9wdXJlanMvc3R5bGVzLmNzcyIsInNvdXJjZXNDb250ZW50IjpbIiRib3JkZXItY29sb3I6ICNiNGJiY2Q7XG4kZG90LWNvbG9yOiAjNmNjOGNjO1xuXG4ubWFpbi1jb250YWluZXIge1xuICBkaXNwbGF5OiBmbGV4O1xuICBmbGV4LWRpcmVjdGlvbjogY29sdW1uO1xuICBoZWlnaHQ6IDEwMCU7XG4gIHdpZHRoOiAxMDAlO1xufVxuXG4uc2FtcGxlLW9wdGlvbnMge1xuICBiYWNrZ3JvdW5kOiAjZmJmYmZiO1xuICBib3gtc2l6aW5nOiBib3JkZXItYm94O1xuICBkaXNwbGF5OiBmbGV4O1xuICBhbGlnbi1pdGVtczogY2VudGVyO1xuICBmbGV4LXdyYXA6IG5vd3JhcDtcbiAgb3ZlcmZsb3c6IGhpZGRlbjtcbiAgcGFkZGluZzogMTBweDtcbiAgZmxleC1ncm93OiAwO1xuICBmbGV4LXNocmluazogMDtcblxuICBsYWJlbCB7XG4gICAgZGlzcGxheTogaW5saW5lLWJsb2NrO1xuICAgIGZvbnQtd2VpZ2h0OiBub3JtYWw7XG4gICAgbWFyZ2luOiAwO1xuICAgIG1hcmdpbi1yaWdodDogNXB4O1xuICB9XG5cbiAgLm9wdGlvbi1yb3cge1xuICAgIGRpc3BsYXk6IGZsZXg7XG4gICAgYWxpZ24taXRlbXM6IGNlbnRlcjtcbiAgICBtYXJnaW4tcmlnaHQ6IDVweDtcbiAgfVxufVxuXG4uZ3JpZCB7XG4gIGhlaWdodDogMTAwJTtcbiAgd2lkdGg6IDEwMCU7XG4gIGZsZXgtZ3JvdzogMTtcbiAgZmxleC1zaHJpbms6IDE7XG59XG5cbi5nYy1ncmlkIHtcbiAgYm9yZGVyOiAxcHggbm9uZSAjZmZmO1xufVxuXG4uZW1wbG95ZWUtcGhvdG8ge1xuICBib3JkZXI6IHNvbGlkIDFweCAjZTBlMGUwO1xuICBib3JkZXItcmFkaXVzOiA1MCU7XG4gIGhlaWdodDogNDBweDtcbiAgbWFyZ2luLWxlZnQ6IDVweDtcbiAgbWFyZ2luLXJpZ2h0OiA1cHg7XG4gIHdpZHRoOiA0MHB4O1xufVxuXG4udGltZWxpbmUtbGVmdHNoYXBlLWdyb3VwIHtcbiAgd2lkdGg6IDA7XG59XG5cbi50aW1lbGluZS1yaWdodHNoYXBlLWdyb3VwIHtcbiAgd2lkdGg6IDA7XG59XG5cbi50aW1lbGluZUxlZnRCdG5zIHtcbiAgZGlzcGxheTogaW5saW5lLWJsb2NrO1xufVxuXG4udGltZWxpbmVSaWdodEJ0bnMge1xuICBkaXNwbGF5OiBpbmxpbmUtYmxvY2s7XG4gIGZsb2F0OiByaWdodDtcbn1cblxuLmdjLWNlbGwtYm9yZGVyIHtcbiAgYm9yZGVyOiAwO1xufVxuXG4uZ2MtZ3JvdXAtaGVhZGVyLXJvdyB7XG4gIGJhY2tncm91bmQ6IGluaXRpYWw7XG59XG5cbi50aW1lbGluZS1ncm91cC1oZWFkZXIge1xuICBkaXNwbGF5OiBmbGV4O1xuICBmbGV4LWRpcmVjdGlvbjogY29sdW1uO1xuICBhbGlnbi1pdGVtczogY2VudGVyO1xuICBqdXN0aWZ5LWNvbnRlbnQ6IGNlbnRlcjtcblxuICAucG9pbnQge1xuICAgIHdpZHRoOiAyNnB4O1xuICAgIGhlaWdodDogMjZweDtcbiAgICBib3JkZXItcmFkaXVzOiA1MCU7XG4gICAgYmFja2dyb3VuZC1jb2xvcjogJGRvdC1jb2xvcjtcbiAgfVxuXG4gIC5sYWJlbCB7XG4gICAgYmFja2dyb3VuZC1jb2xvcjogd2hpdGU7XG4gICAgY29sb3I6ICMzMzM7XG4gIH1cbn1cblxuLmdyb3VwLWhlYWRlci1taWRkbGUge1xuICBmb250LXNpemU6IDEycHg7XG4gIGRpc3BsYXk6IGlubGluZS1ibG9jaztcbiAgYmFja2dyb3VuZDogd2hpdGU7XG4gIGNvbG9yOiAjMzMzO1xuICBwYWRkaW5nOiA1cHg7XG4gIGJvcmRlci10b3A6IDNweCBzb2xpZCAkZG90LWNvbG9yO1xuICBib3JkZXItbGVmdDogMXB4IHNvbGlkICRib3JkZXItY29sb3I7XG4gIGJvcmRlci1yaWdodDogMXB4IHNvbGlkICRib3JkZXItY29sb3I7XG4gIGJvcmRlci1ib3R0b206IDFweCBzb2xpZCAkYm9yZGVyLWNvbG9yO1xufVxuXG5AbWVkaWEgb25seSBzY3JlZW4gYW5kIChtYXgtd2lkdGg6IDc2OHB4KSB7XG4gIC50aW1lbGluZUxlZnRCdG5zIHtcbiAgICBkaXNwbGF5OiBub25lO1xuICB9XG5cbiAgLnRpbWVsaW5lUmlnaHRCdG5zIHtcbiAgICBmbG9hdDogbGVmdDtcbiAgfVxufVxuIiwiLm1haW4tY29udGFpbmVyIHtcbiAgZGlzcGxheTogZmxleDtcbiAgZmxleC1kaXJlY3Rpb246IGNvbHVtbjtcbiAgaGVpZ2h0OiAxMDAlO1xuICB3aWR0aDogMTAwJTtcbn1cblxuLnNhbXBsZS1vcHRpb25zIHtcbiAgYmFja2dyb3VuZDogI2ZiZmJmYjtcbiAgYm94LXNpemluZzogYm9yZGVyLWJveDtcbiAgZGlzcGxheTogZmxleDtcbiAgYWxpZ24taXRlbXM6IGNlbnRlcjtcbiAgZmxleC13cmFwOiBub3dyYXA7XG4gIG92ZXJmbG93OiBoaWRkZW47XG4gIHBhZGRpbmc6IDEwcHg7XG4gIGZsZXgtZ3JvdzogMDtcbiAgZmxleC1zaHJpbms6IDA7XG59XG4uc2FtcGxlLW9wdGlvbnMgbGFiZWwge1xuICBkaXNwbGF5OiBpbmxpbmUtYmxvY2s7XG4gIGZvbnQtd2VpZ2h0OiBub3JtYWw7XG4gIG1hcmdpbjogMDtcbiAgbWFyZ2luLXJpZ2h0OiA1cHg7XG59XG4uc2FtcGxlLW9wdGlvbnMgLm9wdGlvbi1yb3cge1xuICBkaXNwbGF5OiBmbGV4O1xuICBhbGlnbi1pdGVtczogY2VudGVyO1xuICBtYXJnaW4tcmlnaHQ6IDVweDtcbn1cblxuLmdyaWQge1xuICBoZWlnaHQ6IDEwMCU7XG4gIHdpZHRoOiAxMDAlO1xuICBmbGV4LWdyb3c6IDE7XG4gIGZsZXgtc2hyaW5rOiAxO1xufVxuXG4uZ2MtZ3JpZCB7XG4gIGJvcmRlcjogMXB4IG5vbmUgI2ZmZjtcbn1cblxuLmVtcGxveWVlLXBob3RvIHtcbiAgYm9yZGVyOiBzb2xpZCAxcHggI2UwZTBlMDtcbiAgYm9yZGVyLXJhZGl1czogNTAlO1xuICBoZWlnaHQ6IDQwcHg7XG4gIG1hcmdpbi1sZWZ0OiA1cHg7XG4gIG1hcmdpbi1yaWdodDogNXB4O1xuICB3aWR0aDogNDBweDtcbn1cblxuLnRpbWVsaW5lLWxlZnRzaGFwZS1ncm91cCB7XG4gIHdpZHRoOiAwO1xufVxuXG4udGltZWxpbmUtcmlnaHRzaGFwZS1ncm91cCB7XG4gIHdpZHRoOiAwO1xufVxuXG4udGltZWxpbmVMZWZ0QnRucyB7XG4gIGRpc3BsYXk6IGlubGluZS1ibG9jaztcbn1cblxuLnRpbWVsaW5lUmlnaHRCdG5zIHtcbiAgZGlzcGxheTogaW5saW5lLWJsb2NrO1xuICBmbG9hdDogcmlnaHQ7XG59XG5cbi5nYy1jZWxsLWJvcmRlciB7XG4gIGJvcmRlcjogMDtcbn1cblxuLmdjLWdyb3VwLWhlYWRlci1yb3cge1xuICBiYWNrZ3JvdW5kOiBpbml0aWFsO1xufVxuXG4udGltZWxpbmUtZ3JvdXAtaGVhZGVyIHtcbiAgZGlzcGxheTogZmxleDtcbiAgZmxleC1kaXJlY3Rpb246IGNvbHVtbjtcbiAgYWxpZ24taXRlbXM6IGNlbnRlcjtcbiAganVzdGlmeS1jb250ZW50OiBjZW50ZXI7XG59XG4udGltZWxpbmUtZ3JvdXAtaGVhZGVyIC5wb2ludCB7XG4gIHdpZHRoOiAyNnB4O1xuICBoZWlnaHQ6IDI2cHg7XG4gIGJvcmRlci1yYWRpdXM6IDUwJTtcbiAgYmFja2dyb3VuZC1jb2xvcjogIzZjYzhjYztcbn1cbi50aW1lbGluZS1ncm91cC1oZWFkZXIgLmxhYmVsIHtcbiAgYmFja2dyb3VuZC1jb2xvcjogd2hpdGU7XG4gIGNvbG9yOiAjMzMzO1xufVxuXG4uZ3JvdXAtaGVhZGVyLW1pZGRsZSB7XG4gIGZvbnQtc2l6ZTogMTJweDtcbiAgZGlzcGxheTogaW5saW5lLWJsb2NrO1xuICBiYWNrZ3JvdW5kOiB3aGl0ZTtcbiAgY29sb3I6ICMzMzM7XG4gIHBhZGRpbmc6IDVweDtcbiAgYm9yZGVyLXRvcDogM3B4IHNvbGlkICM2Y2M4Y2M7XG4gIGJvcmRlci1sZWZ0OiAxcHggc29saWQgI2I0YmJjZDtcbiAgYm9yZGVyLXJpZ2h0OiAxcHggc29saWQgI2I0YmJjZDtcbiAgYm9yZGVyLWJvdHRvbTogMXB4IHNvbGlkICNiNGJiY2Q7XG59XG5cbkBtZWRpYSBvbmx5IHNjcmVlbiBhbmQgKG1heC13aWR0aDogNzY4cHgpIHtcbiAgLnRpbWVsaW5lTGVmdEJ0bnMge1xuICAgIGRpc3BsYXk6IG5vbmU7XG4gIH1cblxuICAudGltZWxpbmVSaWdodEJ0bnMge1xuICAgIGZsb2F0OiBsZWZ0O1xuICB9XG59Il19 */