Skip to content

Commit

Permalink
Move WIPC submission deadline to April 2 and make some drive-by fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
jendrikseipp committed Mar 20, 2024
1 parent 4ea3720 commit f3cd81a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 20 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Website for the ICAPS 2024 conference held in Canada.
### Clone the ICAPS2024 repository and set up your local repository ###
1. Sign up for Github
2. Go to https://github.com/icaps2024/icaps2024.github.io and click the 'Fork' button in the upper right. This should create and bring you to your own copy of the ICAPS website repository.
3. Use git to clone your repository. After successfully clonning the repository you should end up with a directory called `icaps2024.github.io`. This directory will be refered to as *website root*.
3. Use git to clone your repository. After successfully clonning the repository you should end up with a directory called `icaps2024.github.io`. This directory will be refered to as *website root*.

### Set up a remote tracking branch ###
After you've cloned the ICAPS on GitHub and set it up on your local machine, you should run the following command from the *website root* to add a remote repository for tracking changes to the main site:
Expand All @@ -26,7 +26,7 @@ Edit your files normally.
If you add a new file or make some edits to existing files, remember to add it with `git add`. Commit your changes with `git commit`, and push it back to GitHub with `git push`:
```
$ git add <path-to-new-file>
$ git status // optional step to verify wht exactly is going to be commited
$ git status // optional step to verify what exactly is going to be committed
$ git commit -am <useful but terse change description>
$ git push origin
```
Expand Down
27 changes: 9 additions & 18 deletions content/program/workshops/wipc.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ June 2-3, 2024

| Schedule | |
|---------------------|----------|
| Abstract Submission | March 18 |
| Submission | March 25 |
| Submission | April 2 |
| Notification | April 8 |
| Camera Ready | April 22 |

Expand Down Expand Up @@ -73,19 +72,11 @@ Paper submissions will be handled in OpenReview ([https://openreview.net/group?i
# Organization
You can contact us at [[email protected]](mailto:[email protected]).

- [Florian Pommerening](https://ai.cs.unibas.ch/people/pommeren/)
Florian is a postdoctoral researcher in the AI group at the University of Basel, Switzerland, where he completed his PhD from 2012 to 2017. He was co-organizer of the classical IPC tracks in 2018 and 2023.
- [Jendrik Seipp](https://jendrikseipp.com)
Jendrik is an Associate Professor at Linköping University, Sweden. He co-organized the IPC Learning Track 2023.
- [Javier Segovia-Aguas](https://jsego.github.io/)
Javier is a postdoctoral researcher in the AI\&ML group at Universitat Pompeu Fabra, Spain. He co-organized the IPC Learning Track 2023.
- [Ayal Taitler](https://sites.google.com/view/ataitler/home)
Ayal is a postdoctoral researcher in the Data Driven Decision Making group at University of Toronto, Ontario, Canada. He co-organized the IPC Probabilistic Planning and RL Track 2023.
- [Enrico Scala](https://www.hstairs.com)
Enrico is a researcher at the University of Brescia, Italy. He co-organized the Numeric Planning track at the IPC 2023.
- [Joan Espasa](https://joanespasa.github.io/)
Joan is a Lecturer at the University of St Andrews, Scotland. He co-organized the Numeric Planning track at the IPC 2023.
- [Ron Alford](https://volus.net/)
Ron is a research at The MITRE Corporation, USA. He co-organized the Hierarchical Planning track at the IPC 2023.
- [Daniel Fišer](https://danfis.cz)
Daniel is a postdoctoral researcher at Saarland University, Germany. He co-organized the Classical Planning track at the IPC 2023.
- [Florian Pommerening](https://ai.cs.unibas.ch/people/pommeren/) is a postdoctoral researcher in the AI group at the University of Basel, Switzerland, where he completed his PhD from 2012 to 2017. He was co-organizer of the classical IPC tracks in 2018 and 2023.
- [Jendrik Seipp](https://jendrikseipp.com) is an Associate Professor at Linköping University, Sweden. He co-organized the IPC Learning Track 2023.
- [Javier Segovia-Aguas](https://jsego.github.io/) is a postdoctoral researcher in the AI\&ML group at Universitat Pompeu Fabra, Spain. He co-organized the IPC Learning Track 2023.
- [Ayal Taitler](https://sites.google.com/view/ataitler/home) is a postdoctoral researcher in the Data Driven Decision Making group at University of Toronto, Ontario, Canada. He co-organized the IPC Probabilistic Planning and RL Track 2023.
- [Enrico Scala](https://www.hstairs.com) is a researcher at the University of Brescia, Italy. He co-organized the Numeric Planning track at the IPC 2023.
- [Joan Espasa](https://joanespasa.github.io/) is a Lecturer at the University of St Andrews, Scotland. He co-organized the Numeric Planning track at the IPC 2023.
- [Ron Alford](https://volus.net/) is a research at The MITRE Corporation, USA. He co-organized the Hierarchical Planning track at the IPC 2023.
- [Daniel Fišer](https://danfis.cz) is a postdoctoral researcher at Saarland University, Germany. He co-organized the Classical Planning track at the IPC 2023.

0 comments on commit f3cd81a

Please sign in to comment.