Skip to content

Commit

Permalink
Meetup details updated
Browse files Browse the repository at this point in the history
  • Loading branch information
samrit2442 committed Jun 26, 2024
1 parent 50d3efa commit 922b8e6
Show file tree
Hide file tree
Showing 5 changed files with 640 additions and 9 deletions.
6 changes: 3 additions & 3 deletions docs/meetup.html
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
<span class="menu-text">Members</span></a>
</li>
<li class="nav-item">
<a class="nav-link active" href="./meetup.html" aria-current="page"> <i class="bi bi-people" role="img">
<a class="nav-link active" href="./meetup.html" aria-current="page"> <i class="bi bi-people-fill" role="img">
</i>
<span class="menu-text">MeetUp</span></a>
</li>
Expand Down Expand Up @@ -183,9 +183,9 @@ <h1 class="title">MeetUp</h1>
<td><a href="https://youtu.be/iqbxK5QsB1c">YouTube Link</a></td>
</tr>
<tr class="even">
<td>TBD</td>
<td>13th July, 2024</td>
<td><code>VR02</code></td>
<td>TBD</td>
<td>A New Approach for Teaching Data Analytics with R</td>
<td>Virtual</td>
<td>Abhimanyu Gupta</td>
<td>-</td>
Expand Down
9 changes: 8 additions & 1 deletion docs/search.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"href": "meetup.html",
"title": "MeetUp",
"section": "",
"text": "Event Date\nEvent Id\nEvent Name\nEvent Type\nSpeaker\nRecordings\n\n\n\n\n8th June, 2024\nVR01\nEverything with Quarto\nVirtual\nSamrit Pramanik\nYouTube Link\n\n\nTBD\nVR02\nTBD\nVirtual\nAbhimanyu Gupta\n-"
"text": "Event Date\nEvent Id\nEvent Name\nEvent Type\nSpeaker\nRecordings\n\n\n\n\n8th June, 2024\nVR01\nEverything with Quarto\nVirtual\nSamrit Pramanik\nYouTube Link\n\n\n13th July, 2024\nVR02\nA New Approach for Teaching Data Analytics with R\nVirtual\nAbhimanyu Gupta\n-"
},
{
"objectID": "blog.html",
Expand All @@ -68,5 +68,12 @@
"title": "Members",
"section": "",
"text": "Organising Committee\n\n\n\n\n\nImage Grid\n\n\n\n\n\n \n \n Samrit Pramanik - Data Scientist\n \n \n \n Abhirup Moitra - MSc in Math with Data Science, IMA\n \n \n \n Anwesha Roy - Statistical Programmer\n \n \n \n Arghya Mukherjee - PhD Scholar, IIT Kanpur"
},
{
"objectID": "test.html",
"href": "test.html",
"title": "Large gt Table Split into Pages",
"section": "",
"text": "Load necessary packages\nlibrary(dplyr) library(gt)\n\n\nCreate a large data frame\ndf &lt;- data.frame( Group = rep(c(“A”, “B”, “C”), each = 10), Item = rep(paste(“Item”, 1:10), times = 3), Value = sample(1:100, 30, replace = TRUE) )\n\n\nSplit the data frame into two parts\ndf_part1 &lt;- df[1:15, ] df_part2 &lt;- df[16:30, ]\n\n\nCreate the first table\ntable_part1 &lt;- df_part1 %&gt;% gt() %&gt;% tab_header( title = “Page 1” )\n\n\nCreate the second table\ntable_part2 &lt;- df_part2 %&gt;% gt() %&gt;% tab_header( title = “Page 2” )\n\n\nRender the tables sequentially\ntable_part1 table_part2"
}
]
6 changes: 5 additions & 1 deletion docs/sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</url>
<url>
<loc>https://kolkataruser.github.io/meetup.html</loc>
<lastmod>2024-06-10T15:16:01.867Z</lastmod>
<lastmod>2024-06-26T20:37:11.941Z</lastmod>
</url>
<url>
<loc>https://kolkataruser.github.io/blog.html</loc>
Expand All @@ -24,4 +24,8 @@
<loc>https://kolkataruser.github.io/member.html</loc>
<lastmod>2024-05-11T19:37:02.070Z</lastmod>
</url>
<url>
<loc>https://kolkataruser.github.io/test.html</loc>
<lastmod>2024-06-26T20:19:06.413Z</lastmod>
</url>
</urlset>
Loading

0 comments on commit 922b8e6

Please sign in to comment.