Skip to content

Latest commit

 

History

History
144 lines (126 loc) · 3.18 KB

File metadata and controls

144 lines (126 loc) · 3.18 KB
layout
home

We are a collective of Filipino NLP Researchers

We are a collective of NLP researchers—graduate students, industry practitioners, and enthusiasts—working to advance natural language processing for Filipino languages through open research, datasets, and tools. We operate as a scrappy grassroots team, pooling shared resources to move fast and build what the research community needs.

<style> .home-sections { display: flex; gap: 2rem; margin-top: 1.5rem; } .home-section { flex: 1; min-width: 0; } .home-section h2 { font-size: 1.1em; margin-bottom: 0.75rem; font-weight: 600; } .news-list, .projects-list { list-style: none; padding: 0; margin: 0; } .news-item, .project-item { margin-bottom: 0.75em; padding: 0; border-bottom: 1px solid #e0e0e0; padding-bottom: 0.75em; } .news-item:last-child, .project-item:last-child { border-bottom: none; } .news-header { display: flex; gap: 0.75em; align-items: baseline; } .news-date { color: #999; font-size: 0.8em; flex-shrink: 0; font-family: monospace; min-width: 70px; } .news-content { color: #333; font-size: 0.9em; line-height: 1.3; } .news-content a, .project-link { color: #0066cc; text-decoration: none; } .news-content a:hover, .project-link:hover { text-decoration: underline; } .project-title { font-size: 0.9em; font-weight: 500; color: #333; line-height: 1.3; } @media (max-width: 768px) { .home-sections { flex-direction: column; gap: 1.5rem; } } </style>

News

    {% for item in site.data.news limit:4 %}
  • {{ item.date }}
    {{ item.content }}
  • {% endfor %}

Ongoing Projects

{% assign projects = site.categories.projects | sort: 'date' | reverse %} {% if projects.size > 0 %} {% else %}

No projects yet.

{% endif %}