Git Product home page Git Product logo

alexsigaras / swim Goto Github PK

View Code? Open in Web Editor NEW
5.0 5.0 0.0 166.09 MB

Final Project for COMS W4115 - Programming Languages & Translators @ Columbia University 2012

License: MIT License

Python 76.50% C 3.15% C++ 0.42% JavaScript 0.59% Shell 0.01% Ruby 0.07% CoffeeScript 0.01% Makefile 0.02% TeX 1.24% HTML 15.48% CSS 0.26% XSLT 2.18% Objective-C 0.07% VBScript 0.01% Less 0.02% SCSS 0.01%
programming-languages python

swim's Introduction

About

Alex, is an Assistant Professor of Research in Physiology and Biophysics and an Assistant Professor of Research in Computational Biomedicine at Weill Cornell Medicine, the Director of AI-XR Lab, and the Director of AI and XR at the Englander Institute for Precision Medicine at Weil Cornell Medicine.

He develops software solutions for the Englander Institute for Precision Medicine and Institute for Computational Biomedicine with projects spanning over healthcare system design, LIMS, and pipeline design for computational genomic analysis. His research interest focus is on leveraging AI and Medical Extended Reality technologies in a translational manner benefiting patients but also towards teaching the future of medicine in a plethora of medical domains including Precision Medicine, Emergency Medicine, Embryology, Otorhinolaryngology, Cardiology, Pathology, Radiology and Medical Education.

A Fulbright scholar recipient, Alex earned his master's in Computer Science from Columbia University. While at Columbia, Alex worked as a researcher at Prof. Allen’s Robotics Lab focusing on medical robotics for surgery and brain-computer interfaces.


Alex's CV Alex's Linkdein Alex's X Alex's Google Scholar Alex's ORCID Alex's Publons

swim's People

Contributors

alexsigaras avatar levbrie avatar michalwols avatar seungwoo-lee avatar tmddn85 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

swim's Issues

. operator use ISSUE

number = 123;
number.ToString().contains("2"); // does not work
// Returns Error

string = number.ToString();
string.contains("2"); // does work
// Returns True

list +number

list + number is removing element from the list and causing and error. Needs to be checked.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.