From 1dd7bea743b2630bb661fbc51981121a5c86c84d Mon Sep 17 00:00:00 2001 From: init <> Date: Tue, 19 Nov 2024 00:26:15 +0900 Subject: [PATCH] no message --- _bibliography/papers.bib | 14 +++++++------- _config.yml | 2 +- _includes/latest_posts.html | 35 +++++++++++++++++++++++++++++++++++ _includes/related_posts.html | 19 +++++++++++++++++++ _layouts/bib.html | 35 +++++++++++++++++++++-------------- 5 files changed, 83 insertions(+), 22 deletions(-) create mode 100644 _includes/latest_posts.html create mode 100644 _includes/related_posts.html diff --git a/_bibliography/papers.bib b/_bibliography/papers.bib index 2bb37bf..ce201ff 100644 --- a/_bibliography/papers.bib +++ b/_bibliography/papers.bib @@ -8,7 +8,7 @@ @book{einstein1956investigations title={Investigations on the Theory of the Brownian Movement}, author={Einstein, Albert}, year={1956}, - publisher={Courier Corporation,}, + publisher={Courier Corporation}, preview={brownian-motion.gif} } @@ -17,12 +17,12 @@ @article{einstein1950meaning bibtex_show={true}, title={The meaning of relativity}, author={Einstein, Albert and Taub, AH}, - journal={American Journal of Physics,}, + journal={American Journal of Physics}, volume={18}, number={6}, pages={403--404}, year={1950}, - publisher={American Association of Physics Teachers,} + publisher={American Association of Physics Teachers} } @article{PhysRev.47.777, @@ -30,7 +30,7 @@ @article{PhysRev.47.777 title={Can Quantum-Mechanical Description of Physical Reality Be Considered Complete?}, author={Einstein, A. and Podolsky, B. and Rosen, N.}, abstract={In a complete theory there is an element corresponding to each element of reality. A sufficient condition for the reality of a physical quantity is the possibility of predicting it with certainty, without disturbing the system. In quantum mechanics in the case of two physical quantities described by non-commuting operators, the knowledge of one precludes the knowledge of the other. Then either (1) the description of reality given by the wave function in quantum mechanics is not complete or (2) these two quantities cannot have simultaneous reality. Consideration of the problem of making predictions concerning a system on the basis of measurements made on another system that had previously interacted with it leads to the result that if (1) is false then (2) is also false. One is thus led to conclude that the description of reality as given by a wave function is not complete.}, - journal={Phys. Rev.,}, + journal={Phys. Rev.}, volume={47}, issue={10}, pages={777--780}, @@ -43,26 +43,26 @@ @article{PhysRev.47.777 html={https://journals.aps.org/pr/abstract/10.1103/PhysRev.47.777}, pdf={example_pdf.pdf}, altmetric={248277}, + dimensions={true}, selected={true} } @article{einstein1905molekularkinetischen, title={{\"U}ber die von der molekularkinetischen Theorie der W{\"a}rme geforderte Bewegung von in ruhenden Fl{\"u}ssigkeiten suspendierten Teilchen}, author={Einstein, A.}, - journal={Annalen der physik,}, + journal={Annalen der physik}, volume={322}, number={8}, pages={549--560}, year={1905}, publisher={Wiley Online Library} -selected={false} } @article{einstein1905movement, abbr={Ann. Phys.}, title={Un the movement of small particles suspended in statiunary liquids required by the molecular-kinetic theory 0f heat}, author={Einstein, A.}, - journal={Ann. Phys.,}, + journal={Ann. Phys.}, volume={17}, pages={549--560}, year={1905} diff --git a/_config.yml b/_config.yml index 8e6d1d7..e09c687 100644 --- a/_config.yml +++ b/_config.yml @@ -257,7 +257,7 @@ scholar: filtered_bibtex_keywords: [abbr, abstract, arxiv, bibtex_show, html, pdf, selected, supp, blog, code, poster, slides, website, preview, altmetric] # Maximum number of authors to be shown for each publication (more authors are visible on click) -max_author_limit: 3 # leave blank to always show all authors +max_author_limit: # leave blank to always show all authors more_authors_animation_delay: 10 # more authors are revealed on click using animation; smaller delay means faster animation diff --git a/_includes/latest_posts.html b/_includes/latest_posts.html new file mode 100644 index 0000000..0d1a0be --- /dev/null +++ b/_includes/latest_posts.html @@ -0,0 +1,35 @@ + +
{{ item.date | date: "%b %-d, %Y" }} | ++ {% if item.redirect == blank %} + {{ item.title }} + {% elsif item.redirect contains '://' %} + {{ item.title }} + + {% else %} + {{ item.title }} + {% endif %} + | +
---|
No posts so far...
+ {%- endif %} +Here are some more articles you might like to read next:
+ {% endunless %} + +