-
Notifications
You must be signed in to change notification settings - Fork 0
/
main.tex
580 lines (511 loc) · 20.9 KB
/
main.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
\documentclass[letterpaper,10pt]{article}
%\setlength{\headsep}{2in}
%\setlength{headsep=20mm}
%\usepackage[headsep=0pt]{geometry}
%\usepackage{geometry}
%\geometry{a4paper,inner=12mm,outer=10mm,top=12.5mm,bottom=15mm,footskip=5mm}
%\geometry{a4paper,bottom=4mm}d
% Choose bibliography style for formatting list of publications
%\usepackage[style=ieee,url=false,doi=false,maxbibnames=99,sorting=ydnt,dashed=false]{biblatex}
\usepackage[style=phys,url=false,doi=false,maxcitenames=99,sorting=ydnt,datamodel=software,]{biblatex}
\usepackage{software-biblatex}
%\AtEveryBibitem{\clearfield{month}}
%\AtEveryCitekey{\clearfield{month}}
%\AtEveryBibitem{\clearname{editor}}
%\AtEveryCitekey{\clearname{editor}}
%\AtEveryBibitem{\clearlist{location}}
%\AtEveryCitekey{\clearlist{location}}
%\bibliography{papers}
%\AtEveryBibitem{\clearfield{urldate}}
%\AtEveryCitekey{%
% \clearfield{urldate}%
%}
\addbibresource{papers.bib}% allows you to specify dirs, while ".bib" is needed (more detailed than \bibliography)
%\DeclareFieldFormat{doilink}{
% \iffieldundef{doi}{#1}
%{\href{http://dx.doi.org/\thefield{url}}{#1}}}
\DeclareFieldFormat*{title}{\mkbibitalic{#1}}
\DeclareFieldFormat*{citetitle}{\mkbibitalic{#1}}
%\DeclareFieldFormat*{title}{\textbf{\mkbibitalic{#1}}}
%\DeclareFieldFormat*{citetitle}{\textbf{\mkbibitalic{#1}}}
%https://tex.stackexchange.com/questions/454672/biblatex-journal-name-non-italic
% Choose theme, e.g. black, RedViolet, ForestGreen, MidnightBlue
%\def\theme{MidnightBlue}
\def\theme{RedViolet}
% More predefined colors can be found in
% https://en.wikibooks.org/wiki/LaTeX/Colors
% Example photograph taken from Wikimedia Commons
% https://commons.wikimedia.org/wiki/File:Kiara_Krit_passport.jpg
\usepackage{simplecv}
\setlength{\voffset}{-3mm}
\setlength{\headsep}{12mm}
\setlength{\topmargin}{-16mm}
%\usepackage{geometry}
%\geometry{a4paper,inner=12mm,outer=10mm,top=12.5mm,bottom=15mm,footskip=5mm,headsep=0pt}
\usepackage{stmaryrd}% \Yup
\usepackage{ctex}
%\input{glyphtounicode}
%\usepackage{CJKutf8}
\usepackage{fontspec}
%\setmainfont[Mapping=tex-text]{Noto Serif CJK SC}
\setmainfont{LXGW WenKai GB}
\setCJKmainfont{LXGW WenKai GB}
\usepackage{tabularx}
% \usepackage{hwemoji}
% \usepackage{emotion}
\usepackage{emoji}
\usepackage{fontawesome5}
\usepackage{academicons}
\definecolor{orcid_green}{HTML}{A6CE39}
\usepackage{color}
\usepackage[table]{xcolor}
\definecolor{linkedin_blue}{RGB}{10,102,194}
\definecolor{youtube_red}{RGB}{255,0,0}
\definecolor{google_blue}{RGB}{66,133,244}
\definecolor{google_green}{RGB}{15,157,88}
\definecolor{google_red}{RGB}{219,68,55}
%\definecolor{google_yellow}{RGB}{244,180,0}
\definecolor{google_yellow}{RGB}{232,150,15}
\definecolor{email_blue}{RGB}{28,108,176}
\definecolor{internet_blue}{RGB}{15,79,155}
\definecolor{NJU_purple3}{RGB}{176,138,189}
\definecolor{NJU_purple2}{RGB}{231,221,237}
\definecolor{NJU_purple1}{RGB}{243,234,244}
\definecolor{PPT_blue3}{RGB}{96,150,230}
\definecolor{PPT_blue2}{RGB}{210,221,245}
\definecolor{PPT_blue1}{RGB}{234,239,250}
\definecolor{PPT_cyan3}{RGB}{88,182,229}
\definecolor{PPT_cyan2}{RGB}{209,229,245}
\definecolor{PPT_cyan1}{RGB}{234,243,250}
\definecolor{Booksx_Yellow}{RGB}{254,235,115}
%\usepackage{svg}
\usepackage{graphicx}
\usepackage{import}
\usepackage{amssymb}
\usepackage{libertine} % for \LKey{5}
\usepackage[most]{tcolorbox}
\newtcbox{\inlinebox}[1][]{enhanced,
box align=base,
nobeforeafter,
colback=google_yellow,
size=small,
boxrule=0pt,
left=0pt, right=0pt,
boxsep=2pt,
arc=5pt,
fontupper=\color{white},
#1}
%\newcommand{\mylinkbox}[1]{\inlinebox{$\blacktriangleright$ \nameref{#1}}}
\newcommand{\mylinkbox}[1]{\inlinebox{#1}}
%\usepackage{tikz}
%\usetikzlibrary{shadows}
%\newcommand*\keystroke[1]{%
% \tikz[baseline=(key.base)]
% \node[%
% draw,
% fill=white,
% drop shadow={shadow xshift=0.25ex,shadow yshift=-0.25ex,fill=black,opacity=0.75},
% rectangle,
% rounded corners=2pt,
% inner sep=1pt,
% line width=0.5pt,
% font=\scriptsize\sffamily
% ](key) {#1\strut}
% ;
%}
%\let\oldbibliography\thebibliography
%\renewcommand{\thebibliography}[1]{\oldbibliography{#1}
%\setlength{\itemsep}{0pt}} %Reducing spacing in the bibliography.
%\usepackage{setspace}
\usepackage{setspaceenhanced}
%\usepackage[singlespacing=1.5]{setspaceenhanced}
%\renewcommand{\baselinestretch}{0.9}
%\renewcommand{\baselinestretch}{1.5}
%\renewcommand{\arraystretch}{1.0}
%\setstretch{1.5}
\usepackage{hyperref}
\newcommand{\mysection}[1]{\hyperref[#1]{#1}}
%\usepackage[all]{hypcap}
%\renewcommand*{\thefootnote}{\arabic{footnote}}
\renewcommand{\thempfootnote}{\arabic{mpfootnote}}
%\usepackage{mdframed}
%\makesavenoteenv{mdframed} % Make mdframed pushes all footnotes to the end of the page
%\usepackage{footnotehyper}
%\let\thempfootnote\thefootnote % Fix \footnotetext inside boxes causing numbers to disappear at the end of the page
%\makeatletter
%\newtoks\FTN@ftn
%\def\pushftn{%
% \let\@footnotetext\FTN@ftntext\let\@xfootnotenext\FTN@xftntext
% \let\@xfootnote\FTN@xfootnote}
%\def\popftn{%
% \global\FTN@ftn\expandafter{\expandafter}\the\FTN@ftn}
%\long\def\FTN@ftntext#1{%
% \edef\@tempa{\the\FTN@ftn\noexpand\footnotetext
% [\the\csname c@\@mpfn\endcsname]}%
% \global\FTN@ftn\expandafter{\@tempa{#1}}}%
%\long\def\FTN@xftntext[#1]#2{%
% \global\FTN@ftn\expandafter{\the\FTN@ftn\footnotetext[#1]{#2}}}
%\def\FTN@xfootnote[#1]{%
% \begingroup
% \csname c@\@mpfn\endcsname #1\relax
% \unrestored@protected@xdef\@thefnmark{\thempfn}%
% \endgroup
% \@footnotemark\FTN@xftntext[#1]}
%\makeatother
%-————————————————————————————— solve problem "forward jump into the top of the next page"
\makeatletter % https://tex.stackexchange.com/questions/62259/change-reference-position-for-footnote-link
% distinguish between footnote marks in the text and in the footnotes themselves!
\let\hyperfoot@oldmakefntext\@makefntext
\renewcommand*{\@makefntext}{%
\let\hyperfoot@base@makefnmark\@makefnmark
\let\@makefnmark\hyperfoot@infootnote@makefnmark
\hyperfoot@oldmakefntext}
% set the hypertarget (through \hyper@@anchor) before placing \@thefnmark
\newcommand*{\hyperfoot@infootnote@makefnmark}{%
\fn@settarget
\hyperfoot@base@makefnmark
}
\@ifpackageloaded{footnotebackref}{%
\ifFootnoteBackref@numberlinked
\let\hyperfoot@oldmakefntext\BHFN@OldMakefntext% undo their patch
\renewcommand\hyperfoot@infootnote@makefnmark{%... and merge with ours
\fn@settarget
\mbox{\textsuperscript{\normalfont%
\hyperref[\BackrefFootnoteTag]{\@thefnmark}}}\,}%
\fi
}{} % https://tex.stackexchange.com/questions/62259/change-reference-position-for-footnote-link
% reset hyperref's overriding of \@footnotetext, which basically just adds the \hyper@@anchor as part of the footnote text
\long\def\@footnotetext#1{%
\H@@footnotetext{#1}}
% and put the hyperref magic into \fn@settarget instead
% note that we set the anchor text to be \relax. previously, it was sometimes (=when allowing links to be nested) the footnote text. I don't actually know what the effect is of having anchor text... but apparently no drivers support nesting at the moment anyway.
\newcommand\fn@settarget{% a form of this was previously part of hyperref's \@footnotetext
%\message{^^J^^J**setting target!**^^J^^J}% we should only see as many 'setting target' messages in the log as there are footnotes!
\ifHy@nesting
\expandafter\ltx@firstoftwo
\else
\expandafter\ltx@secondoftwo
\fi
{%
\expandafter\hyper@@anchor\expandafter{%
\Hy@footnote@currentHref
}{\relax}%
}{%
\Hy@raisedlink{%
\expandafter\hyper@@anchor\expandafter{%
\Hy@footnote@currentHref
}{\relax}%
}%
\let\@currentHref\Hy@footnote@currentHref
\let\@currentlabelname\@empty
}%
} % https://tex.stackexchange.com/questions/62259/change-reference-position-for-footnote-link
%-————————————————————————————— solve problem "forward jump into the top of the next page"
%\usepackage{footnotebackref} % makes \footnote{} cannot be inside tabularx
%\usepackage{tablefootnote}
%\makeatletter
%\newcommand{\spewfootnotes}{%
% \tfn@tablefootnoteprintout%
% \global\let\tfn@tablefootnoteprintout\relax%
% \gdef\tfn@fnt{0}%
% }
%\makeatother
%% ------------------------------------------------
%a new counter to create an unambiguous label-tag
%\newcounter{myHyperFootnoteCounter}
%\makeatletter
%% branch between the footnote with/without opt. argument
%\def\myHyperFootnote{\@ifnextchar[\my@OptHyperFootnote\my@HyperFootnote}
%
%%define an new footnote without optional argument
%\def\my@HyperFootnote#1{%
% \refstepcounter{myHyperFootnoteCounter}%
% \def\myFootnoteTag{hfn:\themyHyperFootnoteCounter}%
% \label{\myFootnoteTag}%
% % \footnote{\hyperref[\myFootnoteTag]{$\wedge$}#1}%
% \footnote{\hyperref[\myFootnoteTag]{}#1}%
% % \footnote{\hyperref[\myFootnoteTag]{$\ \ \ \ $}#1}%
%}
%
%%%define an new footnote with optional argument
%%\def\my@OptHyperFootnote[#1]#2{%
% % \refstepcounter{myHyperFootnoteCounter}%
% % \def\myFootnoteTag{hfn:\themyHyperFootnoteCounter}%
% % \label{\myFootnoteTag}%
% % % put the optional argument to the original `footnote`
% %% \footnote[#1]{\hyperref[\myFootnoteTag]{$\wedge$}#2}%
% % \footnote[#1]{\hyperref[\myFootnoteTag]{}#2}%
% %% \footnote[#1]{\hyperref[\myFootnoteTag]{$\ \ \ \ $}#2}%
% %}
%
%%if the footnote number should be the reference than redefine the footnote macro
%\renewcommand\@makefntext[1]{%
% \noindent\makebox[1.8em][r]{%
% \mbox{\textsuperscript{\normalfont\hyperref[\myFootnoteTag]{\@thefnmark}}}\,}#1%
% % \noindent\makebox[0.65em][r]{%
% % \mbox{{\normalfont\hyperref[\myFootnoteTag]{\@thefnmark}}}\,}#1%
% % \noindent\parbox[t]{30em}{%
% % \mbox{{\normalfont\hyperref[\myFootnoteTag]{\@thefnmark}}}\,}#1%
%}
%\makeatother
%% ------------------------------------------------
%\makeatletter % \hypertarget的补丁:把链接地址统一提升一行的高度
%\newcommand{\linkdest}[1]{\Hy@raisedlink{\hypertarget{#1}{}}}
%\makeatother
%\makeatletter % \hypertarget的补丁:把链接地址统一提升一行的高度
%\newcommand{\phantomdest}[1]{\Hy@raisedlink{\phantomsection}}
%\makeatother
% ------------------------------------------------
\usepackage{makecell}
\NewExpandableDocumentCommand\XGap{m}{\noalign{\vskip #1}}
\NewExpandableDocumentCommand\Gap{}{\XGap{3pt}}
\usepackage{multirow}
\usepackage{amssymb}
%\usepackage{highlight}
\newcolumntype{C}[1]{>{\centering\arraybackslash}p{#1}}
%\newcolumntype{R}[1]{>{\raggedleft\arraybackslash}p{#1}}
\newcolumntype{R}[1]{>{\raggedleft\let\newline\\\arraybackslash\hspace{0pt}}p{#1}}
\newcolumntype{L}[1]{>{\raggedright\let\newline\\\arraybackslash\hspace{0pt}}p{#1}}
%\usepackage{ragged2e}
%\newcolumntype{R}[1]{>{\RaggedLeft\hspace{0pt}}p{#1}}
\definecolor{MS_Red}{HTML}{F14F21}
\definecolor{MS_Green}{HTML}{7EB900}
\definecolor{MS_Blue}{HTML}{00A3EE}
\definecolor{MS_Yellow}{HTML}{FEB800}
\definecolor{MS_Gray}{HTML}{727272}
\newcommand*{\opacity}{20}
\newcommand{\cellcolorback}[1]{
\cellcolor{#1!\opacity}
}
%\makeatletter
%\newcommand{\thickhline}{%
% \noalign {\ifnum 0=`}\fi \hrule height 1pt
% \futurelet \reserved@a \@xhline
%}
%\newcolumntype{"}{@{\hskip\tabcolsep\vrule width 1pt\hskip\tabcolsep}}
%\makeatother
\usepackage{makecell}
\newcommand{\cmmnt}[1]{} % comment text among words somewhere in between
\usepackage{dashbox}
\newcommand\dboxed[1]{\dbox{\ensuremath{#1}}}
%\usepackage{etaremune}
\usepackage{enumitem}
\usepackage{refcount}
\makeatletter
\AddEnumerateCounter*{\reversearabic}{\@reversearabic}{2}
\newcommand{\reversearabic}[1]{\expandafter\@reversearabic\csname c@#1\endcsname}
\newcommand{\@reversearabic}[1]{%
\number\numexpr\getrefnumber{this@etaremune@\romannumeral\c@etaremune}-#1+1\relax
}
\newcounter{etaremune}
\newenvironment{etaremune}[1][]{%
\stepcounter{etaremune}%
\begin{enumerate}[label=\reversearabic*.,#1]%
}{%
\edef\@currentlabel{\the\csname c@\@enumctr\endcsname}%
\label{this@etaremune@\romannumeral\c@etaremune}%
\end{enumerate}%
}
\makeatother
%\usepackage{forest}
%\usepackage{dirtree}
%\DTsetlength{0.2em}{1em}{0.2em}{0.4pt}{1.6pt} % by default
%\DTsetlength{0.2em}{1em}{0.2em}{0.5pt}{2.0pt} % by default
% https://mirrors.mit.edu/CTAN/macros/generic/dirtree/dirtree.pdf
%% Code by Claudio:
%% https://tex.stackexchange.com/a/197447/221452
%% Uses code by Andrew:
%% http://tex.stackexchange.com/a/28452/13304
%% timeline code
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
%\usepackage[scaled=0.92]{charter}
\usepackage{charter}
%\fontsize{13pt}{10pt}\selectfont
%\renewcommand{\rmdefault}{bch}
%\usepackage[]{xcharter-otf}
%\usepackage[scale=0.92]{XCharter}
%\usepackage[charter]{newtxmath}
\usepackage{environ}
\usepackage{tikz}
\usetikzlibrary{calc,matrix}
\makeatletter
\let\matamp=&
\catcode`\&=13
\def&{%
\iftikz@is@matrix%
\pgfmatrixnextcell%
\else%
\matamp%
\fi%
}
\makeatother
\newcounter{lines}
\def\endlr{\stepcounter{lines}\\}
\newcounter{vtml}
\setcounter{vtml}{0}
\newif\ifvtimelinetitle
\newif\ifvtimebottomline
\tikzset{
description/.style={column 2/.append style={#1}},
timeline color/.store in=\vtmlcolor,
timeline color=red!80!black,
timeline color st/.style={fill=\vtmlcolor,draw=\vtmlcolor},
use timeline header/.is if=vtimelinetitle,
use timeline header=false,
add bottom line/.is if=vtimebottomline,
add bottom line=false,
timeline title/.store in=\vtimelinetitle,
timeline title={},
line offset/.store in=\lineoffset,
line offset=4pt,
}
\NewEnviron{vtimeline}[1][]{%
\setcounter{lines}{1}%
\stepcounter{vtml}%
\begin{tikzpicture}[column 1/.style={anchor=east},
column 2/.style={anchor=west},
text depth=0pt,text height=1ex,
row sep=1ex,
column sep=1em,
#1
]
\matrix(vtimeline\thevtml)[matrix of nodes]{\BODY};
\pgfmathtruncatemacro\endmtx{\thelines-1}
\path[timeline color st]
($(vtimeline\thevtml-1-1.north east)!0.5!(vtimeline\thevtml-1-2.north west)$)--
($(vtimeline\thevtml-\endmtx-1.south east)!0.5!(vtimeline\thevtml-\endmtx-2.south west)$);
\foreach \x in {1,...,\endmtx}{
\node[circle,timeline color st, inner sep=0.15pt, draw=white, thick]
(vtimeline\thevtml-c-\x) at
($(vtimeline\thevtml-\x-1.east)!0.5!(vtimeline\thevtml-\x-2.west)$){};
\draw[timeline color st](vtimeline\thevtml-c-\x.west)--++(-3pt,0);
}
\ifvtimelinetitle%
\draw[timeline color st]([yshift=\lineoffset]vtimeline\thevtml.north west)--
([yshift=\lineoffset]vtimeline\thevtml.north east);
\node[anchor=west,yshift=16pt,font=\large]
at (vtimeline\thevtml-1-1.north west)
{\textsc{Timeline \thevtml}: \textit{\vtimelinetitle}};
\else%
\relax%
\fi%
\ifvtimebottomline%
\draw[timeline color st]([yshift=-\lineoffset]vtimeline\thevtml.south west)--
([yshift=-\lineoffset]vtimeline\thevtml.south east);
\else%
\relax%
\fi%
\end{tikzpicture}
}
\newcounter{lineskkk}
\def\endlrkkk{\stepcounter{lineskkk}\\}
\newcounter{vtmlkkk}
\setcounter{vtmlkkk}{0}
\NewEnviron{vtimelinekkk}[1][]{%
\setcounter{lineskkk}{1}%
\stepcounter{vtmlkkk}%
\begin{tikzpicture}[column 1/.style={anchor=east},
column 2/.style={anchor=west},
text depth=0pt,text height=1ex,
row sep=1ex,
column sep=1em,
#1
]
\matrix(vtimeline\thevtmlkkk)[matrix of nodes]{\BODY};
\pgfmathtruncatemacro\endmtx{\thelineskkk-1}
\path[timeline color st]
($(vtimeline\thevtmlkkk-1-1.north east)!0.5!(vtimeline\thevtmlkkk-1-2.north west)$)--
($(vtimeline\thevtmlkkk-\endmtx-1.south east)!0.5!(vtimeline\thevtmlkkk-\endmtx-2.south west)$);
\foreach \x in {1,...,\endmtx}{
\node[circle,timeline color st, inner sep=0.15pt, draw=white, thick]
(vtimeline\thevtmlkkk-c-\x) at
($(vtimeline\thevtmlkkk-\x-1.east)!0.5!(vtimeline\thevtmlkkk-\x-2.west)$){};
\draw[timeline color st](vtimeline\thevtmlkkk-c-\x.east)--++(+3pt,0);
}
\ifvtimelinetitle%
\draw[timeline color st]([yshift=\lineoffset]vtimeline\thevtmlkkk.north west)--
([yshift=\lineoffset]vtimeline\thevtmlkkk.north east);
\node[anchor=west,yshift=16pt,font=\large]
at (vtimeline\thevtmlkkk-1-1.north west)
{\textsc{Timeline \thevtmlkkk}: \textit{\vtimelinetitle}};
\else%
\relax%
\fi%
\ifvtimebottomline%
\draw[timeline color st]([yshift=-\lineoffset]vtimeline\thevtmlkkk.south west)--
([yshift=-\lineoffset]vtimeline\thevtmlkkk.south east);
\else%
\relax%
\fi%
\end{tikzpicture}
}
% ------------------------------------------------
%\boldname{Surname}{Name}{N.}
\boldname{Xie}{Chenzhu}{C.}
\usepackage{lipsum}
%\usepackage{fontsize}
%\changefontsize[110]{12pt}{14pt}
%\usepackage{anyfontsize}
\begin{document}\thispagestyle{noheader}
%\thispagestyle{empty}
%\thispagestyle{plain}
%\fontsize{10.12}{13.12}\selectfont % 设置字体大小为 14pt,行间距为 16pt
\setstretch{1.49}
% Heading
%\headinginline{Chen-Zhu Xie \hfill \textbf{\youyuan 谢\;\!尘\;\!竹}
%\headinginline{Chen-Zhu Xie \hfill \textbf{\kaishu 谢\;\!尘\;\!竹}
%\headinginline{Chen-Zhu Xie \hfill \textbf{\songti 谢\;\!尘\;\!竹}
%\headinginline{Chen-Zhu Xie \hfill {\songti 谢\;\!尘\;\!竹}
\headinginline{Chen-Zhu Xie \hfill {谢\;\!\raisebox{-0.8pt}{尘}\;\!竹} \cmmnt{\begin{CJK*}{UTF8}{gbsn}谢尘竹\end{CJK*}}\\ \cmmnt{\color{color-detail} test}}{
Portfolio: \href{https://github.com/ChenZhu-Xie}{\raisebox{-0.05\height}\faGithub} \ \href{https://youtube.com/@xczphysics}{\raisebox{-0.05\height}{\color{youtube_red}\faYoutube}} \ \href{https://linkedin.com/in/xczphysics}{\raisebox{-0.05\height}{\color{linkedin_blue}\faLinkedin}} \\
Scholar: \href{https://orcid.org/my-orcid?orcid=0009-0003-8987-3640}{\raisebox{-0.05\height} {\color{orcid_green}\aiOrcid}} \ \href{https://scholar.google.com/citations?user=C86BbesAAAAJ}{\raisebox{-0.05\height}{\color{google_blue}\aiGoogleScholar}} \\
Preference\cmmnt{Taste}: \href{https://music.163.com/\#/user?id=77327445}{{\raisebox{-0.2\height}{\includegraphics[totalheight=1em]{./logos/netease_music_macos_bigsur_icon_resize.png}}}} \\
Contact: \href{mailto:email@[email protected]}{\raisebox{-0.05\height}{\color{email_blue}\faEnvelope}} \ \href{https://twitter.com/xczphysics}{$\mathbb{X}$} \\
Personality: \href{https://en.wikipedia.org/wiki/Aries_(constellation)}{\raisebox{-0.05\height} {\emoji{aries}}} \href{https://en.wikipedia.org/wiki/Myers-Briggs_Type_Indicator}{\mylinkbox{INTP}} \href{https://en.wikipedia.org/wiki/ABO_blood_group_system}{\raisebox{-0.05\height} {\emoji{ab}}} \hspace{-.45em}
}
% Heading
%\headinginline{Chen-Zhu Xie \hspace{3em} 谢尘竹}{
% Portfolio: \href{https://github.com/ChenZhu-Xie}{\raisebox{-0.05\height}\faGithub} \ \href{https://linkedin.com/in/xczphysics}{\raisebox{-0.05\height}\faLinkedin} \ \href{https://youtube.com/@xczphysics}{\raisebox{-0.05\height}\faYoutube} \\
% Contact: \href{mailto:email@[email protected]}{\raisebox{-0.05\height}\faEnvelope} \ \href{https://twitter.com/xczphysics}{\raisebox{-0.05\height}\faTwitter} \\
% Scholar: \href{https://orcid.org/my-orcid?orcid=0009-0003-8987-3640}{\raisebox{-0.05\height}\aiOrcid} \ \href{https://scholar.google.com/citations?user=C86BbesAAAAJ}{\raisebox{-0.05\height}\aiGoogleScholar} \\
% Personality: \emoji{aries} \emoji{ab} \LKey{INTP}
%}
% \headingphoto{Name Surname}{
% Website: \website{example.com} \\
% Email: \email{[email protected]} \\
% LinkedIn: \linkedin{name-surname} \\
% GitHub: \github{example}
% }{photo.jpg}
% Page One
\vspace{-1.2cm}
\import{sections/}{education.tex}
\vspace{-1.2cm}
\import{sections/}{research_projects.tex}
\fancyfoot[L]{\color{color-detail} {\color{\theme} \mysection{Education}} $\bullet$ {\color{\theme} \mysection{Research}} $\bullet$ \mysection{Activities} $\bullet$ \mysection{Publications} $\bullet$ \mysection{Focus} $\bullet$ \mysection{Awards} $\bullet$ \mysection{Projects} $\bullet$ \mysection{Details}}
\import{sections/}{scientific_activities.tex}
\vspace{-1.3cm}
\import{sections/}{publications.tex}
\import{sections/}{academic_focus.tex}
\fancyfoot[L]{\color{color-detail} \mysection{Education} $\bullet$ \mysection{Research} $\bullet$ {\color{\theme} \mysection{Activities}} $\bullet$ {\color{\theme} \mysection{Publications}} $\bullet$ {\color{\theme} \mysection{Focus}} $\bullet$ \mysection{Awards} $\bullet$ \mysection{Projects} $\bullet$ \mysection{Details}}
\pagebreak
% Page Two
\import{sections/}{awards.tex}
\vspace{-1.2cm}
\import{sections/}{personal_projects.tex}
%\import{sections/}{extracurricular.tex}
%\sidebyside
%{\import{sections/}{skills.tex}}
%{\import{sections/}{languages.tex}}
%\begin{multicols}{4} \raggedcolumns
% \import{sections/}{high_school.tex} \vfill \columnbreak
% \import{sections/}{undergraduate.tex} \vfill \columnbreak
% \import{sections/}{postgraduate.tex} \vfill \columnbreak
% \import{sections/}{phd.tex} \vfill
%\end{multicols}
%\import{sections/}{personal_knowledge_management.tex}
%\import{sections/}{personal_career_management.tex}
%\import{sections/}{time_line.tex}
\import{sections/}{historical_details.tex}
\fancyfoot[L]{\color{color-detail} \mysection{Education} $\bullet$ \mysection{Research} $\bullet$ \mysection{Activities} $\bullet$ \mysection{Publications} $\bullet$ \mysection{Focus} $\bullet$ \mysection{Awards} $\bullet$ {\color{\theme} \mysection{Projects}} $\bullet$ {\color{\theme} \mysection{Details}}}
\end{document}