<?xml version="1.0" encoding="UTF-8"?>
<rss  xmlns:atom="http://www.w3.org/2005/Atom" 
      xmlns:media="http://search.yahoo.com/mrss/" 
      xmlns:content="http://purl.org/rss/1.0/modules/content/" 
      xmlns:dc="http://purl.org/dc/elements/1.1/" 
      version="2.0">
<channel>
<title>ResearchInfuser by Prashant Kumar Nag</title>
<link>https://prashantnag.com/feed.html</link>
<atom:link href="https://prashantnag.com/feed.xml" rel="self" type="application/rss+xml"/>
<description>Practical tools and workflows for PhD scholars and researchers</description>
<language>en</language>
<generator>quarto-1.9.36</generator>
<lastBuildDate>Sat, 03 Jan 2026 00:00:00 GMT</lastBuildDate>
<item>
  <title>Building Your Research Library: The Systematic Search Framework</title>
  <dc:creator>Prashant Kumar Nag</dc:creator>
  <link>https://prashantnag.com/ResearchInfuser/2026/01/03/research-library-guide/</link>
  <description><![CDATA[ 





<section id="from-chaos-to-system" class="level2">
<h2 class="anchored" data-anchor-id="from-chaos-to-system">From Chaos to System</h2>
<p>Yesterday, we identified the problem: most PhD scholars search for papers randomly, relying on Google Scholar, a single database, or forwarded PDFs.</p>
<p>Today, we solve it.</p>
<p>The goal isn’t to find <em>some</em> papers—it’s to build a <strong>systematic, repeatable, and defensible</strong> literature search strategy.</p>
</section>
<section id="the-three-database-rule" class="level2">
<h2 class="anchored" data-anchor-id="the-three-database-rule">The Three-Database Rule</h2>
<p>Don’t rely on a single source. Research databases have different coverage, indexing, and bias.</p>
<p><strong>Minimum requirement:</strong> Search at least <strong>three academic databases</strong>.</p>
<section id="recommended-combination" class="level3">
<h3 class="anchored" data-anchor-id="recommended-combination">Recommended Combination:</h3>
<ol type="1">
<li><strong>Scopus</strong> (multidisciplinary, citation tracking)</li>
<li><strong>Web of Science</strong> (established journals, high-impact research)</li>
<li><strong>IEEE Xplore</strong> / <strong>PubMed</strong> / <strong>ACM Digital Library</strong> (domain-specific)</li>
</ol>
<p>If institutional access is limited, add:</p>
<ul>
<li><strong>Google Scholar</strong> (broad coverage, gray literature)</li>
<li><strong>arXiv</strong> / <strong>bioRxiv</strong> / <strong>TechRxiv</strong> (preprints in your field)</li>
<li><strong>Semantic Scholar</strong> (AI-powered recommendations)</li>
</ul>
<p><strong>Why three?</strong> Each database has unique indexing. A systematic search reveals papers that single-database searches miss.</p>
</section>
<section id="what-if-you-dont-have-institutional-access" class="level3">
<h3 class="anchored" data-anchor-id="what-if-you-dont-have-institutional-access">What If You Don’t Have Institutional Access?</h3>
<p>Use these <strong>free alternatives:</strong></p>
<ul>
<li><strong>Google Scholar</strong> (free, comprehensive)</li>
<li><strong>CORE</strong> (free, open access papers)</li>
<li><strong>BASE</strong> (Bielefeld Academic Search Engine)</li>
<li><strong>Microsoft Academic</strong> (being sunset but archives remain)</li>
<li><strong>Directory of Open Access Journals (DOAJ)</strong></li>
<li><strong>ResearchGate</strong> / <strong>Academia.edu</strong> (request papers from authors)</li>
</ul>
<p>Most preprint servers (arXiv, bioRxiv, SSRN) are completely free.</p>
</section>
</section>
<section id="the-search-string-your-research-fingerprint" class="level2">
<h2 class="anchored" data-anchor-id="the-search-string-your-research-fingerprint">The Search String: Your Research Fingerprint</h2>
<p>Random keyword searches are not systematic. A <strong>well-constructed search string</strong> ensures consistency and repeatability.</p>
<section id="basic-structure" class="level3">
<h3 class="anchored" data-anchor-id="basic-structure">Basic Structure:</h3>
<pre><code>(Keyword1 OR Synonym1 OR Related1) 
AND 
(Keyword2 OR Synonym2 OR Related2) 
AND NOT 
(Exclusion1 OR Exclusion2)</code></pre>
</section>
<section id="example-phd-research-on-educational-technology" class="level3">
<h3 class="anchored" data-anchor-id="example-phd-research-on-educational-technology">Example: PhD Research on Educational Technology</h3>
<p><strong>Poor search:</strong> &gt; “AI in education”</p>
<p><strong>Systematic search:</strong></p>
<pre><code>("artificial intelligence" OR "machine learning" OR "deep learning") 
AND 
("education" OR "learning" OR "pedagogy" OR "teaching") 
AND NOT 
("medical education" OR "clinical training")</code></pre>
</section>
<section id="why-this-matters" class="level3">
<h3 class="anchored" data-anchor-id="why-this-matters">Why This Matters:</h3>
<ul>
<li><strong>OR</strong> expands search (captures synonyms)</li>
<li><strong>AND</strong> narrows focus (finds intersection)</li>
<li><strong>NOT</strong> removes noise (excludes irrelevant domains)</li>
</ul>
<p><strong>Document your search string.</strong> You’ll need it for reproducibility and thesis methodology chapters.</p>
</section>
<section id="database-specific-syntax" class="level3">
<h3 class="anchored" data-anchor-id="database-specific-syntax">Database-Specific Syntax</h3>
<p>Each database has slightly different syntax:</p>
<table class="caption-top table">
<colgroup>
<col style="width: 38%">
<col style="width: 61%">
</colgroup>
<thead>
<tr class="header">
<th>Database</th>
<th>Example Search</th>
</tr>
</thead>
<tbody>
<tr class="odd">
<td><strong>Scopus</strong></td>
<td><code>TITLE-ABS-KEY("machine learning" AND education)</code></td>
</tr>
<tr class="even">
<td><strong>Web of Science</strong></td>
<td><code>TS=("machine learning" AND education)</code></td>
</tr>
<tr class="odd">
<td><strong>IEEE Xplore</strong></td>
<td><code>("All Metadata":"machine learning" AND "All Metadata":education)</code></td>
</tr>
<tr class="even">
<td><strong>PubMed</strong></td>
<td><code>("machine learning"[Title/Abstract] AND education[Title/Abstract])</code></td>
</tr>
<tr class="odd">
<td><strong>Google Scholar</strong></td>
<td><code>allintitle: machine learning education</code></td>
</tr>
</tbody>
</table>
<p>Check each database’s advanced search help page for exact syntax.</p>
</section>
</section>
<section id="the-search-documentation-template" class="level2">
<h2 class="anchored" data-anchor-id="the-search-documentation-template">The Search Documentation Template</h2>
<p>A systematic search isn’t complete without documentation.</p>
<section id="record-these-details" class="level3">
<h3 class="anchored" data-anchor-id="record-these-details">Record These Details:</h3>
<table class="caption-top table">
<colgroup>
<col style="width: 43%">
<col style="width: 56%">
</colgroup>
<thead>
<tr class="header">
<th>Field</th>
<th>Example</th>
</tr>
</thead>
<tbody>
<tr class="odd">
<td><strong>Database</strong></td>
<td>Scopus</td>
</tr>
<tr class="even">
<td><strong>Search String</strong></td>
<td><code>("literature review" OR "systematic review") AND ("PhD" OR "doctoral")</code></td>
</tr>
<tr class="odd">
<td><strong>Date Searched</strong></td>
<td>2026-01-03</td>
</tr>
<tr class="even">
<td><strong>Results Found</strong></td>
<td>347 papers</td>
</tr>
<tr class="odd">
<td><strong>Date Range Filter</strong></td>
<td>2015–2025</td>
</tr>
<tr class="even">
<td><strong>Language Filter</strong></td>
<td>English</td>
</tr>
<tr class="odd">
<td><strong>Document Type</strong></td>
<td>Journal articles, conference papers</td>
</tr>
</tbody>
</table>
<p><strong>Why document this?</strong></p>
<ol type="1">
<li><strong>Repeatability:</strong> Someone else can replicate your search</li>
<li><strong>Thesis requirement:</strong> Many universities require search methodology</li>
<li><strong>Literature review updates:</strong> Re-run the search before submission</li>
</ol>
<p><strong>Pro tip:</strong> Keep a dedicated spreadsheet or document tracking all your searches across databases. You’ll thank yourself later when writing your methodology chapter.</p>
</section>
</section>
<section id="setting-up-citation-alerts" class="level2">
<h2 class="anchored" data-anchor-id="setting-up-citation-alerts">Setting Up Citation Alerts</h2>
<p>Don’t search manually every few months. Automate it.</p>
<section id="for-new-papers" class="level3">
<h3 class="anchored" data-anchor-id="for-new-papers">For New Papers:</h3>
<p><strong>Google Scholar Alerts:</strong></p>
<ol type="1">
<li>Run your search in Google Scholar</li>
<li>Click “Create alert” (bottom left)</li>
<li>Receive weekly emails with new papers</li>
</ol>
<p><strong>Database-Specific Alerts:</strong></p>
<ul>
<li><strong>Scopus:</strong> Save search → Create alert</li>
<li><strong>Web of Science:</strong> Save search → Create citation alert</li>
<li><strong>IEEE Xplore:</strong> Saved searches → Email alerts</li>
</ul>
<p><strong>RSS Feeds:</strong></p>
<ul>
<li>Most journals offer RSS feeds for new issues</li>
<li>Use an RSS reader (Feedly, Inoreader) to track multiple journals</li>
</ul>
</section>
<section id="for-citations-to-your-work" class="level3">
<h3 class="anchored" data-anchor-id="for-citations-to-your-work">For Citations to Your Work:</h3>
<p>Set up alerts for papers citing:</p>
<ul>
<li>Your published work</li>
<li>Key papers in your field</li>
<li>Your supervisor’s papers</li>
</ul>
<p>This keeps you aware of new developments without manual searching.</p>
</section>
</section>
<section id="filtering-strategy-the-funnel-approach" class="level2">
<h2 class="anchored" data-anchor-id="filtering-strategy-the-funnel-approach">Filtering Strategy: The Funnel Approach</h2>
<p>You’ll get hundreds (or thousands) of results. Don’t try to read everything.</p>
<section id="step-1-title-screening" class="level3">
<h3 class="anchored" data-anchor-id="step-1-title-screening">Step 1: Title Screening</h3>
<ul>
<li>Read titles</li>
<li>Remove obviously irrelevant papers</li>
<li><strong>Goal:</strong> Reduce by ~70%</li>
</ul>
</section>
<section id="step-2-abstract-screening" class="level3">
<h3 class="anchored" data-anchor-id="step-2-abstract-screening">Step 2: Abstract Screening</h3>
<ul>
<li>Read abstracts of remaining papers</li>
<li>Check alignment with research questions</li>
<li><strong>Goal:</strong> Reduce by another ~60%</li>
</ul>
</section>
<section id="step-3-full-text-review" class="level3">
<h3 class="anchored" data-anchor-id="step-3-full-text-review">Step 3: Full-Text Review</h3>
<ul>
<li>Read remaining papers fully</li>
<li>Extract key insights, methods, findings</li>
<li><strong>Goal:</strong> Keep papers directly relevant to your work</li>
</ul>
</section>
<section id="step-4-citation-snowballing" class="level3">
<h3 class="anchored" data-anchor-id="step-4-citation-snowballing">Step 4: Citation Snowballing</h3>
<ul>
<li>Check references of key papers (backward snowballing)</li>
<li>Check papers citing your key papers (forward snowballing)</li>
<li><strong>Goal:</strong> Discover foundational and recent work</li>
</ul>
</section>
</section>
<section id="the-inclusionexclusion-criteria" class="level2">
<h2 class="anchored" data-anchor-id="the-inclusionexclusion-criteria">The Inclusion/Exclusion Criteria</h2>
<p>Define <strong>before</strong> searching what papers you’ll include or exclude.</p>
<section id="example-criteria" class="level3">
<h3 class="anchored" data-anchor-id="example-criteria">Example Criteria:</h3>
<p><strong>Inclusion:</strong></p>
<ul>
<li>Published between 2015–2025</li>
<li>Peer-reviewed journals or top-tier conferences</li>
<li>Empirical studies with clear methodology</li>
<li>English language</li>
</ul>
<p><strong>Exclusion:</strong></p>
<ul>
<li>Opinion pieces without data</li>
<li>Studies outside your geographic/domain scope</li>
<li>Duplicate publications</li>
<li>Predatory journals</li>
</ul>
<p><strong>Document these criteria.</strong> They justify why some papers were kept and others discarded.</p>
</section>
</section>
<section id="common-mistakes-to-avoid" class="level2">
<h2 class="anchored" data-anchor-id="common-mistakes-to-avoid">Common Mistakes to Avoid</h2>
<section id="mistake-1-searching-once-and-stopping" class="level3">
<h3 class="anchored" data-anchor-id="mistake-1-searching-once-and-stopping">❌ Mistake 1: Searching Once and Stopping</h3>
<p>Literature keeps growing. Schedule periodic re-searches (e.g., every 3 months).</p>
</section>
<section id="mistake-2-not-using-boolean-operators" class="level3">
<h3 class="anchored" data-anchor-id="mistake-2-not-using-boolean-operators">❌ Mistake 2: Not Using Boolean Operators</h3>
<p>“AI education” ≠ “AI AND education”. Learn Boolean logic.</p>
</section>
<section id="mistake-3-ignoring-gray-literature" class="level3">
<h3 class="anchored" data-anchor-id="mistake-3-ignoring-gray-literature">❌ Mistake 3: Ignoring Gray Literature</h3>
<p>Theses, technical reports, preprints—sometimes these contain insights published papers don’t.</p>
</section>
<section id="mistake-4-no-version-control" class="level3">
<h3 class="anchored" data-anchor-id="mistake-4-no-version-control">❌ Mistake 4: No Version Control</h3>
<p>Document which version of the search you ran. Database algorithms change over time.</p>
</section>
<section id="mistake-5-using-only-english-keywords" class="level3">
<h3 class="anchored" data-anchor-id="mistake-5-using-only-english-keywords">❌ Mistake 5: Using Only English Keywords</h3>
<p>If your research has global relevance, consider searching in other languages or using translated keywords.</p>
</section>
</section>
<section id="time-expectations-be-realistic" class="level2">
<h2 class="anchored" data-anchor-id="time-expectations-be-realistic">Time Expectations: Be Realistic</h2>
<p><strong>Initial systematic search:</strong> 4-8 hours<br>
<strong>Title screening (500 papers):</strong> 2-3 hours<br>
<strong>Abstract screening (150 papers):</strong> 3-5 hours<br>
<strong>Full-text review (40 papers):</strong> 8-12 hours</p>
<p><strong>Total for initial search and screening:</strong> 18-28 hours spread over 1-2 weeks.</p>
<p>This seems long, but it prevents the <strong>50+ hours</strong> lost to disorganized re-searching later.</p>
</section>
<section id="what-this-achieves" class="level2">
<h2 class="anchored" data-anchor-id="what-this-achieves">What This Achieves</h2>
<p>A systematic search ensures:</p>
<p>✅ <strong>Completeness:</strong> You didn’t miss foundational papers<br>
✅ <strong>Transparency:</strong> Others can verify your process<br>
✅ <strong>Defensibility:</strong> You can justify paper selection to supervisors/reviewers<br>
✅ <strong>Efficiency:</strong> You avoid re-searching from scratch later</p>
</section>
<section id="what-comes-next" class="level2">
<h2 class="anchored" data-anchor-id="what-comes-next">What Comes Next</h2>
<p>Now you have papers. Hundreds of PDFs sitting in a folder. You now know <strong>how to search systematically</strong>. You have search strings, filtered results, and documentation.</p>
<p><strong>But here’s the gap:</strong> Those papers are still scattered across database interfaces. Some are bookmarked. Some are in browser tabs. None are organized.</p>
<p><strong>The next problem:</strong> How do you capture, export, and store these papers so you can actually use them?</p>
<p>In the next post, we’ll tackle:</p>
<ul>
<li><strong>Export formats:</strong> RIS, BibTeX, CSV—what they mean and which to use</li>
<li><strong>Reference managers:</strong> Choosing between Zotero, Mendeley, EndNote</li>
<li><strong>File naming systems:</strong> So you can find papers 6 months later</li>
<li><strong>Folder structures:</strong> That scale from 50 to 500 papers</li>
<li><strong>Metadata management:</strong> Why it matters more than PDFs</li>
</ul>
<p><strong>Searching systematically is step one. Storing systematically is what makes the search worthwhile.</strong></p>
<hr>
<p><em>A systematic search finds the papers. A systematic storage system makes sure you can use them.</em></p>


<!-- -->

</section>

<div id="quarto-appendix" class="default"><section class="quarto-appendix-contents" id="quarto-citation"><h2 class="anchored quarto-appendix-heading">Citation</h2><div><div class="quarto-appendix-secondary-label">BibTeX citation:</div><pre class="sourceCode code-with-copy quarto-appendix-bibtex"><code class="sourceCode bibtex">@online{kumar_nag2026,
  author = {Kumar Nag, Prashant},
  title = {Building {Your} {Research} {Library:} {The} {Systematic}
    {Search} {Framework}},
  date = {2026-01-03},
  url = {https://prashantnag.com/ResearchInfuser/2026/01/03/research-library-guide/},
  langid = {en}
}
</code></pre><div class="quarto-appendix-secondary-label">For attribution, please cite this work as:</div><div id="ref-kumar_nag2026" class="csl-entry quarto-appendix-citeas">
Kumar Nag, Prashant. 2026. <span>“Building Your Research Library: The
Systematic Search Framework.”</span> January 3. <a href="https://prashantnag.com/ResearchInfuser/2026/01/03/research-library-guide/">https://prashantnag.com/ResearchInfuser/2026/01/03/research-library-guide/</a>.
</div></div></section></div> ]]></description>
  <category>Literature Management</category>
  <category>Research Skills</category>
  <category>Academic Productivity</category>
  <guid>https://prashantnag.com/ResearchInfuser/2026/01/03/research-library-guide/</guid>
  <pubDate>Sat, 03 Jan 2026 00:00:00 GMT</pubDate>
</item>
<item>
  <title>The Literature Management Crisis Every PhD Scholar Faces (But No One Talks About)</title>
  <dc:creator>Prashant Kumar Nag</dc:creator>
  <link>https://prashantnag.com/ResearchInfuser/2026/01/02/literature-management-crisis/</link>
  <description><![CDATA[ 





<section id="your-first-encounter-with-research-literature" class="level2">
<h2 class="anchored" data-anchor-id="your-first-encounter-with-research-literature">Your First Encounter with Research Literature</h2>
<p>For most PhD scholars, the journey begins the same way: a supervisor asks you to “read some papers.”</p>
<p>What follows is often confusion—Google searches, dozens of PDFs, and folders named <em>paper1</em>, <em>final</em>, or <em>important</em>. I’ve seen this pattern repeated across disciplines, institutions, and generations of researchers.</p>
<p>This early phase silently shapes the rest of your PhD, often more than you realize.</p>
</section>
<section id="searching-papers-is-not-as-simple-as-it-looks" class="level2">
<h2 class="anchored" data-anchor-id="searching-papers-is-not-as-simple-as-it-looks">Searching Papers Is Not as Simple as It Looks</h2>
<p>Most scholars start by relying on:</p>
<ul>
<li>Random Google searches</li>
<li>A single digital library</li>
<li>Whatever PDF someone forwards on WhatsApp</li>
</ul>
<p>Very few stop to ask whether this way of searching is <strong>systematic</strong>, <strong>complete</strong>, or <strong>repeatable</strong>.</p>
<p><strong>The result?</strong><br>
Missed foundational papers, weak literature reviews, and repeated backtracking.</p>
</section>
<section id="storing-papers-without-a-system-creates-hidden-problems" class="level2">
<h2 class="anchored" data-anchor-id="storing-papers-without-a-system-creates-hidden-problems">Storing Papers Without a System Creates Hidden Problems</h2>
<p>Downloading papers without a clear structure leads to:</p>
<ul>
<li>Duplicate PDFs</li>
<li>Lost citations during writing</li>
<li>Difficulty recalling <em>why</em> a paper was saved in the first place</li>
</ul>
<p>These problems usually appear much later—when writing chapters or papers—making them harder to fix.</p>
</section>
<section id="a-question-every-scholar-eventually-faces" class="level2">
<h2 class="anchored" data-anchor-id="a-question-every-scholar-eventually-faces">A Question Every Scholar Eventually Faces</h2>
<p>At some point, almost every PhD scholar wonders:</p>
<blockquote class="blockquote">
<p><em>“Why did I save this paper?”</em></p>
</blockquote>
<p>If that question cannot be answered easily, the literature collection has already started working against the researcher.</p>
</section>
<section id="the-silent-cost-of-poor-literature-management" class="level2">
<h2 class="anchored" data-anchor-id="the-silent-cost-of-poor-literature-management">The Silent Cost of Poor Literature Management</h2>
<p>These problems don’t announce themselves loudly. They accumulate quietly:</p>
<p><strong>During daily research:</strong> - Hours wasted searching for papers you know you’ve downloaded - Confusion about which studies support which claims</p>
<p><strong>During critical moments:</strong> - Panic before paper submissions when citations need verification - Frustration when reviewers ask about papers you vaguely remember but can’t locate</p>
<p>By the time these issues become obvious, the damage is already done—and fixing the mess takes more time than building the right system from the start.</p>
</section>
<section id="the-real-problem-youre-choosing-tools-without-understanding-your-workflow" class="level2">
<h2 class="anchored" data-anchor-id="the-real-problem-youre-choosing-tools-without-understanding-your-workflow">The Real Problem: You’re Choosing Tools Without Understanding Your Workflow</h2>
<p>The real problem isn’t the lack of tools. Reference managers, note-taking apps, and cloud storage solutions are everywhere.</p>
<p>The problem is that most scholars:</p>
<ol type="1">
<li><strong>Start collecting papers without asking the right questions</strong></li>
<li><strong>Choose tools before understanding their workflow needs</strong></li>
<li><strong>Never develop a systematic approach to literature management</strong></li>
</ol>
<p>This backwards approach creates a fragile foundation that cracks under the weight of a full PhD.</p>
</section>
<section id="what-comes-next" class="level2">
<h2 class="anchored" data-anchor-id="what-comes-next">What Comes Next</h2>
<p>Under the <strong>ResearchInfuser</strong> initiative, upcoming posts will address:</p>
<ul>
<li>How to search research literature <strong>systematically</strong></li>
<li>How to store papers with <strong>long-term clarity</strong></li>
<li>How early decisions affect <strong>thesis writing and publication</strong> later</li>
<li>Practical workflows that prevent these problems before they start</li>
</ul>
<p>The answers to these problems will be explored step by step in the coming posts.</p>
<p><strong>A strong PhD begins by asking the right questions about literature—before choosing tools.</strong></p>
<hr>
<p><strong>Next post:</strong> We’ll explore how to build a systematic approach to searching research literature that ensures completeness and repeatability from day one.</p>


<!-- -->

</section>

<div id="quarto-appendix" class="default"><section class="quarto-appendix-contents" id="quarto-citation"><h2 class="anchored quarto-appendix-heading">Citation</h2><div><div class="quarto-appendix-secondary-label">BibTeX citation:</div><pre class="sourceCode code-with-copy quarto-appendix-bibtex"><code class="sourceCode bibtex">@online{kumar_nag2026,
  author = {Kumar Nag, Prashant},
  title = {The {Literature} {Management} {Crisis} {Every} {PhD}
    {Scholar} {Faces} {(But} {No} {One} {Talks} {About)}},
  date = {2026-01-02},
  url = {https://prashantnag.com/ResearchInfuser/2026/01/02/literature-management-crisis/},
  langid = {en}
}
</code></pre><div class="quarto-appendix-secondary-label">For attribution, please cite this work as:</div><div id="ref-kumar_nag2026" class="csl-entry quarto-appendix-citeas">
Kumar Nag, Prashant. 2026. <span>“The Literature Management Crisis Every
PhD Scholar Faces (But No One Talks About).”</span> January 2. <a href="https://prashantnag.com/ResearchInfuser/2026/01/02/literature-management-crisis/">https://prashantnag.com/ResearchInfuser/2026/01/02/literature-management-crisis/</a>.
</div></div></section></div> ]]></description>
  <category>Literature Management</category>
  <category>Research Skills</category>
  <category>Academic Productivity</category>
  <guid>https://prashantnag.com/ResearchInfuser/2026/01/02/literature-management-crisis/</guid>
  <pubDate>Fri, 02 Jan 2026 00:00:00 GMT</pubDate>
</item>
<item>
  <title>Happy New Year 2026!</title>
  <dc:creator>Prashant Kumar Nag</dc:creator>
  <link>https://prashantnag.com/ResearchInfuser/2026/01/01/happy-new-year-2026/</link>
  <description><![CDATA[ 





<section id="happy-new-year-2026" class="level2">
<h2 class="anchored" data-anchor-id="happy-new-year-2026">Happy New Year 2026! 🎉</h2>
<p>As we step into 2026, I’m excited to share some wonderful news with the academic and research community!</p>
</section>
<section id="whats-coming-this-year" class="level2">
<h2 class="anchored" data-anchor-id="whats-coming-this-year">What’s Coming This Year</h2>
<p>Over the coming months, I’ll be creating and uploading <strong>comprehensive video tutorials and educational content</strong> specifically designed for scholars, researchers, PhD students, faculty, and educators. These tutorials will focus on my <a href="https://prashantnag.com/softwares/">Software Suite</a>, which I’ve developed and refined through years of experience in the research workflow.</p>
</section>
<section id="my-mission" class="level2">
<h2 class="anchored" data-anchor-id="my-mission">My Mission</h2>
<p>Having navigated the challenges of PhD research myself, I understand the complexities and pain points that researchers face daily. These tools and workflows are derived from real PhD research, publications, and academic teaching experience. Through my software suite and the upcoming tutorials, my goal is to:</p>
<ul>
<li><strong>Streamline your research workflow</strong> - Making complex tasks simpler and more efficient</li>
<li><strong>Share practical expertise</strong> - Real-world solutions based on hands-on experience</li>
<li><strong>Ease the PhD journey</strong> - Helping you focus on your research, not the tools</li>
</ul>
<p>All content will be published under the <strong>ResearchInfuser</strong> initiative, focused on practical, reproducible, and researcher-centric tools.</p>
</section>
<section id="what-to-expect" class="level2">
<h2 class="anchored" data-anchor-id="what-to-expect">What to Expect</h2>
<p>The tutorials will cover:</p>
<ul>
<li>Step-by-step guides for using the software tools</li>
<li>Best practices learned from years of research experience</li>
<li>Tips and tricks to optimize your academic workflow</li>
<li>Real-world examples and use cases</li>
</ul>
<p>Content will be released in structured series, starting with essential research productivity tools, followed by advanced workflows for thesis writing, experimentation, and publication. Feedback and suggestions from the research community will help shape future tutorials.</p>
</section>
<section id="how-you-can-get-involved" class="level2">
<h2 class="anchored" data-anchor-id="how-you-can-get-involved">How You Can Get Involved</h2>
<p>If you’d like early access to tutorials, updates, and examples:</p>
<ul>
<li>Bookmark this blog</li>
<li>Explore the <a href="https://prashantnag.com/softwares/">Software Suite</a></li>
<li>Subscribe to upcoming ResearchInfuser video content</li>
</ul>
</section>
<section id="stay-connected" class="level2">
<h2 class="anchored" data-anchor-id="stay-connected">Stay Connected</h2>
<p>Keep an eye on this blog for updates, new tutorial releases, and valuable insights. I’m committed to making your research journey smoother and more productive.</p>
<p>Here’s to a productive and successful 2026! 🚀</p>
<hr>
<p><em>Looking forward to sharing this journey with you!</em></p>


<!-- -->

</section>

<div id="quarto-appendix" class="default"><section class="quarto-appendix-contents" id="quarto-citation"><h2 class="anchored quarto-appendix-heading">Citation</h2><div><div class="quarto-appendix-secondary-label">BibTeX citation:</div><pre class="sourceCode code-with-copy quarto-appendix-bibtex"><code class="sourceCode bibtex">@online{kumar_nag2026,
  author = {Kumar Nag, Prashant},
  title = {Happy {New} {Year} 2026!},
  date = {2026-01-01},
  url = {https://prashantnag.com/ResearchInfuser/2026/01/01/happy-new-year-2026/},
  langid = {en}
}
</code></pre><div class="quarto-appendix-secondary-label">For attribution, please cite this work as:</div><div id="ref-kumar_nag2026" class="csl-entry quarto-appendix-citeas">
Kumar Nag, Prashant. 2026. <span>“Happy New Year 2026!”</span> January
1. <a href="https://prashantnag.com/ResearchInfuser/2026/01/01/happy-new-year-2026/">https://prashantnag.com/ResearchInfuser/2026/01/01/happy-new-year-2026/</a>.
</div></div></section></div> ]]></description>
  <category>Announcement</category>
  <category>Education</category>
  <category>Software</category>
  <guid>https://prashantnag.com/ResearchInfuser/2026/01/01/happy-new-year-2026/</guid>
  <pubDate>Thu, 01 Jan 2026 00:00:00 GMT</pubDate>
</item>
<item>
  <title>Hello World</title>
  <dc:creator>Prashant Kumar Nag</dc:creator>
  <link>https://prashantnag.com/ResearchInfuser/2023/10/18/hello-world/</link>
  <description><![CDATA[ 





<div class="callout callout-style-default callout-note callout-titled">
<div class="callout-header d-flex align-content-center">
<div class="callout-icon-container">
<i class="callout-icon"></i>
</div>
<div class="callout-title-container flex-fill">
Note
</div>
</div>
<div class="callout-body-container callout-body">
<p>Hello Word Testing</p>
</div>
</div>


<!-- -->


<div id="quarto-appendix" class="default"><section class="quarto-appendix-contents" id="quarto-citation"><h2 class="anchored quarto-appendix-heading">Citation</h2><div><div class="quarto-appendix-secondary-label">BibTeX citation:</div><pre class="sourceCode code-with-copy quarto-appendix-bibtex"><code class="sourceCode bibtex">@online{kumar_nag2023,
  author = {Kumar Nag, Prashant},
  title = {Hello {World}},
  date = {2023-10-14},
  url = {https://prashantnag.com/ResearchInfuser/2023/10/18/hello-world/},
  langid = {en}
}
</code></pre><div class="quarto-appendix-secondary-label">For attribution, please cite this work as:</div><div id="ref-kumar_nag2023" class="csl-entry quarto-appendix-citeas">
Kumar Nag, Prashant. 2023. <span>“Hello World.”</span> October 14. <a href="https://prashantnag.com/ResearchInfuser/2023/10/18/hello-world/">https://prashantnag.com/ResearchInfuser/2023/10/18/hello-world/</a>.
</div></div></section></div> ]]></description>
  <category>Test</category>
  <guid>https://prashantnag.com/ResearchInfuser/2023/10/18/hello-world/</guid>
  <pubDate>Sat, 14 Oct 2023 00:00:00 GMT</pubDate>
</item>
</channel>
</rss>
