๐ How to Add Your Actual Publications from Google Scholar
๐ How to Add Your Actual Publications from Google Scholar
๐ฏ Quick Instructions
Iโve created template publications to get you started, but you need to replace them with your actual publications from Google Scholar.
๐ Step 1: Get Your Google Scholar Data
- Visit your Google Scholar profile: https://scholar.google.com/citations?user=mv_-vPAAAAAJ
- Copy each publicationโs details:
- Title
- Authors
- Venue (conference/journal)
- Year
- DOI/URL
- Citation count (optional)
โ๏ธ Step 2: Update Template Publications
For Each Publication, Replace:
---
title: "YOUR ACTUAL PAPER TITLE"
collection: publications
permalink: /publication/YEAR-short-title
date: 2024-MM-DD
venue: 'ACTUAL CONFERENCE OR JOURNAL NAME'
paperurl: 'https://doi.org/YOUR-ACTUAL-DOI'
citation: 'Your Name, Co-authors, "Paper Title." Venue, Year.'
excerpt: 'Brief description of what this paper is about'
---
## Abstract
Your actual abstract here...
[Access paper here](https://doi.org/YOUR-ACTUAL-DOI){:target="_blank"}
Example - Replace Template with Real Data:
BEFORE (Template):
title: "Advanced Machine Learning Approaches for Next-Generation Malware Detection"
venue: 'European Symposium on Research in Computer Security (ESORICS 2022)'
AFTER (Your Real Publication):
title: "Your Actual Paper Title from Google Scholar"
venue: 'The Actual Conference/Journal Name'
๐ Step 3: Use the Content Creation Script
Use the script I created to quickly add new publications:
ruby new_content.rb publication "Your Paper Title Here"
Then edit the generated file with your specific details.
๐ Step 4: Update These Template Files
Replace the content in these files with your actual publications:
_publications/2023-PhD-Thesis-Formal-Verification-Threat-Detection.md_publications/2022-ESORICS-Advanced-ML-Malware-Detection.md_publications/2024-Journal-Cloud-Security-Verification.md
๐ Google Scholar Integration Tips
Get DOI Links:
- On Google Scholar, click your paper
- Look for โDOIโ link or โPublisherโ link
- Copy the full DOI URL (https://doi.org/10.1109/โฆ)
Get Citation Format:
- Click โCiteโ under your paper on Google Scholar
- Copy the citation text
- Paste into the
citation:field
Get Paper URLs:
- Publisher Link: Best option if available
- ResearchGate: Good alternative
- arXiv: For preprints
- Your personal copy: Upload PDFs to
/files/folder
๐ Step 5: Add PDFs (Optional)
If you have PDFs of your papers:
- Upload PDFs to
/files/publications/folder - Update paperurl in your publication files:
paperurl: '/files/publications/your-paper-2024.pdf'
โก Quick Batch Update
If you have many publications, create a spreadsheet with:
- Title
- Authors
- Venue
- Year
- DOI
- Abstract
Then use the Ruby script to quickly generate all files.
๐ฏ Priority Publications
Focus on adding these first:
- Your PhD thesis (most important)
- Recent papers (2020+)
- High-impact papers (most cited)
- Representative work from different research areas
Need help? Contact me with your Google Scholar publications list and I can help format them properly!
