Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
kkrecisz committed May 9, 2019
1 parent 16ab3f8 commit 4cfea8b
Show file tree
Hide file tree
Showing 2 changed files with 128 additions and 0 deletions.
66 changes: 66 additions & 0 deletions config.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,66 @@
# Configuration of Academic
# Documentation: https://sourcethemes.com/academic/
#
# This file is formatted using TOML syntax - learn more at https://learnxinyminutes.com/docs/toml/
# Each configuration section is defined by a name in square brackets (e.g. `[outputs]`).

# Title of your site
title = "ACADEMIC PROFILE"

# The URL of your site.
# End your URL with a `/` trailing slash, e.g. `https://example.com/`.
baseurl = "/"

# Enter a copyright notice to display in the site footer.
# To display a copyright symbol, type `©`. For current year, type `{year}`.
copyright = ""

# Enable analytics by entering your Google Analytics tracking ID
googleAnalytics = ""

# Enable comments by entering your Disqus shortname
disqusShortname = ""

############################
## Advanced options below ##
############################

# Name of Academic theme folder in `themes/`.
theme = "academic"

# Get last modified date for content from Git?
enableGitInfo = false

# Default language to use (if you setup multilingual support)
defaultContentLanguage = "en"
hasCJKLanguage = false # Set `true` for Chinese/Japanese/Korean languages.
defaultContentLanguageInSubdir = false

paginate = 10 # Number of items per page in paginated lists.
enableEmoji = true
footnotereturnlinkcontents = "<sup>^</sup>"
ignoreFiles = ["\\.ipynb$", ".ipynb_checkpoints$", "\\.Rmd$", "\\.Rmarkdown$", "_files$", "_cache$"]

[outputs]
home = [ "HTML", "RSS", "JSON" ]
section = [ "HTML", "RSS" ]

# Configure BlackFriday Markdown rendering.
# See: https://gohugo.io/getting-started/configuration/#configure-blackfriday
[blackfriday]
hrefTargetBlank = true # `true` opens external links in a new tab. See https://github.com/gohugoio/hugo/issues/2424
angledQuotes = false
latexDashes = true
extensions = ["backslashLineBreak"]

[imaging]
resampleFilter = "lanczos"
quality = 90
anchor = "smart" # Anchor for cropping. Options include Smart and Center.

# Taxonomies.
[taxonomies]
tag = "tags"
category = "categories"
publication_type = "publication_types"
author = "authors"
62 changes: 62 additions & 0 deletions content/post/2019-05-09-memorable-quotes.Rmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
---
title: Memorable quotes
author: kkrecisz
date: '2019-05-09'
slug: memorable-quotes
categories:
- varia
tags:
- quotes
---

> Follow the noise. [] the source of the noise turned out to be most interesting and unexpected. In the research that forms the basis of chaos theory, it is often the exploration of variability and apparent noise - random-appearing signals from physical and physiological systems - that has been the starting point for progress.
>
> Mark Shelhamer
------

> You can’t even begin to understand biology, you can’t understand life, unless you understand what it’s all there for, how it arose - and that means evolution.
>
> Richard Dawkins
------

> [A living organism] … feeds upon negative entropy … Thus the device by which an organism maintains itself stationary at a fairly high level of orderliness (= fairly low level of entropy) really consists in continually sucking orderliness from its environment.
>
>
> Erwin Schrödinger
------

> Nature never undertakes any change unless her interests are served by an increase in entropy.
>
>
> Max Planck
------

> Now entropy is a measure of how many ways I can rearrange those grains and still keep the sand pile the same [] Entropy always increases… because it’s overwhelmingly more likely that it will.
>
>
> Brian Cox
------

> The most impressive fact is that gravity is simple. It is simple to state the principles completely and not have left any vagueness for anybody to change the ideas of the law. It is simple, and therefore it is beautiful. It is simple in its pattern. I do not mean it is simple in its action—the motions of the various planets and the perturbations of one on the other can be quite complicated to work out, and to follow how all those stars in a globular cluster move is quite beyond our ability. It is complicated in its actions, but the basic pattern or the system beneath the whole thing is simple. This is common to all our laws; they all turn out to be simple things, although complex in their actual actions.
>
>
> Richard P. Feynman
------

> Because there is a law such as gravity, the universe can and will create itself from nothing.
>
>
> Stephen Hawking
------

> Pick a flower on Earth and you move the farthest star.
>
>
> Paul Dirac

0 comments on commit 4cfea8b

Please sign in to comment.