title |
---|
Asia |
The 2022 Asian Regional Workshop on SciTinyML: Scientific Use of Machine Learning on Low-Power Devices was run virtually from June 6-10, 2022.
We hope you enjoyed the workshop!
{% include schedule_table table_data = site.data.asia_schedule %}
<script> // top time var start = new Date('10/18/2021 7:00:00 AM UTC'); var end = new Date('10/18/2021 10:00:00 AM UTC'); var localTime = start.toLocaleTimeString([], {timeStyle: 'short'}) + " to " + end.toLocaleTimeString([], {timeStyle: 'short'}); var startString = "The workshop will run each day from 7:00 AM to 10:00 AM UTC (and until 11:00 AM UTC on Friday) which is " var endString = " in your local timezone (according to your computer system time). Times below adjusted to that time zone. Exact timing and topics subject to change." document.getElementById('LOCAL_TIME').innerHTML = startString + localTime + endString; // all times var timeElements = document.getElementsByClassName("GMT_TIME"); for (var i = 0; i < timeElements.length; i++) { dateStr = '10/18/2021 ' + timeElements[i].innerHTML + ' UTC' var gmt_time = new Date(dateStr); timeElements[i].innerHTML = gmt_time.toLocaleTimeString([], {timeStyle: 'short'}) } </script>