diff --git a/_config.yml b/_config.yml
index 1ec00630..275e8109 100644
--- a/_config.yml
+++ b/_config.yml
@@ -9,326 +9,23 @@
# Basic Site Settings
locale : "en-US"
site_theme : "light_only" # Currently available options are "default", "air", "light_only"
-title : "R. Stuart Geiger"
+title : "Summary of Lu Kangkai's Personal Experience"
title_separator : "-"
-name : &name "R. Stuart Geiger"
+name : &name "LuKangkai"
description : &description "computational ethnographer
ethnographer of computation"
-url : "https://stuartgeiger.com"
+url : "https://Lu-Kangkai.github.io"
baseurl : "" # the subpath of your site, e.g. "/blog"
repository : "staeiou/staeiou.github.io"
# Site Author
author:
# Biographic information
- avatar : "geiger_photo_2025.jpg"
- name : "R. Stuart Geiger"
+ avatar : "kk.png"
+ name : "LuKangkai"
pronouns : # example: "she/her"
- bio : "Ethnographer of computation and computational ethnographer
Assistant Professor at UC San Diego, Department of Communication & Halıcıoğlu Data Science Institute"
+ bio : "As a sophomore at Zhoukou Normal University, Lu Kangkai has achieved outstanding performance in competitions, practical activities and academic studies, with strong comprehensive abilities."
location : "San Diego, CA"
employer : "UC San Diego"
uri : # URL
email : # "none@example.org"
- # Academic websites
- academia : # URL
- arxiv : # URL
- googlescholar : "https://scholar.google.com/citations?user=0AvWi3wAAAAJ&hl=en"
- inspire-hep : # URL
- impactstory : # URL
- orcid : "http://orcid.org/0000-0001-7215-0532"
- semantic : # URL
- pubmed : # URL
- researchgate : # URL
- scopus : # URL
-
- # Repositories and software development
- bitbucket : # Username
- codepen : # Username
- dribbble : # Username
- github : "staeiou"
- kaggle : # Username
- stackoverflow : # User number or user number and name
-
- # Social media
- artstation : # Username
- bluesky : "stu.lu"
- 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 : # Username for X / Twitter
- vine : # Username
- weibo : # Username
- wikipedia : # Username
- xing : # Username
- youtube : # Username
- zhihu : # Username
-
-# Publication Category - commented out for chronological display
-# publication_category:
-# books:
-# title: 'Books'
-# manuscripts:
-# title: 'Journal Articles & Book Chapters'
-# conferences:
-# title: 'Conference Papers'
-
-# Site Settings
-teaser : # filename of teaser fallback teaser image placed in /images/
-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"
- disqus:
- shortname :
- discourse:
- server : # https://meta.discourse.org/t/embedding-discourse-comments-via-javascript/31963
- facebook:
- 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']
- transforms:
- email : "md5"
- generatedFields:
- date:
- type : "date"
- options:
- format : "iso8601" # "iso8601" (default), "timestamp-seconds", "timestamp-milliseconds"
-atom_feed:
- path : # blank (default) uses feed.xml
-
-# SEO Related
-google_site_verification : "3hdu0GcCfjZ6WbPpApjcdcEGjsCPDcDn1QLtBm-DRBg"
-bing_site_verification :
-alexa_site_verification :
-yandex_site_verification :
-
-# Social Sharing
-twitter:
- username :
-facebook:
- username :
- app_id :
- publisher :
-og_image : "site-logo.png" # Open Graph/Twitter default site image
-# For specifying social profiles
-social:
- 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-analytics-4" # false (default), "google", "google-universal", "custom"
- google:
- tracking_id : "G-4ECHRNYHRS"
-
-# Reading Files
-include:
- - .htaccess
- - _pages
- - "*.pdf"
- - "papers/*.pdf"
- - "portfolio/papers/*.pdf"
- - "portfolio/*.pdf"
- - "resources/*.pdf"
- - "assets/*.pdf"
-exclude:
- - _storage
- - "*.sublime-project"
- - "*.sublime-workspace"
- - .asset-cache
- - .bundle
- - .jekyll-assets-cache
- - .sass-cache
- - Capfile
- - CHANGELOG
- - config
- - Gemfile
- - Gruntfile.js
- - gulpfile.js
- - LICENSE
- - log
- - node_modules
- - package.json
- - Rakefile
- - README
- - tmp
- - vendor
-keep_files:
- - .git
- - .svn
-encoding: "utf-8"
-markdown_ext: "markdown,mkdown,mkdn,mkd,md"
-
-
-# Conversion
-markdown: kramdown
-highlighter: rouge
-lsi: false
-excerpt_separator: "\n\n"
-incremental: false
-
-
-# Markdown Processing
-kramdown:
- input: GFM
- hard_wrap: false
- auto_ids: true
- footnote_nr: 1
- entity_output: as_char
- toc_levels: 1..6
- smart_quotes: lsquo,rsquo,ldquo,rdquo
- enable_coderay: false
-
-
-# Collections
-collections:
- teaching:
- output: true
- permalink: /:collection/:path/
- publications:
- output: true
- permalink: /articles/:path/
- portfolio:
- output: true
- permalink: /expressions/:path/
- talks:
- output: true
- permalink: /:collection/:path/
-
-
-# Defaults
-defaults:
- # _posts
- - scope:
- path: ""
- type: posts
- values:
- layout: single
- author_profile: true
- read_time: true
- comments: true
- share: false
- related: false
- # _pages
- - scope:
- path: ""
- type: pages
- values:
- layout: single
- author_profile: true
- # _teaching
- - scope:
- path: ""
- type: teaching
- values:
- layout: single
- author_profile: true
- share: false
- comments: true
- # _publications
- - scope:
- path: ""
- type: publications
- values:
- layout: single
- author_profile: true
- share: false
- comments: true
- # _portfolio
- - scope:
- path: ""
- type: portfolio
- values:
- layout: single
- author_profile: true
- share: false
- comment: true
- # _talks
- - scope:
- path: ""
- type: talks
- values:
- layout: talk
- author_profile: true
- share: false
-
-# 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
- - jekyll-sitemap
- - jekyll-gist
- - jekyll-feed
- - jekyll-redirect-from
-# mimic GitHub Pages with --safe
-whitelist:
- - jekyll-paginate
- - jekyll-sitemap
- - jekyll-gist
- - jekyll-feed
-
-
-# Archives
-category_archive:
- type: liquid
- path: /categories/
-tag_archive:
- type: liquid
- path: /tags/
-# https://github.com/jekyll/jekyll-archives
-# jekyll-archives:
-# enabled:
-# - categories
-# - tags
-# layouts:
-# category: archive-taxonomy
-# tag: archive-taxonomy
-# permalinks:
-# category: /categories/:name/
-# tag: /tags/:name/
-
-
-# HTML Compression
-# - http://jch.penibelst.de/
-compress_html:
- clippings: all
- ignore:
- envs: development
diff --git a/_pages/about.md b/_pages/about.md
index de9be8bf..0dc91b1d 100644
--- a/_pages/about.md
+++ b/_pages/about.md
@@ -9,17 +9,18 @@ redirect_from:
{% include base_path %}
-Hi! I’m Stuart, an Assistant Professor at the University of California, San Diego with appointments in the [Department of Communication](https://communication.ucsd.edu) and the [Halıcıoğlu Data Science Institute](https://datascience.ucsd.edu). I am also affiliate faculty in [Computer Science & Engineering](https://cse.ucsd.edu), [Computational Social Science](https://css.ucsd.edu), and the [Institute for Practical Ethics](https://ipe.ucsd.edu), where I lead IPE's [Working Group on Data Governance & Accountability](https://ipe.ucsd.edu/research/data-science.html).
+As a sophomore at Zhoukou Normal University, Lu Kangkai has achieved outstanding performance in competitions, practical activities and academic studies, with strong comprehensive abilities.
-My work is on the social, cultural, political, and economic aspects of quantification, data science, automation, and AI. I have long focused on the role of AI in the governance and moderation of social media platforms and online communities, but I also care about issues like fairness, privacy, accountability, and labor in many application domains where AI is being deployed. Finally, I take the institutions of scientific and technological research as my object of study, asking how the disciplines and professions are changing around or by quantification, data science, automation, and AI.
-## My work and research
-I am an interpretive social scientist trained as an ethnographer, with a broad background in the humanities --- but I have just enough expertise in computer science and data science to make trouble. I consider myself a methodological and disciplinary pluralist, as I draw from and contribute to many different academic disciplines. I use a broad range of qualitative, quantitative, and computational methods to holistically investigate the role of science and technology in our society, culture, politics, and economy. I have a particular focus on decentralized communities and institutions, such as open source software, scientific research, peer production platforms (like Wikipedia), and social media sites.
+## Competition Achievements
+Teamed up to participate in the school's "Huashan Cup" competition, and won the second prize with teamwork and professional capabilities.
-Most of my previous work has focused on [Wikipedia](http://enwp.org/Wikipedia), where I've studied the people and algorithms that produce and maintain an open encyclopedia. I’ve also studied scientific research networks and projects, including the [Long-Term Ecological Research Network](https://lternet.edu/), the [Open Science Grid](https://www.opensciencegrid.org/), and the [Moore-Sloan Data Science Environments](http://msdse.org/). I study topics including newcomer socialization, cooperation and conflict, community governance, specialization and professionalization, information verification and quality control, hackathons and community workshops, the roles of support staff and technicians, bias and discrimination, and diversity and inclusion. I also often focus on how these issues all intersect with and are embedded in the design of software and automated systems.
+Took part in the school's Innovative Programming Competition, demonstrated skills related to programming design, and obtained the Excellence Award.
-## My background and history
-I received my Ph.D from the [UC-Berkeley School of Information](http://ischool.berkeley.edu), my M.A. from the [Communication, Culture, and Technology program](http://cct.georgetown.edu) at Georgetown University, and my B.A. in [the Humanities program](https://liberalarts.utexas.edu/humanities/) at the University of Texas at Austin. For just under five years after receiving my Ph.D, I was at the [Berkeley Institute for Data Science](https://bids.berkeley.edu) as a staff ethnographer. At BIDS, I was first a postdoctoral scholar, then became a principal investigator and led several research and education efforts, including the institute’s Data Science Studies efforts and the [Best Practices in Data Science](https://osf.io/ctfqn/) series.
+## Practical and Volunteer Experience
+Devoted himself to long-term volunteer teaching activities, with a total of over 30 sessions at Lilou, 4 sessions at Zhongyuan Road Primary School, and 2 sessions at Shiyuefu, accumulating rich practical experience.
-## My intellectual communities
-I’m a disciplinary nomad, integrating disciplines like computer science, information science, social psychology, and organization/management science with fields like philosophy, sociology, anthropology, and history of science and technology. In terms of academic specialties, I spend a lot of my time in the fields of Science and Technology Studies, Computer-Supported Cooperative Work, and new media / internet studies. Methodologically, while I am trained as a qualitative ethnographer, I also rely on other qualitative, quantitative, and computational methods. I often use more statistical forms of analysis to contextualize and further support more qualitative approaches, frequently collaborating with people from other disciplines. I frequently speak at conferences and events, and I also consult with various groups, organizations, and companies about a wide range of topics.
+Due to his outstanding volunteer performance, he was awarded the title of "Excellent Young Volunteer" and the community's "Most Beautiful Volunteer" certificate, showing a strong sense of social responsibility.
+
+## Academic Performance
+While actively participating in competitions and practical activities, he has always maintained efficient learning, achieved excellent academic results, and realized all-round development.
diff --git a/images/kk.jpg b/images/kk.jpg
new file mode 100644
index 00000000..48f6ddcb
Binary files /dev/null and b/images/kk.jpg differ
diff --git a/kk.jpg b/kk.jpg
new file mode 100644
index 00000000..48f6ddcb
Binary files /dev/null and b/kk.jpg differ