├── LICENSE.txt ├── README.md ├── img └── frontpage.png ├── index.html └── photo.gif /LICENSE.txt: -------------------------------------------------------------------------------- 1 | Copyright (c) 2016, Vasilios Mavroudis 2 | All rights reserved. 3 | 4 | Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 5 | 6 | 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 7 | 8 | 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 9 | 10 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 11 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Plain-Academic Template 2 | A truly simple website template for academics. It was developed with simplicity in mind (both in terms of style and in code complexity). 3 | 4 | Just download the two files (index.html and photo.gif) and start editing straightaway. 5 | 6 | 7 | 8 | # How To 9 | 10 | ### Step 1: Fork the Repository 11 | 1. Open the **Plain-Academic Template** repository on GitHub. 12 | 2. Click the **Fork** button in the top-right corner to create your own copy. 13 | 14 | ### Step 2: Edit Directly on GitHub 15 | 1. Open the `index.html` file in your forked repository. 16 | 2. Click the pencil icon (✏️) to edit the file. 17 | 3. Replace the placeholder text with your own details: 18 | - Update your name, contact information, and academic details. 19 | - Add your own links to papers, projects, or CV. 20 | 21 | ### Step 3: Replace the Profile Picture 22 | 1. Upload your own profile picture: 23 | - Click **Add file** → **Upload files** in your repository. 24 | - Ensure your picture is named `photo.gif` (so it replaces the existing one). 25 | 26 | ### Step 4: Enable GitHub Pages 27 | 1. Go to your repository’s **Settings**. 28 | 2. Scroll down to the **Pages** section. 29 | 3. In the "Source" dropdown, select the `main` branch and click **Save**. 30 | 4. Your website will be live at `https://.github.io//`. 31 | 32 | --- 33 | 34 | ### Editing Locally (Optional) 35 | If you prefer to work locally instead of editing directly on GitHub: 36 | 1. Clone your forked repository: 37 | ```bash 38 | git clone https://github.com//.git 39 | ``` 40 | 41 | 2. Open the files in a text editor like VS Code. 42 | 43 | 3. After making changes, push them back to GitHub: 44 | ```bash 45 | git add . 46 | git commit -m "Updated my website" 47 | git push 48 | ``` 49 | 50 | 51 | # Contribute 52 | 53 | If you have suggestions for improvements feel free to make a pull request or open an issue. 54 | 55 | If you are using it, I'd be happy to hear from you! You can drop me a line at ([link](https://mavroud.is))! 56 | 57 | 58 | You can get more ideas from other nice people using this template: 59 | - [Jonathan Bootle](https://jbootle.github.io/) 60 | - [Hossein Rezaei](https://www.cs.ucf.edu/~rezaei) 61 | - [Gustavo Cevolani](http://www.gustavocevolani.it/) 62 | - [Isabel Papadimitriou](https://nlp.stanford.edu/~isabelvp/) 63 | - [Debjani Saha](https://www.cs.umd.edu/~dsaha/) 64 | - [Dong Chen](https://dongchen-coder.github.io/) 65 | - [Sourav Chatterjee](https://statweb.stanford.edu/~souravc/index.html) 66 | - [Chenfanfu Jiang](https://www.seas.upenn.edu/~cffjiang/) 67 | - [Masum Hasan](http://masumhasan.net/) 68 | - [Tapajit Dey](https://tapjdey.github.io/) 69 | - [Jakob Brounstein](https://jakobbrounstein.github.io/) 70 | 71 | 72 | Please do not remove the attibution link of the template, so that other people can find it too. 73 | -------------------------------------------------------------------------------- /img/frontpage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavroudisv/plain-academic/b40c58f01cf3b258d39e32e363412972df213a98/img/frontpage.png -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | 9 | 10 | John Doe 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 44 | 45 | 46 |
47 | 48 |
49 | 50 | 51 |
52 | 53 | 54 |
55 | 56 |
57 |

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.

58 | 59 |

Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.

60 | 61 |

Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum

62 |
63 |
64 | 65 | 66 |
67 |
John Doe

68 |

john at doe.com
69 |

Random Department
70 | University of Randomness
71 | Street
72 | City
73 | Country
74 |

75 |
76 | 77 | 78 | 79 |
80 |
Google Scholar
81 |
Twitter
82 |
LinkedIn
83 |
84 | 85 | 86 | 87 |
88 |

Publications

89 | 90 | Peer-reviewed
91 | 94 | 95 | Technical Reports
96 | 99 |
100 | 101 | 102 |
103 | 104 | 105 |
106 | 107 | 108 | 109 | Plain Academic 110 | 111 | 112 | 113 | 114 | -------------------------------------------------------------------------------- /photo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mavroudisv/plain-academic/b40c58f01cf3b258d39e32e363412972df213a98/photo.gif --------------------------------------------------------------------------------