Skip to content

Commit

Permalink
Updated collections in config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
krishna-das-m committed Aug 26, 2024
1 parent a61246b commit 7ac58e6
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 21 deletions.
40 changes: 20 additions & 20 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -188,26 +188,26 @@ bing_site_verification: # out your bing-site-verification ID (Bing Webmaster)
# # -----------------------------------------------------------------------------
# # Collections
# # -----------------------------------------------------------------------------
#
# collections:
# news:
# defaults:
# layout: post
# output: true
# permalink: /:collection/:title/
# projects:
# output: true
# permalink: /:collection/:title/
#
# announcements:
# enabled: true
# scrollable: true # adds a vertical scroll bar if there are more than 3 news items
# limit: 5 # leave blank to include all the news in the `_news` folder
#
# latest_posts:
# enabled: true
# scrollable: true # adds a vertical scroll bar if there are more than 3 new posts items
# limit: 3 # leave blank to include all the blog posts

collections:
news:
defaults:
layout: post
output: true
permalink: /:collection/:title/
projects:
output: true
permalink: /:collection/:title/

announcements:
enabled: true
scrollable: true # adds a vertical scroll bar if there are more than 3 news items
limit: 5 # leave blank to include all the news in the `_news` folder

latest_posts:
enabled: true
scrollable: true # adds a vertical scroll bar if there are more than 3 new posts items
limit: 3 # leave blank to include all the blog posts

# -----------------------------------------------------------------------------
# Jekyll settings
Expand Down
1 change: 0 additions & 1 deletion _pages/about.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ selected_papers: true # includes a list of papers marked as "selected={true}"
social: true # includes social icons at the bottom of the page
---


Hello! I am Krishnadas Mohandas, a dedicated researcher and academic with a deep passion for exploring the intricacies of complex networks and their wide-ranging applications. As a member of the Group of Physics in Economics and Social Science (FENS), my work is focused on advancing innovative research that seeks to decode the complexities of social systems.

With a strong academic foundation in areas such as [specific areas of expertise, e.g., social networks, agent-based modeling, etc.], my research is centered on [briefly describe research focus, e.g., structural balance, signed networks, etc.]. I am driven by a commitment to bridge the gap between theoretical research and practical solutions that can positively impact society.
Expand Down

0 comments on commit 7ac58e6

Please sign in to comment.