BEGIN:VCALENDAR
VERSION:2.0
PRODID:-//Penn Engineering Events - ECPv6.15.20//NONSGML v1.0//EN
CALSCALE:GREGORIAN
METHOD:PUBLISH
X-WR-CALNAME:Penn Engineering Events
X-ORIGINAL-URL:https://seasevents.nmsdev7.com
X-WR-CALDESC:Events for Penn Engineering Events
REFRESH-INTERVAL;VALUE=DURATION:PT1H
X-Robots-Tag:noindex
X-PUBLISHED-TTL:PT1H
BEGIN:VTIMEZONE
TZID:America/New_York
BEGIN:DAYLIGHT
TZOFFSETFROM:-0500
TZOFFSETTO:-0400
TZNAME:EDT
DTSTART:20180311T070000
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0400
TZOFFSETTO:-0500
TZNAME:EST
DTSTART:20181104T060000
END:STANDARD
BEGIN:DAYLIGHT
TZOFFSETFROM:-0500
TZOFFSETTO:-0400
TZNAME:EDT
DTSTART:20190310T070000
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0400
TZOFFSETTO:-0500
TZNAME:EST
DTSTART:20191103T060000
END:STANDARD
BEGIN:DAYLIGHT
TZOFFSETFROM:-0500
TZOFFSETTO:-0400
TZNAME:EDT
DTSTART:20200308T070000
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0400
TZOFFSETTO:-0500
TZNAME:EST
DTSTART:20201101T060000
END:STANDARD
END:VTIMEZONE
BEGIN:VEVENT
DTSTART;TZID=America/New_York:20190402T150000
DTEND;TZID=America/New_York:20190402T170000
DTSTAMP:20260409T114748
CREATED:20190311T200900Z
LAST-MODIFIED:20190311T200900Z
UID:10006191-1554217200-1554224400@seasevents.nmsdev7.com
SUMMARY:Doctoral Dissertation Defense: Tissue Engineered Nigrostriatal Pathway for Treatment of Parkinson's Disease
DESCRIPTION:Location TBD
URL:https://seasevents.nmsdev7.com/event/doctoral-dissertation-defense-tissue-engineered-nigrostriatal-pathway-for-treatment-of-parkinsons-disease/
LOCATION:PA
CATEGORIES:Doctoral
ORGANIZER;CN="Bioengineering":MAILTO:be@seas.upenn.edu
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/New_York:20190403T150000
DTEND;TZID=America/New_York:20190403T160000
DTSTAMP:20260409T114748
CREATED:20190227T235255Z
LAST-MODIFIED:20190227T235255Z
UID:10006182-1554303600-1554307200@seasevents.nmsdev7.com
SUMMARY:CBE Seminar: "C4E-Computational Chemistry of Compounds for Catalysis and Energy"
DESCRIPTION:
URL:https://seasevents.nmsdev7.com/event/cbe-seminar-c4e-computational-chemistry-of-compounds-for-catalysis-and-energy/
LOCATION:Wu and Chen Auditorium (Room 101)\, Levine Hall\, 3330 Walnut Street\, Philadelphia\, PA\, 19104\, United States
CATEGORIES:Seminar
ORGANIZER;CN="Chemical and Biomolecular Engineering":MAILTO:cbemail@seas.upenn.edu
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/New_York:20190403T180000
DTEND;TZID=America/New_York:20190403T190000
DTSTAMP:20260409T114748
CREATED:20190327T135921Z
LAST-MODIFIED:20190327T135921Z
UID:10006205-1554314400-1554318000@seasevents.nmsdev7.com
SUMMARY:MedTech Panel Series\, Part 1: Executives - "From bench to boardroom"
DESCRIPTION:Presented by the students of BE 370 (Medical Device Development): Come to the MedTech Panel Series to hear about these experiences and more from some of the most successful founders and CEOs in the industry! Our panelists will share their stories on how they took innovation from the bench to the boardroom and built multi-million dollar companies. \nThis event will be held on campus. RSVP for details at: https://bit.ly/2Ydlfl5.
URL:https://seasevents.nmsdev7.com/event/medtech-panel-series-part-1-executives-from-bench-to-boardroom/
LOCATION:PA
CATEGORIES:Panel Discussion
ORGANIZER;CN="Bioengineering":MAILTO:be@seas.upenn.edu
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/New_York:20190404T104500
DTEND;TZID=America/New_York:20190404T114500
DTSTAMP:20260409T114748
CREATED:20190320T151744Z
LAST-MODIFIED:20190320T151744Z
UID:10006197-1554374700-1554378300@seasevents.nmsdev7.com
SUMMARY:MSE Seminar: “Integrated Lithium Niobate Photonics”
DESCRIPTION:
URL:https://seasevents.nmsdev7.com/event/mse-seminar-integrated-lithium-niobate-photonics/
LOCATION:Auditorium\, LRSM Building\, 3231 Walnut Street\, Philadelphia\, PA\, 19104\, United States
ORGANIZER;CN="Materials Science and Engineering":MAILTO:johnruss@seas.upenn.edu
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/New_York:20190404T150000
DTEND;TZID=America/New_York:20190404T160000
DTSTAMP:20260409T114748
CREATED:20190320T165622Z
LAST-MODIFIED:20190320T165622Z
UID:10006199-1554390000-1554393600@seasevents.nmsdev7.com
SUMMARY:CIS Seminar: "Making Parallelism Pervasive with the Swarm Architecture"
DESCRIPTION:Abstract: \nParallelism is critical to achieve high performance in modern computer systems. Unfortunately\, most programs scale poorly beyond a few cores\, and those that scale well often require heroic implementation efforts. This is because current architectures squander most of the parallelism available in applications and are too hard to program. \nI will present Swarm\, a new architecture that exploits far more parallelism than conventional multicores and is almost as easy to program as a sequential thread. Swarm programs consist of tiny tasks\, as small as tens of instructions each. Synchronization is implicit: the programmer specifies a total or partial order on tasks. This eliminates the correctness pitfalls of explicit synchronization (e.g. deadlock and data races). Swarm hardware uncovers parallelism by speculatively running tasks out of order\, even thousands of tasks ahead of the earliest active task. Its speculation mechanisms build on decades of prior work\, but Swarm is the first to scale to hundreds of cores due to its new programming model\, distributed structures\, and distributed protocols. Swarm also incorporates new techniques to reduce data movement\, harness nested parallelism\, and combine speculative and non-speculative parallelism. \nSwarm achieves efficient near-linear scaling to hundreds of cores on challenging irregular applications. These span a broad set of domains\, including graph analytics\, machine learning\, databases\, simulation\, and more. Swarm even accelerates applications that are often deemed sequential. It outperforms state-of-the-art software-only parallel algorithms by one to two orders of magnitude\, and sequential implementations by up to 600x at 256 cores.
URL:https://seasevents.nmsdev7.com/event/cis-seminar-making-parallelism-pervasive-with-the-swarm-architecture/
LOCATION:Wu and Chen Auditorium (Room 101)\, Levine Hall\, 3330 Walnut Street\, Philadelphia\, PA\, 19104\, United States
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/New_York:20190404T153000
DTEND;TZID=America/New_York:20190404T163000
DTSTAMP:20260409T114748
CREATED:20190311T200433Z
LAST-MODIFIED:20190311T200433Z
UID:10006190-1554391800-1554395400@seasevents.nmsdev7.com
SUMMARY:BE Grace Hopper Lecture: Powering tumor cell migration through heterogeneous microenvironments
DESCRIPTION:To move through tissues\, cancer cells must navigate a complex\, heterogeneous network of fibers in the extracellular matrix.  This network of fibers also provides chemical\, structural and mechanical cues to the resident cells.  In this talk\, I will describe my lab’s efforts to understand the forces driving cell movements in the tumor microenvironment.  Combining tissue engineering approaches\, mouse models\, and patient samples\, we create and validate in vitro systems to understand how cells navigate the tumor stroma environment. Microfabrication and native biomaterials are used to build mimics of the paths created and taken by cells during metastasis. Using these platforms\, we have described a role for a balance between cellular energetics\, cell and matrix stiffness\, and confinement in determining migration behavior. Moreover\, we have extended this work into investigating the role of the mechanical microenvironment in tumor angiogenesis to show that mechanics guides vessel growth and integrity. I will discuss the mechanical influences at play during tumor progression and the underlying biological mechanisms driving angiogenesis and metastatic cell migration as a function of the ECM with an eye towards potential therapeutic avenues.
URL:https://seasevents.nmsdev7.com/event/be-grace-hopper-lecture-powering-tumor-cell-migration-through-heterogeneous-microenvironments/
LOCATION:Glandt Forum\, Singh Center for Nanotechnology\, 3205 Walnut Street\, Philadelphia\, PA\, 19104\, United States
CATEGORIES:Distinguished Lecture
ORGANIZER;CN="Bioengineering":MAILTO:be@seas.upenn.edu
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/New_York:20190405T160000
DTEND;TZID=America/New_York:20190405T170000
DTSTAMP:20260409T114748
CREATED:20190315T201236Z
LAST-MODIFIED:20190315T201236Z
UID:10006194-1554480000-1554483600@seasevents.nmsdev7.com
SUMMARY:The Joy of Being Faculty: How to Apply for a Faculty Position
DESCRIPTION:This professional development workshop is designed to provide Penn Engineering graduate students and postdocs with a richer understanding of what it is like to pursue a career in academia from those that have navigated the process successfully. \nDeputy Dean Kathleen J. Stebe (SEAS) will lead this extemporaneous panel discussions with a mix of both tenured and tenure-track professors from Penn Engineering.
URL:https://seasevents.nmsdev7.com/event/the-joy-of-being-faculty-how-to-apply-for-a-faculty-position/
LOCATION:Heilmeier Hall (Room 100)\, Towne Building\, 220 South 33rd Street\, Philadelphia\, PA\, 19104\, United States
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/New_York:20190408T130000
DTEND;TZID=America/New_York:20190408T150000
DTSTAMP:20260409T114748
CREATED:20190327T182653Z
LAST-MODIFIED:20190327T182653Z
UID:10006206-1554728400-1554735600@seasevents.nmsdev7.com
SUMMARY:Doctoral Dissertation Defense: "Hyperpolarized Carbon-13 Magnetic Resonance Imaging as a Tool for  Assessing Lung Transplantation Outcomes"
DESCRIPTION:The Department of Bioengineering at the University of Pennsylvania and Dr. Rahim Rizi are pleased to announce the Doctoral Dissertation Defense of Sarmad Siddiqui.\n\nThe public is welcome to attend.\n\nLocation: Donner Auditorium\, Basement HUP.
URL:https://seasevents.nmsdev7.com/event/doctoral-dissertation-defense-hyperpolarized-carbon-13-magnetic-resonance-imaging-as-a-tool-for-assessing-lung-transplantation-outcomes/
LOCATION:PA
CATEGORIES:Doctoral,Dissertation or Thesis Defense
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/New_York:20190409T103000
DTEND;TZID=America/New_York:20190409T120000
DTSTAMP:20260409T114748
CREATED:20190222T171217Z
LAST-MODIFIED:20190222T171217Z
UID:10006177-1554805800-1554811200@seasevents.nmsdev7.com
SUMMARY:MEAM Seminar: "Integrating Manufacturing and Topological Optimization for the Design of Architected Materials and Components"
DESCRIPTION:Topology optimization has long been touted as a powerful tool capable of discovering innovative solutions to engineering design problems. It has been used to design ‘structures’ characterized at a range of length scales\, from tens of microns (material architectures) to decameters (structures)\, for performance properties governed by a range of physics. Despite its tremendous potential as a design tool\, topology optimized solutions are typically suboptimal when considering real-world operating conditions\, design objectives\, and manufacturing processes\, and thus may require significant post-processing and re-design which is both detrimental and time consuming. This talk will review the topology optimization methodology and discuss our efforts at overcoming these shortcomings\, with a particular emphasis on providing the design engineer geometric control to enable design for manufacturability. Several design examples will be presented including architected materials\, components and devices that are fabricated through additive manufacturing\, machining or 3D weaving\, and optimized for mechanical\, fluidic\, and/or thermal properties.
URL:https://seasevents.nmsdev7.com/event/meam-seminar-integrating-manufacturing-and-topological-optimization-for-the-design-of-architected-materials-and-components/
LOCATION:Wu and Chen Auditorium (Room 101)\, Levine Hall\, 3330 Walnut Street\, Philadelphia\, PA\, 19104\, United States
ORGANIZER;CN="Mechanical Engineering and Applied Mechanics":MAILTO:meam@seas.upenn.edu
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/New_York:20190409T150000
DTEND;TZID=America/New_York:20190409T160000
DTSTAMP:20260409T114748
CREATED:20190408T190332Z
LAST-MODIFIED:20190408T190332Z
UID:10006210-1554822000-1554825600@seasevents.nmsdev7.com
SUMMARY:CIS Seminar: "Towards a New Synthesis of Reasoning and Learning"
DESCRIPTION:This talk discusses the role of logical reasoning in statistical machine learning. While their unification has been a long-standing and crucial open problem\, automated reasoning and machine learning are still disparate fields within artificial intelligence. I will describe recent progress towards their synthesis in three facets.\nI start with a very practical question: how can we enforce logical constraints on the output of deep neural networks to incorporate symbolic knowledge? Second\, I explain how circuits developed for tractable logical reasoning can be turned into statistical models. When brought to bear on a variety of machine learning tasks\, including discrete density estimation and simple image classification\, these probabilistic and logistic circuits yield state-of-the-art results. In a third facet\, I argue for high-level representations of uncertainty\, such as probabilistic programs\, probabilistic databases\, and statistical relational models. These pose unique challenges for inference that can only be overcome by high-level reasoning about their first-order structure to exploit symmetry and exchangeability.
URL:https://seasevents.nmsdev7.com/event/cis-seminar-towards-a-new-synthesis-of-reasoning-and-learning/
LOCATION:Wu and Chen Auditorium (Room 101)\, Levine Hall\, 3330 Walnut Street\, Philadelphia\, PA\, 19104\, United States
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/New_York:20190410T150000
DTEND;TZID=America/New_York:20190410T160000
DTSTAMP:20260409T114748
CREATED:20190402T145957Z
LAST-MODIFIED:20190402T145957Z
UID:10006207-1554908400-1554912000@seasevents.nmsdev7.com
SUMMARY:2019 Heilmeier Lecture:  "Cell-Matrix Interactions in Cancer and Fibrosis: Multiscale Chemo-Mechanical Models"
DESCRIPTION:Cell invasion into the surrounding matrix from nonvascularized primary tumors is the main mechanism by which cancer cells migrate to nearby blood vessels and metastasize to eventually form secondary tumors. This process is mediated by an intricate coupling between intracellular forces and extracellular forces that depend on the stiffness of the surrounding stroma and the alignment of matrix fibers. A multiscale model is used to elucidate the two-way feedback loop between stress-dependent cell contractility and matrix fiber realignment and strain stiffening\, which enables the cells to polarize and enhance their contractility to break free from the tumor and invade into the matrix. Importantly\, Dr. Shenoy’s model can be used to explain how morphological and structural changes in the tumor microenvironment\, such as elevated rigidity and fiber alignment prior to cell invasion\, are prognostic of the malignant phenotype. The model also predicts how the alignment of matrix fibers can recruit macrophages\, which are among the first responders of the innate immune system following organ injury and are crucial for repair\, resolution\, and re-establishing homeostasis of damaged tissue. In this talk\, Shenoy will discuss how the deformation of the nucleus during migration can lead to changes in the spatial organization of chromosomes and their intermingling which can result in genetic mutations and genomic instability. He will also discuss how targeting extracellular matrix mechanics\, by preventing or reversing tissue stiffening or interrupting the cellular response in cancer and fibrosis\, is a therapeutic approach with clinical potential.
URL:https://seasevents.nmsdev7.com/event/2019-heilmeier-lecture-cell-matrix-interactions-in-cancer-and-fibrosis-multiscale-chemo-mechanical-models/
LOCATION:Wu and Chen Auditorium (Room 101)\, Levine Hall\, 3330 Walnut Street\, Philadelphia\, PA\, 19104\, United States
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/New_York:20190410T160000
DTEND;TZID=America/New_York:20190410T170000
DTSTAMP:20260409T114748
CREATED:20190110T203646Z
LAST-MODIFIED:20190110T203646Z
UID:10006133-1554912000-1554915600@seasevents.nmsdev7.com
SUMMARY:CBE and Physics Joint Seminar: "Structuring Matter Over Multiple Length Scales Using the Self-assembly of Colloidal Particles"
DESCRIPTION:
URL:https://seasevents.nmsdev7.com/event/cbe-and-physics-joint-seminar/
LOCATION:David Rittenhouse Lab\, A4\, 209 South 33rd Street\, Philadelphia\, PA\, 19104\, United States
CATEGORIES:Seminar
ORGANIZER;CN="Chemical and Biomolecular Engineering":MAILTO:cbemail@seas.upenn.edu
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/New_York:20190411T104500
DTEND;TZID=America/New_York:20190411T114500
DTSTAMP:20260409T114748
CREATED:20190403T200310Z
LAST-MODIFIED:20190403T200310Z
UID:10006208-1554979500-1554983100@seasevents.nmsdev7.com
SUMMARY:MSE Seminar: "Nanoscience and Quantum Information Science at the Center for Functional Nanomaterials\, a National Scientific User Facility"
DESCRIPTION:
URL:https://seasevents.nmsdev7.com/event/mse-seminar-nanoscience-and-quantum-information-science-at-the-center-for-functional-nanomaterials-a-national-scientific-user-facility/
LOCATION:Auditorium\, LRSM Building\, 3231 Walnut Street\, Philadelphia\, PA\, 19104\, United States
CATEGORIES:Faculty,Doctoral,Graduate,Student,Master's,Postdoctoral
ORGANIZER;CN="Materials Science and Engineering":MAILTO:johnruss@seas.upenn.edu
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/New_York:20190411T150000
DTEND;TZID=America/New_York:20190411T160000
DTSTAMP:20260409T114748
CREATED:20190320T170132Z
LAST-MODIFIED:20190320T170132Z
UID:10006200-1554994800-1554998400@seasevents.nmsdev7.com
SUMMARY:CIS Seminar: " Deep Learning for Network Biomedicine"
DESCRIPTION:Abstract:\n\nLarge datasets are being generated that can transform biology and medicine. New machine learning methods are necessary to \nunlock these data and open doors for scientific discoveries. In this talk\, I will argue that\, in order to advance science\, \nmachine learning models should not be trained in the context of one particular dataset. Instead\, we should be developing \nmethods that can integrate rich\, heterogeneous data and knowledge into multimodal networks\, enhance these networks to reduce \nbiases and uncertainty\, and learn over the networks. \n\nMy talk will focus on two key aspects of this goal: deep learning and network science for multimodal networks. I will first \nshow how we can move beyond prevailing deep learning methods\, which treat network features as simple variables and ignore \ninteractions between entities. Further\, I will present an algorithm that learns deep models by embedding multimodal networks \ninto compact embedding spaces whose geometry is optimized to reflect the interactions\, the essence of multimodal networks. \nThese deep models set sights on new frontiers\, including the prediction of protein functions in specific human tissues\, \nmodeling of drug combinations\, and repurposing of old drugs for new diseases. Beyond such predictive ability\, a hallmark of \nscience is to achieve a holistic understanding of the world. I will discuss how we can blend network algorithms with rigorous \nstatistics to harness biomedical networks at the scale of billions of interactions. These methods revealed\, among others\, how \nDarwinian evolution changes molecular networks\, providing evidence for a longstanding hypothesis in biology. In all studies\, I \ncollaborated closely with experimental biologists and clinical scientists to give insights and validate predictions made by our \nmethods. I will conclude with future directions for contextual models of rich interaction data which open up new avenues for science.
URL:https://seasevents.nmsdev7.com/event/cis-seminar-deep-learning-for-network-biomedicine/
LOCATION:Wu and Chen Auditorium (Room 101)\, Levine Hall\, 3330 Walnut Street\, Philadelphia\, PA\, 19104\, United States
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/New_York:20190412T160000
DTEND;TZID=America/New_York:20190412T170000
DTSTAMP:20260409T114748
CREATED:20190315T201459Z
LAST-MODIFIED:20190315T201459Z
UID:10006195-1555084800-1555088400@seasevents.nmsdev7.com
SUMMARY:The Joy of Being Faculty: How I Devised My Research Program
DESCRIPTION:This professional development workshop is designed to provide Penn Engineering graduate students and postdocs with a richer understanding of what it is like to pursue a career in academia from those that have navigated the process successfully. \nDeputy Dean Kathleen J. Stebe (SEAS) will lead this extemporaneous panel discussions with a mix of both tenured and tenure-track professors from Penn Engineering.
URL:https://seasevents.nmsdev7.com/event/the-joy-of-being-faculty-how-i-devised-my-research-program/
LOCATION:Heilmeier Hall (Room 100)\, Towne Building\, 220 South 33rd Street\, Philadelphia\, PA\, 19104\, United States
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/New_York:20190416T103000
DTEND;TZID=America/New_York:20190416T120000
DTSTAMP:20260409T114748
CREATED:20190305T163725Z
LAST-MODIFIED:20190305T163725Z
UID:10006187-1555410600-1555416000@seasevents.nmsdev7.com
SUMMARY:MEAM Seminar: "Wrinkles\, Spaghetti\, and Knots"
DESCRIPTION:Buckling\, twisting and fracture are ubiquitous phenomena that\, despite having been studied for centuries\, still pose many interesting conceptual and practical challenges. In this talk\, I will summarize recent theoretical and experimental work that aims to understand the role of curvature and torsion in wrinkle pattern selection\, fragmentation cascades and knots. First\, we will show how changes in curvature can induce phase transitions and topological defects in the wrinkling patterns on curved elastic surfaces. Thereafter\, we will revisit an observation by Feynman who noted that dry spaghetti appears to fragment into at least three (but hardly ever two) pieces when placed under large bending stresses. Using a combination of experiments\, simulations and analytical scaling arguments\, we will demonstrate how twist can be used to control binary fracture of brittle elastic rods. Finally\, in the last part\, we will try to shed some light on how topology and torsion affect the stability of knots.
URL:https://seasevents.nmsdev7.com/event/meam-seminar-wrinkles-spaghetti-and-knots/
LOCATION:Wu and Chen Auditorium (Room 101)\, Levine Hall\, 3330 Walnut Street\, Philadelphia\, PA\, 19104\, United States
ORGANIZER;CN="Mechanical Engineering and Applied Mechanics":MAILTO:meam@seas.upenn.edu
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/New_York:20190417T110000
DTEND;TZID=America/New_York:20190417T120000
DTSTAMP:20260409T114748
CREATED:20190412T133856Z
LAST-MODIFIED:20190412T133856Z
UID:10006212-1555498800-1555502400@seasevents.nmsdev7.com
SUMMARY:MEAM/MSE Special Seminar: "Scalable Functional Phase Change Materials for Displays and Photonic Non-von Neumann Computing"
DESCRIPTION:In electronics\, doping silicon results in one of the most versatile functional materials ever employed. The pursuit of such functional materials in the optical domain is an area of great interest in the photonics community. I hope to convince you that whatever route photonics takes\, a class of materials known as phase change materials\, will play a key role in its commercialization. These materials can be addressed electrically\, and whilst this can be used to control optical signals on photonic circuits this can also be used to create displays and smart windows. In this talk\, I hope to give an overview of these applications of these materials with a view towards their near-term applications in displays\, and their longer-term potential in integrated photonic memories to photonic machine-learning hardware components\, with a few of our recent results in this area.
URL:https://seasevents.nmsdev7.com/event/meam-mse-special-seminar-scalable-functional-phase-change-materials-for-displays-and-photonic-non-von-neumann-computing/
LOCATION:Reading Room\, LRSM\, 3231 Walnut Street\, Philadelphia\, PA\, 19104\, United States
ORGANIZER;CN="Mechanical Engineering and Applied Mechanics":MAILTO:meam@seas.upenn.edu
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/New_York:20190417T150000
DTEND;TZID=America/New_York:20190417T160000
DTSTAMP:20260409T114748
CREATED:20190110T203826Z
LAST-MODIFIED:20190110T203826Z
UID:10006134-1555513200-1555516800@seasevents.nmsdev7.com
SUMMARY:CBE Seminar: "Lipid-like Materials for RNA Delivery: A How-to Guide for Hacking Gene Expression"
DESCRIPTION:
URL:https://seasevents.nmsdev7.com/event/cbe-seminar-lipid-like-materials-for-rna-delivery-a-how-to-guide-for-hacking-gene-expression/
LOCATION:Wu and Chen Auditorium (Room 101)\, Levine Hall\, 3330 Walnut Street\, Philadelphia\, PA\, 19104\, United States
CATEGORIES:Seminar
ORGANIZER;CN="Chemical and Biomolecular Engineering":MAILTO:cbemail@seas.upenn.edu
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/New_York:20190419T140000
DTEND;TZID=America/New_York:20190419T150000
DTSTAMP:20260409T114748
CREATED:20190325T133442Z
LAST-MODIFIED:20190325T133442Z
UID:10006204-1555682400-1555686000@seasevents.nmsdev7.com
SUMMARY:PICS Seminar: "Topology\, Geometry\, and Fracture in Networked Materials: A Tale of Scales"
DESCRIPTION:The skeleton of many natural and artificial structures may be abstracted as networks of nonlinearly interacting elements. Examples include rubber\, gels\, soft tissues\, and lattice materials. Understanding the multiscale nature of deformation and failure of networked structures hold key for uncovering origins of fragility in many complex systems including biological tissues and enables designing novel materials. \nI will start by an overview of our prior work on modeling polymer chains with sacrificial bonds and hidden length; a topological feature that was previously hypothesized to be responsible for increased toughness and fracture resistance in animal bone. Our model combines nonlinear entropic elasticity with transition state theory for bond breakage and formation to predict rate dependence and time dependent healing in these systems in the quasi-1D limit. I will then introduce an extension of this model  to a discrete 2D setting (at the scale of 10s of microns) that enables exploring interplay of topological and geometrical features such as coordination number\, cross linking density\, and disorder with mechanical deformation and fracture. Specifically\, we identify a non-monotonic rate dependence of the reaction force and dissipated energy as well as a transition in mode of failure from diffusive to localized with increased pulling rate. Furthermore\, we show that networks with small-world architectures\, balancing clustering and average path length\, may lead to an optimum fracture toughness. \nTo generalize our results to larger scales relevant for engineering and material science applications\, I will discuss our recent efforts in adopting an extended version of the Quasi-Continuum (QC) method to studying polymer networks across scales. In regions of high interest\, for example near defects or cracks\, each polymer chain is idealized using the worm like chain model. Away from these imperfections\, the network structure is computationally homogenized\, using Hill-Mandell’s principle\, to yield an anisotropic material tensor consistent with the underlying network structure. Dynamic adaptivity provides a seamless transition across the two models. Overall\, the proposed method provides a multi-resolution capability by retaining explicit representation of small scale heterogeneities and topological features\, where they matter near the crack tips\, while still accurately accounting for bulk elasticity and loading. We show several examples verifying our approach and illustrate the potential of the method for testing the influence of small scale features in controlling the macroscopic response.  We discuss the implications of our findings for the analysis and design of tough networks.
URL:https://seasevents.nmsdev7.com/event/pics-seminar-topology-geometry-and-fracture-in-networked-materials-a-tale-of-scales/
LOCATION:Raisler Lounge (Room 225)\, Towne Building\, 220 South 33rd Street\, Philadelphia\, PA\, 19104\, United States
CATEGORIES:Seminar
ORGANIZER;CN="Penn Institute for Computational Science (PICS)":MAILTO:dkparks@seas.upenn.edu
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/New_York:20190422T120000
DTEND;TZID=America/New_York:20190422T130000
DTSTAMP:20260409T114748
CREATED:20190110T204022Z
LAST-MODIFIED:20190110T204022Z
UID:10006135-1555934400-1555938000@seasevents.nmsdev7.com
SUMMARY:PSOC Spring 2019 Seminar Series: Shreyas Rao \, Ph.D.
DESCRIPTION:
URL:https://seasevents.nmsdev7.com/event/psoc-spring-2019-seminar-series-shreyas-rao-ph-d/
LOCATION:Room 337\, Towne Building\, 220 South 33rd Street\, Philadelphia\, PA\, 19104\, United States
CATEGORIES:Seminar
ORGANIZER;CN="Chemical and Biomolecular Engineering":MAILTO:cbemail@seas.upenn.edu
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/New_York:20190423T103000
DTEND;TZID=America/New_York:20190423T120000
DTSTAMP:20260409T114748
CREATED:20190305T164831Z
LAST-MODIFIED:20190305T164831Z
UID:10006188-1556015400-1556020800@seasevents.nmsdev7.com
SUMMARY:MEAM Seminar: "Data-driven Discovery of Governing Physical Laws in Engineering\, Physics\, and Biology"
DESCRIPTION:A major challenge in the study of dynamical systems is that of model discovery: turning data into models that are not just predictive\, but provide insight into the nature of the underlying dynamical system that generated the data. This problem is made more difficult by the fact that many systems of interest exhibit parametric dependencies and diverse behaviors across multiple time scales. We introduce a number of data-driven strategies for discovering nonlinear multiscale dynamical systems and their embeddings from data. We consider two canonical cases: (i) systems for which we have full measurements of the governing variables\, and (ii) systems for which we have incomplete measurements. For systems with full state measurements\, we show that the recent sparse identification of nonlinear dynamical systems (SINDy) method can discover governing equations with relatively little data and introduce a sampling method that allows SINDy to scale efficiently to problems with multiple time scales and parametric dependencies. Specifically\, we can discover distinct governing equations at slow and fast scales. For systems with incomplete observations\, we show that the Hankel alternative view of Koopman (HAVOK) method\, based on time-delay embedding coordinates\, can be used to obtain a linear model and Koopman invariant measurement system that nearly perfectly captures the dynamics of nonlinear quasiperiodic systems. We introduce two strategies for using HAVOK on systems with multiple time scales. Together\, our approaches provide a suite of mathematical strategies for reducing the data required to discover and model nonlinear multiscale systems.
URL:https://seasevents.nmsdev7.com/event/meam-seminar-data-driven-discovery-of-governing-physical-laws-in-engineering-physics-and-biology/
LOCATION:Wu and Chen Auditorium (Room 101)\, Levine Hall\, 3330 Walnut Street\, Philadelphia\, PA\, 19104\, United States
ORGANIZER;CN="Mechanical Engineering and Applied Mechanics":MAILTO:meam@seas.upenn.edu
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/New_York:20190423T110000
DTEND;TZID=America/New_York:20190423T120000
DTSTAMP:20260409T114748
CREATED:20190423T185143Z
LAST-MODIFIED:20190423T185143Z
UID:10006215-1556017200-1556020800@seasevents.nmsdev7.com
SUMMARY:ESE Seminar: "Connecting Bits to the Physical World"
DESCRIPTION:Analog\, RF and power integrated circuits are the key connectors between the physical world and the digital or cyber world. In this talk I will give my perspective on broader research trends in analog integrated circuit design research and illustrate several of these trends with results from my research group. The analog circuit design discipline emerged in conjunction with electronics and as such has many decades of history. At the same time\, electronics are constantly undergoing tremendous changes. In recent decades the key platform for integrated circuits has been CMOS. Under the impetus of Moore’s Law\, CMOS transistors have scaled by orders of magnitude\, which drove the necessity of a constant rejuvenation of analog design techniques. Innovations in analog design are an intricate interplay between novel devices\, novel circuit paradigms and novel signal processing. Recently we have been experiencing a shift from traditional analog-to-digital conversion\, to analog-to-information conversion (based on compressive sampling)\, and now to analog-to-feature conversion. This is an example of a top-down shift driven by changing application needs\, in particular emerging machine-learning systems. Scaling transistors does not only allow for higher system integration\, but also enables significant power reductions. Combining advanced transistors with novel circuit design paradigms encoding analog information in the time domain makes it now possible to design integrated circuits that require less than 1nanoW to operate. These innovations\, in turn\, create bottom-up opportunities for entirely new classes of systems\, e.g.\, for the Internet of Things.
URL:https://seasevents.nmsdev7.com/event/ese-seminar-connecting-bits-to-the-physical-world/
LOCATION:Room 337\, Towne Building\, 220 South 33rd Street\, Philadelphia\, PA\, 19104\, United States
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/New_York:20190424T150000
DTEND;TZID=America/New_York:20190424T160000
DTSTAMP:20260409T114748
CREATED:20190110T204200Z
LAST-MODIFIED:20190110T204200Z
UID:10006136-1556118000-1556121600@seasevents.nmsdev7.com
SUMMARY:CBE Seminar: "Effects of Polarity\, Solvation\, and Interfacial Polarization on Charge-driven Assembly"
DESCRIPTION:
URL:https://seasevents.nmsdev7.com/event/cbe-seminar-effects-of-polarity-solvation-and-interfacial-polarization-on-charge-driven-assembly/
LOCATION:Wu and Chen Auditorium (Room 101)\, Levine Hall\, 3330 Walnut Street\, Philadelphia\, PA\, 19104\, United States
CATEGORIES:Seminar
ORGANIZER;CN="Chemical and Biomolecular Engineering":MAILTO:cbemail@seas.upenn.edu
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/New_York:20190425T131500
DTEND;TZID=America/New_York:20190425T151500
DTSTAMP:20260409T114748
CREATED:20190405T153305Z
LAST-MODIFIED:20190405T153305Z
UID:10006209-1556198100-1556205300@seasevents.nmsdev7.com
SUMMARY:Doctoral Dissertation Defense: "Miniaturizing High Throughput Droplet Assays for Ultrasensitive Molecular Detection on a Portable Platform"
DESCRIPTION:The Department of Bioengineering at the University of Pennsylvania and Dr. David Issadore are pleased to announce the Doctoral Dissertation Defense of Venkata “Ravi” Yelleswarapu.\n\n\nThe public is welcome to attend.
URL:https://seasevents.nmsdev7.com/event/doctoral-dissertation-defense-miniaturizing-high-throughput-droplet-assays-for-ultrasensitive-molecular-detection-on-a-portable-platform/
LOCATION:Greenberg Lounge (Room 114)\, Skirkanich Hall\, 210 South 33rd Street\, Philadelphia\, PA\, 19104\, United States
CATEGORIES:Doctoral,Student,Dissertation or Thesis Defense
ORGANIZER;CN="Bioengineering":MAILTO:be@seas.upenn.edu
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/New_York:20190426T140000
DTEND;TZID=America/New_York:20190426T150000
DTSTAMP:20260409T114748
CREATED:20190419T130714Z
LAST-MODIFIED:20190419T130714Z
UID:10006213-1556287200-1556290800@seasevents.nmsdev7.com
SUMMARY:PICS Seminar: "Impact of Non-Native Structures in Ionic Liquid-Ionic Liquid Mixtures on Phase Equilibria Properties of Gases"
DESCRIPTION:Ionic liquids are substances that are composed entirely of ions. Negligible vapor pressures and the availability of a large number of cations and anions to tune physicochemical and biological properties for a given chemical process have been the primary drivers for research in this field over the last two decades. Majority of these investigations have focused primarily on elucidating changes in the properties of pure ionic liquids by altering the cation\, anion or substituents on the ions. Another approach to expand the range of available ionic liquids is to form ionic liquid-ionic liquid mixtures. From a thermodynamic point of view\, the knowledge of the extent of non-ideality in these binary ionic liquid mixtures and the molecular level details enable a priori prediction of thermophysical properties of ionic liquid mixture. In this presentation\, we will demonstrate that the difference in the molar volume of the ionic liquids forming the mixture and the difference in the hydrogen bonding ability of the anions can serve as metrics for the prediction of non-ideality in the binary ionic liquid systems. Such non-idealities are quantified in terms of the local structural organization of anions around the cation. We will further highlight that these non-native structures lead to a different dissolution mechanism for CO2 in mixtures in comparison to that for pure ionic liquids although the CO2 solubilities obey apparent ideal mixing rule. On the other hand\, an examination of NH3 solubility in binary ionic liquid mixtures reveals a non-ideal NH3-solubility behavior.
URL:https://seasevents.nmsdev7.com/event/pics-seminar-impact-of-non-native-structures-in-ionic-liquid-ionic-liquid-mixtures-on-phase-equilibria-properties-of-gases/
LOCATION:Raisler Lounge (Room 225)\, Towne Building\, 220 South 33rd Street\, Philadelphia\, PA\, 19104\, United States
CATEGORIES:Colloquium
ORGANIZER;CN="Penn Institute for Computational Science (PICS)":MAILTO:dkparks@seas.upenn.edu
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/New_York:20190430T103000
DTEND;TZID=America/New_York:20190430T120000
DTSTAMP:20260409T114748
CREATED:20190412T132016Z
LAST-MODIFIED:20190412T132016Z
UID:10006211-1556620200-1556625600@seasevents.nmsdev7.com
SUMMARY:MEAM Seminar: "Fault-Tolerant Control on VTOL Aircraft"
DESCRIPTION:High-speed rotorcraft such as coaxial compound helicopters have a significant degree of control redundancy that can be exploited to minimize power requirement\, noise\, and vibration\, in various flight conditions. This lecture focuses on a new idea – how control redundancy can be leveraged to compensate for control actuation failure. Both adaptive as well as robust strategies are examined\, and operation post-failure is demonstrated via simulation. Multi-copters with greater than four rotors (hexacopters\, octocopters\, etc.)\, also offer control redundancy\, allowing for safe operation post-failure by using the remaining (uncompromised) rotors. The lecture will examine the kind of failures that can be compensated on classical hexacopters and octocopters\, along with the changes in rotor operational speed requirements\, and the associated physics\, post-failure.
URL:https://seasevents.nmsdev7.com/event/meam-seminar-fault-tolerant-control-on-vtol-aircraft/
LOCATION:Wu and Chen Auditorium (Room 101)\, Levine Hall\, 3330 Walnut Street\, Philadelphia\, PA\, 19104\, United States
ORGANIZER;CN="Mechanical Engineering and Applied Mechanics":MAILTO:meam@seas.upenn.edu
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/New_York:20190506T120000
DTEND;TZID=America/New_York:20190506T130000
DTSTAMP:20260409T114748
CREATED:20190110T204334Z
LAST-MODIFIED:20190110T204334Z
UID:10006137-1557144000-1557147600@seasevents.nmsdev7.com
SUMMARY:PSOC Spring 2019 Seminar Series: Parag Mallick\, Ph.D.
DESCRIPTION:
URL:https://seasevents.nmsdev7.com/event/psoc-spring-2019-seminar-series-parag-mallick-ph-d/
LOCATION:Room 337\, Towne Building\, 220 South 33rd Street\, Philadelphia\, PA\, 19104\, United States
CATEGORIES:Seminar
ORGANIZER;CN="Chemical and Biomolecular Engineering":MAILTO:cbemail@seas.upenn.edu
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/New_York:20190509T103000
DTEND;TZID=America/New_York:20190509T123000
DTSTAMP:20260409T114748
CREATED:20190430T141928Z
LAST-MODIFIED:20190430T141928Z
UID:10006216-1557397800-1557405000@seasevents.nmsdev7.com
SUMMARY:Doctoral Dissertation Defense: "Automated analysis of experience-dependent sensory response behavior in Caenorhabditis elegans"
DESCRIPTION:The Department of Bioengineering at the University of Pennsylvania and Dr. Christopher Fang-Yen are pleased to announce the Doctoral Dissertation Defense of Patrick McClanahan.\n\nTitle: Automated analysis of experience-dependent sensory response behavior in Caenorhabditis elegans\n\nDate: Thursday\, May 9th\, 2019\nTime: 10:30 AM\nLocation: Moore 212\n\nThe public is welcome to attend
URL:https://seasevents.nmsdev7.com/event/doctoral-dissertation-defense-automated-analysis-of-experience-dependent-sensory-response-behavior-in-caenorhabditis-elegans/
LOCATION:Moore 212
CATEGORIES:Doctoral,Student,Dissertation or Thesis Defense
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/New_York:20190509T110000
DTEND;TZID=America/New_York:20190509T120000
DTSTAMP:20260409T114748
CREATED:20190423T184824Z
LAST-MODIFIED:20190423T184824Z
UID:10006214-1557399600-1557403200@seasevents.nmsdev7.com
SUMMARY:ESE & GRASP Seminar: "Efficient Computing for AI and Robotics"
DESCRIPTION:Computing near the sensor is preferred over the cloud due to privacy and/or latency concerns for a wide range of applications including robotics/drones\, self-driving cars\, smart Internet of Things\, and portable/wearable electronics. However\, at the sensor there are often stringent constraints on energy consumption and cost in addition to the throughput and accuracy requirements of the application. In this talk\, we will describe how joint algorithm and hardware design can be used to reduce energy consumption while delivering real-time and robust performance for applications including deep learning\, computer vision\, autonomous navigation/exploration and video/image processing. We will show how energy-efficient techniques that exploit correlation and sparsity to reduce compute\, data movement and storage costs can be applied to various tasks including image classification\, depth estimation\, super-resolution\, localization and mapping.
URL:https://seasevents.nmsdev7.com/event/ese-seminar-efficient-computing-for-ai-and-robotics/
LOCATION:Room 337\, Towne Building\, 220 South 33rd Street\, Philadelphia\, PA\, 19104\, United States
ORGANIZER;CN="Electrical and Systems Engineering":MAILTO:eseevents@seas.upenn.edu
END:VEVENT
BEGIN:VEVENT
DTSTART;TZID=America/New_York:20190514T110000
DTEND;TZID=America/New_York:20190514T120000
DTSTAMP:20260409T114748
CREATED:20190510T151747Z
LAST-MODIFIED:20190510T151747Z
UID:10006218-1557831600-1557835200@seasevents.nmsdev7.com
SUMMARY:ESE Seminar: ERI: Creating Inflections in the Trajectory of Semiconductors
DESCRIPTION:The government is spending 1.5 billion dollars over 5 years to create a more secure\, specialized and highly automated electronics industry. This talk will describe the current programs and the motivation for the initiative.
URL:https://seasevents.nmsdev7.com/event/ese-seminar-eri-creating-inflections-in-the-trajectory-of-semiconductors/
LOCATION:Wu and Chen Auditorium (Room 101)\, Levine Hall\, 3330 Walnut Street\, Philadelphia\, PA\, 19104\, United States
END:VEVENT
END:VCALENDAR