{"id":1323,"date":"2026-01-12T07:03:56","date_gmt":"2026-01-13T02:54:40","guid":{"rendered":"https:\/\/books.kalantri.co.in\/?page_id=1323"},"modified":"2026-03-03T09:19:58","modified_gmt":"2026-03-03T14:49:58","slug":"goodbye-berkeley","status":"publish","type":"page","link":"https:\/\/sp.kalantri.co.in\/gmc73\/student-at-forty-seven\/goodbye-berkeley\/","title":{"rendered":"Goodbye, Berkeley. I Love You."},"content":{"rendered":"\n<p class=\"has-drop-cap has-medium-font-size\">Some letters are written to inform. This one was written to feel \u2014 to hold, for a moment longer, something that was already slipping away. In the spring of 2005, with two weeks left before my flight back to India, I sat down and wrote to everyone I knew: family, colleagues, friends, people who had watched me leave and were waiting for me to return. I did not know, at the time, that I was writing a piece of memoir. I thought I was simply saying goodbye to a city. But letters have a way of becoming more than their occasion. Reading it now, nearly two decades later, I find in it a man I recognise but can no longer fully inhabit \u2014 uncertain, grateful, quietly astonished that he had survived a year of solitude and emerged, somehow, more himself. I offer it here unchanged, exactly as it was written: unpolished, unhurried, and still, I think, true<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\"\/>\n\n\n\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n<meta charset=\"UTF-8\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n<title>Letter from Berkeley \u2014 SP<\/title>\n<link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n<link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin>\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;1,300;1,400;1,500&#038;family=EB+Garamond:ital,wght@0,400;0,500;1,400;1,500&#038;family=Playfair+Display:ital,wght@1,400;1,500&#038;display=swap\" rel=\"stylesheet\">\n\n<style>\n  *, *::before, *::after {\n    box-sizing: border-box;\n    margin: 0;\n    padding: 0;\n  }\n\n  :root {\n    --ink: #1a1208;\n    --ink-light: #3d2f1a;\n    --ink-faint: #7a6248;\n    --paper: #faf7f2;\n    --paper-warm: #f5f0e8;\n    --paper-edge: #e8e0d0;\n    --gold: #b8946a;\n    --gold-light: #d4b896;\n    --gold-faint: #ede0cc;\n    --rust: #8b4a2f;\n    --sage: #6b7c5e;\n  }\n\n  body {\n    background-color: #e8e0d3;\n    background-image:\n      radial-gradient(ellipse at 20% 10%, rgba(184,148,106,0.08) 0%, transparent 60%),\n      radial-gradient(ellipse at 80% 90%, rgba(107,124,94,0.06) 0%, transparent 60%);\n    min-height: 100vh;\n    padding: 60px 20px;\n    font-family: 'EB Garamond', Georgia, serif;\n    display: flex;\n    justify-content: center;\n    align-items: flex-start;\n  }\n\n  .letter-wrapper {\n    width: 100%;\n    max-width: 720px;\n    animation: unfold 0.9s ease-out both;\n  }\n\n  @keyframes unfold {\n    from {\n      opacity: 0;\n      transform: translateY(18px);\n    }\n    to {\n      opacity: 1;\n      transform: translateY(0);\n    }\n  }\n\n  \/* The paper card *\/\n  .letter-card {\n    background: var(--paper);\n    background-image:\n      url(\"data:image\/svg+xml,%3Csvg xmlns='http:\/\/www.w3.org\/2000\/svg' width='400' height='400'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'\/%3E%3CfeColorMatrix type='saturate' values='0'\/%3E%3C\/filter%3E%3Crect width='400' height='400' filter='url(%23noise)' opacity='0.04'\/%3E%3C\/svg%3E\");\n    box-shadow:\n      0 1px 1px rgba(0,0,0,0.06),\n      0 4px 12px rgba(0,0,0,0.08),\n      0 20px 60px rgba(0,0,0,0.12),\n      inset 0 0 0 1px rgba(184,148,106,0.15);\n    border-radius: 2px;\n    overflow: hidden;\n    position: relative;\n  }\n\n  \/* Subtle top border line in gold *\/\n  .letter-card::before {\n    content: '';\n    display: block;\n    height: 3px;\n    background: linear-gradient(90deg, transparent 0%, var(--gold) 30%, var(--gold-light) 50%, var(--gold) 70%, transparent 100%);\n  }\n\n  \/* Decorative margin line on left *\/\n  .letter-card::after {\n    content: '';\n    position: absolute;\n    left: 88px;\n    top: 60px;\n    bottom: 60px;\n    width: 1px;\n    background: linear-gradient(180deg, transparent 0%, rgba(184,148,106,0.25) 10%, rgba(184,148,106,0.25) 90%, transparent 100%);\n  }\n\n  .letter-inner {\n    padding: 70px 72px 72px 108px;\n  }\n\n  \/* Header region *\/\n  .letter-meta {\n    display: flex;\n    flex-direction: column;\n    gap: 6px;\n    margin-bottom: 48px;\n    animation: fadeIn 0.9s 0.3s ease-out both;\n  }\n\n  .letter-location {\n    font-family: 'Cormorant Garamond', Georgia, serif;\n    font-size: 13px;\n    font-weight: 400;\n    letter-spacing: 0.22em;\n    text-transform: uppercase;\n    color: var(--ink-faint);\n  }\n\n  .letter-date {\n    font-family: 'Cormorant Garamond', Georgia, serif;\n    font-size: 13px;\n    font-weight: 400;\n    letter-spacing: 0.18em;\n    text-transform: uppercase;\n    color: var(--ink-faint);\n  }\n\n  \/* Thin rule *\/\n  .rule {\n    width: 40px;\n    height: 1px;\n    background: var(--gold);\n    margin: 20px 0;\n    animation: fadeIn 0.9s 0.4s ease-out both;\n  }\n\n  \/* Salutation *\/\n  .salutation {\n    font-family: 'Playfair Display', Georgia, serif;\n    font-style: italic;\n    font-size: 22px;\n    font-weight: 400;\n    color: var(--ink-light);\n    margin-bottom: 32px;\n    animation: fadeIn 0.9s 0.45s ease-out both;\n  }\n\n  \/* Body paragraphs *\/\n  .letter-body {\n    animation: fadeIn 0.9s 0.5s ease-out both;\n  }\n\n  .letter-body p {\n    font-family: 'EB Garamond', Georgia, serif;\n    font-size: 18.5px;\n    line-height: 1.82;\n    color: var(--ink);\n    margin-bottom: 26px;\n    font-weight: 400;\n    text-align: justify;\n    hyphens: auto;\n  }\n\n  \/* Drop cap on the first paragraph *\/\n  .letter-body p:first-child::first-letter {\n    font-family: 'Cormorant Garamond', Georgia, serif;\n    font-size: 72px;\n    font-weight: 300;\n    line-height: 0.78;\n    float: left;\n    margin-right: 6px;\n    margin-top: 8px;\n    color: var(--gold);\n  }\n\n  \/* Callout \/ pull quote for the pivot paragraphs *\/\n  .letter-body p em {\n    font-style: italic;\n  }\n\n  \/* The section break \u2014 a small ornament *\/\n  .ornament {\n    text-align: center;\n    margin: 32px 0;\n    color: var(--gold);\n    font-size: 18px;\n    letter-spacing: 0.5em;\n    line-height: 1;\n    animation: fadeIn 0.9s 0.5s ease-out both;\n    user-select: none;\n  }\n\n  \/* Key lines that deserve to breathe *\/\n  .letter-body .key-line {\n    font-family: 'Cormorant Garamond', Georgia, serif;\n    font-style: italic;\n    font-size: 20px;\n    font-weight: 400;\n    line-height: 1.7;\n    color: var(--ink-light);\n    text-align: center;\n    padding: 20px 0;\n    border-top: 1px solid var(--paper-edge);\n    border-bottom: 1px solid var(--paper-edge);\n    margin: 32px 0;\n  }\n\n  \/* The closing \/ valediction *\/\n  .letter-closing {\n    margin-top: 44px;\n    animation: fadeIn 0.9s 0.55s ease-out both;\n  }\n\n  .closing-line {\n    font-family: 'Playfair Display', Georgia, serif;\n    font-style: italic;\n    font-size: 19px;\n    color: var(--ink-light);\n    margin-bottom: 4px;\n    line-height: 1.6;\n  }\n\n  .signature {\n    font-family: 'Cormorant Garamond', Georgia, serif;\n    font-size: 42px;\n    font-weight: 300;\n    color: var(--ink-light);\n    letter-spacing: 0.08em;\n    margin-top: 20px;\n    display: inline-block;\n    border-bottom: 1px solid var(--gold);\n    padding-bottom: 4px;\n    line-height: 1.2;\n  }\n\n  \/* Footer note *\/\n  .letter-footer {\n    padding: 22px 108px 28px 108px;\n    border-top: 1px solid var(--paper-edge);\n    background: linear-gradient(180deg, var(--paper-warm) 0%, var(--paper) 100%);\n    display: flex;\n    align-items: center;\n    gap: 14px;\n    animation: fadeIn 0.9s 0.6s ease-out both;\n  }\n\n  .footer-dot {\n    width: 4px;\n    height: 4px;\n    border-radius: 50%;\n    background: var(--gold);\n    flex-shrink: 0;\n  }\n\n  .footer-note {\n    font-family: 'Cormorant Garamond', Georgia, serif;\n    font-size: 12.5px;\n    letter-spacing: 0.14em;\n    text-transform: uppercase;\n    color: var(--ink-faint);\n  }\n\n  @keyframes fadeIn {\n    from { opacity: 0; transform: translateY(10px); }\n    to   { opacity: 1; transform: translateY(0); }\n  }\n\n  \/* Responsive *\/\n  @media (max-width: 600px) {\n    body { padding: 24px 12px; }\n    .letter-inner { padding: 44px 28px 48px 28px; }\n    .letter-card::after { display: none; }\n    .letter-footer { padding: 18px 28px; }\n    .letter-body p { font-size: 17px; }\n    .letter-body p:first-child::first-letter { font-size: 56px; }\n  }\n<\/style>\n<\/head>\n<body>\n\n<div class=\"letter-wrapper\">\n  <div class=\"letter-card\">\n    <div class=\"letter-inner\">\n\n      <!-- Header -->\n      <div class=\"letter-meta\">\n        <span class=\"letter-location\">Berkeley, California<\/span>\n        <span class=\"letter-date\">11 May 2005<\/span>\n      <\/div>\n\n      <div class=\"rule\"><\/div>\n\n      <!-- Salutation -->\n      <div class=\"salutation\">Dear Friends,<\/div>\n\n      <!-- Body -->\n      <div class=\"letter-body\">\n\n        <p>It was the best of times; it was\u2014fortunately\u2014not the worst of times. But now, my Berkeley season is drawing to a close. On May 24, I will touch the soil of Sevagram once again. A year that was educating, entertaining, exciting, and at times exasperating, has come full circle.<\/p>\n\n        <p>Last fall, when I arrived at the University of California, Berkeley\u2014a vibrant town barely twenty miles from San Francisco\u2014I was a man in his mid-forties grappling with the restlessness of the middle years. I had come conscious of the vast gaps in my knowledge. Statistics, epidemiology, and evidence-based medicine were languages I struggled to speak. I had tapped the portals of Berkeley hoping to fill those voids.<\/p>\n\n        <p class=\"key-line\">Berkeley accepted me with open arms.<\/p>\n\n        <p>By nature, I am shy, inhibited, and often tongue-tied around strangers. Moreover, I had never lived away from my family for so long. The fear of a foreign land, and the daunting prospect of surviving independently without even the most basic cooking skills, weighed heavily on my mind.<\/p>\n\n        <p>But survive, I did.<\/p>\n\n        <p>I found Berkeley to be warm, compassionate, and deeply tolerant\u2014a place that celebrated diversity rather than just tolerating it. It is a small town where, of the 102,000 residents, nearly half are students. Slowly, I began to decipher the American accent, just as they began to absorb my Indian cadence. I learned their culture, and they went out of their way to understand what rural India meant. I grew comfortable with the informality of first-name relationships. Within days, the senior doctor from Sevagram had transformed into a student walking the campus with a backpack and a lunchbox.<\/p>\n\n        <p>Berkeley took me back to my undergraduate days. I returned to classrooms, home assignments, unit tests, and midterms. I spent nights preparing for seminars, writing a thesis, and dreading the finals. All my life I had been math-challenged\u2014perhaps the sole reason I became a doctor\u2014and initially, I struggled to figure out exponentials, logs, and coefficients. I will never forget the professors and friends who helped me navigate those complexities. I acquired outstanding friends as I travelled hopefully, and I value their camaraderie in more ways than one.<\/p>\n\n        <p>My teething troubles over, I began to settle. The days rolled by, and eventually, so did the dough\u2014I finally learned to roll a perfect round roti, perhaps my greatest achievement of the year! I learned how to thrive without asking for help, embracing the fierce independence that Americans cherish.<\/p>\n\n        <div class=\"ornament\">\u2726 &nbsp; \u2726 &nbsp; \u2726<\/div>\n\n        <p>I learned how to count, how to measure, and how to associate A with B. I discovered the rows and columns that make a table, and the bars, pies, dots, and lines that breathe life into a graph. I learned to read, write, analyze, and interpret. I realized with some shame that three-quarters of the medical articles I used to read in Sevagram had never truly made sense to me. Berkeley decoded the anatomy of a research paper and showed me what it takes to publish in <em>JAMA<\/em>. It taught me that medical research is serious science, and that India needs it\u2014perhaps even more than the developed world\u2014to solve its own unique problems. Indeed, I learned that to find the right solution, one must first learn to ask the right question.<\/p>\n\n        <p>I won&#8217;t fall into the familiar trap of comparing the US with India. Berkeley has simply filled my heart with a sense of fulfillment. It opened a massive canvas for me, and my amazement at discovering its colorful kaleidoscope never ceased. I loved Berkeley, and my eyes might well tear up when I say goodbye.<\/p>\n\n        <p>And yet, as spring replaces the fall, a gentle homesickness is enveloping me. I miss Sevagram. My dreams these past few days have been woven around my family, friends, colleagues, and patients. The countdown has begun\u2014I am excited to return home in exactly two weeks.<\/p>\n\n        <p>Words fail me when I try to thank those who coaxed, cajoled, and literally pushed me into accepting this fellowship. I value their support more than I can say. I won&#8217;t name them, for I can never repay the debt I owe them. I remain ever conscious of the love and affection that my friends and the MGIMS family have showered upon me.<\/p>\n\n        <p>So, it is time to turn from San Francisco back to Sevagram.<\/p>\n\n      <\/div>\n\n      <!-- Closing -->\n      <div class=\"letter-closing\">\n        <div class=\"closing-line\">Goodbye, Berkeley. I love you. I will miss you.<\/div>\n        <div class=\"signature\">SP<\/div>\n      <\/div>\n\n    <\/div>\n\n    <!-- Footer -->\n    <div class=\"letter-footer\">\n      <div class=\"footer-dot\"><\/div>\n      <span class=\"footer-note\">Written on the eve of return &nbsp;\u00b7&nbsp; Berkeley, California &nbsp;\u00b7&nbsp; May 2005<\/span>\n    <\/div>\n\n  <\/div>\n<\/div>\n\n<\/body>\n<\/html>\n","protected":false},"excerpt":{"rendered":"<p>Some letters are written to inform. This one was written to feel \u2014 to hold, for a moment longer, something that was already slipping away. In the spring of 2005, with two weeks left before my flight back to India, I sat down and wrote to everyone I knew: family, colleagues, friends, people who had &#8230; <a title=\"Goodbye, Berkeley. I Love You.\" class=\"read-more\" href=\"https:\/\/sp.kalantri.co.in\/gmc73\/student-at-forty-seven\/goodbye-berkeley\/\" aria-label=\"Read more about Goodbye, Berkeley. I Love You.\">Read more<\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"parent":1062,"menu_order":5080,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-1323","page","type-page","status-publish"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Goodbye, Berkeley | Stetho in Sevagram<\/title>\n<meta name=\"description\" content=\"In May 2005, Dr. SP Kalantri wrote this farewell letter from Berkeley after completing his MPH at UC \u2014 reflecting on statistics, rotis, homesickness, and what it means to return\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/sp.kalantri.co.in\/gmc73\/student-at-forty-seven\/goodbye-berkeley\/\" \/>\n<meta property=\"og:locale\" content=\"en_GB\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Goodbye, Berkeley. I Love You. \u2014 GMC Nagpur 1973 Archive\" \/>\n<meta property=\"og:description\" content=\"In May 2005, Dr. SP Kalantri wrote this farewell letter from Berkeley after completing his MPH at UC \u2014 reflecting on statistics, rotis, homesickness, and what it means to return\" \/>\n<meta property=\"og:url\" content=\"https:\/\/sp.kalantri.co.in\/gmc73\/student-at-forty-seven\/goodbye-berkeley\/\" \/>\n<meta property=\"og:site_name\" content=\"GMC Nagpur 1973 Archive\" \/>\n<meta property=\"article:modified_time\" content=\"2026-03-03T14:49:58+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Estimated reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/sp.kalantri.co.in\\\/gmc73\\\/student-at-forty-seven\\\/goodbye-berkeley\\\/\",\"url\":\"https:\\\/\\\/sp.kalantri.co.in\\\/gmc73\\\/student-at-forty-seven\\\/goodbye-berkeley\\\/\",\"name\":\"Goodbye, Berkeley | Stetho in Sevagram\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/sp.kalantri.co.in\\\/gmc73\\\/#website\"},\"datePublished\":\"2026-01-13T02:54:40+00:00\",\"dateModified\":\"2026-03-03T14:49:58+00:00\",\"description\":\"In May 2005, Dr. SP Kalantri wrote this farewell letter from Berkeley after completing his MPH at UC \u2014 reflecting on statistics, rotis, homesickness, and what it means to return\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/sp.kalantri.co.in\\\/gmc73\\\/student-at-forty-seven\\\/goodbye-berkeley\\\/#breadcrumb\"},\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/sp.kalantri.co.in\\\/gmc73\\\/student-at-forty-seven\\\/goodbye-berkeley\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/sp.kalantri.co.in\\\/gmc73\\\/student-at-forty-seven\\\/goodbye-berkeley\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/sp.kalantri.co.in\\\/gmc73\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Student at Forty-Seven\",\"item\":\"https:\\\/\\\/sp.kalantri.co.in\\\/gmc73\\\/student-at-forty-seven\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Goodbye, Berkeley. I Love You.\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/sp.kalantri.co.in\\\/gmc73\\\/#website\",\"url\":\"https:\\\/\\\/sp.kalantri.co.in\\\/gmc73\\\/\",\"name\":\"GMC73 Archive\",\"description\":\"GMC Nagpur Class of 1973\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/sp.kalantri.co.in\\\/gmc73\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-GB\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Goodbye, Berkeley | Stetho in Sevagram","description":"In May 2005, Dr. SP Kalantri wrote this farewell letter from Berkeley after completing his MPH at UC \u2014 reflecting on statistics, rotis, homesickness, and what it means to return","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/sp.kalantri.co.in\/gmc73\/student-at-forty-seven\/goodbye-berkeley\/","og_locale":"en_GB","og_type":"article","og_title":"Goodbye, Berkeley. I Love You. \u2014 GMC Nagpur 1973 Archive","og_description":"In May 2005, Dr. SP Kalantri wrote this farewell letter from Berkeley after completing his MPH at UC \u2014 reflecting on statistics, rotis, homesickness, and what it means to return","og_url":"https:\/\/sp.kalantri.co.in\/gmc73\/student-at-forty-seven\/goodbye-berkeley\/","og_site_name":"GMC Nagpur 1973 Archive","article_modified_time":"2026-03-03T14:49:58+00:00","twitter_card":"summary_large_image","twitter_misc":{"Estimated reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/sp.kalantri.co.in\/gmc73\/student-at-forty-seven\/goodbye-berkeley\/","url":"https:\/\/sp.kalantri.co.in\/gmc73\/student-at-forty-seven\/goodbye-berkeley\/","name":"Goodbye, Berkeley | Stetho in Sevagram","isPartOf":{"@id":"https:\/\/sp.kalantri.co.in\/gmc73\/#website"},"datePublished":"2026-01-13T02:54:40+00:00","dateModified":"2026-03-03T14:49:58+00:00","description":"In May 2005, Dr. SP Kalantri wrote this farewell letter from Berkeley after completing his MPH at UC \u2014 reflecting on statistics, rotis, homesickness, and what it means to return","breadcrumb":{"@id":"https:\/\/sp.kalantri.co.in\/gmc73\/student-at-forty-seven\/goodbye-berkeley\/#breadcrumb"},"inLanguage":"en-GB","potentialAction":[{"@type":"ReadAction","target":["https:\/\/sp.kalantri.co.in\/gmc73\/student-at-forty-seven\/goodbye-berkeley\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/sp.kalantri.co.in\/gmc73\/student-at-forty-seven\/goodbye-berkeley\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/sp.kalantri.co.in\/gmc73\/"},{"@type":"ListItem","position":2,"name":"Student at Forty-Seven","item":"https:\/\/sp.kalantri.co.in\/gmc73\/student-at-forty-seven\/"},{"@type":"ListItem","position":3,"name":"Goodbye, Berkeley. I Love You."}]},{"@type":"WebSite","@id":"https:\/\/sp.kalantri.co.in\/gmc73\/#website","url":"https:\/\/sp.kalantri.co.in\/gmc73\/","name":"GMC73 Archive","description":"GMC Nagpur Class of 1973","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/sp.kalantri.co.in\/gmc73\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-GB"}]}},"_links":{"self":[{"href":"https:\/\/sp.kalantri.co.in\/gmc73\/wp-json\/wp\/v2\/pages\/1323","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/sp.kalantri.co.in\/gmc73\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/sp.kalantri.co.in\/gmc73\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/sp.kalantri.co.in\/gmc73\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/sp.kalantri.co.in\/gmc73\/wp-json\/wp\/v2\/comments?post=1323"}],"version-history":[{"count":20,"href":"https:\/\/sp.kalantri.co.in\/gmc73\/wp-json\/wp\/v2\/pages\/1323\/revisions"}],"predecessor-version":[{"id":9197,"href":"https:\/\/sp.kalantri.co.in\/gmc73\/wp-json\/wp\/v2\/pages\/1323\/revisions\/9197"}],"up":[{"embeddable":true,"href":"https:\/\/sp.kalantri.co.in\/gmc73\/wp-json\/wp\/v2\/pages\/1062"}],"wp:attachment":[{"href":"https:\/\/sp.kalantri.co.in\/gmc73\/wp-json\/wp\/v2\/media?parent=1323"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}