Page Not Found
Sorry, but the page you were trying to view does not exist. Read more
Sorry, but the page you were trying to view does not exist. Read more
👨💻 I’m a Research Assistant at the AI Research Center, ACEM, Tribhuvan University. 🔬 My research focuses on applying AI to environmental monitoring, with interests in Computer Vision, Tabular Deep Learning, and more recently, Large Language Models (LLMs). 🧠 I’m currently working on LLMs and Tabular Deep Learning in collaboration... Read more
A variety of common markup showing how the theme styles them. Header one Header two Header three Header four Header five Header six Blockquotes Single line blockquote: Quotes are cool. Tables Entry Item John Doe 2016 Description of the item in the list Jane Doe 2019 Description of the... Read more
Deutsch Book Notes The StatQuest Illustrated Guide to Machine Learning!!! 5 minute read Published: June 09, 2025 Author: Josh Starmer, Ph.D. Book Amazon link: https://www.amazon.com/dp/B0BLM4TLPY Youtube link: https://www.youtube.com/@statquest Chapter 1 : Fundamental Concepts of ML What is Machine Learning (ML)? According to the author, ML is a collection of tools... Read more
<h2 id="portfolio" class="archive__subtitle">portfolio</h2> Portfolio item number 1 Short description of portfolio item number 1 Read more Portfolio item number 2 Short description of portfolio item number 2 Read more <h2 id="publications" class="archive__subtitle">publications</h2> Leveraging UAV Data and Deep Learning Models for Detecting Waste in Rivers Published in IEEE Access, 2025 This... Read more
Your Sidebar Name none@example.org https://academicpages.github.io Earth, , US Google Scholar ORCID GitHub Summary Currently employed at Red Brick University. Short biography for the left-hand sidebar Education Ph.D in Version Control Theory 2018 GitHub University M.S. in Jekyll 2014 GitHub University B.S. in GitHub 2012 GitHub University Publications Paper Title Number... Read more
Education Bachelor’s in Electronics, Communication, and Information Engineering, Advanced College of Engineering and Management, Tribhuvan University, 2025 Work experience Research Assistant Research and Innovation Unit (RIU) in collaboration with BASF, Germany. July 2024 - Present Research and Teaching Assistant AI Research Center, Advanced College of Engineering and Management November 2023... Read more
.featured-posts{margin-bottom:2em;background:rgba(238,238,238,0.3);border-radius:6px;padding:1.5em;border-left:4px solid #f39c12}.featured-posts h2.archive__subtitle{color:#f39c12;margin-bottom:1em}.featured-post__item{margin-bottom:1em}.featured-posts__separator{margin:2em 0;border:0;height:1px;background:#e0e0e0}.featured-posts__more{text-align:center;font-style:italic;color:#666;margin-top:1em}.list__item{background:#ffffff;border-radius:16px;box-shadow:0 2px 12px rgba(0,0,0,0.08);margin-bottom:1.8em;padding:1.8em 2em;border:1px solid rgba(52,152,219,0.1);transition:all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);position:relative;overflow:hidden;backdrop-filter:blur(10px)}.list__item:hover{transform:translateY(-4px);box-shadow:0 12px 32px rgba(0,0,0,0.12);border-color:rgba(52,152,219,0.2)}.list__item::before{content:’‘;position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg, #3498db 0%, #2ecc71 25%, #f39c12 50%, #e74c3c 75%, #9b59b6 100%);opacity:0;transition:opacity 0.4s ease}.list__item:hover::before{opacity:1}.featured-post{background:linear-gradient(135deg, #fff8e7 0%, #fff 50%, #fef9ed 100%);border:2px solid rgba(243,156,18,0.15);box-shadow:0 4px 20px rgba(243,156,18,0.1);position:relative}.featured-post::before{background:linear-gradient(90deg, #f39c12 0%, #e67e22 50%, #d68910 100%);opacity:1;height:5px}.featured-post:hover{background:linear-gradient(135deg, #fff5d9 0%,... Read more
Locations of key files/directories Basic config options: _config.yml Top navigation bar config: _data/navigation.yml Single pages: _pages/ Collections of pages are .md or .html files in: _publications/ _portfolio/ _posts/ _teaching/ _talks/ Footer: _includes/footer.html Static files (like PDFs): /files/ Profile image (can set in _config.yml): images/profile.png Tips and hints Name a file... Read more
This is a page not in the menu. You can use markdown in this page. Heading 1 Heading 2 Read more
{% include base_path %} {% for post in site.pages %} {% include archive-single.html %} {% endfor %} Read more
{% include base_path %} {% capture written_year %}’None’{% endcapture %} {% for papernote in site.papernotes %} {% capture year %}{{ papernote.date | date: ‘%Y’ }}{% endcapture %} {% if year != written_year %} <h2 id="{{ year | slugify }}" class="archive__subtitle">{{ year }}</h2> {% capture written_year %}{{ year }}{% endcapture %}... Read more
{% include base_path %} {% for post in site.portfolio %} {% include archive-single.html %} {% endfor %} Read more
{% if site.author.googlescholar %} You can also find my articles on my Google Scholar profile. {% endif %} {% include base_path %} {% if site.publication_category %} {% for category in site.publication_category %} {% assign title_shown = false %} {% for post in site.publications reversed %} {% if post.category != category[0]... Read more
Advanced Search {% include search.html %} Search Features This advanced search system provides: Real-time search with autocomplete suggestions Fuzzy search for typo tolerance Boolean operators (AND, OR, NOT) Advanced filters by category, tags, and date range Multiple search types (all content, title only, tags only, etc.) Smart sorting by relevance,... Read more
{% include base_path %} A list of all the posts and pages found on the site. For you robots out there, there is an XML version available for digesting as well. Pages {% for post in site.pages %} {% include archive-single.html %} {% endfor %} Posts {% for post in... Read more
{% include base_path %} {% include group-by-array collection=site.posts field=”tags” %} {% for tag in group_names %} {% assign posts = group_items[forloop.index0] %} {{ tag }} {% for post in posts %} {% include archive-single.html %} {% endfor %} {% endfor %} Read more
This map is generated from a Jupyter Notebook file in talkmap.ipynb, which mines the location fields in the .md files in _talks/. Read more
{% if site.talkmap_link == true %} See a map of all the places I've given a talk! {% endif %} {% for post in site.talks reversed %} {% include archive-single-talk.html %} {% endfor %} Read more
{% include base_path %} {% for post in site.teaching reversed %} {% include archive-single.html %} {% endfor %} Read more
{% include base_path %} {% include toc %} Privacy Policy The privacy of my visitors is extremely important. This Privacy Policy outlines the types of personal information that is received and collected and how it is used. First and foremost, I will never share your email address or any other... Read more
{% include base_path %} Expand All Collapse All Search Results {% include featured-posts.html %} All Posts by Year {% capture written_year %}'None'{% endcapture %} {% for post in site.posts %} {% capture year %}{{ post.date | date: '%Y' }}{% endcapture %} {% if year != written_year %} {{ year }}... Read more
@import “jekyll-theme-primer”; Read more
{“/about/”:”https://bishnukhadka.github.io/”,”/about.html”:”https://bishnukhadka.github.io/”,”/resume-json”:”https://bishnukhadka.github.io/cv-json/”,”/resume”:”https://bishnukhadka.github.io/cv/”,”/md/”:”https://bishnukhadka.github.io/markdown/”,”/markdown.html”:”https://bishnukhadka.github.io/markdown/”,”/nmp/”:”https://bishnukhadka.github.io/non-menu-page/”,”/nmp.html”:”https://bishnukhadka.github.io/non-menu-page/”,”/wordpress/blog-posts/”:”https://bishnukhadka.github.io/year-archive/”,”/blog-explorer/”:”https://bishnukhadka.github.io/year-archive/”} Read more
Featured Posts Configuration Guide How to Mark Posts as Featured To mark any blog post as featured, simply add featured: true to the front matter: --- title: "Your Post Title" date: 2025-01-01 featured: true summary: "A brief description of your post content that will appear in the blog archive." category:... Read more
Jupyter notebook markdown generator These .ipynb files are Jupyter notebook files that convert a TSV containing structured data about talks (talks.tsv) or presentations (presentations.tsv) into individual markdown files that will be properly formatted for the academicpages template. The notebooks contain a lot of documentation about the process. The .py files... Read more
<?xml version=”1.0” encoding=”utf-8”?>{% if page.xsl %}<?xml-stylesheet type=”text/xml” href=”{{ ‘/feed.xslt.xml’ absolute_url }}”?>{% endif %}<feed xmlns=”http://www.w3.org/2005/Atom” {% if site.lang %}xml:lang=”{{ site.lang }}”{% endif %}>Jekyll<link href=”{{ page.url absolute_url }}” rel=”self” type=”application/atom+xml” /><link href=”{{ ‘/’ absolute_url }}” rel=”alternate” type=”text/html” {% if site.lang %}hreflang=”{{ site.lang }}” {% endif %}/>{{ site.time date_to_xmlschema }}</updated>{{ page.url absolute_url xml_escape... Read more
<?xml version=”1.0” encoding=”UTF-8”?> {% if page.xsl %}<?xml-stylesheet type=”text/xsl” href=”{{ “/sitemap.xsl” | absolute_url }}”?> {% endif %} {% assign collections = site.collections | where_exp:'collection','collection.output != false' %}{% for collection in collections %}{% assign docs = collection.docs | where_exp:'doc','doc.sitemap != false' %}{% for doc in docs %} {{ doc.url | replace:'/index.html','/' |... Read more
Sitemap: {{ “sitemap.xml” absolute_url }} Read more