Skip to content

Commit

Permalink
Merge pull request #1 from mrtysn/brief
Browse files Browse the repository at this point in the history
The shortening
  • Loading branch information
mrtysn authored May 25, 2024
2 parents bc09d9c + 0ec2dc5 commit 1f108f4
Show file tree
Hide file tree
Showing 9 changed files with 223 additions and 259 deletions.
2 changes: 1 addition & 1 deletion src/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
.fontHeader {
font-family: "Open Sans", sans-serif !important;
font-weight: 700 !important;
letter-spacing: 4px;
letter-spacing: 1px;
font-size: 22px !important;
text-align: center;
margin-top: 0;
Expand Down
2 changes: 1 addition & 1 deletion src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ function App() {
<Container text>
<Divider hidden style={{ marginTop: 10 }} className="hideFromPrint" />
<Header />
<Skills />
<Experience />
<Education />
<Skills />
<Achievements />
<Footer />
<Divider hidden style={{ marginTop: 10 }} className="hideFromPrint" />
Expand Down
12 changes: 11 additions & 1 deletion src/components/SkillRow.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,17 @@ export class SkillRow extends React.Component {
className={"colorSkillTitle"}
id={this.props.isNarrow ? "narrowSkillTitle" : ""}
>
{this.props.title}
<div
style={{
display: "flex",
flexDirection: "row",
justifyContent: "end",
alignItems: "center",
height: "100%",
}}
>
{this.props.title}
</div>
</Grid.Column>
<Grid.Column width={this.props.dataColumnWidth}>
{this.props.items ? (
Expand Down
4 changes: 2 additions & 2 deletions src/constants.js
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export const CV_VERSION = "v2.42";
export const DATE = "04/2024";
export const CV_VERSION = "v3.0";
export const DATE = "05/2024";
20 changes: 9 additions & 11 deletions src/containers/Achievements.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@ import { List } from "semantic-ui-react";
import SectionTitle from "../components/SectionTitle";

const items = [
<span>
Running, cycling, swimming, cooking, playing the guitar, playing video
games, developing video games, <i>learning to learn</i>
</span>,
<span>
<a
href="https://twitter.com/mertyas_in/status/1479888082598084613"
Expand Down Expand Up @@ -38,20 +34,22 @@ const items = [
– 01/2022
</span>,
<span>
Co-founded the volunteer alumni community{" "}
Co-founded the volunteer alumni community, Boğaziçi University International
Community{" "}
<a
href="https://web.archive.org/web/20231005025306/https://boyutbogazici.org/en/about-boyut-2/"
target="_blank"
rel="noopener noreferrer"
>
BOYUT (Boğaziçi University International Community)
(BOYUT)
</a>{" "}
with the aim of supporting institutional autonomy and academic freedom in
every university and particularly in Boğaziçi University – 01/2021
– 01/2021
</span>,
<span>
Running, cooking, cycling, swimming, playing guitar, playing video games,
developing video games, <i>learning to learn</i>
</span>,
"TOEFL: 107; Reading: 28, Listening: 28, Speaking: 24, Writing: 27 – 04/2018",
"TOEFL: 108; Reading: 26, Listening: 30, Speaking: 26, Writing: 26 – 10/2015",
"GRE; Quantitative Reasoning: 168, Verbal Reasoning: 146, Analytical Writing: 3.0 – 10/2015",
"Languages: Turkish (Native), English (Fluent), Macedonian (Pre-Intermediate), Dutch (Beginner)",
];

class Achievements extends React.Component {
Expand Down
108 changes: 47 additions & 61 deletions src/containers/Education.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,29 +19,29 @@ class Education extends React.Component {
</a>
}
location={"Michigan, United States"}
jobTitle={"PhD Candidate, Computer Science – Incomplete"}
jobTitle={"PhD ABD, Computer Science"}
startDate={"2018"}
endDate={"2021"}
items={[
<div>Successfully passed Ph.D. Qualifying Exam – 2020</div>,
<div>
Successfully passed the <b>Ph.D. Qualifying Exam</b> in November
2020: Research project titled
<i>
'Early Seizure Detection of the Neonatal Brain Using
Electroencephalography Data'
</i>{" "}
employed techniques such as structural & functional brain network
analysis, EEG data preprocessing, artifact removal, and temporal &
spectral examination through deep learning & wavelet-based
methodologies.
</div>,
<div>
<b style={{ color: "rgba(0,0,0,.87)" }}>Research project:</b>
&nbsp;&nbsp;Disease subtyping using genomic and clinical data.
Identifying cancer subtypes via data mining and machine learning
methodologies. Integrating existing datasets from multiple cohorts
to better understand the cancer subtypes. Transfer learning
between different cancer types.
Research Projects:
<div style={{ marginTop: "5px" }}>
{"◦"}&nbsp;&nbsp;
<i>
Early seizure detection in neonatal brains with EEG data;
</i>{" "}
using structural & functional brain network models, and deep
learning & wavelet-based methodologies to perform temporal &
spectral analyses
</div>
<div style={{ marginTop: "5px", marginBottom: "10px" }}>
{"◦"}&nbsp;&nbsp;
<i>Disease subtyping using genomic and clinical data;</i>{" "}
integrating datasets from multiple cohorts, and identifying
cancer subtypes via bioinformatics, data mining, and machine
learning
</div>
</div>,
]}
relevantItems={[
Expand All @@ -56,7 +56,6 @@ class Education extends React.Component {
"CSC 8260: Seminar in Energy Efficient Mobile/Cloud Computing",
"CSC 5591: Engineering Innovation and Entrepreneurship",
"CSC 5430: Game Programming & Design",
"CSC 5431: Game Programming & Design Lab",
"CSC 5591: Unix Security with Shell Programming",
]}
/>
Expand All @@ -83,50 +82,48 @@ class Education extends React.Component {
target="_blank"
rel="noopener noreferrer"
>
deep-learning @ boun
Deep Learning Boun
</a>
</span>,
<span>
Student assistant for{" "}
Prepared and graded homework as a Student Assistant for{" "}
<a
href="https://www.cmpe.boun.edu.tr/courses/cmpe300"
target="_blank"
rel="noopener noreferrer"
>
CmpE 300: Analysis of Algorithms
</a>
. Prepared and graded homework questions
</span>,
<span>
Attended the meetings of the convex-optimization reading group of
Attended the meetings of the Convex Optimization Reading Group of
the{" "}
<a
href="https://www.cmpe.boun.edu.tr/perceptual-intelligence-laboratory-pilab"
target="_blank"
rel="noopener noreferrer"
>
Perceptual Intelligence Laboratory (PILAB)
Perceptual Intelligence Lab
</a>
</span>,
<span>
Invited speaker at the event{" "}
Spoke at{" "}
<a
href="https://www.eventbrite.com/e/garaj-ama-machinelearning-tickets-30715371503"
target="_blank"
rel="noopener noreferrer"
>
Ask Me Anything #machinelearning
</a>
</span>,
<span>
Invited speaker at the panel{" "}
</a>{" "}
and the{" "}
<a
href="https://www.facebook.com/events/1853350238248699/"
target="_blank"
rel="noopener noreferrer"
>
Learning to Learn
</a>
</a>{" "}
panel
</span>,
]}
relevantItems={[
Expand Down Expand Up @@ -157,23 +154,16 @@ class Education extends React.Component {
rel="noopener noreferrer"
style={{ color: "rgba(0,0,0,.87)" }}
>
Vision and Sports Summer School (VS3) – 2016
Vision and Sports Summer School (VS3)
</a>
}
endDate={"08/2016"}
items={[
<span>
<a
href="http://cmp.felk.cvut.cz/summerschool2016/"
target="_blank"
rel="noopener noreferrer"
>
VS3
</a>
: A summer school that covers state-of-the-art computer vision
applications and recently published conference papers as well as
various sports activities – archery, orienteering, climbing,
ultimate frisbee, floorball (unihockey)
Attended a summer school focused on state-of-the-art Computer
Vision applications in the industry and recent literature, with
team-building activities such as ultimate frisbee, orienteering,
climbing, archery, and unihockey
</span>,
]}
/>
Expand All @@ -195,20 +185,19 @@ class Education extends React.Component {
items={[
<span>Honors: Dean’s Honor List; GPA: 3.28 / 4.00</span>,
<span>
<b style={{ color: "rgba(0,0,0,.87)" }}>Bachelor Thesis:</b>{" "}
Implemented recurrent neural networks (RNNs and LSTMs) in Python
from scratch and generated new poems, plays in the style of
William Shakespeare and Nazım Hikmet for my{" "}
<a
href="https://github.com/mrtysn/lstm"
target="_blank"
rel="noopener noreferrer"
>
Learning Sequences Using RNNs and LSTMs
Bachelor Thesis
</a>
. Deep poem generation similar to the style of a poet. Step by
step activation analysis of LSTM cells' gates
</span>,
<span>
Ranked 1<sup>st</sup> in the operations round of the case study
competition{" "}
Ranked 1<sup>st</sup> in the case study competition{" "}
<a
href="https://www.facebook.com/media/set/?set=a.1030521643670821"
target="_blank"
Expand All @@ -225,7 +214,7 @@ class Education extends React.Component {
target="_blank"
rel="noopener noreferrer"
>
5. Finance and Software Days
5<sup>th</sup> Finance and Software Days
</a>{" "}
Code Contest – 2014
</span>,
Expand All @@ -251,7 +240,7 @@ class Education extends React.Component {
</a>
}
location={"İzmir, Turkey"}
jobTitle={"Private Anatolian High School"}
jobTitle={"High School"}
startDate={"2008"}
endDate={"2012"}
items={[
Expand All @@ -267,33 +256,30 @@ class Education extends React.Component {
– 2011
</span>,
<span>
Team captain of İzmir Gelişim College’s 1<sup>st</sup> and 2
<sup>nd</sup> Mathematics League winning team – 2011 & 2012
Led the winning team at İzmir Gelişim College’s Mathematics League
– 2011 & 2012
</span>,
<span>
University of Waterloo – Fermat, Hypatia, and Senior{" "}
Won two medals at University of Waterloo's{" "}
<a
href="https://www.cemc.uwaterloo.ca/contests/past_contests.html"
target="_blank"
rel="noopener noreferrer"
>
math contests
</a>{" "}
two medals and several honor rolls – 2011 & 2012
– 2011 & 2012
</span>,
<span>
Participated in American Mathematics Competition{" "}
Participated in{" "}
<a
href="https://artofproblemsolving.com/wiki/index.php/AMC_12_Problems_and_Solutions"
target="_blank"
rel="noopener noreferrer"
>
AMC12B
American Mathematics Competition
</a>{" "}
– 2011 & 2012
</span>,
<span>
Participated in{" "}
and{" "}
<a
href="http://matolimp.akdeniz.edu.tr/"
target="_blank"
Expand Down
Loading

0 comments on commit 1f108f4

Please sign in to comment.