anfang von lebenslauf und motivationsschreiben
This commit is contained in:
parent
390f83f76f
commit
1b86fe8138
33 changed files with 743 additions and 0 deletions
32
others/brilliant-cv/modules_en/education.typ
Normal file
32
others/brilliant-cv/modules_en/education.typ
Normal file
|
@ -0,0 +1,32 @@
|
|||
// Imports
|
||||
#import "@preview/brilliant-cv:2.0.3": cvSection, cvEntry, hBar
|
||||
#let metadata = toml("../metadata.toml")
|
||||
#let cvSection = cvSection.with(metadata: metadata)
|
||||
#let cvEntry = cvEntry.with(metadata: metadata)
|
||||
|
||||
|
||||
#cvSection("Education")
|
||||
|
||||
#cvEntry(
|
||||
title: [Master of Data Science],
|
||||
society: [University of California, Los Angeles],
|
||||
date: [2018 - 2020],
|
||||
location: [USA],
|
||||
logo: image("../src/logos/ucla.png"),
|
||||
description: list(
|
||||
[Thesis: Predicting Customer Churn in Telecommunications Industry using Machine Learning Algorithms and Network Analysis],
|
||||
[Course: Big Data Systems and Technologies #hBar() Data Mining and Exploration #hBar() Natural Language Processing],
|
||||
),
|
||||
)
|
||||
|
||||
#cvEntry(
|
||||
title: [Bachelors of Science in Computer Science],
|
||||
society: [University of California, Los Angeles],
|
||||
date: [2018 - 2020],
|
||||
location: [USA],
|
||||
logo: image("../src/logos/ucla.png"),
|
||||
description: list(
|
||||
[Thesis: Exploring the Use of Machine Learning Algorithms for Predicting Stock Prices: A Comparative Study of Regression and Time-Series Models],
|
||||
[Course: Database Systems #hBar() Computer Networks #hBar() Software Engineering #hBar() Artificial Intelligence],
|
||||
),
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue