Skip to content

Commit

Permalink
Deploying to gh-pages from @ cae22d5 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
claromes committed Jun 25, 2024
1 parent 520baaf commit 924ae78
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions workflow.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<script src="https://unpkg.com/d3/dist/d3.min.js"></script>
<script>
window.addEventListener("load", function () {
var svgs = d3.selectAll(".mermaid#id-ea4e7d43-b847-406d-9ed7-7da0006827f9 svg");
var svgs = d3.selectAll(".mermaid#id-0fd7c1b0-c453-46a4-9428-f1f3692e022f svg");
svgs.each(function() {
var svg = d3.select(this);
svg.html("<g>" + svg.html() + "</g>");
Expand Down Expand Up @@ -76,7 +76,7 @@ <h3>Navigation</h3>
<p>The tool was written following a proposal not only to retrieve data from archived tweets, but also to facilitate the reading of these tweets. Therefore, a flow is defined to obtain these results in the best possible way.</p>
<p>Due to limitations of the Wayback CDX Server API, it is not always possible to parse the results with the mimetype <code class="docutils literal notranslate"><span class="pre">application/json</span></code>, regardless, the data in CDX format are saved.</p>
<p>Use the mouse to zoom in and out the flowchart.</p>
<div align="center" id="id-ea4e7d43-b847-406d-9ed7-7da0006827f9" class="mermaid align-center">
<div align="center" id="id-0fd7c1b0-c453-46a4-9428-f1f3692e022f" class="mermaid align-center">
flowchart TB
A[input Username]--&gt; B[(Wayback Machine)]
B--&gt; B1[save Archived Tweets CDX data]
Expand Down

0 comments on commit 924ae78

Please sign in to comment.