diff --git a/_config.yml b/_config.yml index 85b3c0f..1b19f68 100644 --- a/_config.yml +++ b/_config.yml @@ -3,143 +3,138 @@ # This config file is meant for settings that affect your entire site, values # which you are expected to set up once and rarely need to edit after that. # For technical reasons, this file is *NOT* reloaded automatically when you use -# `jekyll serve -l -H localhost`. If you change this file, please restart the +# `jekyll serve -l -H localhost`. If you change this file, please restart the # server process. # Basic Site Settings -locale : "en-US" -title : "Home" -title_separator : "-" -name : &name "郝飞洋 / Flocean Hao" -description : &description "西安交通大学软件学院学生" -url : https://HungryFlo.github.io # the base hostname & protocol for your site e.g. "https://mmistakes.github.io" -baseurl : "" # the subpath of your site, e.g. "/blog" -repository : "HungryFlo/HungryFlo.github.io" +locale: "en-US" +title: "Home" +title_separator: "-" +name: &name "郝飞洋 / Flocean Hao" +description: &description "西安交通大学软件学院学生" +url: https://HungryFlo.github.io # the base hostname & protocol for your site e.g. "https://mmistakes.github.io" +baseurl: "" # the subpath of your site, e.g. "/blog" +repository: "HungryFlo/HungryFlo.github.io" # Site Author - The following control what appear as part of the author content on the side bar. # If a field is blank the icon and link will not appear, otherwise it will be shown. # Additional customization can be done by editing /_includes/author-profile.html author: # Biographic information - avatar : "profile.png" - name : "郝飞洋 / Flocean Hao" - pronouns : # example: "she/her" - bio : "Stay hungry, stay foolish." - location : "陕西西安 / Xi'an, Shaanxi" - employer : "西安交通大学 Xi'an Jiaotong University" - uri : # URL - email : "youhaofeiyang@foxmail.com" + avatar: "profile.png" + name: "郝飞洋 / Flocean Hao" + pronouns: # example: "she/her" + bio: "Stay hungry, stay foolish." + location: "香港大学 Exchange in HKU" + employer: "西安交通大学 \n Xi'an Jiaotong University" + uri: # URL + email: "youhaofeiyang@foxmail.com" # Academic websites - arxiv : # URL - Update with the correct link to your profile - googlescholar : #"https://scholar.google.com/citations?user=PS_CX0AAAAAJ" - impactstory : # URL - orcid : #"http://orcid.org/yourorcidurl" - pubmed : #"https://www.ncbi.nlm.nih.gov/pubmed/?term=john+snow" - researchgate : # URL + arxiv: # URL - Update with the correct link to your profile + googlescholar: #"https://scholar.google.com/citations?user=PS_CX0AAAAAJ" + impactstory: # URL + orcid: #"http://orcid.org/yourorcidurl" + pubmed: #"https://www.ncbi.nlm.nih.gov/pubmed/?term=john+snow" + researchgate: # URL # Repositories and software development - bitbucket : # Username - Update with your username on the site - codepen : # Username - dribbble : # Username - github : "HungryFlo" - kaggle : # Username - stackoverflow : # User number or user number and name (i.e., use "1" or "1/jeff-atwood") + bitbucket: # Username - Update with your username on the site + codepen: # Username + dribbble: # Username + github: "HungryFlo" + kaggle: # Username + stackoverflow: # User number or user number and name (i.e., use "1" or "1/jeff-atwood") # Social media - bluesky : #"bsky.app" # Replace this with you Bluesky username - facebook : # Username - flickr : # Username - foursquare : # Username - goodreads : # Username - google_plus : # Username - keybase : # Username - instagram : # Username - lastfm : # Username - linkedin : # Username - mastodon : # URL - medium : # URL - pinterest : # Username - soundcloud : # Username - steam : # Username - telegram : # URL - tumblr : # Username - twitter : #"UniofOxford" # Replace this with your X / Twitter handle - vine : # Username - weibo : # Username - wikipedia : # Username - xing : # Username - youtube : # Username - zhihu : https://www.zhihu.com/people/chi-er-fei-yang # URL - + bluesky: #"bsky.app" # Replace this with you Bluesky username + facebook: # Username + flickr: # Username + foursquare: # Username + goodreads: # Username + google_plus: # Username + keybase: # Username + instagram: # Username + lastfm: # Username + linkedin: # Username + mastodon: # URL + medium: # URL + pinterest: # Username + soundcloud: # Username + steam: # Username + telegram: # URL + tumblr: # Username + twitter: #"UniofOxford" # Replace this with your X / Twitter handle + vine: # Username + weibo: # Username + wikipedia: # Username + xing: # Username + youtube: # Username + zhihu: https://www.zhihu.com/people/chi-er-fei-yang # URL # Site Settings -teaser : # filename of teaser fallback teaser image placed in /images/, .e.g. "500x300.png" -breadcrumbs : false # true, false (default) -words_per_minute : 160 -future : true -read_more : "disabled" # if enabled, adds "Read more" links to excerpts -talkmap_link : false #change to true to add link to talkmap on talks page +teaser: # filename of teaser fallback teaser image placed in /images/, .e.g. "500x300.png" +breadcrumbs: false # true, false (default) +words_per_minute: 160 +future: true +read_more: "disabled" # if enabled, adds "Read more" links to excerpts +talkmap_link: false #change to true to add link to talkmap on talks page comments: - provider : # false (default), "disqus", "discourse", "facebook", "google-plus", "staticman", "custom" + provider: # false (default), "disqus", "discourse", "facebook", "google-plus", "staticman", "custom" disqus: - shortname : + shortname: discourse: - server : # https://meta.discourse.org/t/embedding-discourse-comments-via-javascript/31963 , e.g.: meta.discourse.org + server: # https://meta.discourse.org/t/embedding-discourse-comments-via-javascript/31963 , e.g.: meta.discourse.org facebook: - appid : - num_posts : # 5 (default) - colorscheme : # "light" (default), "dark" + appid: + num_posts: # 5 (default) + colorscheme: # "light" (default), "dark" staticman: - allowedFields : ['name', 'email', 'url', 'message'] - branch : "gh-pages" # "master", "gh-pages" - commitMessage : "New comment." - filename : comment-{@timestamp} - format : "yml" - moderation : true - path : "_data/comments/{options.slug}" - requiredFields : ['name', 'email', 'message'] + allowedFields: ["name", "email", "url", "message"] + branch: "gh-pages" # "master", "gh-pages" + commitMessage: "New comment." + filename: comment-{@timestamp} + format: "yml" + moderation: true + path: "_data/comments/{options.slug}" + requiredFields: ["name", "email", "message"] transforms: - email : "md5" + email: "md5" generatedFields: date: - type : "date" + type: "date" options: - format : "iso8601" # "iso8601" (default), "timestamp-seconds", "timestamp-milliseconds" + format: "iso8601" # "iso8601" (default), "timestamp-seconds", "timestamp-milliseconds" atom_feed: - hide : false # change to true to hide the RSS feed in the footer - path : # blank (default) uses feed.xml - + hide: false # change to true to hide the RSS feed in the footer + path: # blank (default) uses feed.xml # SEO Related -google_site_verification : -bing_site_verification : -alexa_site_verification : -yandex_site_verification : - +google_site_verification: +bing_site_verification: +alexa_site_verification: +yandex_site_verification: # Social Sharing twitter: - username : # &twitter + username: # &twitter facebook: - username : - app_id : - publisher : -og_image : # Open Graph/Twitter default site image + username: + app_id: + publisher: +og_image: # Open Graph/Twitter default site image # For specifying social profiles # - https://developers.google.com/structured-data/customize/social-profiles social: - type : # Person or Organization (defaults to Person) - name : # If the user or organization name differs from the site's name + type: # Person or Organization (defaults to Person) + name: # If the user or organization name differs from the site's name links: # An array of links to social media profiles - # Analytics analytics: - provider : "google-universal" # false (default), "google", "google-universal", "google-analytics-4", "custom" + provider: "google-universal" # false (default), "google", "google-universal", "google-analytics-4", "custom" google: - tracking_id : - + tracking_id: # Reading Files include: @@ -176,7 +171,6 @@ keep_files: encoding: "utf-8" markdown_ext: "markdown,mkdown,mkdn,mkd,md" - # Conversion markdown: kramdown highlighter: rouge @@ -184,7 +178,6 @@ lsi: false excerpt_separator: "\n\n" incremental: false - # Markdown Processing kramdown: input: GFM @@ -196,7 +189,6 @@ kramdown: smart_quotes: lsquo,rsquo,ldquo,rdquo enable_coderay: false - # Collections collections: teaching: @@ -212,7 +204,6 @@ collections: output: true permalink: /:collection/:path/ - # Defaults defaults: # _posts @@ -269,20 +260,17 @@ defaults: author_profile: true share: true - # Sass/SCSS sass: sass_dir: _sass style: compressed # http://sass-lang.com/documentation/file.SASS_REFERENCE.html#output_style - # Outputting permalink: /:categories/:title/ # paginate: 5 # amount of posts to show # paginate_path: /page:num/ timezone: America/Los_Angeles # http://en.wikipedia.org/wiki/List_of_tz_database_time_zones - # Plugins plugins: - jekyll-paginate @@ -298,7 +286,6 @@ whitelist: - jekyll-feed - jemoji - # Archives # Type # - GitHub Pages compatible archive pages built with Liquid ~> type: liquid (default) @@ -327,7 +314,6 @@ tag_archive: # category: /categories/:name/ # tag: /tags/:name/ - # HTML Compression # - http://jch.penibelst.de/ compress_html: diff --git a/_pages/cv_en.md b/_pages/cv_en.md index 0350358..e2fa4ed 100644 --- a/_pages/cv_en.md +++ b/_pages/cv_en.md @@ -9,6 +9,13 @@ redirect_from: {% include base_path %} +CONTACT +====== + +* HK phone no. 4672 5008 + +* E-mail: youhaofeiyang@foxmail.com + EDUCATION BACKGROUND ====== @@ -18,12 +25,12 @@ EDUCATION BACKGROUND * Credit score: GPA 4.0448/4.3; Score 93.0491; Top 1 out of 180 students * English proficiency: IELTS: 7.0; CET4: 603; CET6: 570 * Selected course for reference: - * 1st Semester: + * 1st&2nd Semester: * Linear Algebra and Geometry (99) * Advanced Mathematics (95) * Physics (100) * Programming Fundamentals (100) - * 2nd Semester: + * 3rd Semester: * Discrete Mathematics Fundamentals (94) * Method of Object-oriented Programming (90) * Comprehensive Training of OOP (A+) @@ -31,6 +38,11 @@ EDUCATION BACKGROUND * Physics Experiments (A+) * Electric Circuit and Electronics (93) * Getting Ready to Study Abroad (96) + * 4th Semester: + * Python Programming (98) + * Database Programming (96) + * Probability and Statistics (94) + * Digital Logic and Digital Systems (92) RESEARCH EXPERIENCE ====== @@ -45,24 +57,39 @@ RESEARCH EXPERIENCE * Acted as the team leader in the project, arranged the division of labor among 7 team members, and coordinated the planning of the project structure and progress. * Mainly responsible for the architectural design of the project and the development of the front-end in the project, learning the knowledge related to front-end development. * Conditional Semantic Similarity (C-STS) Related Research and Applications - * This project fine-tunes a large language model to adapt it to domain-specific conditional semantic similarity tasks. - * In the project, I am mainly responsible for the implementation of the code related to dataset generation and organization, and am also involved in the design of the training methodology. - * During the project, I learned more about deep learning, greatly enhanced my ability to read papers, and accumulated research experience in the field of AI. + * This project aims to fine-tune a large language model to adapt it to domain-specific conditional semantic similarity tasks. + * In the project, I am mainly responsible for the dataset generation and organization, and am also involved in the design of the training methodology. + * During the project, I learned more about deep learning, greatly enhanced my ability to read papers, and accumulated more research experience in the field of AI. * During the project, I have improved my deep learning programming skills, and become more proficient in using tools or platforms such as PyTorch, Hugging Face, and so on. +* An Evaluation System of the Quality of Survey Results + * This project aims to design a system to evaluate the quality of survey results using llms. + * In the project, I am mainly responsible for the dataset generation and organization. I also participated in the research survey work, and conducted the ablation experiments. + * During the project, I got more hands-on skills to implement the ideas, and learned much about the human-computer interaction, exploring more fields to use artificial intelligence. +* Calligraphy Layout Generative Model Fine-tuning + * This project aims to fine-tune a large language model to generate layout (bounding boxes of characters) in calligraphy, which eventually can assist another model to generate whole calligraphy work. + * In the project, I am mainly responsible for model selecting and fine-tuning. + * During the project, I learned much about large language models and their potential vision ability, and get more knowledge about fine-tuning. + * This project developed into a more 'multimodal' one, so I also explore a little about multimodal models. + SELECTED COURSE WORK ====== * Game "Houyi Shoots the suns", Leader * Task: Make a game with Python - * Use Pygame to do. + * Pygame, OOP * Purely azimuthal passive positioning in attempted UAV flights, Leader - * Task: give a new way to do the positioning and swarm formation scheduling of UAVs based only on azimuth information. - * Leader. + * Task: Give a new way to do the positioning and swarm formation scheduling of UAVs based only on azimuth information. + * Geometry, Optimization algorithms +* Dormitory Management System, Co-Leader + * Task: Develop a dormitory management system with data panels that allows users to manage with multi-granularity. + * Vue, Springboot, Mybatis, Program Management AWARDS ====== +* Outstanding Student Cadre of Xi'an Jiaotong University, 2024 +* Second Prize of National University Students Electrical Math Modeling Competition, 2024 * Xi'an Jiaotong University First Class Scholarship, 2023 * Outstanding Students of Xi'an Jiaotong University, 2023 * Second Prize of Uchallenge English reading competition, 2023 @@ -73,6 +100,7 @@ AWARDS EXTRACURRICULAR ACTIVITY ====== + * President of Class No.2227 * Youth League Secretary of Branch No.2202 * A member of XJTU Red Cross @@ -87,19 +115,19 @@ EXTRACURRICULAR ACTIVITY - + Talks ====== - + Teaching ====== - + Service and leadership ====== * Currently signed in to 43 different slack teams -->