This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 0. delete old venv | |
| 1. close the old vscode. | |
| 2. open at the PROJECT LEVEL. | |
| #At a separate terminal | |
| python3 -m venv venv | |
| . venv/bin/activate | |
| pip3 install -r requirements.txt | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env bash | |
| # Abort sign off on any error | |
| set -e | |
| # Start the benchmark timer | |
| SECONDS=0 | |
| # Repository introspection | |
| OWNER=$(gh repo view --json owner --jq .owner.login) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| CONTENTS | 2 | |
| CONTENTS | |
| ABOUT SCAI 3 | |
| FOREWORD TO THE SCAI QUESTIONS 4 | |
| QUESTION 1 RELIABILITY & TRUSTWORTHINESS 6 | |
| QUESTION 2 DATA COLLECTION & SHARING 11 | |
| QUESTION 3 GOVERNANCE STRUCTURE & REGULATORY MEASURES 17 | |
| QUESTION 4 SOLVING SCIENTIFIC PROBLEMS 24 | |
| QUESTION 5 MODELS & ARCHITECTURE DERIVED FROM NATURAL INTELLIGENCE 28 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| This is a `technical role` and management role under Bryan. Bryan is running `Virtual Lab` and `AI for good` for SUSS. | |
| Bryan reports to VP learning services, Prof Lee and Director EMR, Jennifer. It has a flat hierachy and friendly and casual culture at SUSS. | |
| --- | |
| See Virtual Lab infrastructure site: http://suss-vli.github.io | |
| AI for good is an intiative to use AI & LLM to benefit the SUSS community and beyond. http://suss-ai.github.io (currently private) | |
| --- | |
| # What will you be doing | |
| You will be either assisting to expansion of Virtual Lab to SBIZ. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| The packager allows `one zip submission` with `any number of nested folders or files` within. | |
| The only thing that is not allowed is `nested zip` e.g. zip within the zip. | |
| Bryan from VLI |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| {"items":[{"update_timestamp":"2023-09-12T13:51:18+08:00","timestamp":"2023-09-12T13:34:00+08:00","valid_period":{"start":"2023-09-12T12:00:00+08:00","end":"2023-09-13T12:00:00+08:00"},"general":{"forecast":"Thundery Showers","relative_humidity":{"low":60,"high":95},"temperature":{"low":25,"high":33},"wind":{"speed":{"low":15,"high":30},"direction":"SSE"}},"periods":[{"time":{"start":"2023-09-12T12:00:00+08:00","end":"2023-09-12T18:00:00+08:00"},"regions":{"west":"Cloudy","east":"Thundery Showers","central":"Thundery Showers","south":"Cloudy","north":"Thundery Showers"}},{"time":{"start":"2023-09-12T18:00:00+08:00","end":"2023-09-13T06:00:00+08:00"},"regions":{"west":"Partly Cloudy (Night)","east":"Partly Cloudy (Night)","central":"Partly Cloudy (Night)","south":"Partly Cloudy (Night)","north":"Partly Cloudy (Night)"}},{"time":{"start":"2023-09-13T06:00:00+08:00","end":"2023-09-13T12:00:00+08:00"},"regions":{"west":"Partly Cloudy (Day)","east":"Partly Cloudy (Day)","central":"Partly Cloudy (Day)","south":"Par |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| From [email protected] Sat Jan 5 09:14:16 2008 | |
| Return-Path: <[email protected]> | |
| Received: from murder (mail.umich.edu [141.211.14.90]) | |
| by frankenstein.mail.umich.edu (Cyrus v2.3.8) with LMTPA; | |
| Sat, 05 Jan 2008 09:14:16 -0500 | |
| X-Sieve: CMU Sieve 2.3 | |
| Received: from murder ([unix socket]) | |
| by mail.umich.edu (Cyrus v2.2.12) with LMTPA; | |
| Sat, 05 Jan 2008 09:14:16 -0500 | |
| Received: from holes.mr.itd.umich.edu (holes.mr.itd.umich.edu [141.211.14.79]) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| From [email protected] Sat Jan 5 09:14:16 2008 | |
| Return-Path: <[email protected]> | |
| Received: from murder (mail.umich.edu [141.211.14.90]) | |
| by frankenstein.mail.umich.edu (Cyrus v2.3.8) with LMTPA; | |
| Sat, 05 Jan 2008 09:14:16 -0500 | |
| X-Sieve: CMU Sieve 2.3 | |
| Received: from murder ([unix socket]) | |
| by mail.umich.edu (Cyrus v2.2.12) with LMTPA; | |
| Sat, 05 Jan 2008 09:14:16 -0500 | |
| Received: from holes.mr.itd.umich.edu (holes.mr.itd.umich.edu [141.211.14.79]) |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import UIKit | |
| import MapKit | |
| class ViewController: UIViewController { | |
| @IBOutlet private var mapView: MKMapView! | |
| private var artworks: [Artwork] = [] | |
| override func viewDidLoad() { | |
| super.viewDidLoad() | |
| // Set initial location in Honolulu |
NewerOlder