// ────────────────────────────────────────────────────────────────────────
// All posts as static JSX rows.
// To add a new post: copy any line below and edit year / href / source /
// title. Newest goes on top of each list. Nothing else to wire up.
// Title text goes between <PostRow>…</PostRow>. Optional `label="…"` adds
// a small tag (e.g. "Competition") in front of the title.
// ────────────────────────────────────────────────────────────────────────

window.Notebooks = () => (
  <ul className="index-list">
    <PostRow year="2020" href="https://colab.research.google.com/drive/1T3VBRWFf3f1v17VpOiCA-lujcohwus_V?usp=sharing" source="colab.research.google.com">Aspect-based Sentiment Analysis with Fine-tuning Multilingual BERT Model</PostRow>
    <PostRow year="2020" href="https://colab.research.google.com/drive/1wxhnsG-l5ElsyneO-PV0eCXN8KvnaVyF?usp=sharing" source="colab.research.google.com">BiLSTM and Transformer Model for NER</PostRow>
    <PostRow year="2019" href="https://www.kaggle.com/yosefardhito/pb0-87-pytorch-ordinal-regression-w-spacecutter" source="kaggle.com">PyTorch Ordinal Regression with Spacecutter</PostRow>
    <PostRow year="2019" href="https://www.kaggle.com/yosefardhito/pytorch-lstm-end-to-end-walkthrough" source="kaggle.com">PyTorch LSTM End-to-end Walkthrough</PostRow>
    <PostRow year="2018" href="https://www.kaggle.com/yosefardhito/the-funny-vote-is-it-really-funny" source="kaggle.com">Yelp Funny Vote: is it Really Funny?</PostRow>
    <PostRow year="2018" href="https://www.kaggle.com/yosefardhito/user-centric-analysis-is-yelp-still-growing" source="kaggle.com">User-centric Analysis: is Yelp Still Growing?</PostRow>
  </ul>
);

window.Publications = () => (
  <ul className="index-list">
    <PostRow year="2023" href="https://aclanthology.org/2023.finnlp-2.10.pdf" source="aclanthology.org">The Risk and Opportunity of Data Augmentation and Translation for ESG News Impact Identification with Language Models</PostRow>
    <PostRow year="2020" href="https://www.aclweb.org/anthology/2020.sustainlp-1.1/" source="aclweb.org">Should We Use More Complex Models for Automatic Short-Answer Scoring in Bahasa Indonesia?</PostRow>
    <PostRow year="2020" href="https://arxiv.org/abs/1909.11879" source="arxiv.org">Aspect and Opinion Term Extraction for Hotel Reviews using Transfer Learning and Auxiliary Labels</PostRow>
    <PostRow year="2019" label="Competition" href="https://simpan.ugm.ac.id/s/3Gm61Yu4wqqYfDo#pdfviewer" source="simpan.ugm.ac.id">Automatic Short Answer Scoring System</PostRow>
    <PostRow year="2019" href="https://ieeexplore.ieee.org/abstract/document/8629151" source="ieee.org">Colloquial Indonesian Lexicon</PostRow>
    <PostRow year="2013" href="https://www.researchgate.net/profile/Masayu_Leylia_Khodra/publication/275536233" source="researchgate.net">Automatic Summarization of Tweets in Providing Indonesian Trending Topic Explanation</PostRow>
  </ul>
);

window.Certifications = () => (
  <ul className="index-list">
    <PostRow year="2024" href="https://coursera.org/share/db06ee34f7dd3374e85d822ba8e97cc4" source="coursera.org">Data Engineering Professional</PostRow>
    <PostRow year="2019" href="https://www.coursera.org/account/accomplishments/specialization/8E58YF4Z4W8L" source="coursera.org">Deep Learning Specialization</PostRow>
    <PostRow year="2018" href="https://www.coursera.org/account/accomplishments/verify/CMCVYWH9TCTQ" source="coursera.org">Machine Learning</PostRow>
    <PostRow year="2017" href="https://www.datacamp.com/statement-of-accomplishment/track/62e96397261adee6274c6114c22afb7763a9ba90" source="datacamp.com">Data Scientist with Python Track</PostRow>
  </ul>
);

window.ArticlesEn = () => (
  <ul className="index-list">
    <PostRow year="2022" href="https://yoseflaw.medium.com/single-source-of-trap-5a286882fb6d" source="medium.com">Single Source of Trap</PostRow>
    <PostRow year="2022" href="https://yoseflaw.medium.com/a-song-of-snow-and-bricks-c77adf9d264b" source="medium.com">A Song of Snow and Bricks</PostRow>
    <PostRow year="2020" href="https://yoseflaw.medium.com/make-language-processing-natural-again-b7dbde0d0164" source="medium.com">Make Language Processing Natural Again</PostRow>
    <PostRow year="2020" href="https://medium.com/@yoseflaw/step-by-step-ner-model-for-bahasa-indonesia-with-pytorch-and-torchtext-6f94fca08406" source="medium.com">Step-by-step NER Model for Bahasa Indonesia with PyTorch and Torchtext</PostRow>
    <PostRow year="2020" href="https://medium.com/@yoseflaw/love-is-blind-how-about-trust-6c46fce270fa" source="medium.com">Love is blind. How about trust?</PostRow>
    <PostRow year="2019" href="https://medium.com/@yoseflaw/the-data-entrepreneurs-story-part-1-finding-a-case-5363b65e0b5c" source="medium.com">The Data Entrepreneurs Story</PostRow>
    <PostRow year="2018" href="https://medium.com/@yoseflaw/yes-machines-can-comprehend-words-d4d6523b5a94" source="medium.com">Yes, Machines can Comprehend Words</PostRow>
    <PostRow year="2017" href="https://medium.com/@yoseflaw/a-whole-different-league-data-analyst-5722f980b6f6" source="medium.com">A Whole Different League Data Analyst</PostRow>
    <PostRow year="2016" href="https://medium.com/@yoseflaw/an-outlier-astronauts-guide-to-life-4fe0898c30bd" source="medium.com">An Outlier Astronaut Guide to Life on Earth</PostRow>
  </ul>
);

window.ArticlesId = () => (
  <ul className="index-list">
    <PostRow year="2022" href="https://meyosef.wordpress.com/2022/04/28/5d-0-perulatan-batin/" source="wordpress.com">5D: based on true story</PostRow>
    <PostRow year="2021" href="https://meyosef.wordpress.com/2021/06/01/demam-panggung-sandiwara/" source="wordpress.com">Demam Panggung Sandiwara</PostRow>
    <PostRow year="2020" href="https://meyosef.wordpress.com/2020/12/13/ikatan-darah/" source="wordpress.com">Ikatan Darah</PostRow>
    <PostRow year="2020" href="https://meyosef.wordpress.com/2020/10/19/jangan-jadi-data-scientist/" source="wordpress.com">Jangan jadi Data Scientist. Berat.</PostRow>
    <PostRow year="2020" href="https://meyosef.wordpress.com/2020/09/16/mulutmu-malaikatmu/" source="wordpress.com">Mulutmu, Harimaumu.</PostRow>
    <PostRow year="2020" href="https://meyosef.wordpress.com/2020/08/14/asik-sih-tapi-kalau-diulang-mau-ga/" source="wordpress.com">Asik sih, tapi kalau diulang mau ga?</PostRow>
    <PostRow year="2020" href="https://meyosef.wordpress.com/2020/04/02/jati-diri/" source="wordpress.com">Jati Diri</PostRow>
    <PostRow year="2020" href="https://meyosef.wordpress.com/2020/03/28/kenapa-takut-sekali-dengan-bosan/" source="wordpress.com">Kenapa Takut Sekali dengan Bosan?</PostRow>
    <PostRow year="2019" href="https://write.as/yoseflaw/belajar-cerewet" source="write.as">Belajar cerewet</PostRow>
    <PostRow year="2019" href="https://medium.com/@yoseflaw/berkelana-di-era-konten-95f8baec03cb" source="medium.com">Berkelana di era konten</PostRow>
    <PostRow year="2018" href="https://medium.com/@yoseflaw/dua-jenis-strategi-bisnis-d2d1ed87bb07" source="medium.com">Memaknai Dua Strategi Bisnis: Murah atau Beda?</PostRow>
    <PostRow year="2015" href="https://meyosef.wordpress.com/2015/12/30/hard-to-be-light/" source="wordpress.com">It is easy to be heavy; hard to be light</PostRow>
    <PostRow year="2013" href="https://meyosef.wordpress.com/2013/07/06/pengen-kaya/" source="wordpress.com">Pengen Ga Sih Kaya</PostRow>
  </ul>
);

// Featured cards — pick 3 to highlight near the top of the page.
// Edit any of these freely.
window.Featured = () => (
  <>
    <FeaturedCard
      year="2022"
      kind="Essay · EN"
      href="https://yoseflaw.medium.com/single-source-of-trap-5a286882fb6d"
      title="Single Source of Trap"
      source="medium.com"
      dek="On the trade-off between a single source of truth and the freedom to be wrong."
    />
    <FeaturedCard
      year="2020"
      kind="Essay · ID"
      href="https://meyosef.wordpress.com/2020/10/19/jangan-jadi-data-scientist/"
      title="Jangan jadi Data Scientist. Berat."
      source="wordpress.com"
      dek="Sebuah catatan kecil tentang ekspektasi vs. kenyataan di dunia data."
    />
    <FeaturedCard
      year="2023"
      kind="Paper"
      href="https://aclanthology.org/2023.finnlp-2.10.pdf"
      title="The Risk and Opportunity of Data Augmentation for ESG News Impact Identification"
      source="aclanthology.org"
      dek="Augmenting and translating ESG news to study what language models learn from it."
    />
  </>
);
