Skip to content

Commit

Permalink
updating with more links
Browse files Browse the repository at this point in the history
  • Loading branch information
pavan-kalyan committed Nov 20, 2023
1 parent 4aa8d4d commit db73df3
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
layout: post
title: "Tips on DP + Bitmasking for competitive programming"
date: 2023-07-02 00:00:00 +0530
excerpt: "Quick reference to the complexity and constraint chart with a few tips"
excerpt: ""
author: Pavan Kalyan Damalapati
tags: [cp]
---
Expand Down
1 change: 1 addition & 0 deletions bin/deploy
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ yarn install --modules-folder ./_assets/yarn
bundle exec jekyll build --config _config.yml,_secret.yml

# Delete and move files.
# TODO: why is the _secret file always being deleted???????
find . -maxdepth 1 ! -name '_site' ! -name '.git' ! -name '.gitignore' ! -name '_secret.yml' -exec rm -rf {} \;
mv _site/* .
rm -R _site/
Expand Down
14 changes: 9 additions & 5 deletions publications.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -7,23 +7,27 @@ permalink: /publications/
This page is basically a collection of anything notable I have written outside of this blog.

### Research Publications
- [Data Ambiguity Strikes Back: How Documentation
Improves GPT’s Text-to-SQL](https://openreview.net/pdf?id=FflKTuIRTD){:target="_blank"}
- [Data Ambiguity Strikes Back: How Documentation Improves GPT’s Text-to-SQL](https://arxiv.org/abs/2310.18742){:target="_blank"}
- NeurIPS ‘23: 37th Annual Conference on Neural Information Processing Systems
- TRL ‘23: Table Representation Learning Workshop
- [arXiv](https://arxiv.org/abs/2310.18742){:target="_blank"}

- [Random Forests over normalized data in CPU-GPU DBMSes](https://dl.acm.org/doi/10.1145/3592980.3595318){:target="_blank"}
- SIGMOD/PODS ‘23: International Conference on Management of Data
- DaMoN ‘23: Proceedings of the 19th International Workshop on Data Management on New Hardware
- [Slides](https://github.com/zachary62/zach_public_material/blob/main/JoinBoostGPU.pdf){:target="_blank"}

- [Aggregation Consistency Errors in Semantic Layers and How to Avoid Them](https://dl.acm.org/doi/10.1145/3597465.3605224){:target="_blank"}
- SIGMOD/PODS ‘23: International Conference on Management of Data
- HILDA ‘23: Human-In-the-Loop Data Analytics
- [arXiv](https://arxiv.org/abs/2307.00417){:target="_blank"}
- [Slides](https://github.com/zachary62/zach_public_material/blob/main/Hilda%20aggregation.pdf){:target="_blank"}


### Medium Publications

- [Improving Product UX On-The-Fly With a Dynamic Error Classification System](https://medium.com/hevo-data-engineering/a-robust-error-classification-system-9b2681d0b748)
- [Improving Product UX On-The-Fly With a Dynamic Error Classification System](https://medium.com/hevo-data-engineering/a-robust-error-classification-system-9b2681d0b748){:target="_blank"}

- [Designing a Robust and Scalable Kafka Integration](https://medium.com/hevo-data-engineering/designing-a-robust-and-scalable-kafka-integration-3dc351e2d92)
- [Designing a Robust and Scalable Kafka Integration](https://medium.com/hevo-data-engineering/designing-a-robust-and-scalable-kafka-integration-3dc351e2d92){:target="_blank"}

- [My Experience At Hevo](https://medium.com/hevo-data-engineering/my-experience-at-hevo-ba3e26620bdd)
- [My Experience At Hevo](https://medium.com/hevo-data-engineering/my-experience-at-hevo-ba3e26620bdd){:target="_blank"}

0 comments on commit db73df3

Please sign in to comment.