diff --git a/.github/codeql/codeql-config.yml b/.github/codeql/codeql-config.yml new file mode 100644 index 00000000..c2f51361 --- /dev/null +++ b/.github/codeql/codeql-config.yml @@ -0,0 +1,7 @@ +paths-ignore: + - "_scripts/cronitor-analytics-setup.js" + - "_scripts/open-panel-analytics-setup.js" + - "_scripts/search.liquid.js" + - "_scripts/giscus-setup.js" + - "_scripts/google-analytics-setup.js" + - "_scripts/photoswipe-setup.js" diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 00000000..946c3b27 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,16 @@ +# To get started with Dependabot version updates, you'll need to specify which +# package ecosystems to update and where the package manifests are located. +# Please see the documentation for all configuration options: +# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file + +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "daily" + + - package-ecosystem: "bundler" + directory: "/" + schedule: + interval: "weekly" diff --git a/.github/workflows/axe.yml b/.github/workflows/axe.yml index afa3c922..e07382df 100644 --- a/.github/workflows/axe.yml +++ b/.github/workflows/axe.yml @@ -25,7 +25,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout ๐๏ธ - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Setup Ruby uses: ruby/setup-ruby@v1 with: @@ -59,7 +59,7 @@ jobs: echo "CHROMIUM_VERSION=$CHROMIUM_VERSION" >> $GITHUB_ENV - name: Setup Chrome ๐ id: setup-chrome - uses: browser-actions/setup-chrome@v1 + uses: browser-actions/setup-chrome@v2 with: chrome-version: ${{ env.CHROMIUM_VERSION }} - name: Install chromedriver ๐ diff --git a/.github/workflows/broken-links-site.yml b/.github/workflows/broken-links-site.yml index a62684d2..28a2c265 100644 --- a/.github/workflows/broken-links-site.yml +++ b/.github/workflows/broken-links-site.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout ๐๏ธ - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Setup Ruby uses: ruby/setup-ruby@v1 with: @@ -40,7 +40,7 @@ jobs: npm install -g purgecss purgecss -c purgecss.config.js - name: Link Checker ๐ - uses: lycheeverse/lychee-action@v2.0.2 + uses: lycheeverse/lychee-action@v2.7.0 with: fail: true # only check local links diff --git a/.github/workflows/broken-links.yml b/.github/workflows/broken-links.yml index d23c0117..c286757c 100644 --- a/.github/workflows/broken-links.yml +++ b/.github/workflows/broken-links.yml @@ -44,10 +44,10 @@ jobs: # only run on the main repo if: github.repository == 'alshedivat/al-folio' steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Link Checker ๐ - uses: lycheeverse/lychee-action@v2.0.2 + uses: lycheeverse/lychee-action@v2.7.0 with: fail: true # removed md files that include liquid tags diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index d09a3b57..3f75b586 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -57,14 +57,15 @@ jobs: # your codebase is analyzed, see https://docs.github.com/en/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/codeql-code-scanning-for-compiled-languages steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v6 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@v3 + uses: github/codeql-action/init@v4 with: languages: ${{ matrix.language }} build-mode: ${{ matrix.build-mode }} + config-file: .github/codeql/codeql-config.yml # If you wish to specify custom queries, you can do so here or in a config file. # By default, queries listed here will override any specified in a config file. # Prefix the list here with "+" to use these queries and those in the config file. @@ -89,6 +90,6 @@ jobs: exit 1 - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@v3 + uses: github/codeql-action/analyze@v4 with: category: "/language:${{matrix.language}}" diff --git a/.github/workflows/deploy-docker-tag.yml b/.github/workflows/deploy-docker-tag.yml index d7710e26..0093f70a 100644 --- a/.github/workflows/deploy-docker-tag.yml +++ b/.github/workflows/deploy-docker-tag.yml @@ -20,7 +20,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Set up QEMU uses: docker/setup-qemu-action@v3 @@ -41,7 +41,7 @@ jobs: password: ${{ secrets.DOCKER_PASSWORD }} - name: Build and push - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: context: . platforms: linux/amd64,linux/arm64/v8 diff --git a/.github/workflows/deploy-image.yml b/.github/workflows/deploy-image.yml index 7ddd8f65..ad457e9b 100644 --- a/.github/workflows/deploy-image.yml +++ b/.github/workflows/deploy-image.yml @@ -21,7 +21,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Set up QEMU uses: docker/setup-qemu-action@v3 @@ -36,7 +36,7 @@ jobs: password: ${{ secrets.DOCKER_PASSWORD }} - name: Build and push - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: context: . push: true diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 5fb7e8ae..7d3f2e49 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -70,14 +70,14 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout ๐๏ธ - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Setup Ruby ๐ uses: ruby/setup-ruby@v1 with: ruby-version: "3.3.5" bundler-cache: true - name: Setup Python ๐ - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: "3.13" cache: "pip" # caching pip dependencies diff --git a/.github/workflows/docker-slim.yml b/.github/workflows/docker-slim.yml index b342ef66..7f9e7caa 100644 --- a/.github/workflows/docker-slim.yml +++ b/.github/workflows/docker-slim.yml @@ -25,7 +25,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Login uses: docker/login-action@v3 diff --git a/.github/workflows/lighthouse-badger.yml b/.github/workflows/lighthouse-badger.yml index addec2d3..59f784d1 100644 --- a/.github/workflows/lighthouse-badger.yml +++ b/.github/workflows/lighthouse-badger.yml @@ -46,12 +46,12 @@ jobs: echo "BRANCH=$BRANCH" >> $GITHUB_ENV env: REPO_BRANCH: ${{ env.REPO_BRANCH }} - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 with: repository: ${{ env.REPOSITORY }} token: ${{ secrets.LIGHTHOUSE_BADGER_TOKEN }} ref: ${{ env.BRANCH }} - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 with: repository: "myactionway/lighthouse-badges" path: temp_lighthouse_badges_nested diff --git a/.github/workflows/prettier-comment-on-pr.yml b/.github/workflows/prettier-comment-on-pr.yml index e95075ce..1714b019 100644 --- a/.github/workflows/prettier-comment-on-pr.yml +++ b/.github/workflows/prettier-comment-on-pr.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - name: PR comment with html diff ๐ฌ - uses: thollander/actions-comment-pull-request@v2 + uses: thollander/actions-comment-pull-request@v3 with: comment_tag: prettier-failed pr_number: ${{ github.event.client_payload.pr_number }} diff --git a/.github/workflows/prettier-html.yml b/.github/workflows/prettier-html.yml index 3dc4326e..adb3556c 100644 --- a/.github/workflows/prettier-html.yml +++ b/.github/workflows/prettier-html.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout gh-pages branch - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: ref: gh-pages diff --git a/.github/workflows/prettier.yml b/.github/workflows/prettier.yml index 60446c8d..51e5de05 100644 --- a/.github/workflows/prettier.yml +++ b/.github/workflows/prettier.yml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout ๐๏ธ - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Setup Node.js โ๏ธ uses: actions/setup-node@v4 - name: Install Prettier ๐พ @@ -35,14 +35,14 @@ jobs: - name: Upload html diff โฌ๏ธ id: artifact-upload if: ${{ failure() && steps.prettier.conclusion == 'failure' }} - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: HTML Diff path: diff.html retention-days: 7 - name: Dispatch information to repository ๐ฃ๏ธ if: ${{ failure() && steps.prettier.conclusion == 'failure' && github.event_name == 'pull_request' }} - uses: peter-evans/repository-dispatch@v2 + uses: peter-evans/repository-dispatch@v4 with: event-type: prettier-failed-on-pr client-payload: '{"pr_number": "${{ github.event.number }}", "artifact_url": "${{ steps.artifact-upload.outputs.artifact-url }}", "run_id": "${{ github.run_id }}"}' diff --git a/.github/workflows/update-citations.yml b/.github/workflows/update-citations.yml index 3335d7ec..838cc2ac 100644 --- a/.github/workflows/update-citations.yml +++ b/.github/workflows/update-citations.yml @@ -13,13 +13,13 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v6 # See CUSTOMIZE.md for details on how to set up PAT for triggering subsequent workflows # with: # token: ${{ secrets.PAT }} - name: Set up Python - uses: actions/setup-python@v4 + uses: actions/setup-python@v6 with: python-version: "3.13" diff --git a/.github/workflows/update-tocs.yml b/.github/workflows/update-tocs.yml index 3567ee82..6da6aae1 100644 --- a/.github/workflows/update-tocs.yml +++ b/.github/workflows/update-tocs.yml @@ -18,13 +18,13 @@ jobs: runs-on: ubuntu-latest timeout-minutes: 5 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 with: fetch-depth: 0 # OR "2" -> To retrieve the preceding commit. - name: Get changed files id: changed-files - uses: tj-actions/changed-files@ed68ef82c095e0d48ec87eccea555d944a631a4c # v46 + uses: tj-actions/changed-files@24d32ffd492484c1d75e0c0b894501ddb9d30d62 # v46 with: files: ./*.md @@ -45,6 +45,6 @@ jobs: - name: Commit changes if: steps.changed-files.outputs.any_changed == 'true' - uses: stefanzweifel/git-auto-commit-action@v5.0.1 + uses: stefanzweifel/git-auto-commit-action@v7.0.0 with: commit_message: Auto update markdown TOC diff --git a/Gemfile.lock b/Gemfile.lock index 6418418d..2a12ce41 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -112,7 +112,7 @@ GEM nokogiri (>= 1.4) htmlcompressor (0.4.0) http_parser.rb (0.8.1) - httparty (0.24.0) + httparty (0.24.2) csv mini_mime (>= 1.0.0) multi_xml (>= 0.5.2) @@ -202,7 +202,7 @@ GEM mini_mime (1.1.5) minitest (6.0.1) prism (~> 1.5) - multi_xml (0.8.0) + multi_xml (0.8.1) bigdecimal (>= 3.1, < 5) namae (1.2.0) racc (~> 1.7) diff --git a/SECURITY.md b/SECURITY.md new file mode 100644 index 00000000..dd3e51c0 --- /dev/null +++ b/SECURITY.md @@ -0,0 +1,17 @@ +# Security Policy + +## Supported Versions + +| Version | Supported | +| ------- | ------------------ | +| 0.1.x | :white_check_mark: | +| 0.0.x | :x: | + +(not applicable, really) + +## Reporting a Vulnerability + +Please report any vulnerability as issue, with PR if possible. + +Updates on reported vulnerabilities are _not_ guaranteed to be dealt with in a timely fashion: if the vulnerability is accepted a patch will be deployed as soon as it is ready, when +declined the corresponding issue will be closed, possibly with an explanation. diff --git a/_config.yml b/_config.yml index 737e395e..00200e84 100644 --- a/_config.yml +++ b/_config.yml @@ -18,8 +18,8 @@ keywords: jekyll, jekyll-theme, academic-website, portfolio-website # add your o lang: en # the language of your site (for example: en, fr, cn, ru, etc.) icon: โ๏ธ # the emoji used as the favicon (alternatively, provide image name in /assets/img/) -url: https://alshedivat.github.io # the base hostname & protocol for your site -baseurl: /al-folio # the subpath of your site, e.g. /blog/. Leave blank for root +url: https://prosodiac.github.io # the base hostname & protocol for your site +baseurl: # the subpath of your site, e.g. /blog/. Leave blank for root last_updated: false # set to true if you want to display last updated in the footer impressum_path: # set to path to include impressum link in the footer, use the same path as permalink in a page, helps to conform with EU GDPR back_to_top: true # set to false to disable the back to top button diff --git a/_data/citations.yml b/_data/citations.yml index ad2436d6..ecc15308 100644 --- a/_data/citations.yml +++ b/_data/citations.yml @@ -1,5 +1,5 @@ metadata: - last_updated: '2026-01-05' + last_updated: '2026-01-16' papers: qc6CJjYAAAAJ:-1WLWRmjvKAC: citations: 4 @@ -18,7 +18,7 @@ papers: title: 'The Palestine Troubles: Einstein''s Protest, Zionism''s Basis and Achievement; the Mandatory''s Task' year: '1929' qc6CJjYAAAAJ:-LHtoeeytlUC: - citations: 2519 + citations: 2522 title: 'Albert Einstein: Philosopher Scientist' year: '1969' qc6CJjYAAAAJ:-R_Z4shfoosC: @@ -26,11 +26,11 @@ papers: title: 'Albert Einstein] to Paul Ehrenfest: Letter, 22 Jul 1917' year: Unknown Year qc6CJjYAAAAJ:-Viv1fr_sjoC: - citations: 143 + citations: 144 title: The special theory of relativity year: '1905' qc6CJjYAAAAJ:-_cDHGlXAtsC: - citations: 7846 + citations: 7887 title: Sitzungsberichte der Preussischen Akad. d year: '1917' qc6CJjYAAAAJ:-fj4grS0xi0C: @@ -38,7 +38,7 @@ papers: title: 'Conceptions scientifiques, morales et sociales: traduit de l''anglais par Maurice Solovine' year: '1952' qc6CJjYAAAAJ:-l7FTdOV6Y0C: - citations: 193 + citations: 194 title: Brownian motion year: '1936' qc6CJjYAAAAJ:-qpA3cGbmHsC: @@ -54,7 +54,7 @@ papers: title: In Memory of Emmy Noether, Visiting Professor of Mathematics, Bryn Mawr College, 1922-April 1935 year: Unknown Year qc6CJjYAAAAJ:041faMmbr2QC: - citations: 39 + citations: 40 title: La relatividad year: '1970' qc6CJjYAAAAJ:0765WKWsAZMC: @@ -62,7 +62,7 @@ papers: title: Remarks to the essays appearing in this collected volume year: '1951' qc6CJjYAAAAJ:08ZZubdj9fEC: - citations: 30 + citations: 31 title: 'Einstein''s 1912 manuscript on the special theory of relativity: a facsimile' year: '1996' qc6CJjYAAAAJ:0D9gKr9vLLUC: @@ -70,7 +70,7 @@ papers: title: Elementary Considerations on the Interpretation of the Foundations of Quantum Mechanics year: '2011' qc6CJjYAAAAJ:0EnyYjriUFMC: - citations: 1174 + citations: 1176 title: 'The Born Einstein Letters: correspondence between Albert Einstein and Max and Hedwig Born from 1916 to 1955 with commentaries by Max Born. Translated by Irene Born' year: '1971' qc6CJjYAAAAJ:0KZCP5UExFUC: @@ -134,7 +134,7 @@ papers: title: "L'\xE9ther et la th\xE9orie de la relativit\xE9" year: '1921' qc6CJjYAAAAJ:1DhOeZtQFr0C: - citations: 423 + citations: 424 title: Principle Points of the General Theory of Relativity year: '1918' qc6CJjYAAAAJ:1EM7I_rJWO4C: @@ -162,7 +162,7 @@ papers: title: La lucha contra la guerra year: '1986' qc6CJjYAAAAJ:1l3MdapXzAoC: - citations: 392 + citations: 393 title: 'Hedwig und Max Born: Briefwechsel 1916-1955' year: '1969' qc6CJjYAAAAJ:1lB6hEDIqXYC: @@ -194,7 +194,7 @@ papers: title: "Die Einstein-Sammlung der ETH-Bibliothek in Z\xFCrich: ein Ueberblick f\xFCr Ben\xFCtzer der Handschriften-Abteilung" year: '1970' qc6CJjYAAAAJ:2C0LhDdYSbcC: - citations: 1491 + citations: 1493 title: "Le principe de relativit\xE9 et ses cons\xE9quences dans la physique moderne" year: '1910' qc6CJjYAAAAJ:2KloaMYe4IUC: @@ -210,7 +210,7 @@ papers: title: 'Albert Einstein] to Conrad Habicht: Letter, 15 Apr 1904' year: Unknown Year qc6CJjYAAAAJ:2ZctHUgIzyAC: - citations: 470 + citations: 471 title: "La g\xE9om\xE9trie et l'exp\xE9rience" year: '1921' qc6CJjYAAAAJ:2hfDYGh-f1UC: @@ -246,7 +246,7 @@ papers: title: A generalization of the relativistic theory of gravitation, II year: '1946' qc6CJjYAAAAJ:3pYxbvHKFu8C: - citations: 276 + citations: 277 title: Briefwechsel 1916-1955 year: '1972' qc6CJjYAAAAJ:3s1wT3WcHBgC: @@ -258,7 +258,7 @@ papers: title: Relativity in Newtonian Mechanics and the Michelson-Morley Experiment year: Unknown Year qc6CJjYAAAAJ:3vbIHxFL9FgC: - citations: 146 + citations: 147 title: "Experimenteller Nachweis der Amp\xE8reschen Molekularstr\xF6me" year: '1915' qc6CJjYAAAAJ:3z7foVzkq2cC: @@ -270,11 +270,11 @@ papers: title: Nachtrag zu meiner Arbeit:Thermodynamische Begruendung des photochemischen Aequivalentgesetzes'(from Annalen der Physik 1912) year: '1993' qc6CJjYAAAAJ:4Bh_hC5jS3YC: - citations: 6976 + citations: 6986 title: Graviton Mass and Inertia Mass year: '1911' qc6CJjYAAAAJ:4DMP91E08xMC: - citations: 533 + citations: 535 title: The Origins of the General Theory of Relativity year: '1933' qc6CJjYAAAAJ:4E1Y8I9HL1wC: @@ -290,7 +290,7 @@ papers: title: 'Albert Einstein] to Mileva Einstein-Maric: Letter, 17 Apr 1908' year: Unknown Year qc6CJjYAAAAJ:4JMBOYKVnBMC: - citations: 2905 + citations: 2911 title: Quantentheorie des einatomigen idealen Gases year: '1924' qc6CJjYAAAAJ:4QKQTXcH0q8C: @@ -346,7 +346,7 @@ papers: title: 'Einstein, the Man and His Achievement: A Series of Broadcast Talks' year: '1967' qc6CJjYAAAAJ:5-tCjTwfAdEC: - citations: 455 + citations: 457 title: "Die Relativit\xE4tstheorie" year: '1915' qc6CJjYAAAAJ:5Hlrm_bZEgcC: @@ -362,7 +362,7 @@ papers: title: "Bemerkung zu der Arbeit von A. Friedmann \u201E\xDCber die Kr\xFCmmung des Raumes \u201C" year: '1922' qc6CJjYAAAAJ:5McdzzY_mmwC: - citations: 42 + citations: 41 title: Correspondence 1916-1955 [entre] Albert Einstein, Max Born et Hedwig Born year: '1972' qc6CJjYAAAAJ:5UUbrqTvKfUC: @@ -386,11 +386,11 @@ papers: title: 'Albert Einstein] to Emil Beck: Letter, 30 Apr 1917' year: Unknown Year qc6CJjYAAAAJ:5bGIVMdsOr0C: - citations: 173 + citations: 172 title: My theory year: '1919' qc6CJjYAAAAJ:5pGZGXnFQ_sC: - citations: 9904 + citations: 9943 title: Sitzungsber. K year: '1925' qc6CJjYAAAAJ:5qfkUJPXOUwC: @@ -418,7 +418,7 @@ papers: title: Refrigeration year: '1927' qc6CJjYAAAAJ:6DS7WFnF4J4C: - citations: 138 + citations: 137 title: Koniglich Preussische Akademie der Wissenschaften year: '1983' qc6CJjYAAAAJ:6Dd5luMImnEC: @@ -438,7 +438,7 @@ papers: title: "Conceptos, ambientes de aprendizaje:\xBF c\xF3mo aprendemos los humanos en diferentes contextos? Waleska Aldana Segura" year: Unknown Year qc6CJjYAAAAJ:6ftYtcnYaCAC: - citations: 335 + citations: 337 title: Ather and Relativitatstheorie. J year: '1920' qc6CJjYAAAAJ:6gD0efnhv6MC: @@ -458,7 +458,7 @@ papers: title: "Bietet die feldtheorie M\xF6glichkeiten f\xFCr die L\xF6sung des Quantenproblems?" year: '1923' qc6CJjYAAAAJ:7DJsn6tmoAwC: - citations: 322 + citations: 324 title: "\xC4ther und Relativit\xE4ts-theorie" year: '1920' qc6CJjYAAAAJ:7DTIKO_nxaIC: @@ -490,7 +490,7 @@ papers: title: Why Do They Hate the Jews? year: '1938' qc6CJjYAAAAJ:7hTFQKV_Y-MC: - citations: 9 + citations: 10 title: 'Human Folly: To Disarm Or Perish?' year: '1955' qc6CJjYAAAAJ:7ioeYXKzaWoC: @@ -506,7 +506,7 @@ papers: title: 'Albert Einstein] to Johannes Stark: Letter, 17 Feb 1908' year: Unknown Year qc6CJjYAAAAJ:8AbLer7MMksC: - citations: 817 + citations: 824 title: 'The Collected Papers of Albert Einstein, Vol. 5: The Swiss Years: Correspondence, 1902-1914' year: '1995' qc6CJjYAAAAJ:8NHCvSvNRCIC: @@ -546,7 +546,7 @@ papers: title: "Bemerkung zu der Arbeit von D. Mirimanoff \u201E\xDCber die Grundgleichungen\u2026\u201D \uFE01" year: '1909' qc6CJjYAAAAJ:8k81kl-MbHgC: - citations: 378 + citations: 380 title: Essays in science year: '2011' qc6CJjYAAAAJ:8moDcb_GFzgC: @@ -566,7 +566,7 @@ papers: title: "Die Einstein-Dokumente im Archiv der Humboldt-Universit\xE4t zu Berlin" year: '1973' qc6CJjYAAAAJ:94rQ0kDLHKYC: - citations: 4531 + citations: 4540 title: Evolution of Physics year: '1954' qc6CJjYAAAAJ:9CGX2owmTHMC: @@ -582,7 +582,7 @@ papers: title: Elementare Uberlegungen zur Interpretation der Grundlagen der Quanten-Mechanik year: '1953' qc6CJjYAAAAJ:9PbDelcLwNgC: - citations: 36 + citations: 35 title: On the theory of light production and light absorption year: '1906' qc6CJjYAAAAJ:9QTmwX2E1jEC: @@ -662,7 +662,7 @@ papers: title: Prinzipien der Forschung year: '1918' qc6CJjYAAAAJ:A_-8YG8SPFQC: - citations: 12 + citations: 13 title: 'Albert Einstein] to Michele Besso: Letter, 11 Aug 1916' year: Unknown Year qc6CJjYAAAAJ:A_xf8jiGkywC: @@ -670,7 +670,7 @@ papers: title: 'Albert Einstein] to Wander de Haas: Letter, 7 Aug 1915' year: Unknown Year qc6CJjYAAAAJ:AbQWx2m_oG8C: - citations: 22 + citations: 23 title: "\xDCber ein den Elementarproze\xC3\u0178 der Lichtemission betreffendes Experiment" year: '1921' qc6CJjYAAAAJ:AdUz3-SiDfgC: @@ -726,7 +726,7 @@ papers: title: 'Albert Einstein] to Willem de Sitter: Letter, before 12 Mar 1917' year: Unknown Year qc6CJjYAAAAJ:BqipwSGYUEgC: - citations: 186 + citations: 187 title: Elementary derivation of the equivalence of mass and energy year: '1935' qc6CJjYAAAAJ:BtfE7wd9KvMC: @@ -754,7 +754,7 @@ papers: title: Antrittsrede und Erwiderung von Max Planck am Leibniztag year: '2006' qc6CJjYAAAAJ:CC3C2HR4nz8C: - citations: 65 + citations: 64 title: "F\u0131sica e realidade" year: '2006' qc6CJjYAAAAJ:CCeGMaHljPEC: @@ -766,7 +766,7 @@ papers: title: 'Albert Einstein] to Paul Seippel: Letter, 19 Aug 1917' year: Unknown Year qc6CJjYAAAAJ:CLQ-NLsb8zAC: - citations: 3110 + citations: 3117 title: Ideas and Opinions year: '1954' qc6CJjYAAAAJ:COU-sansr_wC: @@ -774,7 +774,7 @@ papers: title: "Elie Cartan-Albert Einstein: lettres sur le parall\xE9lisme absolu 1929-1932" year: '1979' qc6CJjYAAAAJ:CQX_Vi8q7s0C: - citations: 1974 + citations: 1973 title: Introduction Einstein's Relativity year: '1992' qc6CJjYAAAAJ:CRQ797xmLJIC: @@ -814,7 +814,7 @@ papers: title: On the moral obligation of the scientist year: '1945' qc6CJjYAAAAJ:Cv-mv52rCCkC: - citations: 5216 + citations: 5223 title: On the motion of particles suspended in a liquid at rest, assumed by the molecular-kinetic theory of heat year: '1905' qc6CJjYAAAAJ:Cx2ibDnldiAC: @@ -858,7 +858,7 @@ papers: title: Jarbuch der Radioaktivitat und Elektronik, 4, 411 (1907), reprinted in The Collected Papers of A. Einstein, vol. 2, 252 year: '1989' qc6CJjYAAAAJ:DQNrXyjhriIC: - citations: 2715 + citations: 2744 title: Die feldgleichungen der gravitation year: '1915' qc6CJjYAAAAJ:D_sINldO8mEC: @@ -938,7 +938,7 @@ papers: title: 'Albert Einstein] to Romain Rolland: Letter, 22 Mar 1915' year: Unknown Year qc6CJjYAAAAJ:EYYDruWGBe4C: - citations: 152 + citations: 155 title: "The Collected Papers of Albert Einstein, Vol. 2, The Swiss Years: Writings, 1900\u20131909 (English Translation Supplement)" year: '1989' qc6CJjYAAAAJ:Ecsxi449JjsC: @@ -946,7 +946,7 @@ papers: title: "Sur le probl\xE8me de la formation de la personnalit\xE9 cr\xE9atrice d'Einstein." year: Unknown Year qc6CJjYAAAAJ:Ei5r6KrKXVQC: - citations: 1459 + citations: 1462 title: "Theorie der Opaleszenz von homogenen Fl\xFCssigkeiten und Fl\xFCssigkeitsgemischen in der N\xE4he des kritischen Zustandes" year: '2006' qc6CJjYAAAAJ:EpJ50YjRFhcC: @@ -986,11 +986,11 @@ papers: title: 'Einstein: Science and Religion' year: Unknown Year qc6CJjYAAAAJ:FKYJxdYMdFIC: - citations: 905 + citations: 913 title: "The Collected Papers of Albert Einstein, Volume 15 (Translation Supplement): The Berlin Years: Writings & Correspondence, June 1925\u2013May 1927" year: '2018' qc6CJjYAAAAJ:FKzTm0Bp8ZYC: - citations: 64 + citations: 63 title: Oeuvres choisies year: '1991' qc6CJjYAAAAJ:FP-YCU5gdjEC: @@ -1014,7 +1014,7 @@ papers: title: Outline of a generalized theory of relativity and of a theory of gravitation year: '1913' qc6CJjYAAAAJ:FV77Gu53xKkC: - citations: 111 + citations: 112 title: the Theory of Gravitation year: '1974' qc6CJjYAAAAJ:FcH-RsB9iB0C: @@ -1094,7 +1094,7 @@ papers: title: On Boltzmann's Principle and Some Immediate Consequences Thereof Translation by Bertrand Duplantier and Emily Parks from the original German text into French and English year: '2006' qc6CJjYAAAAJ:GUYAmugLYisC: - citations: 14 + citations: 15 title: "Bemerkungen zu unserer Arbeit:\u201E\xDCber die elektromagnetischen Grundgleichungen f\xFCr bewegte K\xF6rper\u201D \uFE01" year: '2006' qc6CJjYAAAAJ:GZelqfngyKEC: @@ -1110,7 +1110,7 @@ papers: title: "El gobierno de Felipe Calder\xF3n\xBF hacia un desarrollo humano sustentable? Susana Garcia jimenez" year: Unknown Year qc6CJjYAAAAJ:GnPB-g6toBAC: - citations: 172 + citations: 175 title: Einstein on peace year: '1968' qc6CJjYAAAAJ:GpOSJs1ZbLkC: @@ -1122,7 +1122,7 @@ papers: title: Ernst Mach year: '1916' qc6CJjYAAAAJ:Grx829lh2T4C: - citations: 3012 + citations: 3018 title: Quantum theory of monatomic ideal gases year: '1924' qc6CJjYAAAAJ:GsgvGxwuA5UC: @@ -1142,7 +1142,7 @@ papers: title: "Theorien verborgener Parameter, EPR-Korrelationen, Bell\u2019sche Ungleichung, GHZ-Zust ande" year: '1999' qc6CJjYAAAAJ:GzlcqhCAosUC: - citations: 495 + citations: 496 title: "QUANTEN\u2010MECHANIK UND WIRKLICHKEIT" year: '1948' qc6CJjYAAAAJ:H-nlc5mcmJQC: @@ -1154,7 +1154,7 @@ papers: title: Science Fiction and Fantasy year: '1980' qc6CJjYAAAAJ:H4IpxOyCX80C: - citations: 184 + citations: 185 title: "L'\xE9volution des id\xE9es en physique" year: '1963' qc6CJjYAAAAJ:HKviVsUxM5wC: @@ -1178,15 +1178,15 @@ papers: title: Riemann-Metrik mit Aufrechterhaltung des Begriffes der Fern-parallelismus, Preuss year: '1928' qc6CJjYAAAAJ:HklM7qHXWrUC: - citations: 455 + citations: 457 title: "Die Relativit\xE4tstheorie" year: '1925' qc6CJjYAAAAJ:Hl4CZ0n6gBQC: - citations: 20594 + citations: 20641 title: Uber einen die Erzeugung und Verwandlung des Lichtes betreffenden heurischen Gesichtpunkt year: '1905' qc6CJjYAAAAJ:HtEfBTGE9r8C: - citations: 182 + citations: 183 title: "La f\xEDsica: aventura del pensamiento" year: '1939' qc6CJjYAAAAJ:Hx6RvaqUy9IC: @@ -1206,11 +1206,11 @@ papers: title: Zur Abwehr year: '1921' qc6CJjYAAAAJ:I9gX6wnfuA8C: - citations: 325 + citations: 327 title: "\xC4ther und Relativit\xE4tstheorie: Rede gehalten am 5. Mai 1920 an der Reichs-Universit\xE4t zu Leiden" year: '1920' qc6CJjYAAAAJ:IEpB_1CIIT4C: - citations: 3888 + citations: 3896 title: 'THE EVOLUTION OF PHYSICS: THE GROWTH OF IDEAS FROM THE EARLY CON CEPTS TO RELATIVITY AND QUANTA.' year: '1938' qc6CJjYAAAAJ:IHkkN1K1AlAC: @@ -1226,7 +1226,7 @@ papers: title: Sehallausbreitung in teilweise disseziierten Gasen. year: '1920' qc6CJjYAAAAJ:IWHjjKOFINEC: - citations: 708 + citations: 712 title: Cosmological considerations on the general theory of relativity year: '1986' qc6CJjYAAAAJ:IZKZNMMMWs0C: @@ -1242,7 +1242,7 @@ papers: title: 'Albert Einstein] to Elsa Einstein: Letter, 30 Aug 1915' year: Unknown Year qc6CJjYAAAAJ:IfvCfoBprpQC: - citations: 773 + citations: 779 title: 'The collected papers of Albert Einstein. Vol 4, The Swiss years: writings, 1912-1914 [English translation]' year: Unknown Year qc6CJjYAAAAJ:IjCSPb-OGe4C: @@ -1258,7 +1258,7 @@ papers: title: 'Zu Max Plancks sechzegstem Geburtstag: Ansprachen, gehalten am 26. April 1918 in der Deutschen Physikalischen Gesellschaft' year: '1918' qc6CJjYAAAAJ:IqrShC7OVU0C: - citations: 6364 + citations: 6368 title: Investigations on the theory of the Brownian movement, edited with notes by R year: '1926' qc6CJjYAAAAJ:IvSMUa3B7yYC: @@ -1278,7 +1278,7 @@ papers: title: Tables of Einstein Functions year: '1962' qc6CJjYAAAAJ:JQPmwQThujIC: - citations: 470 + citations: 471 title: "La g\xE9om\xE9trie et l'exp\xE9rience, par Albert Einstein; traduit par Maurice Solovine" year: '1921' qc6CJjYAAAAJ:JXi_AgyUMBAC: @@ -1286,7 +1286,7 @@ papers: title: Relativistic theory of the non-symmetric field year: '1955' qc6CJjYAAAAJ:JZsVLox4iN8C: - citations: 2417 + citations: 2420 title: 'Autobiographisches in: Albert Einstein: Philosopher-Scientist' year: '1949' qc6CJjYAAAAJ:J_g5lzvAfSwC: @@ -1314,7 +1314,7 @@ papers: title: Fundamental ideas and problems of the theory of relativity year: '2009' qc6CJjYAAAAJ:K4-iKlO5MD4C: - citations: 692 + citations: 699 title: A Heuristic Viewpoint Concerning the Production and Transformation of Light year: '1929' qc6CJjYAAAAJ:K6kyChav4UkC: @@ -1342,7 +1342,7 @@ papers: title: Why socialism? year: '1951' qc6CJjYAAAAJ:KOc9rAu6-V4C: - citations: 373 + citations: 374 title: letter to Max Born year: '1926' qc6CJjYAAAAJ:KQ7zX_ltr48C: @@ -1370,7 +1370,7 @@ papers: title: "Die spezielle Relativit\xE4sthorie" year: '1912' qc6CJjYAAAAJ:KlAtU1dfN6UC: - citations: 444 + citations: 445 title: On the Influence of Gravitation on the Propagation of Light year: '1911' qc6CJjYAAAAJ:KqnX2w3egDsC: @@ -1390,7 +1390,7 @@ papers: title: 'Albert Einstein] to Mileva Einstein-Maric: Letter, after 17 Mar 1918' year: Unknown Year qc6CJjYAAAAJ:L7JqRCIhofwC: - citations: 6594 + citations: 6605 title: Sitzungsberichte der Preussischen Akademie der Wissenschaften zu Berlin year: '1915' qc6CJjYAAAAJ:L7vk9XBBNxgC: @@ -1402,11 +1402,11 @@ papers: title: "Probleme kann man niemals mit der gleichen Denkweise l\xF6sen durch die sie entstanden sind." year: Unknown Year qc6CJjYAAAAJ:LAaCg2gyLagC: - citations: 276 + citations: 277 title: Briefwechsel 1916-1955 year: '1972' qc6CJjYAAAAJ:LGA7_l5-FVwC: - citations: 124 + citations: 123 title: Preussiche Akademie der Wissenchaften Berlin year: '1927' qc6CJjYAAAAJ:LIyjJRbbAUMC: @@ -1454,11 +1454,11 @@ papers: title: 'Albert Einstein] to Hedwig Born: Letter, 8 Feb 1918' year: Unknown Year qc6CJjYAAAAJ:LkGwnXOMwfcC: - citations: 2929 + citations: 2957 title: The foundation of the general theory of relativity year: '1916' qc6CJjYAAAAJ:LkrQC8aPkXYC: - citations: 5267 + citations: 5284 title: 'Relativity: The Special and the General Theory: a Popular Exposition by Albert Einstein; Transl. by Robert W. Lawson' year: '1961' qc6CJjYAAAAJ:Lmuc1furtc4C: @@ -1470,7 +1470,7 @@ papers: title: 'Albert Einstein] to Walter Schottky: Letter, 26 Sep 1917' year: Unknown Year qc6CJjYAAAAJ:LoiWQfKZB3kC: - citations: 12 + citations: 13 title: 'Albert Einstein] to Michele Besso: Letter, 3 Jan 1916' year: Unknown Year qc6CJjYAAAAJ:LpWf3qrnWeoC: @@ -1506,7 +1506,7 @@ papers: title: Two-body problem in general relativity theory year: '1936' qc6CJjYAAAAJ:M3ejUd6NZC8C: - citations: 418 + citations: 419 title: "Prinzipielles zur allgemeinen Relativit\xE4tstheorie" year: '1918' qc6CJjYAAAAJ:M8meJADSprsC: @@ -1518,7 +1518,7 @@ papers: title: Zum quantensatz von Sommerfeld und Epstein year: '1917' qc6CJjYAAAAJ:MGPUR4WVBMEC: - citations: 81 + citations: 82 title: "Notiz zu der Arbeit von A. Friedmann \u201E\xDCber die Kr\xFCmmung des Raumes \u201C" year: '1923' qc6CJjYAAAAJ:ML0RJ9NH7IQC: @@ -1538,7 +1538,7 @@ papers: title: "La corr\xE9lation de l'empirique et du rationnel dans l'oeuvre scientifique d'Einstein." year: Unknown Year qc6CJjYAAAAJ:MXK_kJrjxJIC: - citations: 632 + citations: 635 title: On a stationary system with spherical symmetry consisting of many gravitating masses year: '1939' qc6CJjYAAAAJ:MqTxh1vmwXEC: @@ -1546,7 +1546,7 @@ papers: title: Physikalische Gesellschaft zu Berlin. Berlin, 12. Juni 1931 year: '2006' qc6CJjYAAAAJ:MvIMIWP2nqIC: - citations: 777 + citations: 783 title: 'The Collected Papers of Albert Einstein, Vol. 4: The Swiss Years: Writings, 1912-1914' year: '1996' qc6CJjYAAAAJ:Mx5hWS9ctUkC: @@ -1558,7 +1558,7 @@ papers: title: Physikalische Grundlagen einer Gravitationstheorie year: '1914' qc6CJjYAAAAJ:NAGhd4NKCV8C: - citations: 141 + citations: 140 title: "K\xF6niglich Preu\xDFische Akademie der Wissenschaften Berlin" year: '1916' qc6CJjYAAAAJ:NGoJ35N4lvkC: @@ -1570,7 +1570,7 @@ papers: title: The advent of the quantum theory year: '1951' qc6CJjYAAAAJ:NM66qo_NnlUC: - citations: 915 + citations: 922 title: 'The Collected Papers of Albert Einstein: English Translation' year: '1989' qc6CJjYAAAAJ:NMxIlDl6LWMC: @@ -1598,7 +1598,7 @@ papers: title: 'Builders of the Universe: From the Bible to the Theory of Relativity' year: '1932' qc6CJjYAAAAJ:NYu48kWxaQAC: - citations: 12 + citations: 13 title: Albert Einstein] to Michele Besso:[A first] letter, 21 Jul 1916 year: Unknown Year qc6CJjYAAAAJ:NZNkWSpQBv0C: @@ -1606,7 +1606,7 @@ papers: title: Zum Ehrenfestschen Paradoxon year: '1910' qc6CJjYAAAAJ:NnTm98qLMbgC: - citations: 571 + citations: 572 title: Mein weltbild year: '1934' qc6CJjYAAAAJ:Nnq8S6OXqDYC: @@ -1618,7 +1618,7 @@ papers: title: 'Albert Einstein] to Hermann Weyl: Letter, 15 Apr 1918' year: Unknown Year qc6CJjYAAAAJ:Ns2bVKt8YxIC: - citations: 501 + citations: 502 title: Sidelights on Relativity,... I. Ether and Relativity. II. Geometry and Experience year: '1922' qc6CJjYAAAAJ:Nufq_to8ts0C: @@ -1638,7 +1638,7 @@ papers: title: "Die Quantentheorie der spezifischen W\xE4rme" year: '1967' qc6CJjYAAAAJ:O0MA3yP7Y3UC: - citations: 234 + citations: 236 title: 'The Collected Papers of Albert Einstein, Volume 8: The Berlin Years: Correspondence, 1914-1918.' year: '1998' qc6CJjYAAAAJ:O3NaXMp0MMsC: @@ -1662,11 +1662,11 @@ papers: title: 'Friedrich Wilhelm Foerster und Albert Einstein: Briefwechsel von 1935 bis 1954' year: '2001' qc6CJjYAAAAJ:OPs5gEIPXMUC: - citations: 7752 + citations: 7790 title: On gravitational waves Sitzungsber. preuss year: '1918' qc6CJjYAAAAJ:OTTXONDVkokC: - citations: 1 + citations: 2 title: On the relativity problem year: '2007' qc6CJjYAAAAJ:OVe_t5h5bhEC: @@ -1730,7 +1730,7 @@ papers: title: ADDRESS BEFORE STUDENT BODY CALIFORNIA INSTITUTE OF TECHNOLOGY year: '1938' qc6CJjYAAAAJ:PoEJn1poz0QC: - citations: 266 + citations: 267 title: 'Wissenschaftlicher Briefwechsel Mit Bohr, Einstein, Heisenberg, Ua: Scientific Correspondence with Bohr, Einstein, Heisenberg, Ao Volume 1: 1919-1929. 1919-1929' year: '1979' qc6CJjYAAAAJ:Q7hiZQKJ-pAC: @@ -1758,7 +1758,7 @@ papers: title: "Cien a\xF1os de relatividad: Los art\xEDculos de Albert Einstein de 1905 y 1906" year: '2004' qc6CJjYAAAAJ:QIV2ME_5wuYC: - citations: 720 + citations: 724 title: Does the inertia of a body depend upon its energy-content? year: '1905' qc6CJjYAAAAJ:QKtdBID3u5MC: @@ -1802,7 +1802,7 @@ papers: title: Mein Weltbild, Herausgegeben von Carl Seelig, Neue, vom Verfasser durchgesehene und wesentlich erweiterte Auflage year: Unknown Year qc6CJjYAAAAJ:Qo9Q-PfIzZ0C: - citations: 18 + citations: 19 title: "Observa\xE7\xF5es sobre a situa\xE7\xE3o atual da teoria da luz" year: '1926' qc6CJjYAAAAJ:QoN_6baHBqgC: @@ -1838,11 +1838,11 @@ papers: title: Pourquoi le socialisme? year: '1993' qc6CJjYAAAAJ:RF4BjkDOTHkC: - citations: 971 + citations: 972 title: "Letters on Wave Mechanics: Correspondence with HA Lorentz, Max Planck, and Erwin Schr\xF6dinger" year: '2011' qc6CJjYAAAAJ:RJNGbXJAtMsC: - citations: 15 + citations: 16 title: 'The essential Einstein: his greatest works' year: '2008' qc6CJjYAAAAJ:RPps9qLA3-kC: @@ -1854,7 +1854,7 @@ papers: title: Bemerkungen iiber den Wandel der Problemstcllungen in der theoretischen Physik year: Unknown Year qc6CJjYAAAAJ:RfUwGJFMQ-0C: - citations: 4102 + citations: 4110 title: Zur quantentheorie der strahlung year: '1917' qc6CJjYAAAAJ:RgMnzfD6kpIC: @@ -1878,7 +1878,7 @@ papers: title: "Kinetische Theorie des W\xE4rmegleichgewichtes und des zweiten Hauptsatzes der Thermodynamik" year: '1902' qc6CJjYAAAAJ:S9V7H-Nz35UC: - citations: 7438 + citations: 7450 title: On a Heuristic Point of View Toward the Emission and Transformation of Light year: '1905' qc6CJjYAAAAJ:SFOYbPikdlgC: @@ -1894,7 +1894,7 @@ papers: title: 'Albert Einstein] to Max Born: Letter, after 29 Jun 1918' year: Unknown Year qc6CJjYAAAAJ:S_Qw7xXuMuIC: - citations: 835 + citations: 841 title: 'The collected papers of Albert Einstein: The Berlin years: correspondence, January-December 1921' year: '2009' qc6CJjYAAAAJ:S_fw-_riRmcC: @@ -1902,7 +1902,7 @@ papers: title: Albert einstein to max born year: '2005' qc6CJjYAAAAJ:Se3iqnhoufwC: - citations: 980 + citations: 982 title: The world as I see it year: '2007' qc6CJjYAAAAJ:SenaEjHFqFYC: @@ -1914,7 +1914,7 @@ papers: title: ALBERT EINSTEIN, UN HOMBRE UNIVERSAL year: Unknown Year qc6CJjYAAAAJ:ShjGdcaqzI0C: - citations: 190 + citations: 189 title: "\xDCber die elektromagnetischen Grundgleichungen f\xFCr bewegte K\xF6rper" year: '1908' qc6CJjYAAAAJ:Sipo1f_CKiIC: @@ -1926,7 +1926,7 @@ papers: title: 'Albert Einstein] to Wander and Geertruida de Haas: Letter, 3 Oct 1916' year: Unknown Year qc6CJjYAAAAJ:SrKkpNFED5gC: - citations: 414 + citations: 416 title: "Zum gegenw\xE4rtigen Stand des Strahlungsproblems" year: '1909' qc6CJjYAAAAJ:SrsqWtBqNIQC: @@ -1938,7 +1938,7 @@ papers: title: 'Albert Einstein] to Wladyslaw Natanson: Letter, 24 Aug 1915' year: Unknown Year qc6CJjYAAAAJ:SzsLJvG5eXAC: - citations: 2030 + citations: 2034 title: Autobiographical Notes, ed year: '1979' qc6CJjYAAAAJ:T64LSalLz9oC: @@ -1962,7 +1962,7 @@ papers: title: The new field theory year: '1929' qc6CJjYAAAAJ:TIZ-Mc8IlK0C: - citations: 1100 + citations: 1101 title: On the method of theoretical physics year: '1934' qc6CJjYAAAAJ:TKTY8N1AUUAC: @@ -1970,7 +1970,7 @@ papers: title: 'Albert Einstein] to Wilhelm Wien: Letter, 28 Feb 1916' year: Unknown Year qc6CJjYAAAAJ:TNEldfgDb5MC: - citations: 777 + citations: 783 title: 'The Collected Papers of Albert Einstein, Vol. 4: The Swiss Years: Writings, 1912-1914' year: '1996' qc6CJjYAAAAJ:TXgqPU86QykC: @@ -1990,7 +1990,7 @@ papers: title: "Hamilton\u2019s principle and the general theory of relativity" year: '1916' qc6CJjYAAAAJ:TiIbgCYny7sC: - citations: 8957 + citations: 8959 title: "Zur Elektrodynamik bewegter K\xF6rper" year: Unknown Year qc6CJjYAAAAJ:TmnWbB_axlEC: @@ -2046,11 +2046,11 @@ papers: title: The Effect of Autonomous Algorithms on Networking year: Unknown Year qc6CJjYAAAAJ:UeHWp8X0CEIC: - citations: 66 + citations: 69 title: "Sobre la electrodin\xE1mica de los cuerpos en movimiento" year: '2005' qc6CJjYAAAAJ:UebtZRa9Y70C: - citations: 971 + citations: 972 title: "\xDCber die spezielle und die allgemeine Relativit\xE4tstheorie" year: '2008' qc6CJjYAAAAJ:UlRcoTO8nVoC: @@ -2058,7 +2058,7 @@ papers: title: On a Jewish Palestine. First Version, before 27 Jun 1921 year: Unknown Year qc6CJjYAAAAJ:Ul_CLA4dPeMC: - citations: 212 + citations: 211 title: 'Religion and Science: Irreconcilable?' year: '1948' qc6CJjYAAAAJ:UnhBtiQKoKQC: @@ -2146,7 +2146,7 @@ papers: title: 'The collected papers of Albert Einstein. Vol 6, The Berlin years: writings, 1914-1917:[English translation]' year: '2002' qc6CJjYAAAAJ:VyOdxF-JhwgC: - citations: 252 + citations: 253 title: SB preuss year: '1916' qc6CJjYAAAAJ:VyewGSb6xwwC: @@ -2162,7 +2162,7 @@ papers: title: "L'\xE9tat actuel du probl\xE8me des chaleurs sp\xE9cifiques" year: '1912' qc6CJjYAAAAJ:W7OEmFMy1HYC: - citations: 1603 + citations: 1605 title: Lens-like action of a star by the deviation of light in the gravitational field year: '1936' qc6CJjYAAAAJ:WC4w5-ZrDNIC: @@ -2262,7 +2262,7 @@ papers: title: "Sobre la teor\xEDa especial y la teoria general de la relatividad" year: '1983' qc6CJjYAAAAJ:XUAslYVNQLQC: - citations: 264 + citations: 267 title: Relativita year: '1960' qc6CJjYAAAAJ:XWcFhoZvYIAC: @@ -2274,7 +2274,7 @@ papers: title: 'Albert Einstein] to Paul Gruner: Letter, 11 Feb 1908' year: Unknown Year qc6CJjYAAAAJ:XZvG1uL-wj0C: - citations: 1146 + citations: 1147 title: 'On the method of theoretical physics: The Herbert Spencer lecture, delivered at Oxford 10 June 1933' year: '1933' qc6CJjYAAAAJ:Xc-mKOjpdrwC: @@ -2286,7 +2286,7 @@ papers: title: 'The Collected Papers of Albert Einstein, Volume 9: The Berlin Years: Correspondence, January 1919-April 1920' year: '2004' qc6CJjYAAAAJ:XdwVV_xN3QMC: - citations: 1445 + citations: 1452 title: Draft of a Generalized Theory of Relativity and a Theory of Gravitation year: '1913' qc6CJjYAAAAJ:XeErXHja3Z8C: @@ -2302,7 +2302,7 @@ papers: title: 'Reise nach Japan Palestine Spanien 6 Oktober 1922-12.3. 23: Various places' year: '1923' qc6CJjYAAAAJ:XiSMed-E-HIC: - citations: 63 + citations: 64 title: What I believe year: '1956' qc6CJjYAAAAJ:Xnn2mF3JXD4C: @@ -2322,7 +2322,7 @@ papers: title: "Research@ FrankfurtSchool in Zeiten der Finanzmarktkrise \u201EA Collection of Working Papers \u201C" year: Unknown Year qc6CJjYAAAAJ:Y0agIcFmOsQC: - citations: 1301 + citations: 1303 title: A correction on my work-A new determination of molecular dimensions year: '1969' qc6CJjYAAAAJ:Y1W0x10ZrwMC: @@ -2390,7 +2390,7 @@ papers: title: 'Albert Einstein] to Michele and Anna Besso-Winteler: Letter, 1 Aug 1917' year: Unknown Year qc6CJjYAAAAJ:YsMSGLbcyi4C: - citations: 2289 + citations: 2297 title: The particle problem in the general theory of relativity year: '1935' qc6CJjYAAAAJ:YvgfBAebZEkC: @@ -2402,7 +2402,7 @@ papers: title: Mi credo humanista year: '1991' qc6CJjYAAAAJ:ZDu_srLEjN8C: - citations: 145 + citations: 144 title: Preussische akademie der wissenschaften, Phys-math year: '1925' qc6CJjYAAAAJ:ZEcFV8kAgqMC: @@ -2430,11 +2430,11 @@ papers: title: 'Briefwechsel: Sechzig Briefe aus dem goldenen Zeitalter der modernen Physik' year: '1968' qc6CJjYAAAAJ:ZbQVaL1IMbQC: - citations: 625 + citations: 629 title: Quanzeml~ orie der stralllung year: '1916' qc6CJjYAAAAJ:ZbiiB1Sm8G8C: - citations: 12 + citations: 13 title: 'Albert Einstein] to Michele Besso: Letter, 6 Apr 1916' year: Unknown Year qc6CJjYAAAAJ:ZeXyd9-uunAC: @@ -2442,7 +2442,7 @@ papers: title: "Physik und realit\xE4t" year: '1936' qc6CJjYAAAAJ:ZfRJV9d4-WMC: - citations: 90 + citations: 92 title: Pourquoi la guerre? year: '1933' qc6CJjYAAAAJ:ZgPQhQxLujAC: @@ -2518,7 +2518,7 @@ papers: title: A generalization of the relativistic theory of gravitation year: '1945' qc6CJjYAAAAJ:_mQi-xiA4oYC: - citations: 455 + citations: 457 title: "Die Relativit\xE4ts-Theorie" year: '1911' qc6CJjYAAAAJ:a2necdfpwlEC: @@ -2526,7 +2526,7 @@ papers: title: "Eine Beziehung zwischen dem elastischen Verhalten und der spezifischen W\xE4rme bei festen K\xF6rpern mit einatomigem Molek\xFCl" year: '1911' qc6CJjYAAAAJ:a9-T7VOCCH8C: - citations: 3780 + citations: 3785 title: The Science and the Life of Albert Einstein year: '1982' qc6CJjYAAAAJ:aDdGf5um_jkC: @@ -2534,7 +2534,7 @@ papers: title: 'Albert Einstein] to Gustav Mie: Letter, 2 Jun 1917' year: Unknown Year qc6CJjYAAAAJ:aEPHIGigqugC: - citations: 4263 + citations: 4276 title: "Physics and Reality, in \u201CIdeas and Opinions\u201D" year: '1954' qc6CJjYAAAAJ:aEyKTaVlRPYC: @@ -2550,7 +2550,7 @@ papers: title: 'Essays in Science (New York: Philosophical Library, 1934)' year: Unknown Year qc6CJjYAAAAJ:aXI_bbQgCfgC: - citations: 166 + citations: 167 title: "Die Ursache der M\xE4anderbildung der Flu\xDFl\xE4ufe und des sogenannten Baerschen Gesetzes" year: '1926' qc6CJjYAAAAJ:aXwx4OqTWR4C: @@ -2650,7 +2650,7 @@ papers: title: So You Want to year: '2003' qc6CJjYAAAAJ:blknAaTinKkC: - citations: 163 + citations: 164 title: "Zur Theorie der Radiometerkr\xE4fte" year: '1924' qc6CJjYAAAAJ:bnK-pcrLprsC: @@ -2662,7 +2662,7 @@ papers: title: 'The collected papers of Albert Einstein. vol. 9, The Berlin years: correspondence, January 1919-April 1920:[English translation]' year: Unknown Year qc6CJjYAAAAJ:brChLMnLtjYC: - citations: 160 + citations: 161 title: Relativity Principle and its Consequences in Modern Physics. Collection of Scientific Works, V. 1 year: '1965' qc6CJjYAAAAJ:bsl25C5uMOsC: @@ -2686,7 +2686,7 @@ papers: title: The Fight Against War year: '1933' qc6CJjYAAAAJ:c4A-nLdbYHEC: - citations: 1561 + citations: 1562 title: 'Concepts of space: The history of theories of space in physics' year: '1969' qc6CJjYAAAAJ:c5LcigzBm8MC: @@ -2702,7 +2702,7 @@ papers: title: 'In Memory of Emmy Noether...: Abstract of Address Delivered by Professor Hermann Weyl... and Copy of Letter of Professor Albert Einstein' year: '1935' qc6CJjYAAAAJ:cNe27ouKFcQC: - citations: 7155 + citations: 7189 title: "Die grundlage der allgemeinen relativit\xE4tstheorie" year: '2006' qc6CJjYAAAAJ:cOfwuRB03ygC: @@ -2710,11 +2710,11 @@ papers: title: "Die spezielle relativit\xE4tstheorie Einsteins und die logik" year: '1924' qc6CJjYAAAAJ:cRMvf6lLvU8C: - citations: 274 + citations: 272 title: "Einige Argumente f\xFCr die Annahme einer molekularen Agitation beim absoluten Nullpunkt" year: '1913' qc6CJjYAAAAJ:cSdaV2aYdYsC: - citations: 420 + citations: 421 title: Spielen Gravitationsfelder im Aufbau der materiellen Elementarteilchen eine wesentliche Rolle? year: '1919' qc6CJjYAAAAJ:cTdzRpWJKHEC: @@ -2726,7 +2726,7 @@ papers: title: Theories and sociology of the history of science year: Unknown Year qc6CJjYAAAAJ:cdM53WF7QocC: - citations: 12 + citations: 13 title: 'Albert Einstein] to Michele Besso: Letter, 9 Mar 1917' year: Unknown Year qc6CJjYAAAAJ:cjagZD1ri60C: @@ -2782,7 +2782,7 @@ papers: title: "Correspondence 1903\u20131955, ed" year: '1972' qc6CJjYAAAAJ:dTyEYWd-f8wC: - citations: 184 + citations: 185 title: "L'\xE9volution des id\xE9es en physique: des premiers concepts aux th\xE9ories de la relativit\xE9 et des quanta" year: '1948' qc6CJjYAAAAJ:dX-nQPao9noC: @@ -2794,7 +2794,7 @@ papers: title: "L'Heure H at-elle sonn\xE9 pour le monde?: effets accumulatifs des explosions nucl\xE9aires. Pr\xE9c\xE9d\xE9 d'un Message de Albert Einstein" year: '1955' qc6CJjYAAAAJ:dZbaGXT4iR0C: - citations: 38 + citations: 39 title: Education year: '1950' qc6CJjYAAAAJ:dgXhHFWAKKUC: @@ -2802,7 +2802,7 @@ papers: title: 'Albert Einstein] to Max Born: Letter, after 3 Jul 1918' year: Unknown Year qc6CJjYAAAAJ:dhFuZR0502QC: - citations: 198 + citations: 199 title: 'Corrections and additional remarks to our paper: The influence of the expansion of space on the gravitation fields surrounding the individual stars' year: '1946' qc6CJjYAAAAJ:dhZ1Wuf5EGsC: @@ -2826,7 +2826,7 @@ papers: title: 'Albert Einstein] to Hans Albert Einstein: Letter, 4 Nov 1915' year: Unknown Year qc6CJjYAAAAJ:e84hm74t-eoC: - citations: 5687 + citations: 5696 title: "Eine neue bestimmung der molek\xFCldimensionen" year: '1906' qc6CJjYAAAAJ:eAUscmXIlQ8C: @@ -2842,7 +2842,7 @@ papers: title: Besprechungen year: '1918' qc6CJjYAAAAJ:eJXPG6dFmWUC: - citations: 485 + citations: 487 title: The theory of relativity year: '1996' qc6CJjYAAAAJ:eKGuBlYFiu8C: @@ -2878,7 +2878,7 @@ papers: title: Butsurigaku wa ikani tsukuraretaka year: '1962' qc6CJjYAAAAJ:evX43VCCuoAC: - citations: 298 + citations: 299 title: 'Scientific Correspondence with Bohr, Einstein, Heisenberg and Others...: 1919-1929' year: '1979' qc6CJjYAAAAJ:f-E_jMG6T4AC: @@ -2910,7 +2910,7 @@ papers: title: "Sushchnost\u02B9 teorii otnositel\u02B9nosti: Perevod s angli\u012Dskogo" year: '1955' qc6CJjYAAAAJ:fEOibwPWpKIC: - citations: 148 + citations: 149 title: "\xDCber den \xC4ther" year: '1924' qc6CJjYAAAAJ:fHS53ZCY-AEC: @@ -2918,7 +2918,7 @@ papers: title: 'Albert Einstein] to Kathia Adler: Letter, 20 Feb 1917' year: Unknown Year qc6CJjYAAAAJ:fLJJVVwU7EQC: - citations: 267 + citations: 268 title: "Ein einfaches Experiment zum Nachweis der Amp\xE8reschen Molekularstr\xF6me" year: '1916' qc6CJjYAAAAJ:fPk4N6BV_jEC: @@ -2962,11 +2962,11 @@ papers: title: Testimorial from Professor Einstein (Appendix II) year: '1945' qc6CJjYAAAAJ:g2zAJ5Cw7N4C: - citations: 85 + citations: 86 title: On the limit of validity of the law of thermodynamic equilibrium and on the possibility of a new determination of the elementary quanta year: '1907' qc6CJjYAAAAJ:g5m5HwL7SMYC: - citations: 145 + citations: 144 title: TIME, SPACE, AND GRAVITATION. year: '1920' qc6CJjYAAAAJ:gKLIUvgTho8C: @@ -2982,7 +2982,7 @@ papers: title: Zu Dr. Berliners siebzigstem Geburtstag year: '1932' qc6CJjYAAAAJ:gV6rEsy15s0C: - citations: 3433 + citations: 3467 title: Bemerkungen zu der Arbeit year: '1914' qc6CJjYAAAAJ:gYAb_yFic6IC: @@ -2994,7 +2994,7 @@ papers: title: "Folgerungen aus den Capillarit\xE4tserscheinungen" year: '1901' qc6CJjYAAAAJ:gqMmJtG4vxUC: - citations: 12 + citations: 13 title: 'Albert Einstein] to Michele Besso: Letter, 10 Dec 1915' year: Unknown Year qc6CJjYAAAAJ:h0mLeC6b6wcC: @@ -3010,11 +3010,11 @@ papers: title: "Ejn\u0161tejnovskaja teorija otnosite\u013Enosti" year: '1972' qc6CJjYAAAAJ:hEXC_dOfxuUC: - citations: 392 + citations: 393 title: Reply to critics year: '1949' qc6CJjYAAAAJ:hEp1lTclR2YC: - citations: 310 + citations: 313 title: On the generalized theory of gravitation year: '1950' qc6CJjYAAAAJ:hKjooKYXoHIC: @@ -3022,7 +3022,7 @@ papers: title: "\xDCber die formale Beziehung des Riemannschen Kr\xFCmmungstensors zu den Feldgleichungen der Gravitation" year: '1927' qc6CJjYAAAAJ:hMod-77fHWUC: - citations: 5071 + citations: 5095 title: "La relativit\xE9" year: '1964' qc6CJjYAAAAJ:hMwNgRnlwaMC: @@ -3038,11 +3038,11 @@ papers: title: EddingtonsTheorie und Hamiltonsches Prinzip year: '1925' qc6CJjYAAAAJ:hVd5agGqjXwC: - citations: 378 + citations: 379 title: Physikalische Gesellschaft Zuerich year: '1916' qc6CJjYAAAAJ:hbz17DqrwuEC: - citations: 146 + citations: 147 title: Notiz zu unserer Arbeit year: '1915' qc6CJjYAAAAJ:hcF2OqvMasEC: @@ -3102,7 +3102,7 @@ papers: title: Geometria no euclidea y fisica year: '1926' qc6CJjYAAAAJ:i_7YvbSbtFEC: - citations: 8645 + citations: 8678 title: "Berichtigung zu meiner Arbeit:\u201EEine neue Bestimmung der Molek\xFCldimensionen\u201D \uFE01" year: '2006' qc6CJjYAAAAJ:ifIdVpG6JtcC: @@ -3122,7 +3122,7 @@ papers: title: "La th\xE9orie de la relativit\xE9 d'Einstein et la dialectique." year: Unknown Year qc6CJjYAAAAJ:isC4tDSrTZIC: - citations: 3793 + citations: 3824 title: "\xDCber Gravitationswellen" year: '1918' qc6CJjYAAAAJ:it4f3qIuXWYC: @@ -3178,7 +3178,7 @@ papers: title: A memorial to PAM Dirac year: '1990' qc6CJjYAAAAJ:k4O5U3vRA4YC: - citations: 5456 + citations: 5479 title: The special and general theory year: '1920' qc6CJjYAAAAJ:k6nH7jlkaTkC: @@ -3190,7 +3190,7 @@ papers: title: Hedwig und Max Born year: '1916' qc6CJjYAAAAJ:kFzFP8IdBVAC: - citations: 378 + citations: 380 title: Einstein's essays in science year: '2009' qc6CJjYAAAAJ:kGbpvR7Ecy8C: @@ -3198,11 +3198,11 @@ papers: title: Bivector fields II year: '1944' qc6CJjYAAAAJ:kMrClmKSQGwC: - citations: 251 + citations: 252 title: "Briefwechsel 1916\xB11955 von Albert Einstein und Hedwig und Max Born, Kommentiert von Max Born" year: '1969' qc6CJjYAAAAJ:kNdYIx-mwKoC: - citations: 491 + citations: 492 title: Sidelights on relativity year: '2009' qc6CJjYAAAAJ:kO05sadLmrgC: @@ -3222,11 +3222,11 @@ papers: title: "Albert Einstein] to Walter D\xE4llenbach: Letter, after 15 Feb 1917" year: Unknown Year qc6CJjYAAAAJ:kqeZabM7ilsC: - citations: 4006 + citations: 4013 title: Preuss, Sitzungsber year: '1915' qc6CJjYAAAAJ:l0_JBNIuc60C: - citations: 53 + citations: 54 title: Quoted in year: '1990' qc6CJjYAAAAJ:l1jknz_x7mgC: @@ -3238,7 +3238,7 @@ papers: title: Geometrie und erfahrung year: '1921' qc6CJjYAAAAJ:l7t_Zn2s7bgC: - citations: 622 + citations: 627 title: Ether and the Theory of Relativity year: '2007' qc6CJjYAAAAJ:lAj_JhtUatoC: @@ -3254,7 +3254,7 @@ papers: title: The collecteds of albert einstein v 9 the berlin years correspondence january 1919-april 1920 english translation (paperback) year: '2004' qc6CJjYAAAAJ:lEqHes_HPG0C: - citations: 760 + citations: 761 title: 'The principle of relativity: a collection of original memoirs on the special and general theory of relativity' year: '1923' qc6CJjYAAAAJ:lIaPce-xyHYC: @@ -3266,11 +3266,11 @@ papers: title: "Grundgedanken und Probleme der Relativit\xE4tstheorie" year: '1923' qc6CJjYAAAAJ:lLPirIASiZEC: - citations: 817 + citations: 823 title: "The Collected Papers of Albert Einstein, Volume 15 (Translation Supplement): The Berlin Years: Writings & Correspondence, June 1925\u2013May 1927" year: '2018' qc6CJjYAAAAJ:lOG7zRu2uA8C: - citations: 49 + citations: 48 title: The foundations of general relativity theory year: '1973' qc6CJjYAAAAJ:lPNvfOEJVFUC: @@ -3306,7 +3306,7 @@ papers: title: A new form of the general relativistic field equations year: '1955' qc6CJjYAAAAJ:mN77zE6YZBUC: - citations: 682 + citations: 681 title: Ueber spezielle und allgemeine Relativitaetstheorie, 127 year: '1969' qc6CJjYAAAAJ:mNm_27jwclsC: @@ -3330,7 +3330,7 @@ papers: title: 'Albert Einstein] to Max Born: Letter, 27 Feb 1916' year: Unknown Year qc6CJjYAAAAJ:maZDTaKrznsC: - citations: 114 + citations: 115 title: The Bianchi identities in the generalized theory of gravitation year: '1950' qc6CJjYAAAAJ:mdGv78FIKkEC: @@ -3338,7 +3338,7 @@ papers: title: "UN GIORNO LE MACCHINE RIUSCIRANNO A RISOLVERE TUTTI I PROBLEMI, MA MAI NESSUNA DI ESSE POTR\xC0 PORNE UNO\u2026" year: Unknown Year qc6CJjYAAAAJ:mmBnJtEBTSAC: - citations: 12 + citations: 13 title: Albert Einstein] to Michele Besso:[A second] letter, 21 Jul 1916 year: Unknown Year qc6CJjYAAAAJ:mnAcAzq93VMC: @@ -3358,7 +3358,7 @@ papers: title: "L'article d'Einstein\" Remarques th\xE9oriques sur la superconductivit\xE9 des m\xE9taux\"." year: Unknown Year qc6CJjYAAAAJ:n1qY4L4uFdgC: - citations: 783 + citations: 789 title: 'The collected papers of Albert Einstein. Vol. 12, The Berlin years: correspondence, January-December 1921' year: Unknown Year qc6CJjYAAAAJ:n35PH7pn8T4C: @@ -3386,7 +3386,7 @@ papers: title: Einstein und die Interviewer, 10 Aug 1921 year: Unknown Year qc6CJjYAAAAJ:nazVBdFzvK0C: - citations: 172 + citations: 175 title: Einstein on Peace, ed. Otto Nathan and Heinz Norden year: '1960' qc6CJjYAAAAJ:njp6nI0QjqAC: @@ -3422,7 +3422,7 @@ papers: title: "Teor\u0131a cu\xE1ntica de gases ideales monoat\xF3micos, Sitz" year: '1924' qc6CJjYAAAAJ:o4Qvs5Y5TLQC: - citations: 180 + citations: 182 title: The Early Years 1879-1902 year: '1987' qc6CJjYAAAAJ:o9ULDYDKYbIC: @@ -3438,7 +3438,7 @@ papers: title: "\xDCber die M\xF6glichkeit einer neuen Pr\xFCfung des Relativit\xE4tsprinzips" year: '2006' qc6CJjYAAAAJ:oFWWKr2Zb18C: - citations: 148 + citations: 149 title: On the ether year: '1991' qc6CJjYAAAAJ:oJZlKik0E8QC: @@ -3462,7 +3462,7 @@ papers: title: "\xDCber den gegenw\xE4rtigen Stand der allgemeinen Relativit\xE4tsteorie" year: '1930' qc6CJjYAAAAJ:ojlX30-wUrgC: - citations: 194 + citations: 193 title: Religion and science year: '1930' qc6CJjYAAAAJ:oldoQiaHq2UC: @@ -3470,7 +3470,7 @@ papers: title: "Einheitliche Theorie von Gravitation und Elektrizit\xE4t. Zweite Abhandlung" year: '2006' qc6CJjYAAAAJ:oqD4_j7ulsYC: - citations: 19762 + citations: 19805 title: On the movement of small particles suspended in stationary liquids required by the molecular-kinetic theory of heat year: '1905' qc6CJjYAAAAJ:osi8XriVlOYC: @@ -3478,7 +3478,7 @@ papers: title: 'Albert Einstein] to Wander and Geertruida de Haas: Letter, 6 Jul 1915' year: Unknown Year qc6CJjYAAAAJ:oursBaop5wYC: - citations: 1503 + citations: 1499 title: Zur theorie der brownschen bewegung year: '1906' qc6CJjYAAAAJ:oy0z8GdgWhYC: @@ -3554,7 +3554,7 @@ papers: title: What is the Responsibility of Scientists in War? year: Unknown Year qc6CJjYAAAAJ:q1ZQJjUA47MC: - citations: 230 + citations: 232 title: On the motion, required by the molecular-kinetic theory of heat, of particles suspended in a fluid at rest year: '1905' qc6CJjYAAAAJ:q2Dn1KgioksC: @@ -3574,11 +3574,11 @@ papers: title: "Quatre conf\xE9rences sur la th\xE9orie de la relativit\xE9 faites \xE0 l'Universit\xE9 de Princeton" year: '2005' qc6CJjYAAAAJ:qCpRzq7zkD8C: - citations: 2117 + citations: 2121 title: "Zur allgemeinen Relativit\xE4tstheorie" year: '1915' qc6CJjYAAAAJ:qPeb-qHga9sC: - citations: 310 + citations: 311 title: "Auf die Riemann-Metrik und den Fern-Parallelismus gegr\xFCndete einheitliche Feldtheorie" year: '1930' qc6CJjYAAAAJ:qbqt7gslDFUC: @@ -3590,11 +3590,11 @@ papers: title: "En busca del eslab\xF3n perdido entre educaci\xF3n y desarrollo: desaf\xEDos y retos para la universidad en Am\xE9rica Latina y el Caribe" year: Unknown Year qc6CJjYAAAAJ:qjMakFHDy7sC: - citations: 3141 + citations: 3152 title: On the electrodynamics of moving bodies year: '1905' qc6CJjYAAAAJ:qsWQJNntlusC: - citations: 3159 + citations: 3166 title: Ideas and opinions year: '1995' qc6CJjYAAAAJ:quBVm8e4N6QC: @@ -3606,7 +3606,7 @@ papers: title: Geometrie und erfahrung year: '1921' qc6CJjYAAAAJ:qyhmnyLat1gC: - citations: 27330 + citations: 27396 title: Can quantum-mechanical description of physical reality be considered complete? year: '1935' qc6CJjYAAAAJ:qzuIxkxWBNsC: @@ -3650,7 +3650,7 @@ papers: title: "Gelegentliches: Zum f\xFCnfzigsten Geburtstag 14. M\xE4rz 1929 dargebracht von der Soncino-Gesellschaft der Freunde des J\xFCdischen Buches zu Berlin" year: '1929' qc6CJjYAAAAJ:rPbfW60zdgkC: - citations: 1165 + citations: 1171 title: Physics and reality year: '1936' qc6CJjYAAAAJ:rQcm2j6_ZE8C: @@ -3662,7 +3662,7 @@ papers: title: A new analysis of molecule dimensions year: '1968' qc6CJjYAAAAJ:rWqKpwLRvsIC: - citations: 2715 + citations: 2744 title: Die feldgleichungen der gravitation year: Unknown Year qc6CJjYAAAAJ:rbgNTKsR3fAC: @@ -3686,7 +3686,7 @@ papers: title: 'The anthropomorphized product shelf: Symmetric multimodal human-environment interaction' year: '2006' qc6CJjYAAAAJ:rr29yNp9FasC: - citations: 22 + citations: 23 title: "\xDCber ein den Elementarproze\xDF der Lichtemission betreffendes Experiment" year: '2006' qc6CJjYAAAAJ:rsrKZ8bNWIsC: @@ -3722,7 +3722,7 @@ papers: title: "La th\xE9orie corpusculaire des rayons X et la structure des cristaux." year: Unknown Year qc6CJjYAAAAJ:sAujV351FBYC: - citations: 4792 + citations: 4806 title: The meaning of relativity year: '1950' qc6CJjYAAAAJ:sIDMtVbdO0QC: @@ -3750,11 +3750,11 @@ papers: title: The Principles of humanism year: '1974' qc6CJjYAAAAJ:sgVRHlApM4oC: - citations: 68 + citations: 67 title: The laws of science and the laws of ethics year: '1950' qc6CJjYAAAAJ:sgsej9ZJWHMC: - citations: 3958 + citations: 3990 title: "N\xE4herungsweise Integration der Feldgleichungen der Gravitation" year: '1916' qc6CJjYAAAAJ:siTy-4AL0AwC: @@ -3838,7 +3838,7 @@ papers: title: "equations of motion\uFB01 one therefore could not doubt that the laws of nature are" year: '1907' qc6CJjYAAAAJ:uCYQzKCmtZwC: - citations: 1237 + citations: 1240 title: Out of my later years year: '1950' qc6CJjYAAAAJ:uH1VZYVfkoQC: @@ -3866,7 +3866,7 @@ papers: title: "Bemerkung zu meiner Arbeit \u201CZur allgemeinen Relativit\xE4tstheorie\u201D" year: '2006' qc6CJjYAAAAJ:ufrVoPGSRksC: - citations: 631 + citations: 632 title: The influence of the expansion of space on the gravitation fields surrounding the individual stars year: '1945' qc6CJjYAAAAJ:uh8FjILnQOkC: @@ -3878,7 +3878,7 @@ papers: title: "Lehrs\xE4tze \xFCber das Weltall: Mit Beweis in Form eines offenen Briefes an Professor Einstein. In einer von Gerhard R\xFChm bearbeiteten Neuauflage" year: '1965' qc6CJjYAAAAJ:ult01sCh7k0C: - citations: 310 + citations: 311 title: Wolfgang Pauli year: '2001' qc6CJjYAAAAJ:umqufdRvDiIC: @@ -3902,7 +3902,7 @@ papers: title: Overture to the comic opera Don Giovanni, K year: '1900' qc6CJjYAAAAJ:vCSeWdjOjw8C: - citations: 12 + citations: 13 title: 'Albert Einstein] to Michele Besso: Letter, 22 Sep 1917' year: Unknown Year qc6CJjYAAAAJ:vM5yiaU9oLoC: @@ -3922,7 +3922,7 @@ papers: title: "Fysika jako dobrodru\u017Estv\xED pozn\xE1n\xED" year: '1958' qc6CJjYAAAAJ:vV6vV6tmYwMC: - citations: 157 + citations: 158 title: Living philosophies year: '1979' qc6CJjYAAAAJ:v_xunPV0uK0C: @@ -3930,7 +3930,7 @@ papers: title: On the five-dimensional representation of gravitation and electricity year: '1941' qc6CJjYAAAAJ:viPVbuMW504C: - citations: 302 + citations: 305 title: Collected Scientific Works year: '1965' qc6CJjYAAAAJ:viTTOddtVMkC: @@ -3946,7 +3946,7 @@ papers: title: "Zum gegenw\xE4rtigen Stande des Problems der spezifischen W\xE4rme" year: '1911' qc6CJjYAAAAJ:vkz5F8TaVKkC: - citations: 29 + citations: 28 title: 'Albert Einstein, Max Born, Hedwig Born: Correspondance, 1916-1955' year: '1972' qc6CJjYAAAAJ:vlECJaBXBlQC: @@ -3970,7 +3970,7 @@ papers: title: "Introduction aux th\xE8ories de M. Einstein en vue de leur application a l'astronomie" year: '1921' qc6CJjYAAAAJ:vytXtR8tOLIC: - citations: 457 + citations: 459 title: B. preuss year: '1916' qc6CJjYAAAAJ:vzY-6mMDyDUC: @@ -4018,7 +4018,7 @@ papers: title: "La teoria della relativit\xE0" year: '1987' qc6CJjYAAAAJ:wgKq3sYidysC: - citations: 512 + citations: 514 title: Concerning an heuristic point of view toward the emission and transformation of light year: '1965' qc6CJjYAAAAJ:wkm4DBaukwsC: @@ -4026,15 +4026,15 @@ papers: title: "Antwort auf eine Abhandlung M. v. Laues \u201EEin Satz der Wahrscheinlichkeitsrechnung und seine Anwendung auf die Strahlungstheorie\u201D \uFE01" year: '1915' qc6CJjYAAAAJ:wlh7PBhwZ8MC: - citations: 12 + citations: 13 title: 'Albert Einstein] to Michele Besso: Letter, 6 Sep 1916' year: Unknown Year qc6CJjYAAAAJ:wuD5JclIwkYC: - citations: 223 + citations: 224 title: Science and religion year: '1940' qc6CJjYAAAAJ:wy5MF_2MSNEC: - citations: 12 + citations: 13 title: 'Albert Einstein] to Michele Besso: Letter, 9 Jul 1918' year: Unknown Year qc6CJjYAAAAJ:xMZGxf1v-3YC: @@ -4078,11 +4078,11 @@ papers: title: 'Albert Einstein] to Gustav Mie: Letter, 29 Dec 1917' year: Unknown Year qc6CJjYAAAAJ:yIeBiWEAh44C: - citations: 1297 + citations: 1298 title: "\xDCber den Einflu\xDF der Schwerkraft auf die Ausbreitung des Lichtes" year: '2006' qc6CJjYAAAAJ:yJjnfzR0HrkC: - citations: 864 + citations: 867 title: Strahlungs-emission und absorption nach der quantentheorie year: '1916' qc6CJjYAAAAJ:yKZlB_2wKysC: @@ -4102,7 +4102,7 @@ papers: title: Education for independent thought year: '1952' qc6CJjYAAAAJ:yXZqsUWzai8C: - citations: 138 + citations: 137 title: "Koniglich Preu\u03B2ische Akademie der Wissenschaften" year: '1916' qc6CJjYAAAAJ:yZoBfgUKqwcC: diff --git a/_layouts/default.liquid b/_layouts/default.liquid index ea103706..3c2dea8b 100644 --- a/_layouts/default.liquid +++ b/_layouts/default.liquid @@ -13,6 +13,7 @@ {% endif %} {% include head.liquid %} + diff --git a/_plugins/openssl_verify_flags_patch.rb b/_plugins/openssl_verify_flags_patch.rb new file mode 100644 index 00000000..464479f7 --- /dev/null +++ b/_plugins/openssl_verify_flags_patch.rb @@ -0,0 +1,35 @@ +# _plugins/openssl_verify_flags_patch.rb + +require "openssl" + +# 1. Make sure DEFAULT_PARAMS doesn't include :verify_flags, +# since on your build SSLContext doesn't define verify_flags= +if OpenSSL::SSL::SSLContext.const_defined?(:DEFAULT_PARAMS) + params = OpenSSL::SSL::SSLContext::DEFAULT_PARAMS + + # Avoid calling a non-existent verify_flags= + params.delete(:verify_flags) + + # 2. Add a verify_callback that *only* ignores the CRL retrieval error, + # and otherwise keeps normal verification. + params[:verify_callback] = lambda do |preverify_ok, store_ctx| + error = store_ctx.error + + # Ignore only: X509_V_ERR_UNABLE_TO_GET_CRL + if error == OpenSSL::X509::V_ERR_UNABLE_TO_GET_CRL + true + else + preverify_ok + end + end +end + +# 3. Define a no-op verify_flags= so that if anything tries to set it +# at runtime, it doesn't crash. +class OpenSSL::SSL::SSLContext + unless method_defined?(:verify_flags=) + def verify_flags=(_flags) + # no-op: ignore verify_flags on this build + end + end +end diff --git a/assets/js/distillpub/template.v2.js b/assets/js/distillpub/template.v2.js index 4c7667ea..a622c553 100644 --- a/assets/js/distillpub/template.v2.js +++ b/assets/js/distillpub/template.v2.js @@ -2692,19 +2692,27 @@ d-citation-list .references .title { }, tokenize: function (text, grammar) { + // Make a prototype-less safe copy of grammar, to prevent prototype pollution + var safeGrammar = Object.create(null); + for (var key in grammar) { + if (Object.prototype.hasOwnProperty.call(grammar, key)) { + if (key === "__proto__" || key === "constructor" || key === "prototype") continue; + safeGrammar[key] = grammar[key]; + } + } var rest = grammar.rest; if (rest) { for (var token in rest) { - grammar[token] = rest[token]; + if (token === "__proto__" || token === "constructor" || token === "prototype") continue; + safeGrammar[token] = rest[token]; } - - delete grammar.rest; + // Don't mutate original grammar (could be shared by others) + //delete grammar.rest; } - var tokenList = new LinkedList(); addAfter(tokenList, tokenList.head, text); - matchGrammar(text, tokenList, grammar, tokenList.head, 0); + matchGrammar(text, tokenList, safeGrammar, tokenList.head, 0); return toArray(tokenList); }, @@ -3087,7 +3095,7 @@ d-citation-list .references .title { comment: //, prolog: /<\?[\s\S]+?\?>/, doctype: { - pattern: /"'[\]]|"[^"]*"|'[^']*')+(?:\[(?:(?!)*\]\s*)?>/i, + pattern: /"'[\]]|"[^"]*"|'[^']*')+(?:\[(?:(?!)*\]\s*)?>/i, greedy: true, }, cdata: //i, @@ -3330,7 +3338,7 @@ d-citation-list .references .title { Prism.languages.insertBefore("javascript", "keyword", { regex: { pattern: - /((?:^|[^$\w\xA0-\uFFFF."'\])\s])\s*)\/(?:\[(?:[^\]\\\r\n]|\\.)*]|\\.|[^/\\\[\r\n])+\/[gimyus]{0,6}(?=(?:\s|\/\*[\s\S]*?\*\/)*(?:$|[\r\n,.;:})\]]|\/\/))/, + /((?:^|[^$\w\xA0-\uFFFF."'\])\s])\s*)\/(?:\[(?:[^\]\\\r\n]|\\.)*]|\\.|[^/\\\[\r\n])+\/[gimyus]{0,6}(?=(?:\s|\/\*(?:[^*]|\*(?!\/))*\*\/)*(?:$|[\r\n,.;:})\]]|\/\/))/, lookbehind: true, greedy: true, }, @@ -4235,7 +4243,7 @@ ${css} if (this.hasAttribute("block")) { // normalize the tab indents - content = content.replace(/\n/, ""); + content = content.replace(/\n/g, ""); const tabs = content.match(/\s*/); content = content.replace(new RegExp("\n" + tabs, "g"), "\n"); content = content.trim(); @@ -4672,6 +4680,16 @@ d-references {