-
Notifications
You must be signed in to change notification settings - Fork 0
/
keynote.html
67 lines (53 loc) · 2.81 KB
/
keynote.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" media="screen" href="ourstylesheet.css">
<link rel="icon" type="image/x-icon" href="wombat-icon-web.ico">
<title>WOMBAT: Workshop organised by Monash Business Analytics Team</title>
</head>
<body>
<!-- HEADER -->
<div id="header_wrap" class="outer">
<header class="inner">
<img src="wombat-icon-web.png" align="right" width="300">
<h1 id="project_title"> Open the World with Open Source</h1>
<h2 id="project_tagline" > <a href="https://numbats.github.io/WOMBAT2024/" > Workshop Organised by the Monash Business Analytics Team (WOMBAT) </a> </h2>
</header>
</div>
<!-- MAIN CONTENT -->
<div id="main_content_wrap" class="outer">
<section id="main_content" class="inner">
<hr>
<strong>Chair:</strong> Di Cook
<br><br>
<table border="0">
<tr>
<td>
<p><a href="https://www.linkedin.com/in/michael-lawrence-74a9b482/"><img src="michael.jpeg" width="200px"></a>
</td>
<td>
<strong> <a href="https://github.com/lawremi">Michael Lawrence</a> </strong> <br>
Director of Data Science and Statistical Computing at Genentech <br>
Topic: <a href="keynote.html" target="_blank"> <em> S7: A New Object-oriented System for R </em></a> <br>
<br>
Two core design philosophies of R are that R is extensible by users and everything is an object. Package developeRs seek to take advantage of these synergistic principles by defining their own types of objects, as well as extending objects defined in base R and third party packages. We propose S7, a new system for object-oriented programming in R that implements many of the advancements made by S4 on top of the more fundamental S3 system, while also bringing its own ideas to this area of research. This talk will outline the core features of S7 and demonstrate it through an object-oriented interface between R and Large Language Models (LLMs).
<br>
<br>
Michael Lawrence is a member of <a href="https://www.r-project.org"> R Core and R Foundation</a>, contributor to <a href="https://bioconductor.org">BioConductor</a>,
member of the <a href="https://forwards.github.io"> forwards taskforce</a>. He is a leader, scientist, engineer and open-source contributor dedicated to finding new ways to derive insights from data. At Genentech, he is helping define the vision and strategy for how to revolutionize drug discovery through advanced computation and leveraging data at scale.
<br>
</td>
</tr>
</table>
</section>
</div>
<!-- FOOTER -->
<div id="footer_wrap" class="outer">
<footer class="inner">
Copyright ©2015-2024 Monash University</p>
</footer>
</div>
</body>
</html>