Skip to content

Commit

Permalink
2024 update
Browse files Browse the repository at this point in the history
  • Loading branch information
philip-khor committed Jun 16, 2024
1 parent fe45fdc commit 5359c68
Show file tree
Hide file tree
Showing 10 changed files with 938 additions and 269 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ cv/fonts/
*.tex
*.out
*.cls
*.sty
21 changes: 12 additions & 9 deletions cv/philip_khor-cv.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ headcolor: 414141
output:
vitae::awesomecv:
keep_md: true
latex_engine: lualatex
# latex_engine: lualatex
---

```{r setup, include=FALSE}
Expand Down Expand Up @@ -43,25 +43,28 @@ read_then_unnest("cv/src/experience.yaml") |>
detailed_entries(company, year, position, location, details)
```

\newpage
# Publications
```{r}
bibliography_entries("../cv/src/cvlib.bib")
```

# Projects

```{r}
read_then_unnest("cv/src/projects.yaml") |>
detailed_entries(project_type, year, project_title, location, details)
```
# Education

```{r}
read_then_unnest("cv/src/education.yaml") |>
detailed_entries(degree, year, institution, where, details)
```

# Qualifications

```{r}
read_then_unnest("cv/src/qualifications.yaml") |>
detailed_entries(institution, year, qualification, where, details)
```

# Projects

```{r}
read_then_unnest("cv/src/projects.yaml") |>
detailed_entries(project_type, year, project_title, location, details)
```

Binary file modified cv/philip_khor-cv.pdf
Binary file not shown.
81 changes: 81 additions & 0 deletions cv/src/cvlib.bib
Original file line number Diff line number Diff line change
@@ -0,0 +1,81 @@
@Article{Khor2023,
author = {Philip Khor},
journal = {Penang Monthly},
title = {Expenditure On the Arts: An Overview},
year = {2023},
month = apr,
}

@Article{Khor2023a,
author = {Khor, Philip and {Azmil Akil}},
journal = {Penang Monthly},
title = {Sports and Recreation Statistics},
year = {2023},
month = may,
}

@Article{Khor2023b,
author = {Philip Khor},
journal = {Penang Monthly},
title = {On Libraries, Printers and Publishers},
year = {2023},
month = aug,
}

@Article{Khor2024,
author = {Philip Khor},
journal = {Penang Monthly},
title = {{EPF Account 3}: Flexibility or Erosion of Retirement Savings?},
year = {2024},
month = jun,
}

@Article{Khor2023c,
author = {Philip Khor},
journal = {Penang Monthly},
title = {Artificial Intelligence In Numbers},
year = {2023},
month = nov,
}

@Article{Khor2024a,
author = {Philip Khor},
journal = {Penang Monthly},
title = {Non-Profit Organisations In {Penang}},
year = {2024},
month = jun,
}

@Article{Khor2023d,
author = {Philip Khor},
journal = {Penang Monthly},
title = {When Less Is More Expensive: The Trend of Shrinkflation},
year = {2023},
month = sep,
}

@Article{Khor2024b,
author = {Philip Khor},
journal = {Penang Monthly},
title = {The Limited Local Benefits of {Swiftonomics}},
year = {2024},
month = apr,
note = {Feature article},
}

@Article{Khor2023e,
author = {Khor, Philip and {Azmil Akil}},
journal = {Penang Monthly},
title = {The Jetties of {George Town}},
year = {2023},
month = jul,
}

@TechReport{Khor2023f,
author = {Khor, Philip and Ong, Wooi Leng},
institution = {Penang Institute},
title = {Penang Talent Prospects Survey 2023: Surging Demand for Engineering and IT Talent},
year = {2023},
}

@Comment{jabref-meta: databaseType:bibtex;}
2 changes: 1 addition & 1 deletion cv/src/education.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
-
degree: Diploma in Business Studies
year: 2012-2014
institution: Tunku Abdul Rahman University College
institution: 'Tunku Abdul Rahman University of Management \& Technology (formerly Tunku Abdul Rahman University College)'
where: George Town, Penang
details:
- Received the Merit Scholarship amounting to 100% of the tuition fees for the
Expand Down
36 changes: 30 additions & 6 deletions cv/src/experience.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,33 @@
-
company: Penang Institute
location: George Town, Penang
year: Jan 2024 - Present
position: "Visiting Data Scientist"
details:
- Developing dashboards covering local socioeconomic statistics and maintaining
data pipelines
- Streamlined data pipelines to reduce the time taken for updates
- Redesign dashboards to improve clarity of data visualisations
-
company: Penang Institute
location: George Town, Penang
year: Jan - Dec 2023
position: "Statistician, Socioeconomics and Statistics Programme"
details:
- In addition to the above, support the transition of Penang Monthlys statistics brief
towards a more visual format with timely reviews and internal training
- Contributing to Penang Monthly statistics articles
- Prepare research reports and statistical analysis on key local socioeconomic issues
- Organised internal workshop on use of large language models in think-tank work

-
company: CIMB Bank Berhad
location: Kuala Lumpur
year: March 2020 - May 2022
position: Manager, Regional Advanced Risk Modelling, Group Risk
location: Kuala Lumpur
details:
- Review and enhance model development processes to meet regulatory expectations
for the use of complex modelling methodologies in the development of Basel and
for the use of advanced modelling methodologies in the development of Basel and
IFRS9 credit risk ratings models.
- Communicate model outcomes to stakeholders to ensure that model behaviour
is consistent with business expectations.
Expand All @@ -20,19 +42,19 @@
model explanability and fairness considerations for credit risk ratings models.
-
company: Skymind AI Berhad
location: George Town, Penang
year: October 2019 - December 2019
position: Technical Writer
location: George Town, Penang
details:
- Prepared documentation on internally developed
model deployment software to support internal and external users.
- Provided editing assistance for development of training materials.
- Drove and provided support for community engagement events.
-
company: GRID Inc.
location: Minato-ku, Tokyo
year: May 2019 - August 2019
position: Data Scientist Intern
location: Minato-ku, Tokyo
details:
- Trained real-time object detection and image segmentation
models for use in agriculture using YOLOv2, SSD and Mask R-CNN
Expand All @@ -45,9 +67,9 @@
annotation data.
-
company: The Center of Applied Data Science
location: Bangsar South, Kuala Lumpur
year: July 2018 - May 2019
position: Data Scientist Associate
location: Bangsar South, Kuala Lumpur
details:
- Delivered over 100 hours in training sessions for Microsoft
Excel, R for Analytics, Tableau, Statistics and Data Storytelling.
Expand All @@ -65,9 +87,9 @@
- Developed internal conventions for material formatting.
-
company: Penang Institute
location: George Town, Penang
year: Dec 2015 - Jan 2016, Aug 2016 - Jan 2017
position: "Research Assistant: Economics Studies"
location: George Town, Penang
details:
- Provided key research assistance for the Penang Skilled Workforce Study
project.
Expand All @@ -80,3 +102,5 @@
- Contributed to the Penang Economic and Development Report 2015/2016 and the
Institute's evaluation of the Trans-Pacific Partnership Agreement (TPPA).
50 changes: 49 additions & 1 deletion cv/src/projects.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,51 @@
-
project_type: ""
year: 2023 - present
project_title: "Key Penang Statistics"
location: Penang Institute
details:
- 12 dashboards providing numerical insights into key socioeconomic
issues in Penang for public consumption
-
project_type: ""
year: 2023
project_title: "Penang Strategy for Economic Ecosystem Development"
location: Penang Institute
details:
- Design visualisations of key economic indicators at sector and
aggregate level
- Develop policy recommendations adapting various policy
documents to local context

-
project_type: ""
year: 2023
project_title: "Estimating Penang's Economic Growth"
location: Penang Institute
details:
- Developing regional input-output models to estimate effects of economic
shocks to Penang's GDP
- Re-implemented Excel model in Python
- Assisted with acquisition of local data
-
project_type: "Forthcoming"
year: 2023
project_title: "Penang Economic and Development Report 2022/23"
location: Penang Institute
details:
- Prepared writeups for water and electricity, global business services,
waste management, housing and climate change in Penang
- Assisted with acquisition of data and editing
-
project_type: Forthcoming
year: 2023
project_title: "Impact of Covid-19 on children and women in low-income families in Penang"
location: UNICEF/Penang Institute
details:
- Statistical analysis including data preparation and visualisation
- Prepared writeup and editing in line with UN style guide
-
project_type: Honours thesis
year: 2017
Expand All @@ -24,6 +72,6 @@
- Conducted and assisted with qualitative interviews with industry
stakeholders and human resource personnel.
- Assisted in the development of questionnaires for data collection and
development of strategies to improve response rates.
strategies to improve response rates.
- Assisted in data analysis and designing data visualizations.
Loading

0 comments on commit 5359c68

Please sign in to comment.