diff --git a/_includes/filter-people.html b/_includes/filter-people.html index ca75a54..cd6963a 100644 --- a/_includes/filter-people.html +++ b/_includes/filter-people.html @@ -36,35 +36,44 @@ {% endif %}
-
-
- {% if people.image contains 'http://' or people.image contains 'https://' %} -
- {% else %} -
- {% endif %} -
-

- {{people.name}} -

- -

- {{people.role}} {% if people.team contains 'cel' %} @ CEL {% endif %} -

-

- Room {{people.office}} - {{people.email}} -
- {% assign empty_linkedin = people.linkedin | strip %} - {% unless empty_linkedin == '' %} - +

+ +
+

{{people.office}}

+

+ + {% assign empty_linkedin = people.linkedin | strip %} + {% unless empty_linkedin == '' %} + | - - {% endunless %} -

- + + {% endunless %} + {% assign empty_github = people.github | strip %} + {% unless empty_github == '' %} + | + + + {% endunless %} +

+
diff --git a/_people/chotkan.md b/_people/chotkan.md new file mode 100644 index 0000000..96beb72 --- /dev/null +++ b/_people/chotkan.md @@ -0,0 +1,61 @@ +--- +# !!!! +# The NAME of the file should be your LASTNAME (e.g. houben.md) +# Do NOT delete any field, only fill in the required information +# !!!! + +# Your full name (Firstname, Lastname) +name: Rowdy Chotkan + +# The members are displayed in a hierarchical way, so please choose the role (e.g. Full Professor, Assistant Professor etc) +# and filter number (e.g. 1, 2, 3) from this list and fill in the role and filter from below: + +# (Affiliated) Full Professor - 1 +# Associate Professor - 2 +# Assistant Professor - 3 +# Postdoctoral Researcher - 4 +# PhD Candidate - 5 +# Research Engineer - 6 +# Guest Researcher - 7 +# Secretary - 8 +role: PhD Candidate +filter: 5 + +# same as filter +theme-filter: 5 + +# choose your team(s) from the following list: delta, kappa, epsilon, lambda, cel +team: [] + +# provide social URLs (if any) +linkedin: https://www.linkedin.com/in/rowdy-chotkan/ +twitter: +github: https://github.com/InvictusRMC + +# look for your image here: https://github.com/dis-delft/dis-delft.github.io/tree/master/assets/img/people +# if your image doesn't exist, upload it in assets/img/people +# write the exact name of the image as it appears in GitHub +image: chotkan.jpg + +# the TUD email address +email: R.M.Chotkan-1@tudelft.nl + +# Room number (e.g Room - 840 West 4rd floor) +office: 1E400 + +# The name of this file with .html extension instead of .md (If the filename is ionescu.md, the "back" field will be ionescu.html) +back: + +# Go to https://purexml-open.ewi.tudelft.nl +# choose Query Type = Person, search term = your name, Style = as a list +# generate url and copy the link in the publications_link field below +publications_link: + +--- + +## About + + + + + diff --git a/_people/template.md b/_people/template.md index 39e3110..f4cae3d 100644 --- a/_people/template.md +++ b/_people/template.md @@ -32,7 +32,7 @@ linkedin: twitter: github: -# look for your image here: https://github.com/wis-delft/wis-delft.github.io/tree/master/assets/img/people +# look for your image here: https://github.com/dis-delft/dis-delft.github.io/tree/master/assets/img/people # if your image doesn't exist, upload it in assets/img/people # write the exact name of the image as it appears in GitHub image: member1.png @@ -40,7 +40,7 @@ image: member1.png # the TUD email address email: -# Room number (e.g Room - 840 West 4rd floor) +# Room number (e.g., 840 West 4rd floor) office: # The name of this file with .html extension instead of .md (If the filename is ionescu.md, the "back" field will be ionescu.html) diff --git a/assets/css/style.css b/assets/css/style.css index f524c9d..7b6a334 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -1267,3 +1267,56 @@ header { header h1 { padding-top: 140px; } + +/* Card */ +.card { + background-color: white; + border-radius: 15px; + box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); + padding: 15px; + margin: 10px 0; + height: 275px; /* Enforcing a fixed height for all cards */ + display: flex; + flex-direction: column; + justify-content: flex-start; + +p { + margin-bottom: 0px; +} + +} +.person-image { + width: 100px; + height: 150px; + background-size: cover; + background-position: top; + border-radius: 10px; + margin-right: 15px; +} + +.card-header { + display: flex; + align-items: center; + margin-bottom: 15px; + padding: 12px; +} + +.card-body { + padding-top: 0; + flex-grow: 1; +} + +.people-item-name { + color: #333; + text-decoration: none; + font-size: 1.2em; + margin-bottom: 5px; +} + +.people-item-name:hover { + text-decoration: underline; +} + +.card-footer a { + margin-right: 10px; +} \ No newline at end of file diff --git a/assets/img/people/Chotkan.jpg b/assets/img/people/Chotkan.jpg new file mode 100644 index 0000000..f7709b3 Binary files /dev/null and b/assets/img/people/Chotkan.jpg differ diff --git a/index.html b/index.html index c464627..c7b9e87 100644 --- a/index.html +++ b/index.html @@ -8,42 +8,46 @@

Data-Intensive Systems

-
-

- The Data-Intensive Systems (DIS) group is one of the sections of the - Department of Software Technology (ST) of the Faculty Electrical - Engineering, Mathematics, and Computer Science (EEMCS) of Delft University - of Technology. Until 2023, the DIS group was called the Distributed - Systems (DS) group. -

+
+

+ The Data-Intensive Systems (DIS) group is one of the sections of the + Department of Software Technology (ST) of the Faculty Electrical + Engineering, Mathematics, and Computer Science (EEMCS) of Delft University + of Technology. Until 2023, the DIS group was called the Distributed + Systems (DS) group. +

-

- The mission of the DiS group is to model, design, - implement, and analyze distributed systems and algorithms. Its - research is fundamental, aimed at the development and - evaluation of new generic concepts in systems software, and - application-driven, motivated by important application areas, such as - e-science, big data processing, blockchains, large-scale machine learning, - and online social networks. Much of it is experimental, validating the - proposed new concepts by means of implementation and deployment in - prototypes that are used in the real world. The - two research areas of the DIS group are - distributed machine-learning systems and - cooperative systems (with a strong focus on - blockchain technology). The Section Data-Intensive - Systems leads the - Delft Blockchain Lab. -

+

+ The mission of the DiS group is to model, design, + implement, and analyze distributed systems and algorithms. Its + research is fundamental, aimed at the development and + evaluation of new generic concepts in systems software, and + application-driven, motivated by important application areas, such as + e-science, big data processing, blockchains, large-scale machine learning, + and online social networks. Much of it is experimental, validating the + proposed new concepts by means of implementation and deployment in + prototypes that are used in the real world. The + two research areas of the DIS group are + distributed machine-learning systems and + cooperative systems (with a strong focus on + blockchain technology). The Section Data-Intensive + Systems leads the + Delft Blockchain Lab. +

-

- The teaching of the DIS group consists of BSc courses on - networks and operating systems, and of MSc courses on Blockchain - Engineering, Cloud Computing, Distributed Algorithms, Distributed Systems - and Performance Analysis of Computer Systems. -

-
+

+ The teaching of the DIS group consists of BSc courses on + networks and operating systems, and of MSc courses on Blockchain + Engineering, Cloud Computing, Distributed Algorithms, Distributed Systems + and Performance Analysis of Computer Systems. +

+
+ +
+ DIS Logo +
diff --git a/people.html b/people.html index f9399c5..a926edf 100644 --- a/people.html +++ b/people.html @@ -7,7 +7,7 @@
-

Our {{page.title}}

+

OUR TEAM