<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <title>Muyang Guo</title>
  <subtitle>Muyang acquired M.S. in Computational Science &amp; Engineering and B.S./M.S. in Mechanical Engineering from Georgia Tech.</subtitle>
  <link href="https://muyangguo.com/feed.xml" rel="self"/>
  <link href="https://muyangguo.com/"/>
  <updated>2026-05-23T17:18:39.731Z</updated>
  <id>https://muyangguo.com/</id>
  <author><name>Muyang Guo</name></author>
  <entry>
    <title>EleTypes.com - An elegant typing test website created with react</title>
    <link href="https://muyangguo.com/eletypes-an-elegant-typing-test-website/"/>
    <id>https://muyangguo.com/eletypes-an-elegant-typing-test-website/</id>
    <updated>2022-05-25T00:00:00.000Z</updated>
    <summary>As a keyboard lover, I love typing. Why don't I create a typing test tool and use my own tool XD</summary>
  </entry>
  <entry>
    <title>Archived Problems List</title>
    <link href="https://muyangguo.com/leetcode-index/"/>
    <id>https://muyangguo.com/leetcode-index/</id>
    <updated>2021-01-01T00:00:00.000Z</updated>
    <summary>Table of Content, you can also search [leetcode-number of question] in the site</summary>
  </entry>
  <entry>
    <title>Leetcode 9 Palindrome Number - Easy</title>
    <link href="https://muyangguo.com/leetcode-9-palindrome-number/"/>
    <id>https://muyangguo.com/leetcode-9-palindrome-number/</id>
    <updated>2021-01-01T00:00:00.000Z</updated>
    <summary></summary>
  </entry>
  <entry>
    <title>Leetcode 8 String to Integer (atoi) - Medium</title>
    <link href="https://muyangguo.com/leetcode-8-string-to-integer(atoi)/"/>
    <id>https://muyangguo.com/leetcode-8-string-to-integer(atoi)/</id>
    <updated>2021-01-01T00:00:00.000Z</updated>
    <summary></summary>
  </entry>
  <entry>
    <title>Leetcode 7 Reverse Integer - Easy</title>
    <link href="https://muyangguo.com/leetcode-7-reverse-integer/"/>
    <id>https://muyangguo.com/leetcode-7-reverse-integer/</id>
    <updated>2021-01-01T00:00:00.000Z</updated>
    <summary></summary>
  </entry>
  <entry>
    <title>Leetcode 6 ZigZag Conversion - Medium</title>
    <link href="https://muyangguo.com/leetcode-6-zigzag-conversion/"/>
    <id>https://muyangguo.com/leetcode-6-zigzag-conversion/</id>
    <updated>2021-01-01T00:00:00.000Z</updated>
    <summary></summary>
  </entry>
  <entry>
    <title>Leetcode 5 Longest Palindromic Substring - Medium</title>
    <link href="https://muyangguo.com/leetcode-5-longest-palindromic-substring/"/>
    <id>https://muyangguo.com/leetcode-5-longest-palindromic-substring/</id>
    <updated>2021-01-01T00:00:00.000Z</updated>
    <summary></summary>
  </entry>
  <entry>
    <title>Leetcode 4 Median of Two Sorted Arrays - Hard</title>
    <link href="https://muyangguo.com/leetcode-4-median-of-two-sorted-arrays/"/>
    <id>https://muyangguo.com/leetcode-4-median-of-two-sorted-arrays/</id>
    <updated>2021-01-01T00:00:00.000Z</updated>
    <summary></summary>
  </entry>
  <entry>
    <title>Leetcode 3 Longest Substring Without Repeating Characters - Medium</title>
    <link href="https://muyangguo.com/leetcode-3-longest-substring-without-repeating-characters/"/>
    <id>https://muyangguo.com/leetcode-3-longest-substring-without-repeating-characters/</id>
    <updated>2021-01-01T00:00:00.000Z</updated>
    <summary></summary>
  </entry>
  <entry>
    <title>Leetcode 2 Add Two Numbers - Medium</title>
    <link href="https://muyangguo.com/leetcode-2-add-two-numbers/"/>
    <id>https://muyangguo.com/leetcode-2-add-two-numbers/</id>
    <updated>2021-01-01T00:00:00.000Z</updated>
    <summary></summary>
  </entry>
  <entry>
    <title>Leetcode 11 Container With Most Water - Medium</title>
    <link href="https://muyangguo.com/leetcode-11-container-with-most-water/"/>
    <id>https://muyangguo.com/leetcode-11-container-with-most-water/</id>
    <updated>2021-01-01T00:00:00.000Z</updated>
    <summary></summary>
  </entry>
  <entry>
    <title>Leetcode 1 Two Sum - Easy</title>
    <link href="https://muyangguo.com/leetcode-1-two-sum/"/>
    <id>https://muyangguo.com/leetcode-1-two-sum/</id>
    <updated>2021-01-01T00:00:00.000Z</updated>
    <summary></summary>
  </entry>
  <entry>
    <title>CyberLeet, a Three.js + React, cyberpunk style visualization for leetcode problems -- made for fun</title>
    <link href="https://muyangguo.com/threejs-react-cyber-leetcode/"/>
    <id>https://muyangguo.com/threejs-react-cyber-leetcode/</id>
    <updated>2020-12-25T00:00:00.000Z</updated>
    <summary>Built with the native three.js and the create-react-app framework. Data was built with a python crawler.</summary>
  </entry>
  <entry>
    <title>Rabin-Karp Algorithm - A rolling hash method to locate substring</title>
    <link href="https://muyangguo.com/rabin-karp-algorithm-notes/"/>
    <id>https://muyangguo.com/rabin-karp-algorithm-notes/</id>
    <updated>2020-05-20T00:00:00.000Z</updated>
    <summary>A very useful concept for string-searhing problem. </summary>
  </entry>
  <entry>
    <title>On Identifying Disaster Tweets using LSTM with Glove, and BERT with meta-feature</title>
    <link href="https://muyangguo.com/identifying-disaster-on-tweets/"/>
    <id>https://muyangguo.com/identifying-disaster-on-tweets/</id>
    <updated>2020-04-21T00:00:00.000Z</updated>
    <summary>In this paper, we proposed a new method on identifying disaster tweets by combining BERT and meta-feature into a simple neural network to train a classification model and fine-tune the model.</summary>
  </entry>
  <entry>
    <title>Discrete Events Simulation project for Tech Square Intersection Traffic with real world map visualization playback</title>
    <link href="https://muyangguo.com/des-simulation-project/"/>
    <id>https://muyangguo.com/des-simulation-project/</id>
    <updated>2020-02-24T00:00:00.000Z</updated>
    <summary>A DES traffic simulation software package in python3, a visual playback web app in react.js using deck.gl trips layer</summary>
  </entry>
  <entry>
    <title>Discrete Events Simulation Methodology and Learning Notes</title>
    <link href="https://muyangguo.com/des-notes/"/>
    <id>https://muyangguo.com/des-notes/</id>
    <updated>2020-02-23T00:00:00.000Z</updated>
    <summary>A comprehensive wrap up of 6730 class for Discrete Events Simulation Study</summary>
  </entry>
  <entry>
    <title>Use poisson distribution to generate random discrete events over a time for simulation</title>
    <link href="https://muyangguo.com/poisson-distribution/"/>
    <id>https://muyangguo.com/poisson-distribution/</id>
    <updated>2020-02-05T00:00:00.000Z</updated>
    <summary>An example of how I use poisson distributed random variables to generate discrete events</summary>
  </entry>
  <entry>
    <title>High Performance Computing Notes</title>
    <link href="https://muyangguo.com/mpi-study/"/>
    <id>https://muyangguo.com/mpi-study/</id>
    <updated>2020-02-01T00:00:00.000Z</updated>
    <summary>HPC learning notes, MPI etc. etc. updating</summary>
  </entry>
  <entry>
    <title>COVID-19 Outbreaks Simulation and Analysis by an Extended SEIR Model focus on the hidden asymptomatic infections</title>
    <link href="https://muyangguo.com/covid-19-seir-simulation/"/>
    <id>https://muyangguo.com/covid-19-seir-simulation/</id>
    <updated>2019-12-23T00:00:00.000Z</updated>
    <summary>Modeling COVID-19 with three outbreak-spread simulation methodologies - by continuum dynamical system (SIER system by differential equations), by a SEIR cellular automata model, by a Markov Chain Analysis Based on One Dimensional CA model.</summary>
  </entry>
  <entry>
    <title>Hood---Mate V1, a Geo-based Recommendation Sys with SNS feature</title>
    <link href="https://muyangguo.com/geo-based-sns/"/>
    <id>https://muyangguo.com/geo-based-sns/</id>
    <updated>2019-11-21T00:00:00.000Z</updated>
    <summary>Geo-based SNS, Residense/roommates/landlords Recommendation System, Multi-dimensional exploratory data visualization</summary>
  </entry>
  <entry>
    <title>HPL Benchmark Test Implementation on Georgia Tech PACE-ICE Cluster</title>
    <link href="https://muyangguo.com/hpl-benchmark-on-cluster/"/>
    <id>https://muyangguo.com/hpl-benchmark-on-cluster/</id>
    <updated>2019-11-10T00:00:00.000Z</updated>
    <summary>A final project for my HPC class documentation</summary>
  </entry>
  <entry>
    <title>Blog building essentials with Jekyll, and getting indexed by google search</title>
    <link href="https://muyangguo.com/blogs-google-index/"/>
    <id>https://muyangguo.com/blogs-google-index/</id>
    <updated>2019-10-01T00:00:00.000Z</updated>
    <summary>Some general maintaining notes for my blogs</summary>
  </entry>
  <entry>
    <title>Smart Inventory Management System</title>
    <link href="https://muyangguo.com/smart-inventory-management-system/"/>
    <id>https://muyangguo.com/smart-inventory-management-system/</id>
    <updated>2018-05-01T00:00:00.000Z</updated>
    <summary>Inspired by AmazonGo, a smart inventory management system to enhance lab assets management, demo class is ME2110 manufacturing lab, by me and a team of class TAs and graduate students from Dr. Kurfess</summary>
  </entry>
  <entry>
    <title>Simulation of tensile test on CFRP lap joint</title>
    <link href="https://muyangguo.com/simulation-cfrp-lap-joint/"/>
    <id>https://muyangguo.com/simulation-cfrp-lap-joint/</id>
    <updated>2017-04-26T00:00:00.000Z</updated>
    <summary>Developed an finite element approach that performs the tensile test of the adhesive bonded CFRP materials numerically using FEA method, achieved a general understanding of failure conditions at bonded region under tension loads, and real cause of failure, investigated the response of tested part with respect to different material compositions and various defects in bond line</summary>
  </entry>
  <entry>
    <title>Modeling and Analysis of Automotive Active Rear Wing</title>
    <link href="https://muyangguo.com/matlab-automotive-wing-modeling-simulation/"/>
    <id>https://muyangguo.com/matlab-automotive-wing-modeling-simulation/</id>
    <updated>2016-05-06T00:00:00.000Z</updated>
    <summary>Use Matlab to model and Sim a car's rear wing with a GUI interface for tunable aspects,  Use Solidworks for CAD, COMSOL for CFD analysis, a full modeling and simulation project</summary>
  </entry>
</feed>
