Another paper accepted by SOSR 2019!
18 Jan 2019Our paper titled “ADD: Application-Centric Data-Driven Controller Design” is accepted by SOSR 2019! Can’t wait to present it in April! Stay tuned!
Our paper titled “ADD: Application-Centric Data-Driven Controller Design” is accepted by SOSR 2019! Can’t wait to present it in April! Stay tuned!
Finally got down to update this site. Can’t believe it’s been over two years! So much have happened since my last post. My publication list has 8 papers now instead of 3, and my very first paper is to be presented at SOSR’18! See here for the details: Pausing and Resuming Network Flows using Programmable Buffers.
The match between Google AlphaGo and Lee Sedol didn’t go as I expected. Lee Sedol won one game back with a brilliant move at 78, a move that many consider as “God’s move”. This move led AlphaGo to a wrongful evaluation of the position, and caused it to make several big mistakes later. This is indeed a great victory of human, and is perhaps the last victory of human against machine. Nevertheless, applause and deep respect to Lee Sedol!
I have a feeling that AlphaGo is going to win 5 straight games. I think it is probably the last chance a human can ever win a machine.
And no matter what, this is the great victory of humanity. Being a witness of this moment is simply fortunate.
Finally get the website running with publication list generated by Jekyll-Scholar. As most third-party plugins are abandoned from Github Pages, you need to build a static website before pushing it to your Github Pages. Some notes on the commands involved, not necessarily intuitive.
1. git clone <the template you picked>.git
2. cd <template>
3. # modify the _config.yml to your need
4. sudo gem install bundler
5. bundle install
6. sudo gem install jekyll-scholar
7. sudo gem install jekyll-paginate
8. # add /docs to .gitignore
9. jekyll build
10. cd docs
11. # git init, add, commit, and push this to a separate git repo