<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Vignesh Srinivasan</title>
    
    <!-- SEO -->
    <!-- Begin Jekyll SEO tag v2.8.0 -->
<title>Vignesh Srinivasan | Personal website and blog of Vignesh Srinivasan</title>
<meta name="generator" content="Jekyll v3.10.0" />
<meta property="og:title" content="Vignesh Srinivasan" />
<meta name="author" content="Vignesh Srinivasan" />
<meta property="og:locale" content="en_US" />
<meta name="description" content="Personal website and blog of Vignesh Srinivasan" />
<meta property="og:description" content="Personal website and blog of Vignesh Srinivasan" />
<link rel="canonical" href="https://vigneshsrinivasan10.github.io/assets/css/syntax.css" />
<meta property="og:url" content="https://vigneshsrinivasan10.github.io/assets/css/syntax.css" />
<meta property="og:site_name" content="Vignesh Srinivasan" />
<meta property="og:type" content="website" />
<meta name="twitter:card" content="summary" />
<meta property="twitter:title" content="Vignesh Srinivasan" />
<script type="application/ld+json">
{"@context":"https://schema.org","@type":"WebPage","author":{"@type":"Person","name":"Vignesh Srinivasan"},"description":"Personal website and blog of Vignesh Srinivasan","headline":"Vignesh Srinivasan","url":"https://vigneshsrinivasan10.github.io/assets/css/syntax.css"}</script>
<!-- End Jekyll SEO tag -->

    
    <!-- Feeds -->
    <link rel="alternate" type="application/rss+xml" title="Vignesh Srinivasan" href="/feed.xml">
    
    <!-- Stylesheets -->
    <link rel="stylesheet" href="/assets/css/main.css">
    
    <!-- Your existing stylesheet (preserved) -->
    <link rel="stylesheet" href="/stylesheet.css">
    
    <!-- Code highlighting -->
    <link rel="stylesheet" href="/assets/css/syntax.css">
    
    <!-- MathJax for equations -->
    <script>
    MathJax = {
        tex: {
            inlineMath: [['$', '$'], ['\\(', '\\)']],
            displayMath: [['$$', '$$'], ['\\[', '\\]']]
        }
    };
    </script>
    <script src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js" async></script>

    <!-- Mermaid for diagrams -->
    <style>
        .mermaid {
            display: flex;
            justify-content: center;
            text-align: center;
            margin: 1.5em auto;
            width: 100%;
        }
        .mermaid svg {
            max-width: 100%;
        }
    </style>
    <script src="https://cdn.jsdelivr.net/npm/mermaid@10/dist/mermaid.min.js"></script>
    <script>
        mermaid.initialize({
            startOnLoad: false,
            theme: 'default',
            securityLevel: 'loose'
        });
        
        document.addEventListener('DOMContentLoaded', function() {
            // Find all code blocks with language-mermaid class
            document.querySelectorAll('pre code.language-mermaid, code.language-mermaid').forEach(function(codeBlock) {
                // Get the mermaid code
                var code = codeBlock.textContent;
                
                // Create a new div for mermaid
                var div = document.createElement('div');
                div.className = 'mermaid';
                div.textContent = code;
                
                // Replace the pre element (or code if no pre parent)
                var pre = codeBlock.closest('pre') || codeBlock;
                pre.parentNode.replaceChild(div, pre);
            });
            
            // Now render all mermaid diagrams
            mermaid.run();
        });
    </script>
</head>
<body>
    <header class="site-header">
    <h1 class="site-name"><a href="/">Vignesh Srinivasan</a></h1>
    <nav>
        <ul>
            <li><a href="/#about">About Me</a></li>
            <li><a href="/thesis">PhD Thesis</a></li>
            <li><a href="/publications/">Selected Publications</a></li>
            <li><a href="/blog/">Blogs</a></li>
        </ul>
    </nav>
</header>

    
    <main class="container">
        /* Rouge syntax highlighting - GitHub style */
.highlight {
    background: #f8f9fa;
    border-radius: 4px;
    margin: 1.5rem 0;
}

.highlight pre {
    margin: 0;
    padding: 1rem;
    overflow-x: auto;
}

.highlight .c { color: #6a737d; font-style: italic } /* Comment */
.highlight .err { color: #a61717; background-color: #e3d2d2 } /* Error */
.highlight .k { color: #d73a49; font-weight: bold } /* Keyword */
.highlight .o { color: #d73a49 } /* Operator */
.highlight .cm { color: #6a737d; font-style: italic } /* Comment.Multiline */
.highlight .cp { color: #6a737d; font-style: italic } /* Comment.Preproc */
.highlight .c1 { color: #6a737d; font-style: italic } /* Comment.Single */
.highlight .cs { color: #6a737d; font-style: italic } /* Comment.Special */
.highlight .gd { color: #24292e; background-color: #ffeef0 } /* Generic.Deleted */
.highlight .ge { font-style: italic } /* Generic.Emph */
.highlight .gr { color: #a61717 } /* Generic.Error */
.highlight .gh { color: #005cc5; font-weight: bold } /* Generic.Heading */
.highlight .gi { color: #24292e; background-color: #e6ffed } /* Generic.Inserted */
.highlight .go { color: #6a737d } /* Generic.Output */
.highlight .gp { color: #6a737d } /* Generic.Prompt */
.highlight .gs { font-weight: bold } /* Generic.Strong */
.highlight .gu { color: #6f42c1; font-weight: bold } /* Generic.Subheading */
.highlight .gt { color: #a61717 } /* Generic.Traceback */
.highlight .kc { color: #005cc5; font-weight: bold } /* Keyword.Constant */
.highlight .kd { color: #d73a49; font-weight: bold } /* Keyword.Declaration */
.highlight .kn { color: #d73a49 } /* Keyword.Namespace */
.highlight .kp { color: #d73a49 } /* Keyword.Pseudo */
.highlight .kr { color: #d73a49; font-weight: bold } /* Keyword.Reserved */
.highlight .kt { color: #6f42c1 } /* Keyword.Type */
.highlight .m { color: #005cc5 } /* Literal.Number */
.highlight .s { color: #032f62 } /* Literal.String */
.highlight .na { color: #6f42c1 } /* Name.Attribute */
.highlight .nb { color: #005cc5 } /* Name.Builtin */
.highlight .nc { color: #6f42c1; font-weight: bold } /* Name.Class */
.highlight .no { color: #005cc5 } /* Name.Constant */
.highlight .nd { color: #6f42c1 } /* Name.Decorator */
.highlight .ni { color: #24292e } /* Name.Entity */
.highlight .ne { color: #6f42c1; font-weight: bold } /* Name.Exception */
.highlight .nf { color: #6f42c1; font-weight: bold } /* Name.Function */
.highlight .nl { color: #005cc5 } /* Name.Label */
.highlight .nn { color: #6f42c1 } /* Name.Namespace */
.highlight .nt { color: #22863a } /* Name.Tag */
.highlight .nv { color: #e36209 } /* Name.Variable */
.highlight .ow { color: #d73a49; font-weight: bold } /* Operator.Word */
.highlight .w { color: #bbbbbb } /* Text.Whitespace */
.highlight .mf { color: #005cc5 } /* Literal.Number.Float */
.highlight .mh { color: #005cc5 } /* Literal.Number.Hex */
.highlight .mi { color: #005cc5 } /* Literal.Number.Integer */
.highlight .mo { color: #005cc5 } /* Literal.Number.Oct */
.highlight .sb { color: #032f62 } /* Literal.String.Backtick */
.highlight .sc { color: #032f62 } /* Literal.String.Char */
.highlight .sd { color: #032f62 } /* Literal.String.Doc */
.highlight .s2 { color: #032f62 } /* Literal.String.Double */
.highlight .se { color: #032f62 } /* Literal.String.Escape */
.highlight .sh { color: #032f62 } /* Literal.String.Heredoc */
.highlight .si { color: #005cc5 } /* Literal.String.Interpol */
.highlight .sx { color: #032f62 } /* Literal.String.Other */
.highlight .sr { color: #032f62 } /* Literal.String.Regex */
.highlight .s1 { color: #032f62 } /* Literal.String.Single */
.highlight .ss { color: #005cc5 } /* Literal.String.Symbol */
.highlight .bp { color: #005cc5 } /* Name.Builtin.Pseudo */
.highlight .vc { color: #e36209 } /* Name.Variable.Class */
.highlight .vg { color: #e36209 } /* Name.Variable.Global */
.highlight .vi { color: #e36209 } /* Name.Variable.Instance */
.highlight .il { color: #005cc5 } /* Literal.Number.Integer.Long */

    </main>
    
    <footer class="site-footer">
    <p>Website template inspired by <a href="https://jonbarron.info/">Jon Barron</a>, <a href="https://lilianweng.github.io/">Lilian Weng</a> and Professor Dr von Igelfeld.</p>
</footer>

</body>
</html>
