-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yml
84 lines (74 loc) · 2.65 KB
/
config.yml
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
baseURL: https://arkadipta.github.io/
languageCode: en-us
title: Arkadipta
theme: PaperModX
params:
# TocSide: 'left'
# EnableInstantClick: true
defaultTheme: auto
ShowBreadCrumbs: true
ShowShareButtons: true
DateFormat: "2006"
homeInfoParams:
Title: 👋🏼 Hi there,
subtitle: "**welcome to my homepage...**"
Content: |
I am an **astrophysicist** specializing in the study of Very High
Energy (VHE) emissions from Supermassive Black Holes (SMBHs). I try to
explain black hole physics phenomenologically through causal inference,
time-series analysis, machine learning, stochastic calculus, and a
myriad of other data science techniques using the data collected from
numerous telescopes worldwide. I have also contributed to the software
development of three different telescopes worldwide. My passion lies
in working with large datasets and using statistics to make sense of
them.
I completed my PhD at the Tata Institute of Fundamental Research
(TIFR), Mumbai and currently, I am working as a Postdoctoral Scientist
at Deutsches Elektronen Synchrotron (DESY), developing the array
control software and performing Monte-Carlo simulations for Cherenkov
Telescope Array (CTA). I also work on some interesting deep-learning
projects on the side.
Let's explore the cosmos using data and statistics...
ShareButtons: ["linkedin", "twitter"]
imageUrl: "/img/image.png"
imageWidth: 180
imageHeight: 180
imageTitle: Potrait Arkadipta Sarkar
profileMode:
enabled: false # needs to be explicitly set
title: ExampleSite
subtitle: "This is subtitle"
imageUrl: "/img/image.png"
imageWidth: 120
imageHeight: 120
imageTitle: my image
buttons:
- name: Posts
url: posts
- name: Tags
url: tags
socialIcons:
- name: twitter-simple
url: "https://twitter.com/"
- name: stackoverflow
url: "https://stackoverflow.com/users/9504489/arkadipta-sarkar"
- name: github-simple
url: "https://github.com/Arkadipta"
- name: linkedin-simple
url: "https://www.linkedin.com/in/arkadipta-sarkar"
- name: cv
url: "/doc/CV_Long_AS.pdf"
menu:
main:
- name: Posts
url: /posts/
weight: 1
- name: Notes
url: /notes/
weight: 2
- name: Publications
url: /posts/publications/
weight: 3
- name: Archives
url: /archives/
weight: 4