diff --git a/README.md b/README.md index f6f44f1..169ee2d 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,3 @@ You only need to change the content of [index.md](/index.md). It's possible to only write in markdown, but you can also use HTML to achieve more fancy effects. Here is an [example website](https://shunzh.github.io/project_website/). - -TODOs: -- [ ] Add author links and affiliations. diff --git a/_layouts/project_page.html b/_layouts/project_page.html index 0c2e924..a9e8440 100644 --- a/_layouts/project_page.html +++ b/_layouts/project_page.html @@ -28,15 +28,21 @@

{{ page.title }}

+ {% if page.authors %}
{{ page.authors }}
+ {% endif %} - + {% if page.affiliations %} +
+ + {{ page.affiliations }} + +
+ {% endif %}
diff --git a/index.md b/index.md index b16e8ba..a64175c 100644 --- a/index.md +++ b/index.md @@ -3,10 +3,14 @@ layout: project_page permalink: / title: On Computable Numbers, with an Application to the Entscheidungsproblem -authors: A. M. Turing +authors: + A. M. Turing +affiliations: + King's College, Cambridge paper: https://www.cs.virginia.edu/~robins/Turing_Paper_1936.pdf video: https://www.youtube.com/results?search_query=turing+machine code: https://github.com/topics/turing-machines +data: https://huggingface.co/docs/datasets ---
@@ -30,8 +34,10 @@ if its decimal can be written down by a machine...
+--- -> Note: The following content is generated by ChatGPT. The figure is manually added. +> Note: This is an example of a Jekyll-based project website template: [Github link](https://github.com/shunzh/project_website).\ +> The following content is generated by ChatGPT. The figure is manually added. ## Background The paper "On Computable Numbers, with an Application to the Entscheidungsproblem" was published by Alan Turing in 1936. In this groundbreaking paper, Turing introduced the concept of a universal computing machine, now known as the Turing machine. @@ -63,3 +69,16 @@ He used the concept of a universal Turing machine to prove that the set of compu ## Significance Turing's paper laid the foundation for the theory of computation and had a profound impact on the development of computer science. The Turing machine became a fundamental concept in theoretical computer science, serving as a theoretical model for studying the limits and capabilities of computation. Turing's work also influenced the development of programming languages, algorithms, and the design of modern computers. + +## Citation +``` +@article{turing1936computable, + title={On computable numbers, with an application to the Entscheidungsproblem}, + author={Turing, Alan Mathison}, + journal={Journal of Mathematics}, + volume={58}, + number={345-363}, + pages={5}, + year={1936} +} +```