Episode 22: Varun Sivaram

On this podcast, Thomas Byrne, CEO of CleanCapital, sits down with Varun Sivaram, a thought leader in the clean energy space. This podcast discusses the bestseller’s new book “Taming the Sun”, which outlines the current clean energy landscape, and the advances needed to unleash it.

Besides being a writer, Varun Sivaram is a physicist and Chief Technology Officer at ReNew Power Ventures, a multibillion-dollar renewable energy firm. He is also a senior research scholar at Columbia University, a board member for the Stanford University Energy and Environment Institutes, and an editorial board member for the journal “Global Transitions”. Previously, Varun was a professor at Georgetown University and is a Rhodes and a Truman Scholar. Dr. Sivaram holds a degree from Stanford University and a Ph.D. from St. John’s College, Oxford University.

Transcript

Esri Default Marker -

const view = new MapView( container: "viewDiv", map: map, center: [-118.2437, 34.0522], zoom: 13 );

require(["esri/Map", "esri/views/MapView", "esri/Graphic", "esri/geometry/Point"], function(Map, MapView, Graphic, Point) const map = new Map( basemap: "streets-navigation-vector" ); esri default marker

Here’s a clean feature, modeled after the classic red pin used in ArcGIS Online, ArcGIS API for JavaScript, and many ESRI maps. Feature Object (GeoJSON format) "type": "Feature", "geometry": "type": "Point", "coordinates": [-118.2437, 34.0522] , "properties": "title": "ESRI Default Location", "description": "Example point using ESRI default marker style", "marker-symbol": "marker", "marker-color": "#E32F2F", "marker-size": "medium" const view = new MapView( container: "viewDiv", map:

const markerSymbol = type: "simple-marker", style: "circle", color: [227, 47, 47], // ESRI red size: 12, outline: color: [255, 255, 255], width: 2 ; zoom: 13 )

Follow The Experts Only Podcast: