About meMy name is Tomohiro Soejima, and I am a physics graduate student at University of California, Berkeley. I am currently working with Prof. Mike Zaletel on tensor network techniques for strongly correlated systems. This section is meant as a refresher if you're new to Franklin. Have a look at both how the website renders and the corresponding markdown ( Ps: if you want to modify the header or footer or the general look of the website, adjust the files in
The base with MarkdownThe standard markdown syntax can be used such as titles using
or code-blocks You can also quote stuff
or have tables:
Note that you may have to do a bit of CSS-styling to get these elements to look the way you want them (the same holds for the whole page in fact). Symbols and html entitiesIf you want a dollar sign you have to escape it like so: $, you can also use html entities like so: → or π or, if you're using Juno for instance, you can use If you want to show a backslash, just use it like so: \ ; if you want to force a line break, use a If you want to show a backtick, escape it like so: ` and if you want to show a tick in inline code use double backticks like Footnotes are nice too:
Basic Franklin extensionsDivsIt is sometimes useful to have a short way to make a part of the page belong to a div so that it can be styled separately. You can do this easily with Franklin by using Here we go! (this is styled in the css sheet with name "colbox-blue"). Since it's just a LaTeX and MathsEssentially three things are imitated from LaTeX
The definitions can be introduced in the page or in the Now we can write something like since we've given it the label In a similar vein you can cite references that would be at the bottom of the page: (Noether (1915), Bezanson et al. (2017)). Note: the LaTeX commands you define can also incorporate standard markdown (though not in a math environment) so for instance let's define a silly and use it here for example. Here's another quick one, a command to change the color: This is in blue or in #bf37bc. A quick note on whitespacesFor most commands you will use
Raw HTMLYou can include raw HTML by just surrounding a block with Marine iguanas are truly splendid creatures. They're found on the Gálapagos islands, have skin that basically acts as a solar panel, can swim and may have the ability to adapt their body size depending on whether there's food or not. Evolution is cool. Note 1: again, entire such blocks can be made into latex-like commands via Note 2: whatever is in a raw HTML block is not further processed (so you can't have LaTeX in there for instance). A partial way around this is to use ![]() Marine iguanas are truly splendid creatures. They're not found in equations like . But they're still quite cool. Pages and structureHere are a few empty pages connecting to the menu links to show where files can go and the resulting paths. (It's probably best if you look at the source folder for this). References (not really)
Header and FooterAs you can see here at the bottom of the page, there is a footer which you may want on all pages but for instance you may want the date of last modification to be displayed. In a fashion heavily inspired by Hugo, you can write things like
(cf. There's a few other such functions of the form
© Tomohiro Soejima. Last modified: October 09, 2025. Website built with Franklin.jl
|