-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
adds new events to community and events page #2303
Merged
Merged
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 = [] | ||
|
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd prefer not to clutter up files with commented-out draft data.