diff --git a/_config.yml b/_config.yml index 9fa56dc..76c4d84 100644 --- a/_config.yml +++ b/_config.yml @@ -1,6 +1,6 @@ # Site settings -title: "Jekyll Resume Template" -description: "A resume template for Jekyll and GitHub Pages sites." +title: "Pengzhan.dev" +description: "Pengzhan Hao's personal biography" # Build settings markdown: kramdown @@ -10,49 +10,50 @@ sass: # Resume settings resume_avatar: "true" -resume_name: "Lisa M. Simpson" -resume_title: "VP of Global Communications" +resume_name: "Pengzhan Hao" +resume_title: "Software Engineer" # used for the contact button in _layouts/resume.html -resume_contact_email: "lisasimpson@youremailaddress.com" +resume_contact_email: "haopengzhan@gmail.com" # the next two items are used for schema itemprops in _layouts/resume.html -resume_contact_telephone: "555-7334" -resume_contact_address: "742 Evergreen Terrace, Springfield" +#resume_contact_telephone: "555-7334" +#resume_contact_address: "742 Evergreen Terrace, Springfield" -resume_header_contact_info: "742 Evergreen Terrace, Springfield • 555-7334 • lisasimpson@youremailaddress.com" -display_header_contact_info: "false" +#resume_header_contact_info: "742 Evergreen Terrace, Springfield • 555-7334 • lisasimpson@youremailaddress.com" +#display_header_contact_info: "false" -resume_header_intro: "

This is the executive summary. You should write a few brief, concise, and meaningful sentences about yourself from a professional context, and your immediate career goals. Make the length appropriate for your needs, but keep it brief and concise

" +resume_header_intro: "

Software engineer on Cloud, research focus on Edge computing and Distributed systems

" # use "yes" to display the email contact button, # "no" to display an "I'm not looking for work" message, # or remove the resume_looking_for_work option entirely # to leave blank -resume_looking_for_work: "yes" +resume_looking_for_work: "no" # Decide which sections to use # comment out to hide resume_section_experience: true resume_section_education: true +resume_section_publications: true resume_section_projects: true resume_section_skills: true resume_section_recognition: true resume_section_links: true -resume_section_associations: true +# resume_section_associations: true # resume_section_interests: true # Resume social links # uncomment the options you wish to display, and add your own URL resume_social_links: - resume_github_url: "https://github.com/jglovier/resume-template" - resume_twitter_url: "http://twitter.com/jglovier" - resume_dribbble_url: "https://dribbble.com/jag" + resume_github_url: "https://github.com/CoderSherlock" + #resume_twitter_url: "http://twitter.com/jglovier" + #resume_dribbble_url: "https://dribbble.com/jag" # resume_facebook_url: "insert Facebook URL here" - resume_linkedin_url: "https://www.linkedin.com/in/joelglovier" - # resume_instagram_url: "insert your Instagram URL here" - resume_website_url: "http://joelglovier.com" - resume_medium_url: "https://medium.com/@jglovier" + resume_linkedin_url: "https://www.linkedin.com/in/pengzhanhao/" + resume_instagram_url: "https://www.instagram.com/pengzhan.hao/" + resume_website_url: "http://pengzhan.dev" + #resume_medium_url: "https://medium.com/@jglovier" resume_print_social_links: true # Design settings @@ -61,3 +62,5 @@ resume_theme: default # Note: when editing locally, remember to restart # your Jekyll server when you edit this file. Changes # to _config.yml are only recognized when the server starts + +exclude: ['README.md', 'LICENSE', 'Dockerfile', 'CNAME', 'Gemfile', 'Gemfile.lock', 'deploy.sh'] \ No newline at end of file diff --git a/_data/education.yml b/_data/education.yml index 7332e2f..d2c6251 100644 --- a/_data/education.yml +++ b/_data/education.yml @@ -1,13 +1,14 @@ # Degree -- degree: Bachelor of Arts, Human Rights - uni: Yale University - year: 2004 — 2008 - awards: - - award: Summa Cumme Laude graduate - summary: If you had any meaningful roles at college, feel free to write about them here +- degree: Doctorate of Science in Computer Science + uni: Binghamton university, the State University of New York + year: 2017 — -- degree: High School Diploma - uni: Springfield High School - year: 2004 - award: Most likely to succeed - summary: You can choose to have either a single or multiple awards +- degree: Master of Science in Computer Science + uni: Binghamton university, the State University of New York + year: 2015 — 2017 + summary: GPA 4.0/4.0 + +- degree: Bachelor of Engineering in Software Engineering + uni: Beihang University + year: 2011 — 2015 + summary: GPA 3.25/4.0 \ No newline at end of file diff --git a/_data/experience.yml b/_data/experience.yml index 644d3d4..61b243d 100644 --- a/_data/experience.yml +++ b/_data/experience.yml @@ -1,19 +1,34 @@ # Jobs -# VP of Global Communications -- company: Springfield International Human Rights Outreach - position: VP of Global Communications - duration: Oct, 2013 — Present - summary: Write about your core competencies in one or two sentences describing your position. If you held the position for a long time, it could be a longer section, including a couple bullet points +# Google +- company: Google + position: Software Engineer + duration: Jun, 2022 — + summary: Keep GKE nodes working -# Director of Digital Stratgy -- company: United Nations Human Rights Council - position: Director of Digital Strategy - duration: Jun, 2010 — Sept, 2013 - summary: If your stint was shorter, feel free to be brief and just call out the most meaningful points of your role. Be concise, and be meaninful. The person reading just needs enough to want to talk to you more about your experience. +# Graduate position +- company: Binghamton University, Mobile and Operating System Lab + position: Research Assistant, advised by Prof. Yifan Zhang + duration: Oct, 2016 — + summary: Edge-based distributed deep learning + + Edge computing + -# Communications Coordinator -- company: Springfield Women & Children's Center - position: Communications Coordinator - duration: Jun, 2008 — May, 2010 - summary: Led communication efforts across digital and traditional media channels for marketing and public relations, internal communication strategies, and coordinated support programs for the recipients of the center's services. +# Undergrad +- company: Advance computer application technology engineering research center + position: Research Assistant, advised by Prof. Juhua Pu + duration: Oct, 2013 — Sep, 2014 + summary: Real-time routing + \ No newline at end of file diff --git a/_data/links.yml b/_data/links.yml index 9c3c0e7..b42b031 100644 --- a/_data/links.yml +++ b/_data/links.yml @@ -1,5 +1,3 @@ # links -- url: "#" - description: Springfield Jazz Enthusiasts -- url: "#" - description: Springfield Young Professionals +- url: "https://blog.pengzhan.dev/" + description: My tech blog diff --git a/_data/projects.yml b/_data/projects.yml index 5f8767b..782fcfa 100644 --- a/_data/projects.yml +++ b/_data/projects.yml @@ -1,16 +1,32 @@ # Projects # uncomment the urls if you wish to display them, and add your own URL - -# jazznotes.io -- project: jazznotes.io - role: Founder & Primary Developer - duration: 2012 — Present +- project: EDDL - Edge distributed deep learning framework + role: Leader + duration: 2018 — Present # url: "#" - description: Jazz Notes is an open source node/ember app that helps you keep track of your music compositions and new ideas. + description: A lite-weight c++ written framework(based on Dlib) for distributed neural network training on embedded devices and + mobile phones. With supporting of our implemented runtime profilers, training devices can interconnect in an optimized + network topology under various network environments. + In our last publication, we showed our framework can perform distributed training for diverse neural networks on + resource-limited devices. The EDDL framework also showed well scalability in large amounts of devices. + We are currently working on network optimization on per-batch communication time and overall convergence time. -# Springfield Community Outreach Group -- project: Springfield Community Outreach Group - role: Co-Founder & Organizer - duration: 2007 — Present +- project: Edge Courier + role: Leader + duration: 2016 — 2017 # url: "#" - description: SCOG is a local monthly meetup in Springfield where we share opportunities to volunteer in the community and organize support for families and neighborhoods in need of assistance that the community can provide. + description: A proxy-based protocol for incremental file synchronization and cooperative online document editing. This protocol + supports file hosting services including Google Drive, Dropbox, and OneDrive as well as document collaboration services + such as G Suite and Microsoft 365. + Edge courier can significantly decrease bandwidth consumption for collaborative editing web apps, and also showed + advancement in cloud file storage services. + +- project: RTRouting assistant + role: Undergraduate-level student researcher + duration: 2013 — 2014 + # url: "#" + description: A real time routing prototype which can guide vehicle to alternative routes with high-volume traffic prediction. The + predicted traffic alert is generated by a pre-trained model learned from history monitored traffics, real time event + warnings and a abnormal traffic prediction model. This project belongs to a urban computing project studied together + by Advance computer application technology engineering research center(Beihang University) and Microsoft Research + Asia(MSRA). diff --git a/_data/publications.yml b/_data/publications.yml new file mode 100644 index 0000000..1279f00 --- /dev/null +++ b/_data/publications.yml @@ -0,0 +1,29 @@ +# Publications +# uncomment the urls if you wish to display them, and add your own URL +- name: "EDDL: A Distributed Deep Learning System for Resource-limited Edge Computing Environment" + url: "https://blog.pengzhan.dev/static/2021-12/eddl-sec21.pdf" + description: "Pengzhan Hao, and Yifan Zhang The Sixth ACM/IEEE Symposium on Edge Computing (ACM/IEEE SEC) +San Jose, CA, USA, 2021." + +- name: A Case for Web Service Bandwidth Reduction on Mobile Devices with Edge-hosted Personal Services + description: "Yongshu Bai, Pengzhan Hao, and Yifan Zhang The 37th IEEE International ConferenDDL - Edge distributed deep learning frameworkce on Computer Communications (IEEE INFOCOM) +Honolulu, HI, USA, 2018." + url: "https://blog.pengzhan.dev/static/2021-10/eta-infocom18.pdf" + +- name: "EdgeCourier: An Edge-hosted Personal Service for Low-bandwidth Document Synchronization in Mobile Cloud Storage Services" + description: "Pengzhan Hao, Yongshu Bai, Xin Zhang, and Yifan Zhang +The 2nd ACM/IEEE Symposium on Edge Computing (ACM/IEEE SEC) +San Jose, CA, USA, 2017." + url: "https://blog.pengzhan.dev/static/2018-02/a7-hao.pdf" + +- name: "Poster: Securing Device Inputs for Smartphones Using Hypervisor Based Approach" + description: "Xin Zhang, Yongshu Bai, Pengzhan Hao, and Yifan Zhang +The 15th ACM International Conference on Mobile Systems, Applications, and Services (ACM MobiSys) +Niagara Falls, NY, USA, 2017." + url: "https://blog.pengzhan.dev/static/2017-07/p169-zhang.pdf" + +- name: "Poster: EPS - Edge-hosted Personal Services for Mobile Users" + description: "Pengzhan Hao, Yongshu Bai, Xin Zhang, and Yifan Zhang +The 15th ACM International Conference on Mobile Systems, Applications, and Services (ACM MobiSys) +Niagara Falls, NY, USA, 2017." + url: "https://blog.pengzhan.dev/static/2017-07/p163-hao.pdf" \ No newline at end of file diff --git a/_data/recognitions.yml b/_data/recognitions.yml index a2f87eb..d52fdaf 100644 --- a/_data/recognitions.yml +++ b/_data/recognitions.yml @@ -1,10 +1,8 @@ # Recognitions -- award: Outstanding Achievement - organization: Springfield Young Professionals - year: 2010, 2014 - summary: Awarded the Outstanding Achievement award for contributions made to the community and professional accomplishments. +- award: ACM/IEEE SEC student travel grant + organization: IEEE + year: 2017, 2021 -- award: Most Likely To Succeed - organization: Springfield High School - year: 2004 - summary: Voted Most Likely To Succeed by a panel of my high school peers. +- award: ACM MobiSys 2017 student travel grant + organization: ACM + year: 2017 diff --git a/_data/skills.yml b/_data/skills.yml index f594aac..24015f1 100644 --- a/_data/skills.yml +++ b/_data/skills.yml @@ -1,12 +1,4 @@ # Skills # Organizational leadership -- skill: Organizational leadership - description: I have several years of experience leading organziations from community groups to business departments. From public speaking, to mentoring, to coordination of people and events, I can lead in any context. - -# Communications strategy -- skill: Communications strategy - description: Content and marketing strategy, - -# Digital content development and creation -- skill: Digital content development and creation - description: Copy writing, graphic design, web design, front-end web development, print design +- skill: Professional skills + description: "C/C++, Python, Golang, Java, Bash, SQL, Docker, Kubernetes, Xen hypervisor, RESTful, Django, OAuth, ProtoBuf" \ No newline at end of file diff --git a/_includes/head.html b/_includes/head.html index 01daadb..75a77d9 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -14,5 +14,5 @@ - + diff --git a/_layouts/resume.html b/_layouts/resume.html index d189188..1d87972 100644 --- a/_layouts/resume.html +++ b/_layouts/resume.html @@ -39,13 +39,6 @@ {{ site.resume_header_intro }} - {% if site.resume_looking_for_work == 'yes' %} - Contact me - {% elsif site.resume_looking_for_work == 'no' %} - I'm not looking for work right now. - {% else %} - {% endif %} - {% if site.resume_section_experience %} @@ -68,6 +61,24 @@ {% endif %} + {% if site.resume_section_publications %} + +
+
+

Publications

+
+ + {% for publication in site.data.publications %} +
+ +

{% if publication.url %}{% else %}{{ publication.name }}{% endif %}

+

{{ publication.description }}

+
+ {% endfor %} + +
+ + {% endif %} {% if site.resume_section_education %} @@ -232,8 +243,8 @@ {% endif %} diff --git a/deploy.sh b/deploy.sh new file mode 100755 index 0000000..a3d23fc --- /dev/null +++ b/deploy.sh @@ -0,0 +1,2 @@ +rm -rf /var/www/html +cp -rf _site /var/www/html diff --git a/favicon.ico b/favicon.ico new file mode 100644 index 0000000..488470d Binary files /dev/null and b/favicon.ico differ diff --git a/favicon.png b/favicon.png deleted file mode 100644 index 23edc86..0000000 Binary files a/favicon.png and /dev/null differ diff --git a/images/avatar.jpg b/images/avatar.jpg index 636b70f..d715313 100644 Binary files a/images/avatar.jpg and b/images/avatar.jpg differ