117 |
118 |
--------------------------------------------------------------------------------
/LICENSE:
--------------------------------------------------------------------------------
1 | Creative Commons Legal Code
2 |
3 | CC0 1.0 Universal
4 |
5 | CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE
6 | LEGAL SERVICES. DISTRIBUTION OF THIS DOCUMENT DOES NOT CREATE AN
7 | ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS
8 | INFORMATION ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES
9 | REGARDING THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS
10 | PROVIDED HEREUNDER, AND DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM
11 | THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS PROVIDED
12 | HEREUNDER.
13 |
14 | Statement of Purpose
15 |
16 | The laws of most jurisdictions throughout the world automatically confer
17 | exclusive Copyright and Related Rights (defined below) upon the creator
18 | and subsequent owner(s) (each and all, an "owner") of an original work of
19 | authorship and/or a database (each, a "Work").
20 |
21 | Certain owners wish to permanently relinquish those rights to a Work for
22 | the purpose of contributing to a commons of creative, cultural and
23 | scientific works ("Commons") that the public can reliably and without fear
24 | of later claims of infringement build upon, modify, incorporate in other
25 | works, reuse and redistribute as freely as possible in any form whatsoever
26 | and for any purposes, including without limitation commercial purposes.
27 | These owners may contribute to the Commons to promote the ideal of a free
28 | culture and the further production of creative, cultural and scientific
29 | works, or to gain reputation or greater distribution for their Work in
30 | part through the use and efforts of others.
31 |
32 | For these and/or other purposes and motivations, and without any
33 | expectation of additional consideration or compensation, the person
34 | associating CC0 with a Work (the "Affirmer"), to the extent that he or she
35 | is an owner of Copyright and Related Rights in the Work, voluntarily
36 | elects to apply CC0 to the Work and publicly distribute the Work under its
37 | terms, with knowledge of his or her Copyright and Related Rights in the
38 | Work and the meaning and intended legal effect of CC0 on those rights.
39 |
40 | 1. Copyright and Related Rights. A Work made available under CC0 may be
41 | protected by copyright and related or neighboring rights ("Copyright and
42 | Related Rights"). Copyright and Related Rights include, but are not
43 | limited to, the following:
44 |
45 | i. the right to reproduce, adapt, distribute, perform, display,
46 | communicate, and translate a Work;
47 | ii. moral rights retained by the original author(s) and/or performer(s);
48 | iii. publicity and privacy rights pertaining to a person's image or
49 | likeness depicted in a Work;
50 | iv. rights protecting against unfair competition in regards to a Work,
51 | subject to the limitations in paragraph 4(a), below;
52 | v. rights protecting the extraction, dissemination, use and reuse of data
53 | in a Work;
54 | vi. database rights (such as those arising under Directive 96/9/EC of the
55 | European Parliament and of the Council of 11 March 1996 on the legal
56 | protection of databases, and under any national implementation
57 | thereof, including any amended or successor version of such
58 | directive); and
59 | vii. other similar, equivalent or corresponding rights throughout the
60 | world based on applicable law or treaty, and any national
61 | implementations thereof.
62 |
63 | 2. Waiver. To the greatest extent permitted by, but not in contravention
64 | of, applicable law, Affirmer hereby overtly, fully, permanently,
65 | irrevocably and unconditionally waives, abandons, and surrenders all of
66 | Affirmer's Copyright and Related Rights and associated claims and causes
67 | of action, whether now known or unknown (including existing as well as
68 | future claims and causes of action), in the Work (i) in all territories
69 | worldwide, (ii) for the maximum duration provided by applicable law or
70 | treaty (including future time extensions), (iii) in any current or future
71 | medium and for any number of copies, and (iv) for any purpose whatsoever,
72 | including without limitation commercial, advertising or promotional
73 | purposes (the "Waiver"). Affirmer makes the Waiver for the benefit of each
74 | member of the public at large and to the detriment of Affirmer's heirs and
75 | successors, fully intending that such Waiver shall not be subject to
76 | revocation, rescission, cancellation, termination, or any other legal or
77 | equitable action to disrupt the quiet enjoyment of the Work by the public
78 | as contemplated by Affirmer's express Statement of Purpose.
79 |
80 | 3. Public License Fallback. Should any part of the Waiver for any reason
81 | be judged legally invalid or ineffective under applicable law, then the
82 | Waiver shall be preserved to the maximum extent permitted taking into
83 | account Affirmer's express Statement of Purpose. In addition, to the
84 | extent the Waiver is so judged Affirmer hereby grants to each affected
85 | person a royalty-free, non transferable, non sublicensable, non exclusive,
86 | irrevocable and unconditional license to exercise Affirmer's Copyright and
87 | Related Rights in the Work (i) in all territories worldwide, (ii) for the
88 | maximum duration provided by applicable law or treaty (including future
89 | time extensions), (iii) in any current or future medium and for any number
90 | of copies, and (iv) for any purpose whatsoever, including without
91 | limitation commercial, advertising or promotional purposes (the
92 | "License"). The License shall be deemed effective as of the date CC0 was
93 | applied by Affirmer to the Work. Should any part of the License for any
94 | reason be judged legally invalid or ineffective under applicable law, such
95 | partial invalidity or ineffectiveness shall not invalidate the remainder
96 | of the License, and in such case Affirmer hereby affirms that he or she
97 | will not (i) exercise any of his or her remaining Copyright and Related
98 | Rights in the Work or (ii) assert any associated claims and causes of
99 | action with respect to the Work, in either case contrary to Affirmer's
100 | express Statement of Purpose.
101 |
102 | 4. Limitations and Disclaimers.
103 |
104 | a. No trademark or patent rights held by Affirmer are waived, abandoned,
105 | surrendered, licensed or otherwise affected by this document.
106 | b. Affirmer offers the Work as-is and makes no representations or
107 | warranties of any kind concerning the Work, express, implied,
108 | statutory or otherwise, including without limitation warranties of
109 | title, merchantability, fitness for a particular purpose, non
110 | infringement, or the absence of latent or other defects, accuracy, or
111 | the present or absence of errors, whether or not discoverable, all to
112 | the greatest extent permissible under applicable law.
113 | c. Affirmer disclaims responsibility for clearing rights of other persons
114 | that may apply to the Work or any use thereof, including without
115 | limitation any person's Copyright and Related Rights in the Work.
116 | Further, Affirmer disclaims responsibility for obtaining any necessary
117 | consents, permissions or other rights required for any use of the
118 | Work.
119 | d. Affirmer understands and acknowledges that Creative Commons is not a
120 | party to this document and has no duty or obligation with respect to
121 | this CC0 or use of the Work.
122 |
--------------------------------------------------------------------------------
/src/resume.tsx:
--------------------------------------------------------------------------------
1 | 'use client';
2 |
3 | import React from 'react';
4 | import { Phone, Mail, MapPin, Briefcase, GraduationCap, Award, Star, User } from 'lucide-react';
5 |
6 | const A4Resume = () => {
7 | const resumeData = {
8 | name: "云中江树",
9 | title: "提示词工程师",
10 | contact: {
11 | email: "contact@langgpt.ai",
12 | wechat: "1796060717"
13 | },
14 | summary: "富有创新精神和丰富经验的提示词工程师,专注于优化AI模型输出和用户体验。在自然语言处理、对话系统和跨领域应用方面拥有深厚的专业知识。善于设计高效提示策略,推动AI应用从概念到成功落地的全过程。",
15 | experience: [
16 | {
17 | title: "高级提示词工程师",
18 | company: "ABC AI科技有限公司",
19 | period: "2021年6月 - 至今",
20 | responsibilities: [
21 | "领导开发创新的对话系统,提升用户体验和交互效率",
22 | "优化大规模语言模型的提示策略,性能提升40%",
23 | "设计跨领域AI应用的提示框架,加速产品开发周期"
24 | ]
25 | },
26 | {
27 | title: "NLP工程师",
28 | company: "XYZ数据科技公司",
29 | period: "2019年3月 - 2021年5月",
30 | responsibilities: [
31 | "负责公司核心NLP产品的算法优化和应用",
32 | "通过提示工程技术,提升模型准确率35%",
33 | "参与设计公司的提示词库,提高了AI应用开发效率"
34 | ]
35 | },
36 | {
37 | title: "AI研究助理",
38 | company: "DEF大学AI实验室",
39 | period: "2017年9月 - 2019年2月",
40 | responsibilities: [
41 | "参与多个自然语言处理研究项目",
42 | "协助开发新型对话生成模型",
43 | "负责数据收集和标注,提升模型训练质量"
44 | ]
45 | }
46 | ],
47 | education: [
48 | {
49 | degree: "人工智能硕士",
50 | school: "上海交通大学",
51 | period: "2015年9月 - 2017年6月"
52 | },
53 | {
54 | degree: "计算机科学学士",
55 | school: "浙江大学",
56 | period: "2011年9月 - 2015年6月"
57 | }
58 | ],
59 | skills: [
60 | { name: "提示词工程", level: 5 },
61 | { name: "自然语言处理", level: 5 },
62 | { name: "机器学习/深度学习", level: 4 },
63 | { name: "Python/PyTorch", level: 4 },
64 | { name: "大规模语言模型", level: 4 },
65 | { name: "对话系统设计", level: 3 },
66 | { name: "跨领域AI应用", level: 3 }
67 | ],
68 | achievements: [
69 | "开发的提示词框架在2023年全球AI挑战赛中获得金奖 🏆",
70 | "发表5篇高影响力论文,总引用超过500次 📚",
71 | "个人技术博客月访问量超过5万 📊",
72 | "主导的开源NLP工具包在GitHub上获得超过2000 stars ⭐"
73 | ]
74 | };
75 |
76 | const styles = {
77 | container: {
78 | display: 'flex',
79 | justifyContent: 'center',
80 | alignItems: 'center',
81 | minHeight: '100vh',
82 | padding: '20px',
83 | boxSizing: 'border-box',
84 | backgroundColor: '#f0f4f8',
85 | },
86 | page: {
87 | width: '595px',
88 | height: '842px',
89 | backgroundColor: '#ffffff',
90 | fontFamily: "'Noto Sans SC', sans-serif",
91 | fontSize: '12px',
92 | lineHeight: '1.5',
93 | position: 'relative',
94 | overflow: 'hidden',
95 | display: 'flex',
96 | borderRadius: '20px',
97 | boxShadow: '0 10px 30px rgba(0, 0, 0, 0.1)',
98 | },
99 | leftColumn: {
100 | width: '220px',
101 | backgroundColor: '#e6e6fa',
102 | padding: '20px',
103 | borderTopLeftRadius: '20px',
104 | borderBottomLeftRadius: '20px',
105 | display: 'flex',
106 | flexDirection: 'column',
107 | },
108 | rightColumn: {
109 | flex: 1,
110 | padding: '20px',
111 | backgroundColor: '#f8f8ff',
112 | borderTopRightRadius: '20px',
113 | borderBottomRightRadius: '20px',
114 | display: 'flex',
115 | flexDirection: 'column',
116 | },
117 | header: {
118 | backgroundColor: '#8a7ab3',
119 | color: '#ffffff',
120 | padding: '20px',
121 | borderRadius: '15px',
122 | boxShadow: '0 4px 6px rgba(0, 0, 0, 0.1)',
123 | marginBottom: '20px',
124 | overflow: 'hidden',
125 | },
126 | avatar: {
127 | width: '80px',
128 | height: '80px',
129 | borderRadius: '50%',
130 | margin: '0 auto 10px',
131 | boxShadow: '0 2px 4px rgba(0, 0, 0, 0.1)',
132 | overflow: 'hidden',
133 | },
134 | avatarImg: {
135 | width: '100%',
136 | height: '100%',
137 | objectFit: 'cover',
138 | },
139 | name: {
140 | fontSize: '22px',
141 | fontWeight: 'bold',
142 | textAlign: 'center',
143 | marginBottom: '5px',
144 | color: '#ffffff',
145 | },
146 | title: {
147 | fontSize: '14px',
148 | textAlign: 'center',
149 | marginBottom: '10px',
150 | color: '#ffffff',
151 | },
152 | contactInfo: {
153 | fontSize: '11px',
154 | },
155 | contactItem: {
156 | display: 'flex',
157 | alignItems: 'center',
158 | marginBottom: '5px',
159 | color: '#ffffff',
160 | },
161 | icon: {
162 | marginRight: '5px',
163 | flexShrink: 0,
164 | },
165 | section: {
166 | marginBottom: '20px',
167 | backgroundColor: '#fff',
168 | padding: '15px',
169 | borderRadius: '12px',
170 | boxShadow: '0 2px 4px rgba(0, 0, 0, 0.05)',
171 | flex: 1,
172 | },
173 | sectionTitle: {
174 | fontSize: '16px',
175 | fontWeight: 'bold',
176 | color: '#8a7ab3',
177 | marginBottom: '10px',
178 | paddingBottom: '5px',
179 | borderBottom: '2px solid #b39ddb',
180 | display: 'flex',
181 | alignItems: 'center',
182 | },
183 | experienceItem: {
184 | marginBottom: '15px',
185 | },
186 | companyName: {
187 | fontWeight: 'bold',
188 | fontSize: '13px',
189 | color: '#8a7ab3',
190 | },
191 | period: {
192 | fontSize: '11px',
193 | color: '#999999',
194 | marginBottom: '5px',
195 | },
196 | responsibility: {
197 | fontSize: '11px',
198 | marginBottom: '3px',
199 | color: '#333333',
200 | paddingLeft: '10px',
201 | position: 'relative',
202 | },
203 | bullet: {
204 | position: 'absolute',
205 | left: '0',
206 | top: '6px',
207 | width: '4px',
208 | height: '4px',
209 | backgroundColor: '#8a7ab3',
210 | borderRadius: '50%',
211 | },
212 | skillItem: {
213 | display: 'flex',
214 | alignItems: 'center',
215 | marginBottom: '5px',
216 | },
217 | skillName: {
218 | flex: 1,
219 | fontSize: '11px',
220 | color: '#333333',
221 | whiteSpace: 'nowrap',
222 | overflow: 'hidden',
223 | textOverflow: 'ellipsis',
224 | },
225 | skillLevel: {
226 | display: 'flex',
227 | marginLeft: '5px',
228 | },
229 | star: {
230 | color: '#ffd700',
231 | marginLeft: '2px',
232 | },
233 | achievementItem: {
234 | display: 'flex',
235 | alignItems: 'flex-start',
236 | marginBottom: '5px',
237 | fontSize: '11px',
238 | color: '#333333',
239 | },
240 | emoji: {
241 | fontSize: '14px',
242 | marginRight: '5px',
243 | flexShrink: 0,
244 | },
245 | summary: {
246 | fontSize: '11px',
247 | color: '#333333',
248 | },
249 | };
250 |
251 | const SkillLevel = ({ level }) => (
252 |