Skip to content

Commit

Permalink
Merge pull request #2303 from XRPLF/events-updates-12/12/23
Browse files Browse the repository at this point in the history
adds new events to community and events page
  • Loading branch information
AKCodez authored Dec 14, 2023
2 parents 1d570e3 + e1afbb3 commit ca0c678
Show file tree
Hide file tree
Showing 2 changed files with 73 additions and 3 deletions.
23 changes: 23 additions & 0 deletions template/page-community.html.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -321,6 +321,29 @@ var events = {{[
"end_date": "October 17, 2023",
"start_date": "October 17, 2023",
},
{
"name": _("Paris Blockchain Week"),
"description": _("Paris Blockchain Week is Europe's biggest blockchain & digital assets event that covers all aspects of blockchain technology."),
"type": "conference",
"link": "https://www.parisblockchainweek.com/",
"location": _("Paris, France"),
"date": "April 9 - 12, 2024",
"image": "Conference.png",
"end_date": "April 12, 2024",
"start_date": "April 12, 2024",
},
{
"name": _("Consensus"),
"description": _("Join us at Consensus! This event is the world's largest, longest-running and most influential gathering that brings together all sides of the cryptocurrency, blockchain and Web3 community."),
"type": "conference",
"link": "https://consensus2024.coindesk.com/sponsors/",
"location": _("Austin, Texas"),
"date": "May 29 - June 1, 2024",
"image": "Conference.png",
"end_date": "June 1, 2024",
"start_date": "June 1, 2024",
},
]}};
$(document).ready(() => {
// Function to convert string date to Date object
Expand Down
53 changes: 50 additions & 3 deletions tool/filter_categorize_dates.py
Original file line number Diff line number Diff line change
Expand Up @@ -433,17 +433,64 @@
"image": "paris.png",
"end_date": "November 28, 2023"
},
# { "name": "XRP Ledger Zone ETHDenver",
# "description": "XRPL Zone: your all-in-one location for creating and collaborating on XRP Ledger (XRPL) projects. Details coming soon!",
# "type": "zone",
# "link": "https://xrplzone-consensus.splashthat.com/", need to update
# "location": "Denver, Colorado",
# "date": "April 27, 2023", need to update
# "image": "XRPLZone.png",
# "end_date": "April 27, 2023" need to update
# },
{ "name": "RippleX’s Research: <br/> Stanford Engineering Campus Research Initiatives",
"description": "Learn more about RippleX’s ongoing research projects on the XRP Ledger, addressing issues like frontrunning defense, the significance of threshold signatures, and challenges in cross-chain communication, including the construction of bridges on XRPL.",
"type": "conference",
"link": "https://stanford.zoom.us/meeting/register/tJ0vcOCorjMpGdPnS4_aBkWhphhnzld7sUKr",
"location": "Virtual",
"date": "December 12, 2023 4:15pm PST",
"image": "Conference.png",
"end_date": "December 12, 2023",
},

{ "name": "Paris Blockchain Week",
"description": "Paris Blockchain Week is Europe's biggest blockchain & digital assets event that covers all aspects of blockchain technology.",
"type": "conference",
"link": "https://www.parisblockchainweek.com/",
"location": "Paris, France",
"date": "April 9 - 12, 2024",
"image": "Conference.png",
"end_date": "April 12, 2024",
},

{ "name": "Consensus",
"description": "Join us at Consensus! This event is the world's largest, longest-running and most influential gathering that brings together all sides of the cryptocurrency, blockchain and Web3 community.",
"type": "conference",
"link": "https://consensus2024.coindesk.com/sponsors/",
"location": "Austin, Texas",
"date": "May 29 - June 1, 2024",
"image": "Conference.png",
"end_date": "June 1, 2024",
},
{ "name": "Permissionless",
"description": "Come see XRP Ledger at Permissionless: the world's largest DeFi conference.",
"type": "conference",
"link": "https://blockworks.co/event/permissionless-iii/home",
"location": "Salt Lake City, Utah",
"date": "October 9 - 11, 2024",
"image": "Conference.png",
"end_date": "October 11, 2024",
},

{
"name": "XRPL Toronto Meetup Community - Celebrate with Us!",
"description": "To connect the blockchain community, showcase campus ambassador projects, and celebrate the year's progress with a holiday theme.",
"type": "meetup",
"link": "https://www.meetup.com/xrpl-toronto-community-meetup/events/294766059",
"location": "Downtown, Toronto",
"date": "December 7th, 6pm - 9pm",
"date": "TBD",
"image": "[email protected]",
"end_date": "December 7, 2023"
"end_date": "January 31, 2024"
},

]
def categorize_dates():
past = []
Expand Down

0 comments on commit ca0c678

Please sign in to comment.