-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ac53df6
commit cc43e9e
Showing
9 changed files
with
90 additions
and
91 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,24 @@ | ||
name: Build LaTeX document | ||
on: | ||
push: | ||
tags: | ||
- "*" | ||
jobs: | ||
build_latex: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Set up Git repository | ||
uses: actions/checkout@v3 | ||
- name: Compile LaTeX document | ||
uses: xu-cheng/latex-action@v2 | ||
with: | ||
root_file: | | ||
cv.tex | ||
resume.tex | ||
latexmk_use_xelatex: true | ||
- name: Release | ||
uses: softprops/action-gh-release@v1 | ||
with: | ||
files: | | ||
cv.pdf | ||
resume.pdf | ||
name: Build LaTeX document | ||
on: | ||
push: | ||
tags: | ||
- "*" | ||
jobs: | ||
build_latex: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Set up Git repository | ||
uses: actions/checkout@v3 | ||
- name: Compile LaTeX document | ||
uses: xu-cheng/latex-action@v2 | ||
with: | ||
root_file: | | ||
cv.tex | ||
resume.tex | ||
latexmk_use_xelatex: true | ||
- name: Release | ||
uses: softprops/action-gh-release@v1 | ||
with: | ||
files: | | ||
cv.pdf | ||
resume.pdf |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
## Curriculum Vitae | ||
|
||
Source code for my personal CV and resume. Check out the Releases section for the PDF files. | ||
## Curriculum Vitae | ||
|
||
Source code for my personal CV and resume. Check out the Releases section for the PDF files. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,7 @@ | |
%--------------------------------------------------------- | ||
\cventry | ||
{Department of Electrical and Computer Engineering, Queen's University} % University | ||
{Dr. Xiaodan Zhu, Associate Professor} % Professor | ||
{Dr.~Xiaodan Zhu, Associate Professor} % Professor | ||
{} % Empty location | ||
{} % Empty date | ||
{ | ||
|
@@ -22,10 +22,23 @@ | |
\end{cvitems} | ||
} | ||
|
||
%--------------------------------------------------------- | ||
\cventry | ||
{Department of Electrical and Computer Engineering, Queen's University} % University | ||
{Dr.~Michael Greenspan, Professor} % Professor | ||
{} % Empty location | ||
{} % Empty date | ||
{ | ||
\begin{cvitems} % Info | ||
\item {Google Scholar: \href{https://scholar.google.ca/citations?user=x-M8l7IAAAAJ&hl=en}{https://scholar.google.ca/citations?user=x-M8l7IAAAAJ}} | ||
\item {Email: \href{mailto:[email protected]}{[email protected]}} | ||
\end{cvitems} | ||
} | ||
|
||
%--------------------------------------------------------- | ||
\cventry | ||
{Computer Engineering Department, Sharif University of Technology} % University | ||
{Dr. Seyed Abolfazl Motahari, Assistant Professor} % Professor | ||
{Dr.~Seyed Abolfazl Motahari, Assistant Professor} % Professor | ||
{} % Empty location | ||
{} % Empty date | ||
{ | ||
|
@@ -39,7 +52,7 @@ | |
%--------------------------------------------------------- | ||
\cventry | ||
{Computer Engineering Department, Amirkabir University of Technology} % University | ||
{Dr. Ahmad Nickabadi, Assistant Professor} % Professor | ||
{Dr.~Ahmad Nickabadi, Assistant Professor} % Professor | ||
{} % Empty location | ||
{} % Empty date | ||
{ | ||
|
@@ -52,7 +65,7 @@ | |
%--------------------------------------------------------- | ||
\cventry | ||
{Information Technology and Electrical Engineering Department, University of Oulu} % University | ||
{Dr. Mehdi Rasti, Associate Professor} % Professor | ||
{Dr.~Mehdi Rasti, Associate Professor} % Professor | ||
{} % Empty location | ||
{} % Empty date | ||
{ | ||
|
@@ -65,7 +78,7 @@ | |
%--------------------------------------------------------- | ||
% \cventry | ||
% {Electrical \& Computer Engineering Department, University of Alberta} % University | ||
% {Dr. Alireza Esmaeilzehi, Postdoctoral Research Fellow} % Professor | ||
% {Dr.~Alireza Esmaeilzehi, Postdoctoral Research Fellow} % Professor | ||
% {} % Empty location | ||
% {} % Empty date | ||
% { | ||
|
@@ -78,7 +91,7 @@ | |
%--------------------------------------------------------- | ||
\cventry | ||
{Computer Engineering Department, Amirkabir University of Technology} % University | ||
{Dr. Mohammad Mehdi Ebadzadeh, Professor} % Professor | ||
{Dr.~Mohammad Mehdi Ebadzadeh, Professor} % Professor | ||
{} % Empty location | ||
{} % Empty date | ||
{ | ||
|
@@ -91,7 +104,7 @@ | |
%--------------------------------------------------------- | ||
\cventry | ||
{Computer Engineering Department, Amirkabir University of Technology} % University | ||
{Dr. Ehsan Nazerfard, Assistant Professor} % Professor | ||
{Dr.~Ehsan Nazerfard, Assistant Professor} % Professor | ||
{} % Empty location | ||
{} % Empty date | ||
{ | ||
|
@@ -104,7 +117,7 @@ | |
%--------------------------------------------------------- | ||
\cventry | ||
{Computer Engineering Department, Amirkabir University of Technology} % University | ||
{Dr. Mostafa H. Chehreghani, Assistant Professor} % Professor | ||
{Dr.~Mostafa H. Chehreghani, Assistant Professor} % Professor | ||
{} % Empty location | ||
{} % Empty date | ||
{ | ||
|
@@ -117,7 +130,7 @@ | |
%--------------------------------------------------------- | ||
\cventry | ||
{Computer Engineering Department, Amirkabir University of Technology} % University | ||
{Dr. Mahmoud Momtazpour, Assistant Professor} % Professor | ||
{Dr.~Mahmoud Momtazpour, Assistant Professor} % Professor | ||
{} % Empty location | ||
{} % Empty date | ||
{ | ||
|
@@ -130,7 +143,7 @@ | |
%--------------------------------------------------------- | ||
% \cventry | ||
% {Biological Sciences Department, University of Alberta} % University | ||
% {Dr. Azadeh Aghaeeyan, Postdoctoral Researcher} % Professor | ||
% {Dr.~Azadeh Aghaeeyan, Postdoctoral Researcher} % Professor | ||
% {} % Empty location | ||
% {} % Empty date | ||
% { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters