გიორგი (გუგა) სიხარულიძე
ფსიქიატრი MD, PHD
სამედიცინოდ განხილულიაგიორგი (გუგა) სიხარულიძე · ფსიქიატრი MD, PHD· ბოლო განახლება: 20 მაისი, 2026
გიორგი (გუგა) სიხარულიძე — GSMRC
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
/* ── EXACT SITE COLORS ── */
:root {
--bg-deep: #1a2133;
--bg-card: #243047;
--bg-card2: #1e2a3d;
--border: rgba(160,190,230,0.18);
--accent: #4e8fc7;
--accent2: #6ab0de;
--gold: #c9a96e;
--text-main: #dce8f5;
--text-sub: #a8bcd4;
--text-dim: #7a93b0;
--white: #ffffff;
--green: #4caf82;
}
html { font-size: 16px; }
body {
background-color: #1a2133 !important;
color: #dce8f5 !important;
font-family: 'DM Sans', sans-serif;
font-weight: 300;
line-height: 1.7;
min-height: 100vh;
}
/* ── HERO — no duplicate name, role only ── */
.gsmrc-hero {
background: linear-gradient(160deg, #1a2a45 0%, #0d1826 60%, #162035 100%);
border-bottom: 1px solid var(--border);
padding: 48px 40px 38px;
position: relative;
overflow: hidden;
}
.gsmrc-hero::before {
content: '';
position: absolute;
top: -80px; right: -80px;
width: 360px; height: 360px;
background: radial-gradient(circle, rgba(78,143,199,0.10) 0%, transparent 70%);
pointer-events: none;
}
.gsmrc-hero-inner { max-width: 860px; margin: 0 auto; position: relative; }
.gsmrc-badge {
display: inline-block;
background: rgba(78,143,199,0.15);
border: 1px solid rgba(78,143,199,0.35);
color: #6ab0de !important;
font-size: 0.71rem;
font-weight: 500;
letter-spacing: 0.12em;
text-transform: uppercase;
padding: 4px 13px;
border-radius: 20px;
margin-bottom: 16px;
}
/* No H1 in hero — name already shown by theme */
.gsmrc-hero-titles {
color: #c9a96e !important;
font-family: 'DM Sans', sans-serif;
font-size: 1.05rem;
font-weight: 400;
margin-bottom: 5px;
}
.gsmrc-hero-role {
color: #a8bcd4 !important;
font-size: 0.86rem;
letter-spacing: 0.05em;
text-transform: uppercase;
margin-bottom: 22px;
}
.gsmrc-ids {
display: flex;
flex-wrap: wrap;
gap: 8px;
}
.gsmrc-ids a {
display: inline-block;
background: rgba(255,255,255,0.05);
border: 1px solid rgba(160,190,230,0.18);
color: #a8bcd4 !important;
font-size: 0.74rem;
padding: 4px 11px;
border-radius: 4px;
text-decoration: none;
}
.gsmrc-ids a:hover { border-color: #4e8fc7; color: #6ab0de !important; }
/* ── WRAPPER ── */
.gsmrc-wrap { max-width: 900px; margin: 0 auto; padding: 40px 28px 68px; }
/* ── SECTION CARD ── */
.gsmrc-section {
margin-bottom: 36px;
border-radius: 10px;
background: #243047 !important;
border: 1px solid rgba(160,190,230,0.18);
overflow: hidden;
}
.gsmrc-section-head {
display: flex;
align-items: center;
gap: 11px;
padding: 15px 24px;
background: #1e2a3d !important;
border-bottom: 1px solid rgba(160,190,230,0.18);
}
.gsmrc-icon {
width: 29px; height: 29px;
background: rgba(78,143,199,0.15);
border: 1px solid rgba(78,143,199,0.28);
border-radius: 7px;
display: flex; align-items: center; justify-content: center;
font-size: 13px; flex-shrink: 0;
}
.gsmrc-section-head h2 {
font-family: 'Cormorant Garamond', serif;
font-size: 1.18rem;
font-weight: 600;
color: #ffffff !important;
margin: 0;
}
.gsmrc-body { padding: 20px 24px; }
/* ── SUBLABEL ── */
.gsmrc-sublabel {
font-size: 0.69rem !important;
font-weight: 500;
letter-spacing: 0.12em;
text-transform: uppercase;
color: #6ab0de !important;
border-bottom: 1px solid rgba(160,190,230,0.18);
padding-bottom: 7px;
margin-bottom: 12px;
margin-top: 20px;
}
.gsmrc-sublabel:first-child { margin-top: 0; }
/* ── LIST — !important overrides theme ── */
.gsmrc-list {
list-style: none !important;
display: flex;
flex-direction: column;
gap: 8px;
padding: 0 !important;
margin: 0 !important;
}
.gsmrc-list li,
.gsmrc-list li * {
color: #dce8f5 !important;
font-size: 0.895rem !important;
line-height: 1.65 !important;
}
.gsmrc-list li {
padding-left: 17px !important;
position: relative;
}
.gsmrc-list li::before {
content: '›';
position: absolute;
left: 0;
color: #4e8fc7 !important;
font-size: 1.1em;
line-height: 1.5;
}
.gsmrc-list li strong { color: #ffffff !important; font-weight: 500; }
.gsmrc-list li a { color: #6ab0de !important; word-break: break-all; text-decoration: none; }
/* ── CREDENTIALS GRID ── */
.gsmrc-cred-grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 10px;
}
@media(max-width:580px){ .gsmrc-cred-grid { grid-template-columns: 1fr; } }
.gsmrc-cred-item {
background: #1a2133 !important;
border: 1px solid rgba(160,190,230,0.18);
border-radius: 8px;
padding: 12px 14px;
}
.gsmrc-cred-lbl {
font-size: 0.67rem !important;
letter-spacing: 0.1em;
text-transform: uppercase;
color: #7a93b0 !important;
margin-bottom: 3px;
}
.gsmrc-cred-val {
color: #ffffff !important;
font-size: 0.86rem !important;
font-weight: 500;
line-height: 1.38;
}
.gsmrc-cred-meta {
color: #a8bcd4 !important;
font-size: 0.76rem !important;
margin-top: 2px;
}
/* ── PUBLICATIONS ── */
.gsmrc-pubs {
list-style: none !important;
counter-reset: pub;
display: flex;
flex-direction: column;
gap: 15px;
padding: 0 !important;
margin: 0 !important;
}
.gsmrc-pubs li {
counter-increment: pub;
color: #dce8f5 !important;
font-size: 0.875rem !important;
line-height: 1.7 !important;
padding-left: 33px !important;
position: relative;
}
.gsmrc-pubs li::before {
content: counter(pub);
position: absolute;
left: 0; top: 2px;
width: 22px; height: 22px;
background: rgba(78,143,199,0.18);
border: 1px solid rgba(78,143,199,0.3);
border-radius: 50%;
font-size: 0.7rem;
font-weight: 500;
color: #6ab0de !important;
text-align: center;
line-height: 22px;
}
.gsmrc-pubs li strong { color: #ffffff !important; font-weight: 500; }
.gsmrc-pubs li em { color: #a8bcd4 !important; font-style: italic; }
.gsmrc-pubs li a { color: #6ab0de !important; font-size: 0.80rem !important; word-break: break-all; }
.pub-yr {
display: inline-block;
background: rgba(201,169,110,0.12);
border: 1px solid rgba(201,169,110,0.25);
color: #c9a96e !important;
font-size: 0.68rem !important;
font-weight: 500;
padding: 1px 7px;
border-radius: 3px;
margin-left: 5px;
vertical-align: middle;
}
/* ── CERT ITEMS ── */
.gsmrc-cert {
display: flex;
gap: 10px;
padding: 8px 0;
border-bottom: 1px solid rgba(160,190,230,0.07);
align-items: flex-start;
}
.gsmrc-cert:last-child { border-bottom: none; }
.gsmrc-dot {
width: 7px; height: 7px;
background: #4e8fc7;
border-radius: 50%;
margin-top: 7px;
flex-shrink: 0;
}
.gsmrc-cert-txt,
.gsmrc-cert-txt * {
color: #dce8f5 !important;
font-size: 0.875rem !important;
line-height: 1.6 !important;
}
.gsmrc-cert-txt strong { color: #ffffff !important; }
.gsmrc-cert-yr {
display: inline-block;
margin-left: 5px;
font-size: 0.68rem !important;
color: #7a93b0 !important;
}
/* ── CONFERENCES ── */
.gsmrc-conf {
display: flex;
align-items: baseline;
gap: 10px;
padding: 7px 0;
border-bottom: 1px solid rgba(160,190,230,0.07);
}
.gsmrc-conf:last-child { border-bottom: none; }
.gsmrc-conf-yr {
min-width: 35px;
font-size: 0.70rem !important;
font-weight: 500;
color: #c9a96e !important;
letter-spacing: 0.05em;
flex-shrink: 0;
}
.gsmrc-conf-txt {
color: #dce8f5 !important;
font-size: 0.875rem !important;
line-height: 1.55 !important;
}
/* ── PILLS ── */
.gsmrc-pills { display: flex; flex-wrap: wrap; gap: 8px; }
.gsmrc-pill {
background: rgba(255,255,255,0.06);
border: 1px solid rgba(160,190,230,0.18);
border-radius: 20px;
padding: 5px 13px;
font-size: 0.80rem !important;
color: #dce8f5 !important;
}
.gsmrc-pill strong { color: #ffffff !important; }
.gsmrc-pill-green {
background: rgba(76,175,130,0.12);
border-color: rgba(76,175,130,0.25);
color: #4caf82 !important;
}
/* ── DISCLAIMER ── */
.gsmrc-disclaimer {
margin-top: 40px;
padding: 15px 20px;
background: rgba(255,255,255,0.03) !important;
border: 1px solid rgba(160,190,230,0.18);
border-radius: 8px;
font-size: 0.78rem !important;
color: #7a93b0 !important;
line-height: 1.6;
}
.gsmrc-disclaimer strong { color: #a8bcd4 !important; }
/* ── PREVIEW BANNER ── */
.preview-banner {
background: linear-gradient(90deg,#1a3a5c,#0d2236);
border-bottom: 2px solid #4e8fc7;
padding: 9px 20px;
text-align: center;
font-size: 0.76rem;
color: #6ab0de;
letter-spacing: 0.08em;
text-transform: uppercase;
font-weight: 500;
}
🇬🇪 ქართული ვერსია · GSMRC Preview · ზუსტი ფერები
GSMRC · გუნდის წევრი
ფსიქიატრი (MD) · აკადემიური დოქტორი (PhD, Dr.P.H.) · პროფესორი
დამფუძნებელი და კლინიკური დირექტორი — GSMRC
ORCID: 0000-0002-8778-122X
Researcher ID: L-3330-2016
Scopus: 14527751700
ResearchGate
🎓
განათლება და საერთაშორისო კვალიფიკაცია
დოქტორანტურა
ლეიდენის უნივ. სამედიცინო ცენტრი (LUMC)
ნიდერლანდები · 2015 – დღემდე
Dr.P.H. — საზოგადოებრივი ჯანდაცვა
თბილისის სახ. სამედიცინო უნივერსიტეტი
2017 – 2018
დოქტორანტურა — ფსიქიატრია
ი. ჯავახიშვილის სახ. თბილისის სახ. უნივ.
2008 – 2017
რეზიდენტურა — ფსიქიატრია
თბილისის სახ. სამედიცინო უნივერსიტეტი
2002 – 2005
MD — სამკურნალო ფაკულტეტი
თბილისის სახ. სამედიცინო უნივერსიტეტი
1994 – 2001
კლინიკური მკვლევარი
მასაჩუსეტსის საჯარო ჰოსპიტალი (MGH)
ჰარვარდი · 2018 – დღემდე
⚡
სტრატეგიული გამოცდილება და ლიდერობა
- დამფუძნებელი/დირექტორი — გუგა სიხარულიძის მენტალური ჯანმრთელობის კვლევითი ცენტრი (GSMRC) · 2024–დღემდე
- სრული პროფესორი — ქართულ-ამერიკული უნივერსიტეტი (GAU) · 2019–დღემდე
- პროფესორი — საერთ. უნივ. "ალტერბრიჯი" · 2021–დღემდე
- NATO ექსპერტი — Science for Peace and Security Programme · 2018–დღემდე
- დეპარტამენტის უფროსი — საქ. შეიარ. ძალები, გენ. შტაბი, ფსიქ. შერჩევა და მონიტ. · 2014–2017
- ავტორი და დამფუძნებელი — სამხედრო ფსიქ. ჯანმრთ. სერვისების პროგრამა, საქ. თავდაცვ. სამინისტრო · 2013–2017
- თანადამფ./უფროსი ფსიქიატრი — ფსიქ. ჯანმრთ. ცენტრი "მენტალვიტა" · 2009–2014
- სასამართლო-ფსიქ. ექსპერტი — მ. ასათიანი სახ. ფსიქიატრიის ინსტიტუტი · 2006–2007
🏛
აკადემიური მოღვაწეობა
- სრული პროფესორი — GAU · კლინ. ფსიქიატრია და ფსიქოფარმაკოლოგია · 2019–დღემდე
- მოწვეული ლექტორი — GAU · 2017–2019
- ასისტენტ-პროფესორი — თბილისის სახ. უნივ., მედიცინის ფაკ. · 2012–2016
- პროფესორის ასისტენტი — ი. ჯავახიშვილის სახ. თსუ · 2009–2012
- სალექციო კურსებმა დანერგა Quetiapine, Venlafaxine, Aripiprazole, Vortioxetine — ქართულ კლინიკურ პრაქტიკაში
🩺
კლინიკური კომპეტენცია
- ტრავმასთან და სტრესთან ასოცირებული აშლილობები (PTSD, ASD)
- ობსესიურ-კომპულსური აშლილობა (OCD)
- პიროვნული აშლილობები
- შფოთვითი აშლილობები
- დეპრესია და ბიპოლარული სპექტრის აშლილობები
- ფსიქოსომატური და სომატოფორმული აშლილობები
- შიზოფრენია და ფსიქოტური სპექტრის მდგომარეობები
- დამოკიდებულების დარღვევები და ძილის პათოლოგიები
- სამხედრო და პოსტ-ოპერაციული ფსიქიკური ჯანმრთელობა
📄
სამეცნიერო კვლევა და პუბლიკაციები
რეფერირებადი სამეცნიერო სტატიები
- Sikharulidze, G., Sordia, M., & Vermetten, E. (2023). Mediating role of depression and anxiety on somatic complaints in Georgian servants with post traumatic stress disorder. Int. Journal of Scientific Research and Management (IJSRM), 11(06), 863–876. 2023doi.org/10.18535/ijsrm/v11i06.mp2
- Sikharulidze, G., Ratiani, L., Sordia, M., Sikharulidze, E., Khutsishvili, T., Lejava, K., & Vermetten, E. (2022). Comorbidity and association of posttraumatic stress, depression, anxiety, and somatic complaints in COVID-19 Georgian patients at the beginning of pandemic. Current Psychiatry Research and Reviews, 18(3), 236–247. 2022doi.org/10.2174/2666082218666220713122430
- Sikharulidze, G., van Geloven, N., Gugushvili, N., Sikharulidze, Z., & Vermetten, E. (2018). Post-traumatic stress disorder and comorbidity: The role of mediation and relation between PTSD and somatic complaints in mental health management. Georgian Medical News, (275), 98–105. PMID: 29578434. 2018
- Sikharulidze, G., van Geloven, N., Lelashvili, E., Kalandarishvili, G., Gugushvili, N., & Vermetten, E. (2017). Posttraumatic stress disorder and somatic complaints in a deployed cohort of Georgian military personnel: Mediating effect of depression and anxiety. Journal of Traumatic Stress, 30(6), 626–634. 2017doi.org/10.1002/jts.22235
წიგნის თავები და NATO-ს გამოცემები
- Sikharulidze, G., Sordia, M., & Vermetten, E. (2025). [თავი]. In Digital Tools for Prevention, Mitigation, and Treatment of Traumatic Stress Responses in Terror and War. NATO Science for Peace and Security Series — E. 2025
- Sikharulidze, G., & Vermetten, E. (2020). The role of comorbidity and mediation in early management of trauma and stressor-related disorders: Georgian experience. In Risk Management of Terrorism Induced Stress (Vol. 148, pp. 130–135). NATO SPS Series — E. IOS Press. 2020doi.org/10.3233/NHSDP200022
🏅
სერტიფიკატები და კლინიკური ტრენინგები
SAFER HAM-D სერტიფიკატი
· 2019
კლინიკური კვლევების შემფასებლის ტრენინგი
· 2018
ICH-GCP სერტიფიკაცია
· 2017
Good Clinical Practice (GCP)
· 2020
ბიო-სტატისტიკა: ძირითადი მეთოდები და ანალიზი
· 2016
rTMS კურსი
· 2014
EMDR ტრენინგი
· 2015
PET · mTBI · საბრძოლო სტრესი · ფსიქ. მდგრადობა
· 2015
სუიციდის რისკის შეფასება და მართვა
· 2016
ECNP სკოლა: მოგვიანებ. ასაკის ნეირო-ფსიქოფარმ.
· 2015
ECNP კლინ. კვლევ. მეთოდ. ვორქშოფი
· 2017
სტაჟირება
· 2009
Maudsley Forum
· 2006
კორნელის უნივ. სემინარი
· 2005
ფსიქოსომატური მედიცინა
· 2019
ლიდერ. უნარ. და პროფ. ჩვევ. განვით.
· 2019
Warrior Care in the 21st Century
· 2020
🌍
საერთაშორისო კონგრესები და კონფერენციები
2025
16th International Congress on Psychopharmacology & Child and Adolescent Psychopharmacology — ანტალია, თურქეთი
2024
NATO-ს მოწინავე კვლევების ვორქშოფი — თბილისი
2020
Warrior Care in the 21st Century — საერთ. ვებინარი
2018
NATO ვორქშოფი "ტერორიზმით გამოწვ. სტრესის რისკის მართვა" — ოდესა, უკრაინა
2018
აღმ. ევრ. ახ. ფსიქიატრთა კონგრესი — მინსკი, ბელორუსია
2017
ECNP-ის 30-ე კონგრესი — პარიზი, საფრანგეთი
2017
EPA-ს 25-ე კონგრესი — ფლორენცია, იტალია
2016
ECNP-ის 29-ე კონგრესი — ვენა, ავსტრია
2015
ECNP-ის 28-ე კონგრესი — ამსტერდამი, ნიდერლანდები
2014
WPA XVI მსოფლიო კონგრესი — მადრიდი, ესპანეთი
2013
სოც. ფსიქ. 21-ე მსოფ. კონგ. (WASP) — ლისაბონი, პორტუგალია
2013
კონგ. "DSM-5 და ფსიქ. დიაგნ. მომავალი" — King's College London
2012
ფსიქ.-სოც. რეაბ. 11-ე მსოფ. კონგ. — მილანი, იტალია
2012
ბერლინის საზაფხ. სკოლა — ფსიქ., სწავლა და პლასტ. — ბერლინი
2010
ევრ. ფსიქ. 18-ე კონგ. — მიუნხენი, გერმანია
2009
WPA საერთ. კონგრესი — ფლორენცია, იტალია
🤝
პროფ. წევრობა და ენები
ასოციაციის წევრობა
ESTSS
ენები
ქართული
ინგლისური
რუსული
🔗
აკადემიური იდენტიფიკატორები
ORCID:
Researcher ID:
Scopus:
ResearchGate
კლინიკური სერვისები გაწეულია კლინიკის პროფ. სტანდარტების ფარგლებში.
112