Metadata
Title
Campus-Tsinghua University
Category
undergraduate
UUID
d91653bab4d04a369d484884901a76cb
Source URL
https://www.tsinghua.edu.cn/en/Campus.htm
Parent URL
https://www.tsinghua.edu.cn/en/
Crawl Time
2026-03-10T04:05:39+00:00
Rendered Raw Markdown

Campus-Tsinghua University

Source: https://www.tsinghua.edu.cn/en/Campus.htm Parent: https://www.tsinghua.edu.cn/en/

中文

function _nl_ys_check(){ var keyword = document.getElementById('showkeycode268431').value; if(keyword==null||keyword==""){ alert("Please enter some keywords."); return false; } window.open('https://search.tsinghua.edu.cn/en/#/index?selecedChannelId=default&keyWord='+keyword,'_blank') if(window.toFF==1) { document.getElementById("lucenenewssearchkey268431").value = Simplized(keyword ); }else { document.getElementById("lucenenewssearchkey268431").value = keyword; } var base64 = new Base64(); document.getElementById("lucenenewssearchkey268431").value = base64.encode(document.getElementById("lucenenewssearchkey268431").value); new VsbFormFunc().disableAutoEnable(document.getElementById("showkeycode268431")); return false; }

: General Information : History : Current Administrators : Former Presidents : Facts and Figures - Admissions

: Undergraduate : Graduate : International Students : Non-Degree Programs : Summer School : Continuing Education : Online Education - Schools & Departments - Research

: Research Programs : Prospective Researchers : Collaborating Institutions : Facilities : Publications : Research Feature : Research Videos - News - Events - Podcast - Campus

: Student Life : Campus View : Campus Service

### General Information

### History

### Current Administrators

### Former Presidents

### Facts and Figures - ## Admissions

### Undergraduate

### Graduate

### International Students

### Non-Degree Programs

### Summer School

### Continuing Education

### Online Education - ## Schools & Departments - ## Research

### Research Programs

### Prospective Researchers

### Collaborating Institutions

### Facilities

### Publications

### Research Feature

### Research Videos - ## News - ## Events - ## Podcast - ## Campus

### Student Life

### Campus View

### Campus Service - ## Alumni

### Useful Information

### After Graduation - ## Media

### Media Inquiries

### Media Outreach

### Filming on Campus

### Media Resources

### In the Media

### Videos - ## Visitor

### Visitor Information

### Campus Information

### Experience Tsinghua - ## Student Life

### Housing & Dining

### Athletics & Recreation

### Health & Wellness

### Arts & Culture

### Student Activities

### Student Experience

Campus

Life at Tsinghua is a vibrant bustle that’s more than academics. Tsinghua community engages in extracurricular activities. Visitors can also experience the splendor of the former imperial garden.

Student Life

Academic Calendar

Campus View

Campus Map

The Observatory

The Old Gate

Gong Zi Ting

The Main Building

The Auditorium

Tsinghua Xuetang

_showDynClickBatch(['dynclicks_u9_9440','dynclicks_u9_9765','dynclicks_u9_9771','dynclicks_u9_9767','dynclicks_u9_9766','dynclicks_u9_9768'],[9440,9765,9771,9767,9766,9768],"wbnews", 1722153354)

$(".list-nav-icon").click(function() { $(".sidenav").slideToggle(); });

$(function() { var Accordion = function(el, multiple) { this.el = el || {}; this.multiple = multiple || false; var links = this.el.find('.nav-link1'); links.on('click', { el: this.el, multiple: this.multiple }, this.dropdown) } Accordion.prototype.dropdown = function(e) { var $el = e.data.el; $this = $(this), $next = $this.next(); $next.slideToggle(); $this.parent().toggleClass('open'); if (!e.data.multiple) { $el.find('.sidemenu').not($next).slideUp().parent().removeClass('open'); }; } var accordion = new Accordion($('#accordion'), false); });

More

Campus Service

Resources

©2024 Tsinghua University. All Rights Reserved

京ICP备15006448

京公网安备 110402430053 号

010-62793001 - 

webmaster@tsinghua.edu.cn

var conTextSwiper = new Swiper('#conText', { autoplay: false, simulateTouch: false }) var viewSwiper = new Swiper('.view .swiper-container', { autoplay: 3000, onSlideChangeStart: function() { updateNavPosition() conTextSwiper.slideTo(viewSwiper.activeIndex) }, // onSlideChangeEnd: function() { // }, }) $('.view .arrow-left,.preview .arrow-left').on('click', function(e) { e.preventDefault() if (viewSwiper.activeIndex == 0) { viewSwiper.slideTo(viewSwiper.slides.length - 1, 1000); return } viewSwiper.slidePrev() }) $('.view .arrow-right,.preview .arrow-right').on('click', function(e) { e.preventDefault() if (viewSwiper.activeIndex == viewSwiper.slides.length - 1) { viewSwiper.slideTo(0, 1000); return } viewSwiper.slideNext() }) var previewSwiper = new Swiper('.preview .swiper-container', { //visibilityFullFit: true, autoplay: 3000, slidesPerView: 7, slidesPerView: 'auto', allowTouchMove: false, breakpoints: { 414: { slidesPerView: 2, // spaceBetween: 20, }, 640: { slidesPerView: 3, // spaceBetween: 20, }, 768: { slidesPerView: 4, // spaceBetween: 40, }, 1024: { slidesPerView: 5, // spaceBetween: 50, }, 1366: { slidesPerView: 6, // spaceBetween: 50, }, }, onTap: function() { viewSwiper.slideTo(previewSwiper.clickedIndex) } }) function updateNavPosition() { $('.preview .active-nav').removeClass('active-nav') var activeNav = $('.preview .swiper-slide').eq(viewSwiper.activeIndex).addClass('active-nav') if (!activeNav.hasClass('swiper-slide-visible')) { if (activeNav.index() > previewSwiper.activeIndex) { var thumbsPerNav = Math.floor(previewSwiper.width / activeNav.width() - 1) previewSwiper.slideTo(activeNav.index() - thumbsPerNav) } else { previewSwiper.slideTo(activeNav.index()) } } }