更改保研倒计时
This commit is contained in:
parent
23b4ae6c8a
commit
6d0c0f4280
@ -35,9 +35,9 @@ links:
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
🎓 NEU 软院大三在读,曾经的🐧厂实习er
|
🎓 NEU 软院大四在读,曾经的🐧厂实习er
|
||||||
<br>🎹 会钢琴、喜欢音乐和唱歌
|
🎹 会钢琴、喜欢音乐和唱歌
|
||||||
<br>💻 Node.js、Java、Python、C++、Go、Vue 什么的都会一点
|
💻 Node.js、Java、Python、C++、Go、Vue 什么的都会一点
|
||||||
<br>🔧 技术迷,喜欢折腾
|
🔧 技术迷,喜欢折腾
|
||||||
|
|
||||||
🤗 感谢来访~
|
🤗 感谢来访~
|
||||||
|
28
content/post/心情/保研经验贴.md
Normal file
28
content/post/心情/保研经验贴.md
Normal file
@ -0,0 +1,28 @@
|
|||||||
|
---
|
||||||
|
title: 2025年(2026届)保研经验贴
|
||||||
|
description: 浙大软院、南大智软、国科大杭高院智能学院、中科院深先院数字所、中科大科学岛
|
||||||
|
date: 2025-09-25T23:53:00+08:00
|
||||||
|
lastmod: 2025-09-25T23:53:00+08:00
|
||||||
|
slug: baoyan
|
||||||
|
categories:
|
||||||
|
- 心情
|
||||||
|
tags: [
|
||||||
|
"保研"
|
||||||
|
]
|
||||||
|
draft: true
|
||||||
|
---
|
||||||
|
|
||||||
|
# 背景信息
|
||||||
|
|
||||||
|
- **rank:** CS类小班,2/23(前五学期GPA)、1/23(大二综测),夏令营被卡百分比卡麻了
|
||||||
|
- **科研:** 一段校内大创、一段校外项目(但是比较水),有2篇比较水的论文一作;zju 实习一段,产出一篇 CCF-A 在投
|
||||||
|
- **外语:** CET4、CET6均600+
|
||||||
|
- **参营情况:** 浙大软院、南大智软(智能软件与工程学院)、国科大杭高院智能学院、中科院深先院数字所、中科大科学岛
|
||||||
|
- **最终去向:** 浙大软院
|
||||||
|
|
||||||
|
<img src="https://cdn.ember.ac.cn/images/bed/202509252359073.png" width="600">
|
||||||
|
|
||||||
|
# 写在前面
|
||||||
|
|
||||||
|
今年保研的形势非常非常困难,主要体现在各大高校搞改革,大量取消了夏令营,以及很多夏令营无录取效力,导致报名的人层层往下报求稳(如清北选手报名华五中9),导致入营异常艰难,加上我所在的专业人数少,因此被拒麻了(哭)。
|
||||||
|
|
@ -205,7 +205,7 @@
|
|||||||
<div class="background-animation" id="backgroundAnimation"></div>
|
<div class="background-animation" id="backgroundAnimation"></div>
|
||||||
|
|
||||||
<div class="countdown-container">
|
<div class="countdown-container">
|
||||||
<h1 class="title">距离 2025年9月23日 9:00 还有</h1>
|
<h1 class="title">距离 2025年9月25日 14:00 还有</h1>
|
||||||
|
|
||||||
<div class="countdown-display" id="countdownDisplay">
|
<div class="countdown-display" id="countdownDisplay">
|
||||||
<div class="time-unit">
|
<div class="time-unit">
|
||||||
@ -230,8 +230,8 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
// 目标日期:2025年9月23日
|
// 目标日期:2025年9月25日
|
||||||
const targetDate = new Date('2025-09-23T09:00:00').getTime();
|
const targetDate = new Date('2025-09-25T14:00:00').getTime();
|
||||||
|
|
||||||
// 创建背景动画元素
|
// 创建背景动画元素
|
||||||
function createFloatingElements() {
|
function createFloatingElements() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user