SoftlogoHeadSecv
	    
Holly's CV

import java.util.*;

/** * My personal resume * @author Xinran Li **/ public class Resume { Set<String> skillSet = new HashSet<>(Arrays.asList( // Programming languages "TypeScript", "JavaScript", "HTML", "CSS/LESS", "Java", "Python", "C/C++", "C#", "bash", "Go", "SQL", // Full stack web development "Angular", "AngularJS", "Spring Boot", "Django", "Redux", "Hibernate", "Bootstrap", "Material-UI", ));
public class workExperience extends Internship { /** * Bioinformatic software pipeline research * @Company Philips * @Position Research Intern of Clinical Informatics Solutions and Services(CISS) * @Time May 2015 ~ Aug 2015 * @Location Briarcliff Manor, NY **/ public class philipsResearch { String work = new String("Developed analytic program in Python to select feature antibiotic resistant genes in bacteria genome of clinical data. Classified the gene results into synonymous and non-synonymous mutations and implemented statistical method to estimate correlation."); } }
class selectedProjects { /** * Dynamic Social Network * @Time Jan 2015 - Mar 2015 * @Location Carnegie Mellon University **/ public class socialNetwork { String dynamicWebsite = new String("Developed a dynamic website with several interactive features including user registration, email verification, blog posting using JavaScript and AJAX based on MVC model of Django Framework and SQLite. Design front-end visualization and user interface using Photoshop, Bootstrap, HTML and CSS."); } /** * Wikipedia page view data processing * @Time Sep ~ Oct, 2015 * @Location Carnegie Mellon University **/ public class wikipediaDataProcess { String wikipediaDataProcess = new String("Used AWS Elastic MapReduce to filter, extract and aggregate daily page view data from 300G raw wikipedia log dataset on the cloud. Developed a RESTful web system for Wikipedia data analysis which extracts data from MongoDB and used Node.js to implement real time response to user queries."); } /** * Biological/Clinical data mining and processing * @Time Mar, 2014 ~ Sep, 2015 * @Location Sun Yat-sen University, Carnegie Mellon University **/ public class bioDataMining { String bioDataMining = new String("Applied machine learning methods to analyze large genome data and extract features of interests. Developed a string alignment program in Perl to estimate DNA sequence editing efficiency of a model. Performed noise filtering, feature detection, image segmentation and simulation of microphotographs by MatLab. Visualized biomolecules interactions network using R."); } /** * Searching Directory Application * @Time Sep, 2015 * @Location Carnegie Mellon University **/ public class searchingDirectory { String searchingDirectory = new String("Built a database with GUI in Java supporting data import from input files, data management and searching."); } /** * Whack-a-mole Game * @Time OCt, 2015 * @Location Carnegie Mellon University **/ public class whackMoleGame { String whackMoleGame = new String("Built build a Whack-a-mole game using Java Swing GUI."); } }
// See more about my projects