@dcrackel/hematournamentui 1.0.706 → 1.0.707
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.prettierignore +7 -1
- package/.storybook/main.js +5 -12
- package/.storybook/preview-head.html +10 -3
- package/.storybook/preview.js +5 -13
- package/AGENTS.md +31 -1
- package/README.md +29 -22
- package/dist/HemaTournamentUI-lib.es.js +7189 -7467
- package/dist/HemaTournamentUI-lib.umd.js +27 -27
- package/dist/hematournamentui-tailwind.css +0 -24
- package/dist/hematournamentui.css +1 -1
- package/eslint.config.js +49 -23
- package/package.json +6 -2
- package/postcss.config.js +3 -3
- package/prettier.config.js +16 -10
- package/src/config/boutScreenConfigurations.js +52 -50
- package/src/main.js +1 -1
- package/src/mocks/EventQuestionsMock.js +43 -55
- package/src/mocks/assignments.js +180 -181
- package/src/mocks/clubGetAllMock.js +8143 -8143
- package/src/mocks/eventMock.js +205 -205
- package/src/mocks/eventPersonGetInitalPoolAssignmentsLivePools.js +541 -542
- package/src/mocks/eventPersonGetInitalPoolAssignmentsPreparing.js +522 -523
- package/src/mocks/eventPersonGetInitialPoolAssignments.js +386 -387
- package/src/mocks/eventPersonGetInitialPoolAssignments2.js +2267 -2268
- package/src/mocks/eventPersonGetInitialStaff.js +94 -95
- package/src/mocks/eventPersonGetPoolAssignmentEvent.js +161 -162
- package/src/mocks/eventRules.js +87 -86
- package/src/mocks/eventpersonGetEventById.js +1737 -1737
- package/src/mocks/getAllClubs.js +8143 -8143
- package/src/mocks/getAllStaffByTournamentId.js +74 -75
- package/src/mocks/getAllWeapons.js +81 -82
- package/src/mocks/getAttendance.js +43 -44
- package/src/mocks/getClub.js +43 -44
- package/src/mocks/getClubDisplayByClubId.js +104 -105
- package/src/mocks/getDEBouts-128Fencers.js +3247 -3248
- package/src/mocks/getDEBouts-42Fencers.js +3736 -3737
- package/src/mocks/getDEBouts-67Fencers.js +6684 -6690
- package/src/mocks/getDEBouts-DoubleElim.js +4198 -4199
- package/src/mocks/getDEWithBouts.js +628 -629
- package/src/mocks/getDeBouts-12fencers.js +1255 -1256
- package/src/mocks/getDeBouts-15fencers.js +925 -927
- package/src/mocks/getDeBouts-22fencers.js +1683 -1685
- package/src/mocks/getDeBouts-6fencers.js +818 -818
- package/src/mocks/getEventByTournamentId.js +47 -48
- package/src/mocks/getFinalEventResult.js +304 -305
- package/src/mocks/getPenaltiesByEvent.js +655 -656
- package/src/mocks/getPoolResults.js +1533 -1534
- package/src/mocks/getPoolsWithBouts.js +662 -663
- package/src/mocks/getPoolsWithBouts6PoolId139.js +885 -886
- package/src/mocks/getPoolsWithBoutsByPoolId.js +841 -841
- package/src/mocks/getPoolsWithBoutsClubColors.js +4 -4
- package/src/mocks/getPoolsWithBoutsComplete.js +919 -921
- package/src/mocks/locationMock.js +3213 -3214
- package/src/mocks/mockRoutes.js +3 -3
- package/src/mocks/personGetAllMock.js +2536 -2537
- package/src/mocks/personsMock.js +17569 -17570
- package/src/mocks/singleEventMock.js +249 -250
- package/src/mocks/tournamentMock.js +1988 -1927
- package/src/stories/Atoms/CheckBox/BaseCheckbox.stories.js +25 -23
- package/src/stories/Atoms/CheckBox/BaseCheckbox.vue +30 -24
- package/src/stories/Atoms/Icon/BaseIcon.stories.js +63 -64
- package/src/stories/Atoms/Icon/BaseIcon.test.js +67 -69
- package/src/stories/Atoms/Icon/BaseIcon.vue +2 -3
- package/src/stories/Atoms/Input/BaseInput.stories.js +18 -18
- package/src/stories/Atoms/Input/BaseInput.test.js +65 -67
- package/src/stories/Atoms/Input/BaseInput.vue +36 -31
- package/src/stories/Atoms/RadioGroup/BaseRadioGroup.stories.js +21 -21
- package/src/stories/Atoms/RadioGroup/BaseRadioGroup.test.js +31 -31
- package/src/stories/Atoms/RadioGroup/BaseRadioGroup.vue +23 -18
- package/src/stories/Atoms/Tag/BaseTag.stories.js +21 -21
- package/src/stories/Atoms/Tag/BaseTag.test.js +26 -30
- package/src/stories/Atoms/Tag/BaseTag.vue +18 -19
- package/src/stories/Atoms/Text/BaseText.stories.js +54 -62
- package/src/stories/Atoms/Text/BaseText.test.js +152 -154
- package/src/stories/Atoms/Text/BaseText.vue +103 -81
- package/src/stories/Configure.mdx +5 -3
- package/src/stories/Molecules/Boxes/BoutBoxes/HandshotCounterBox/HandshotCounterBox.stories.js +24 -24
- package/src/stories/Molecules/Boxes/BoutBoxes/HandshotCounterBox/HandshotCounterBox.vue +33 -15
- package/src/stories/Molecules/Boxes/BoutBoxes/PassesBox/PassesBox.stories.js +46 -48
- package/src/stories/Molecules/Boxes/BoutBoxes/PassesBox/PassesBox.vue +38 -25
- package/src/stories/Molecules/Boxes/BoutBoxes/PenaltyConfirmationBox/PenaltyConfirmationBox.stories.js +4 -4
- package/src/stories/Molecules/Boxes/BoutBoxes/PenaltyConfirmationBox/PenaltyConfirmationBox.vue +9 -4
- package/src/stories/Molecules/Boxes/BoutBoxes/ScoreBox/ScoreBox.stories.js +90 -90
- package/src/stories/Molecules/Boxes/BoutBoxes/ScoreBox/ScoreBox.vue +51 -32
- package/src/stories/Molecules/Boxes/BoutBoxes/TimerBox/TimerBox.stories.js +25 -25
- package/src/stories/Molecules/Boxes/BoutBoxes/TimerBox/TimerBox.vue +47 -12
- package/src/stories/Molecules/Boxes/CounterBox/CounterBox.stories.js +19 -19
- package/src/stories/Molecules/Boxes/CounterBox/CounterBox.vue +25 -19
- package/src/stories/Molecules/Boxes/EventStatusBox/EventStatusBox.stories.js +25 -28
- package/src/stories/Molecules/Boxes/EventStatusBox/EventStatusBox.vue +7 -7
- package/src/stories/Molecules/Breadcrumb/Admin/Breadcrumb.stories.js +28 -29
- package/src/stories/Molecules/Breadcrumb/Admin/Breadcrumb.test.js +58 -58
- package/src/stories/Molecules/Breadcrumb/Admin/Breadcrumb.vue +15 -15
- package/src/stories/Molecules/Buttons/BaseButton/BaseButton.stories.js +86 -86
- package/src/stories/Molecules/Buttons/BaseButton/BaseButton.test.js +101 -103
- package/src/stories/Molecules/Buttons/BaseButton/BaseButton.vue +87 -24
- package/src/stories/Molecules/Buttons/ButtonBar/ButtonBar.stories.js +31 -31
- package/src/stories/Molecules/Buttons/ButtonBar/ButtonBar.vue +19 -21
- package/src/stories/Molecules/CombinationInputs/TitledInput/TitledInput.stories.js +57 -57
- package/src/stories/Molecules/CombinationInputs/TitledInput/TitledInput.test.js +64 -64
- package/src/stories/Molecules/CombinationInputs/TitledInput/TitledInput.vue +17 -16
- package/src/stories/Molecules/Filters/FilterAndSortBar/FilterAndSortBar.stories.js +19 -19
- package/src/stories/Molecules/Filters/FilterAndSortBar/FilterAndSortBar.vue +18 -7
- package/src/stories/Molecules/Filters/FilterUpcomingPast/FilterUpcomingPast.stories.js +16 -18
- package/src/stories/Molecules/Filters/FilterUpcomingPast/FilterUpcomingPast.vue +31 -13
- package/src/stories/Molecules/Indicators/ServerConnected/ServerConnected.stories.js +27 -27
- package/src/stories/Molecules/Indicators/ServerConnected/ServerConnected.vue +6 -5
- package/src/stories/Molecules/Inputs/MultiSelect/MultiSelect.stories.js +35 -35
- package/src/stories/Molecules/Inputs/MultiSelect/MultiSelect.vue +13 -8
- package/src/stories/Molecules/Inputs/Toggle/Toggle.stories.js +27 -27
- package/src/stories/Molecules/Inputs/Toggle/Toggle.vue +8 -5
- package/src/stories/Molecules/Menus/TabBar/TabBar.stories.js +18 -18
- package/src/stories/Molecules/Menus/TabBar/TabBar.vue +1 -2
- package/src/stories/Molecules/Modals/AddDisplayModal/AddDisplay.stories.js +36 -27
- package/src/stories/Molecules/Modals/AddDisplayModal/AddDisplayModal.vue +25 -15
- package/src/stories/Molecules/Modals/BaseModal/BaseModal.stories.js +66 -65
- package/src/stories/Molecules/Modals/BaseModal/BaseModal.vue +47 -9
- package/src/stories/Molecules/Modals/ConfirmModal/ConfirmModal.stories.js +23 -23
- package/src/stories/Molecules/Modals/ConfirmModal/ConfirmModal.vue +59 -11
- package/src/stories/Molecules/Modals/DirectorModal/DirectorModal.stories.js +37 -37
- package/src/stories/Molecules/Modals/DirectorModal/DirectorModal.vue +27 -22
- package/src/stories/Molecules/Modals/EditBoutModal/EditBoutModal.stories.js +41 -41
- package/src/stories/Molecules/Modals/EditBoutModal/EditBoutModal.vue +27 -15
- package/src/stories/Molecules/Modals/EventWizardModal/EventWizardModal.stories.js +29 -30
- package/src/stories/Molecules/Modals/EventWizardModal/EventWizardModal.vue +18 -16
- package/src/stories/Molecules/Modals/LoadingModal/LoadingModal.stories.js +21 -21
- package/src/stories/Molecules/Modals/LoadingModal/LoadingModal.vue +7 -7
- package/src/stories/Molecules/Modals/PenaltyModal/PenaltyModal.stories.js +24 -24
- package/src/stories/Molecules/Modals/PenaltyModal/PenaltyModal.vue +30 -25
- package/src/stories/Molecules/Reorder/ReorderableShell.stories.js +81 -77
- package/src/stories/Molecules/Reorder/ReorderableShell.vue +46 -43
- package/src/stories/Molecules/StepIndicator/BaseStepIndicator/StepIndicator.stories.js +40 -40
- package/src/stories/Molecules/StepIndicator/BaseStepIndicator/StepIndicator.vue +23 -25
- package/src/stories/Organisms/Cards/BoutCard/BoutCard.stories.js +34 -29
- package/src/stories/Organisms/Cards/BoutCard/BoutCard.vue +69 -66
- package/src/stories/Organisms/Cards/BoutCard/Variants/BoutCardActive/BoutCardActive.stories.js +24 -22
- package/src/stories/Organisms/Cards/BoutCard/Variants/BoutCardActive/BoutCardActive.vue +53 -41
- package/src/stories/Organisms/Cards/BoutCard/Variants/BoutCardInactive/BoutCardInactive.stories.js +24 -37
- package/src/stories/Organisms/Cards/BoutCard/Variants/BoutCardInactive/BoutCardInactive.vue +88 -103
- package/src/stories/Organisms/Cards/BoutCard/Variants/BoutCardReorder/BoutCardReorder.vue +13 -14
- package/src/stories/Organisms/Cards/BoutCard/Variants/BoutCardWaiting/BoutCardWaiting.stories.js +5 -5
- package/src/stories/Organisms/Cards/BoutCard/Variants/BoutCardWaiting/BoutCardWaiting.vue +22 -21
- package/src/stories/Organisms/Cards/ClubCard/ClubCard.stories.js +14 -17
- package/src/stories/Organisms/Cards/ClubCard/ClubCard.vue +25 -18
- package/src/stories/Organisms/Cards/Director/DirectorCard.stories.js +23 -23
- package/src/stories/Organisms/Cards/Director/DirectorCard.vue +159 -103
- package/src/stories/Organisms/Cards/EditBout/EditBout.stories.js +47 -47
- package/src/stories/Organisms/Cards/EditBout/EditBout.test.js +51 -0
- package/src/stories/Organisms/Cards/EditBout/EditBout.vue +82 -54
- package/src/stories/Organisms/Cards/EventCard/EventCard.stories.js +9 -10
- package/src/stories/Organisms/Cards/EventCard/EventCard.vue +83 -63
- package/src/stories/Organisms/Cards/FencerCard/FencerCard.stories.js +105 -105
- package/src/stories/Organisms/Cards/FencerCard/FencerCard.vue +142 -58
- package/src/stories/Organisms/Cards/FencerFinalResultCard/FencerFinalResultCard.stories.js +14 -14
- package/src/stories/Organisms/Cards/FencerFinalResultCard/FencerFinalResultCard.vue +37 -26
- package/src/stories/Organisms/Cards/FencerPoolResultsCard/FencerPoolResults.stories.js +24 -24
- package/src/stories/Organisms/Cards/FencerPoolResultsCard/FencerPoolResultsCard.vue +95 -28
- package/src/stories/Organisms/Cards/ImportFencerCard/ImportFencerCard.stories.js +59 -60
- package/src/stories/Organisms/Cards/ImportFencerCard/ImportFencerCard.vue +13 -7
- package/src/stories/Organisms/Cards/KioskCard/KioskCard.stories.js +34 -34
- package/src/stories/Organisms/Cards/KioskCard/KioskCard.vue +149 -104
- package/src/stories/Organisms/Cards/PenaltyCard/PenaltyCard.stories.js +19 -20
- package/src/stories/Organisms/Cards/PenaltyCard/PenaltyCard.vue +207 -163
- package/src/stories/Organisms/Cards/PenaltyFencerCard/PenaltyFencerCard.stories.js +17 -17
- package/src/stories/Organisms/Cards/PenaltyFencerCard/PenaltyFencerCard.vue +88 -46
- package/src/stories/Organisms/Cards/PoolBoutMatchCard/PoolBoutMatchCard.stories.js +182 -182
- package/src/stories/Organisms/Cards/PoolBoutMatchCard/PoolBoutMatchCard.vue +21 -12
- package/src/stories/Organisms/Cards/PoolFencerCard/PoolFencerCard.stories.js +25 -28
- package/src/stories/Organisms/Cards/PoolFencerCard/PoolFencerCard.vue +28 -22
- package/src/stories/Organisms/Cards/StaffCard/StaffCard.stories.js +62 -62
- package/src/stories/Organisms/Cards/StaffCard/StaffCard.vue +27 -22
- package/src/stories/Organisms/Cards/TableauBoutCard/SpacingConfig.js +103 -103
- package/src/stories/Organisms/Cards/TableauBoutCard/TableauBoutCard.stories.js +73 -73
- package/src/stories/Organisms/Cards/TableauBoutCard/TableauBoutCard.test.js +44 -0
- package/src/stories/Organisms/Cards/TableauBoutCard/TableauBoutCard.vue +69 -56
- package/src/stories/Organisms/Cards/TableauFencerCard/TableauFencerCard.stories.js +80 -81
- package/src/stories/Organisms/Cards/TableauFencerCard/TableauFencerCard.vue +39 -22
- package/src/stories/Organisms/Cards/TournamentAdminCard/TournamentAdmin.stories.js +20 -20
- package/src/stories/Organisms/Cards/TournamentAdminCard/TournamentAdminCard.vue +62 -33
- package/src/stories/Organisms/Cards/WaitlistFencerCard/WaitlistFencerCard.vue +44 -30
- package/src/stories/Organisms/ComplexInputs/AddressAutocomplete/AddressAutocomplete.stories.js +6 -7
- package/src/stories/Organisms/ComplexInputs/AddressAutocomplete/AddressAutocomplete.vue +7 -8
- package/src/stories/Organisms/ComplexInputs/ClubColorPicker/ClubColorPicker.stories.js +31 -31
- package/src/stories/Organisms/ComplexInputs/ClubColorPicker/ClubColorPicker.vue +30 -35
- package/src/stories/Organisms/ComplexInputs/DatePicker/DatePicker.stories.js +13 -16
- package/src/stories/Organisms/ComplexInputs/DatePicker/DatePicker.vue +68 -70
- package/src/stories/Organisms/ComplexInputs/DropDown/DropDownMenu.stories.js +32 -34
- package/src/stories/Organisms/ComplexInputs/DropDown/DropDownMenu.vue +48 -25
- package/src/stories/Organisms/ComplexInputs/FindLocation/FindLocation.stories.js +21 -21
- package/src/stories/Organisms/ComplexInputs/FindLocation/FindLocation.vue +65 -38
- package/src/stories/Organisms/ComplexInputs/FindOrAddPerson/FindOrAddPerson.stories.js +19 -20
- package/src/stories/Organisms/ComplexInputs/FindOrAddPerson/FindOrAddPerson.vue +46 -21
- package/src/stories/Organisms/ComplexInputs/FindPerson/FindPerson.stories.js +22 -22
- package/src/stories/Organisms/ComplexInputs/FindPerson/FindPerson.vue +68 -23
- package/src/stories/Organisms/ComplexInputs/ImageCropper/ImageCropper.stories.js +13 -13
- package/src/stories/Organisms/ComplexInputs/ImageCropper/ImageCropper.vue +25 -24
- package/src/stories/Organisms/ComplexInputs/TextBoxEditor/TextBoxEditor.stories.js +6 -10
- package/src/stories/Organisms/ComplexInputs/TextBoxEditor/TextBoxEditor.vue +112 -48
- package/src/stories/Organisms/Containers/BoutsSection/BoutsSection.stories.js +43 -44
- package/src/stories/Organisms/Containers/BoutsSection/BoutsSection.vue +30 -23
- package/src/stories/Organisms/Containers/FinalResults/FinalResultsTable.stories.js +20 -20
- package/src/stories/Organisms/Containers/FinalResults/FinalResultsTable.vue +12 -12
- package/src/stories/Organisms/Containers/KioskContainer/KioskContainer.stories.js +24 -25
- package/src/stories/Organisms/Containers/KioskContainer/KioskContainer.vue +112 -87
- package/src/stories/Organisms/Containers/Pool/Pool.stories.js +54 -54
- package/src/stories/Organisms/Containers/Pool/Pool.vue +64 -41
- package/src/stories/Organisms/Containers/PoolGrid/PoolGrid.stories.js +17 -19
- package/src/stories/Organisms/Containers/PoolGrid/PoolGrid.vue +189 -135
- package/src/stories/Organisms/Containers/PoolResults/PoolResultsTable.stories.js +53 -54
- package/src/stories/Organisms/Containers/PoolResults/PoolResultsTable.vue +107 -73
- package/src/stories/Organisms/Containers/Tableau/Tableau.stories.js +23 -24
- package/src/stories/Organisms/Containers/Tableau/Tableau.test.js +49 -10
- package/src/stories/Organisms/Containers/Tableau/Tableau.vue +96 -173
- package/src/stories/Organisms/Containers/TableauColumn/TabeauColumn.stories.js +26 -27
- package/src/stories/Organisms/Containers/TableauColumn/TableauColumn.vue +20 -17
- package/src/stories/Organisms/Containers/TableauLines/SpacingConfig.js +153 -103
- package/src/stories/Organisms/Containers/TableauLines/TableauLines.stories.js +13 -15
- package/src/stories/Organisms/Containers/TableauLines/TableauLines.vue +7 -8
- package/src/stories/Organisms/Form/AddDisplay/AddDisplay.stories.js +26 -26
- package/src/stories/Organisms/Form/AddDisplay/AddDisplay.vue +130 -118
- package/src/stories/Organisms/Form/AddNewPerson/AddNewPerson.stories.js +14 -15
- package/src/stories/Organisms/Form/AddNewPerson/AddNewPerson.vue +94 -88
- package/src/stories/Organisms/Grids/GridContainer.stories.js +101 -101
- package/src/stories/Organisms/Grids/GridContainer.vue +160 -136
- package/src/stories/Organisms/Headers/AttendanceSummary/AttendanceSummary.stories.js +47 -47
- package/src/stories/Organisms/Headers/AttendanceSummary/AttendanceSummary.vue +65 -54
- package/src/stories/Organisms/Headers/EventFinalResultsHeader/EventFinalResultsHeader.stories.js +27 -27
- package/src/stories/Organisms/Headers/EventFinalResultsHeader/EventFinalResultsHeader.vue +38 -22
- package/src/stories/Organisms/Headers/PenaltySummary/PenaltySummary.stories.js +80 -80
- package/src/stories/Organisms/Headers/PenaltySummary/PenaltySummary.vue +14 -6
- package/src/stories/Organisms/Headers/PoolResultsHeader/PoolResultsHeader.stories.js +34 -34
- package/src/stories/Organisms/Headers/PoolResultsHeader/PoolResultsHeader.vue +36 -36
- package/src/stories/Organisms/Headers/PoolSummary/PoolSummary.stories.js +21 -21
- package/src/stories/Organisms/Headers/PoolSummary/PoolSummary.vue +56 -29
- package/src/stories/Organisms/Headers/ToggleHeader/ToggleHeader.stories.js +38 -38
- package/src/stories/Organisms/Headers/ToggleHeader/ToggleHeader.vue +19 -20
- package/src/stories/Organisms/RankCalculator/ByLetter/RankCalculator.stories.js +12 -13
- package/src/stories/Organisms/RankCalculator/ByLetter/RankCalculator.vue +47 -41
- package/src/stories/Organisms/RankCalculator/ByPoints/RankCalculatorByPoints.stories.js +12 -13
- package/src/stories/Organisms/RankCalculator/ByPoints/RankCalculatorByPoints.vue +66 -37
- package/src/stories/Organisms/Skeletons/ClubManagement/ClubManagement.stories.js +6 -10
- package/src/stories/Organisms/Skeletons/ClubManagement/ClubMangementSkeleton.vue +2 -2
- package/src/stories/Organisms/Skeletons/EventCard/EventCardSkeleton.stories.js +6 -10
- package/src/stories/Organisms/Skeletons/EventCard/EventCardSkeleton.vue +2 -3
- package/src/stories/Organisms/Skeletons/FencerCard/FencerCardSkeleton.stories.js +6 -10
- package/src/stories/Organisms/Skeletons/FencerCard/FencerCardSkeleton.vue +1 -1
- package/src/stories/Organisms/Skeletons/PersonManagement/PersonManagementSkeleton.stories.js +6 -9
- package/src/stories/Organisms/Skeletons/PersonManagement/PersonManagementSkeleton.vue +2 -2
- package/src/stories/Organisms/Skeletons/PoolSkeleton/PoolSkeleton.stories.js +6 -10
- package/src/stories/Organisms/Skeletons/PoolSkeleton/PoolSkeleton.vue +10 -4
- package/src/stories/Organisms/Skeletons/TournamentCard/TournamentCardSkeleton.stories.js +6 -10
- package/src/stories/Organisms/Skeletons/TournamentCard/TournamentCardSkeleton.vue +2 -2
- package/src/stories/Organisms/Wizards/EditEventWizard/BasicEventInfo/BasicEventInfo.stories.js +34 -34
- package/src/stories/Organisms/Wizards/EditEventWizard/BasicEventInfo/BasicEventInfo.vue +106 -56
- package/src/stories/Organisms/Wizards/EditEventWizard/DirectElimination/DirectElimination.stories.js +95 -95
- package/src/stories/Organisms/Wizards/EditEventWizard/DirectElimination/DirectElimination.vue +129 -69
- package/src/stories/Organisms/Wizards/EditEventWizard/DirectEliminationPromotion/DirectEliminationPromotion.stories.js +87 -88
- package/src/stories/Organisms/Wizards/EditEventWizard/DirectEliminationPromotion/DirectEliminationPromotion.vue +105 -60
- package/src/stories/Organisms/Wizards/EditEventWizard/EditEventWizard.stories.js +82 -82
- package/src/stories/Organisms/Wizards/EditEventWizard/EditEventWizard.vue +150 -177
- package/src/stories/Organisms/Wizards/EditEventWizard/EventCustomization/EventCustomization.stories.js +28 -28
- package/src/stories/Organisms/Wizards/EditEventWizard/EventCustomization/EventCustomization.vue +96 -36
- package/src/stories/Organisms/Wizards/EditEventWizard/PoolConfiguration/PoolConfiguration.stories.js +99 -99
- package/src/stories/Organisms/Wizards/EditEventWizard/PoolConfiguration/PoolConfiguration.vue +115 -67
- package/src/stories/Templates/Assignment/Assignment.stories.js +22 -23
- package/src/stories/Templates/Assignment/Assignment.vue +210 -161
- package/src/stories/Templates/ClubManagement/ClubBasic/ClubBasic.stories.js +90 -90
- package/src/stories/Templates/ClubManagement/ClubBasic/ClubBasic.vue +68 -55
- package/src/stories/Templates/ClubManagement/ClubManagement.stories.js +87 -87
- package/src/stories/Templates/ClubManagement/ClubManagement.vue +167 -147
- package/src/stories/Templates/EventManagement/Bracket/Bracket.stories.js +82 -103
- package/src/stories/Templates/EventManagement/Bracket/Bracket.test.js +88 -43
- package/src/stories/Templates/EventManagement/Bracket/Bracket.vue +167 -200
- package/src/stories/Templates/EventManagement/EditEventInfo/EditEventInfo.stories.js +49 -50
- package/src/stories/Templates/EventManagement/EditEventInfo/EditEventInfo.vue +21 -21
- package/src/stories/Templates/EventManagement/EventAttendance/EventAttendance.stories.js +105 -103
- package/src/stories/Templates/EventManagement/EventAttendance/EventAttendance.vue +289 -226
- package/src/stories/Templates/EventManagement/EventFinalResults/EventFinalResults.stories.js +30 -30
- package/src/stories/Templates/EventManagement/EventFinalResults/EventFinalResults.vue +27 -22
- package/src/stories/Templates/EventManagement/KioskDisplay/KioskDisplay.stories.js +44 -45
- package/src/stories/Templates/EventManagement/KioskDisplay/KioskDisplay.vue +52 -43
- package/src/stories/Templates/EventManagement/Penalties/PenaltyReport.stories.js +28 -29
- package/src/stories/Templates/EventManagement/Penalties/PenaltyReport.vue +54 -39
- package/src/stories/Templates/EventManagement/PoolLive/PoolLive.stories.js +80 -111
- package/src/stories/Templates/EventManagement/PoolLive/PoolLive.test.js +121 -0
- package/src/stories/Templates/EventManagement/PoolLive/PoolLive.vue +290 -255
- package/src/stories/Templates/EventManagement/PoolManagement/PoolManagement.stories.js +109 -107
- package/src/stories/Templates/EventManagement/PoolManagement/PoolManagement.vue +144 -87
- package/src/stories/Templates/EventManagement/PoolResults/PoolResults.stories.js +56 -57
- package/src/stories/Templates/EventManagement/PoolResults/PoolResults.vue +132 -123
- package/src/stories/Templates/EventManagement/StaffList/StaffList.stories.js +56 -57
- package/src/stories/Templates/EventManagement/StaffList/StaffList.vue +84 -47
- package/src/stories/Templates/Menus/Admin/AdminLeftMenu.stories.js +29 -29
- package/src/stories/Templates/Menus/Admin/AdminLeftMenu.vue +71 -67
- package/src/stories/Templates/Menus/EditEventsTopMenu/EditEventsTopMenu.stories.js +39 -40
- package/src/stories/Templates/Menus/EditEventsTopMenu/EditEventsTopMenu.vue +79 -71
- package/src/stories/Templates/PersonManagement/Admin/Administration/Administration.stories.js +47 -47
- package/src/stories/Templates/PersonManagement/Admin/Administration/Administration.vue +39 -42
- package/src/stories/Templates/PersonManagement/Admin/FencerAdmin/FencerAdmin.stories.js +54 -54
- package/src/stories/Templates/PersonManagement/Admin/FencerAdmin/FencerAdmin.vue +27 -31
- package/src/stories/Templates/PersonManagement/Admin/MergeAccounts/MergeAccounts.stories.js +69 -69
- package/src/stories/Templates/PersonManagement/Admin/MergeAccounts/MergeAccounts.vue +78 -89
- package/src/stories/Templates/PersonManagement/Attendance/Attendance.stories.js +22 -22
- package/src/stories/Templates/PersonManagement/Attendance/Attendance.vue +61 -33
- package/src/stories/Templates/PersonManagement/Basic/BasicEdit.stories.js +29 -29
- package/src/stories/Templates/PersonManagement/Basic/BasicEdit.vue +80 -53
- package/src/stories/Templates/PersonManagement/PersonManagement.stories.js +84 -86
- package/src/stories/Templates/PersonManagement/PersonManagement.vue +107 -82
- package/src/stories/Templates/TournamentManagement/ListEvents/ListEvents.stories.js +31 -31
- package/src/stories/Templates/TournamentManagement/ListEvents/ListEvents.vue +70 -51
- package/src/stories/Templates/TournamentManagement/TournamentManagement.stories.js +79 -79
- package/src/stories/Templates/TournamentManagement/TournamentManagement.vue +275 -230
- package/src/stories/Templates/TournamentManagement/TournamentPageOne/TournamentPageOne.stories.js +113 -113
- package/src/stories/Templates/TournamentManagement/TournamentPageOne/TournamentPageOne.vue +175 -146
- package/src/stories/Templates/TournamentManagement/TournamentPageTwo/TournamentPageTwo.stories.js +77 -77
- package/src/stories/Templates/TournamentManagement/TournamentPageTwo/TournamentPageTwo.vue +208 -185
- package/src/stories/Util/Validations/AddNewPersonModalValidation.js +23 -19
- package/src/stories/Util/Validations/ClubManagementValidations.js +17 -21
- package/src/stories/Util/Validations/PersonManagementValidations.js +26 -22
- package/src/stories/Util/Validations/TournamentFieldsValidations.js +20 -18
- package/src/stories/Util/seeding.js +131 -131
- package/src/stories/Util/tabs.js +75 -75
- package/tailwind/tailwind.css +5 -7
- package/tailwind.config.js +12 -15
- package/vite.config.js +3 -3
- package/src/mocks/getDirectors.js +0 -18
- package/src/stories/Molecules/Modals/AssignDirectorModal/AssignDirectorModal.stories.js +0 -45
- package/src/stories/Molecules/Modals/AssignDirectorModal/AssignDirectorModal.vue +0 -111
- package/src/stories/Organisms/Cards/DirectorAssignmentCard/DirectorAssignmentCard.stories.js +0 -45
- package/src/stories/Organisms/Cards/DirectorAssignmentCard/DirectorAssignmentCard.vue +0 -83
|
@@ -1,1932 +1,1993 @@
|
|
|
1
1
|
const mockTournaments = [
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
}
|
|
22
|
-
},
|
|
23
|
-
{
|
|
24
|
-
"TournamentId": 22,
|
|
25
|
-
"Name": "Blue Box Open",
|
|
26
|
-
"StartDate": "2021-11-20",
|
|
27
|
-
"EndDate": "2021-11-20",
|
|
28
|
-
"RegistrationCutOff": "0000-00-00",
|
|
29
|
-
"Description": "",
|
|
30
|
-
"HostedOnM2": true,
|
|
31
|
-
"Visibility": "Open",
|
|
32
|
-
"TotalParticipants": 38,
|
|
33
|
-
"ImagesURLs": "https://meyersquaredimages.com/uploads/t-91bc7405.png",
|
|
34
|
-
"ImagesAltTexts": "Blue Box Open image",
|
|
35
|
-
"Club": {
|
|
36
|
-
"Name": "Royal Arts Fencing Academy"
|
|
37
|
-
},
|
|
38
|
-
"Address": {
|
|
39
|
-
"Name": "Royal Arts Fencing Academy",
|
|
40
|
-
"City": "Columbus",
|
|
41
|
-
"State": "OH"
|
|
42
|
-
}
|
|
43
|
-
},
|
|
44
|
-
{
|
|
45
|
-
"TournamentId": 23,
|
|
46
|
-
"Name": "Looking Sharpe",
|
|
47
|
-
"StartDate": "2022-01-14",
|
|
48
|
-
"EndDate": "2022-01-15",
|
|
49
|
-
"RegistrationCutOff": "0000-00-00",
|
|
50
|
-
"Description": "<p>Looking Sharpe is a first of its kind Rapier et al and Messer tournament. All off-hand weapons must be approved by the tournament committee. Lanterns and other potentially unsafe items will not be permitted. This tournament also introduces our new messer rules.</p>",
|
|
51
|
-
"HostedOnM2": true,
|
|
52
|
-
"Visibility": "Open",
|
|
53
|
-
"TotalParticipants": 21,
|
|
54
|
-
"ImagesURLs": "https://meyersquaredimages.com/uploads/t-7a24b1ef.png",
|
|
55
|
-
"ImagesAltTexts": "Looking Sharpe image",
|
|
56
|
-
"Club": {
|
|
57
|
-
"Name": "Columbus United Fencing Club"
|
|
58
|
-
},
|
|
59
|
-
"Address": {
|
|
60
|
-
"Name": "Royal Arts Fencing Academy",
|
|
61
|
-
"City": "Columbus",
|
|
62
|
-
"State": "OH"
|
|
63
|
-
}
|
|
64
|
-
},
|
|
65
|
-
{
|
|
66
|
-
"TournamentId": 24,
|
|
67
|
-
"Name": "Ascalon Sword Festival 2022",
|
|
68
|
-
"StartDate": "2022-03-11",
|
|
69
|
-
"EndDate": "2022-03-13",
|
|
70
|
-
"RegistrationCutOff": "0000-00-00",
|
|
71
|
-
"Description": "The Arnold Fencing Classic started as an Olympic fencing tournament in 2004. Since then it has expanded and now encompasses a large HEMA component. In moving away from the Arnold Sports Festival this year, we have branded a new name, the <a href=\"https://arnoldfencingclassic.com/what-is-ascalon\">Ascalon Sword Festival</a> featuring the Arnold Fencing Classic. Don't miss your chance to fence the Arnold Fencing Classic with fantastic medals and coolness all around.",
|
|
72
|
-
"HostedOnM2": true,
|
|
73
|
-
"Visibility": "Open",
|
|
74
|
-
"TotalParticipants": 105,
|
|
75
|
-
"ImagesURLs": "https://meyersquaredimages.com/uploads/t-29d57f03.png",
|
|
76
|
-
"ImagesAltTexts": "Ascalon Sword Festival 2022 image",
|
|
77
|
-
"Club": {
|
|
78
|
-
"Name": "Columbus United Fencing Club"
|
|
79
|
-
},
|
|
80
|
-
"Address": {
|
|
81
|
-
"Name": "Royal Arts Fencing Academy",
|
|
82
|
-
"City": "Columbus",
|
|
83
|
-
"State": "OH"
|
|
84
|
-
}
|
|
85
|
-
},
|
|
86
|
-
{
|
|
87
|
-
"TournamentId": 25,
|
|
88
|
-
"Name": "Queen's Court 2022",
|
|
89
|
-
"StartDate": "2022-06-19",
|
|
90
|
-
"EndDate": "2022-06-20",
|
|
91
|
-
"RegistrationCutOff": "0000-00-00",
|
|
92
|
-
"Description": "<p>Join us for the fourth annual Queens Court HEMA Tournament in Cincinnati,Ohio. Hosted by Queen City Sword Guild. We will be having a full weekend of tournaments, Cutting, Longsword divisions A and B, Messer, and Half Armor Heavy Weapons. Come join in to participate or just watch and have a fun weekend. Join our discord for information on rules, accommodations, and ask questions. <br><br>https://discord.gg/55be42dgub</p>",
|
|
93
|
-
"HostedOnM2": true,
|
|
94
|
-
"Visibility": "Open",
|
|
95
|
-
"TotalParticipants": 36,
|
|
96
|
-
"ImagesURLs": "https://meyersquaredimages.com/uploads/t-3376ca67.png",
|
|
97
|
-
"ImagesAltTexts": "Queen's Court image",
|
|
98
|
-
"Club": {
|
|
99
|
-
"Name": "Columbus United Fencing Club"
|
|
100
|
-
},
|
|
101
|
-
"Address": {
|
|
102
|
-
"Name": "Houck's Gym",
|
|
103
|
-
"City": "West Chester Township",
|
|
104
|
-
"State": "OH"
|
|
105
|
-
}
|
|
106
|
-
},
|
|
107
|
-
{
|
|
108
|
-
"TournamentId": 26,
|
|
109
|
-
"Name": "Hemageddon",
|
|
110
|
-
"StartDate": "2022-08-20",
|
|
111
|
-
"EndDate": "2022-08-20",
|
|
112
|
-
"RegistrationCutOff": "0000-00-00",
|
|
113
|
-
"Description": "",
|
|
114
|
-
"HostedOnM2": true,
|
|
115
|
-
"Visibility": "Open",
|
|
116
|
-
"TotalParticipants": 30,
|
|
117
|
-
"ImagesURLs": "https://meyersquaredimages.com/uploads/t-089b4617.png",
|
|
118
|
-
"ImagesAltTexts": "Hemageddon image",
|
|
119
|
-
"Club": {
|
|
120
|
-
"Name": "Columbus United Fencing Club"
|
|
121
|
-
},
|
|
122
|
-
"Address": {
|
|
123
|
-
"Name": "Royal Arts Fencing Academy",
|
|
124
|
-
"City": "Columbus",
|
|
125
|
-
"State": "OH"
|
|
126
|
-
}
|
|
127
|
-
},
|
|
128
|
-
{
|
|
129
|
-
"TournamentId": 27,
|
|
130
|
-
"Name": "Kings Cup Warmup: Longsword",
|
|
131
|
-
"StartDate": "2022-08-28",
|
|
132
|
-
"EndDate": "2022-08-28",
|
|
133
|
-
"RegistrationCutOff": "0000-00-00",
|
|
134
|
-
"Description": "",
|
|
135
|
-
"HostedOnM2": true,
|
|
136
|
-
"Visibility": "Open",
|
|
137
|
-
"TotalParticipants": 14,
|
|
138
|
-
"ImagesURLs": "https://meyersquaredimages.com/uploads/t-c7bcf96c.png",
|
|
139
|
-
"ImagesAltTexts": "Kings Cup Longsword Warmup image",
|
|
140
|
-
"Club": {
|
|
141
|
-
"Name": "Columbus United Fencing Club"
|
|
142
|
-
},
|
|
143
|
-
"Address": {
|
|
144
|
-
"Name": "Metropolitan Historical Fencing Academy",
|
|
145
|
-
"City": "Lorton",
|
|
146
|
-
"State": "VA"
|
|
147
|
-
}
|
|
148
|
-
},
|
|
149
|
-
{
|
|
150
|
-
"TournamentId": 28,
|
|
151
|
-
"Name": "Kings Cup Warmup: Saber",
|
|
152
|
-
"StartDate": "2022-09-11",
|
|
153
|
-
"EndDate": "2022-09-11",
|
|
154
|
-
"RegistrationCutOff": "0000-00-00",
|
|
155
|
-
"Description": "",
|
|
156
|
-
"HostedOnM2": true,
|
|
157
|
-
"Visibility": "Open",
|
|
158
|
-
"TotalParticipants": 7,
|
|
159
|
-
"ImagesURLs": "https://meyersquaredimages.com/uploads/t-4a67c3e5.png",
|
|
160
|
-
"ImagesAltTexts": "Kings Cup Saber Warmup image",
|
|
161
|
-
"Club": {
|
|
162
|
-
"Name": "Columbus United Fencing Club"
|
|
163
|
-
},
|
|
164
|
-
"Address": {
|
|
165
|
-
"Name": "Metropolitan Historical Fencing Academy",
|
|
166
|
-
"City": "Lorton",
|
|
167
|
-
"State": "VA"
|
|
168
|
-
}
|
|
169
|
-
},
|
|
170
|
-
{
|
|
171
|
-
"TournamentId": 31,
|
|
172
|
-
"Name": "Kings Cup Warmup: Sword & Buckler",
|
|
173
|
-
"StartDate": "2022-10-01",
|
|
174
|
-
"EndDate": "2022-10-01",
|
|
175
|
-
"RegistrationCutOff": "0000-00-00",
|
|
176
|
-
"Description": "",
|
|
177
|
-
"HostedOnM2": true,
|
|
178
|
-
"Visibility": "Open",
|
|
179
|
-
"TotalParticipants": 11,
|
|
180
|
-
"ImagesURLs": "https://meyersquaredimages.com/uploads/t-4c44df82.png",
|
|
181
|
-
"ImagesAltTexts": "Kings Cup Warmup: Sword & Buckler image",
|
|
182
|
-
"Club": {
|
|
183
|
-
"Name": "Columbus United Fencing Club"
|
|
184
|
-
},
|
|
185
|
-
"Address": {
|
|
186
|
-
"Name": "Metropolitan Historical Fencing Academy",
|
|
187
|
-
"City": "Lorton",
|
|
188
|
-
"State": "VA"
|
|
189
|
-
}
|
|
190
|
-
},
|
|
191
|
-
{
|
|
192
|
-
"TournamentId": 33,
|
|
193
|
-
"Name": "Blue Box Open",
|
|
194
|
-
"StartDate": "2022-11-19",
|
|
195
|
-
"EndDate": "2022-11-19",
|
|
196
|
-
"RegistrationCutOff": "0000-00-00",
|
|
197
|
-
"Description": "",
|
|
198
|
-
"HostedOnM2": true,
|
|
199
|
-
"Visibility": "Open",
|
|
200
|
-
"TotalParticipants": 50,
|
|
201
|
-
"ImagesURLs": "https://meyersquaredimages.com/uploads/t-be04e5f2.png",
|
|
202
|
-
"ImagesAltTexts": "Blue Box Open image",
|
|
203
|
-
"Club": {
|
|
204
|
-
"Name": "Columbus United Fencing Club"
|
|
205
|
-
},
|
|
206
|
-
"Address": {
|
|
207
|
-
"Name": "Royal Arts Fencing Academy",
|
|
208
|
-
"City": "Columbus",
|
|
209
|
-
"State": "OH"
|
|
210
|
-
}
|
|
211
|
-
},
|
|
212
|
-
{
|
|
213
|
-
"TournamentId": 34,
|
|
214
|
-
"Name": "King's Cup",
|
|
215
|
-
"StartDate": "2023-01-16",
|
|
216
|
-
"EndDate": "2023-01-19",
|
|
217
|
-
"RegistrationCutOff": "0000-00-00",
|
|
218
|
-
"Description": "",
|
|
219
|
-
"HostedOnM2": true,
|
|
220
|
-
"Visibility": "Open",
|
|
221
|
-
"TotalParticipants": 159,
|
|
222
|
-
"ImagesURLs": "https://meyersquaredimages.com/uploads/t-e3e92fc3.png",
|
|
223
|
-
"ImagesAltTexts": "King's Cup image",
|
|
224
|
-
"Club": {
|
|
225
|
-
"Name": "Columbus United Fencing Club"
|
|
226
|
-
},
|
|
227
|
-
"Address": {
|
|
228
|
-
"Name": "Metropolitan Historical Fencing Academy",
|
|
229
|
-
"City": "Lorton",
|
|
230
|
-
"State": "VA"
|
|
231
|
-
}
|
|
232
|
-
},
|
|
233
|
-
{
|
|
234
|
-
"TournamentId": 83,
|
|
235
|
-
"Name": "Looking Sharpe 2023",
|
|
236
|
-
"StartDate": "2023-01-21",
|
|
237
|
-
"EndDate": "2023-01-22",
|
|
238
|
-
"RegistrationCutOff": "2025-02-28",
|
|
239
|
-
"Description": "<h3><strong>Looking Sharpe Presents: A Tournament Like No Other!</strong></h3><p>Join us for a thrilling day of one handed weapons as Looking Sharpe hosts three exciting tournaments:</p><ul><li><p><strong>Rapier + Limited Off-Hand</strong></p></li><li><p><strong>Messer Tournament</strong></p></li><li><p><strong>Marginalized Genders Rapier + Limited Off-Hand</strong></p></li></ul><p>Test your skill, strategy, and steel against fierce competitors! Our off-hand weapons are limited to <strong>dagger, cloak, and buckler</strong>, subject to approval.</p><p><strong>PLUS! Experience Our Unique Messer Ruleset!</strong></p><p>This isn’t just another tournament—it’s a showcase of precision, power, and technical prowess with a ruleset designed to make Messer unique and fun.</p><p><strong>Mark your calendars</strong> and get ready for a fun day of one-handed weapons!</p>",
|
|
240
|
-
"HostedOnM2": true,
|
|
241
|
-
"Visibility": "Open",
|
|
242
|
-
"TotalParticipants": 28,
|
|
243
|
-
"ImagesURLs": "https://meyersquaredimages.com/uploads/t-5dd1d98a.png",
|
|
244
|
-
"ImagesAltTexts": "Looking Sharpe 2023 image",
|
|
245
|
-
"Club": {
|
|
246
|
-
"Name": "Columbus United Fencing Club"
|
|
247
|
-
},
|
|
248
|
-
"Address": {
|
|
249
|
-
"Name": "Columbus United Fencing Club",
|
|
250
|
-
"City": "Reynoldsburg",
|
|
251
|
-
"State": "OH"
|
|
252
|
-
}
|
|
253
|
-
},
|
|
254
|
-
{
|
|
255
|
-
"TournamentId": 48,
|
|
256
|
-
"Name": "Test Tournament 12345",
|
|
257
|
-
"StartDate": "2024-01-01",
|
|
258
|
-
"EndDate": "2024-01-07",
|
|
259
|
-
"RegistrationCutOff": "2024-01-01",
|
|
260
|
-
"Description": "<p>Test</p>",
|
|
261
|
-
"HostedOnM2": true,
|
|
262
|
-
"Visibility": "Open",
|
|
263
|
-
"TotalParticipants": 15,
|
|
264
|
-
"ImagesURLs": "",
|
|
265
|
-
"ImagesAltTexts": "Test123 image",
|
|
266
|
-
"Club": {
|
|
267
|
-
"Name": "Columbus United Fencing Club"
|
|
268
|
-
},
|
|
269
|
-
"Address": {
|
|
270
|
-
"Name": "Columbus United Fencing Club",
|
|
271
|
-
"City": "Reynoldsburg",
|
|
272
|
-
"State": "OH"
|
|
273
|
-
}
|
|
274
|
-
},
|
|
275
|
-
{
|
|
276
|
-
"TournamentId": 9,
|
|
277
|
-
"Name": "Queen's Court 2024",
|
|
278
|
-
"StartDate": "2024-07-19",
|
|
279
|
-
"EndDate": "2024-07-20",
|
|
280
|
-
"RegistrationCutOff": "0000-00-00",
|
|
281
|
-
"Description": "Queen City Sword GuildΓÇÖs first tournament, featuring steel longsword.",
|
|
282
|
-
"HostedOnM2": true,
|
|
283
|
-
"Visibility": "Open",
|
|
284
|
-
"TotalParticipants": 45,
|
|
285
|
-
"ImagesURLs": "https://images.squarespace-cdn.com/content/v1/588e439e1b10e309aeed2280/1549377422004-9SSG2INBP1HGR5OK4DIN/FacebookMockup2.png?format=1000w",
|
|
286
|
-
"ImagesAltTexts": "Queen's Court",
|
|
287
|
-
"Club": {
|
|
288
|
-
"Name": "Queen City Sword Guild"
|
|
289
|
-
},
|
|
290
|
-
"Address": {
|
|
291
|
-
"Name": "Test Location",
|
|
292
|
-
"City": "Antarctica",
|
|
293
|
-
"State": "AT"
|
|
294
|
-
}
|
|
295
|
-
},
|
|
296
|
-
{
|
|
297
|
-
"TournamentId": 19,
|
|
298
|
-
"Name": "Sword Quench 2024",
|
|
299
|
-
"StartDate": "2024-08-02",
|
|
300
|
-
"EndDate": "2024-08-02",
|
|
301
|
-
"RegistrationCutOff": "0000-00-00",
|
|
302
|
-
"Description": "<p><strong>Join Us for Sword Quench: Columbus United Fencing Club's Inaugural Event!</strong> ?</p><p></p><p>Get ready for an action-packed day of fencing excitement at Sword Quench, the first-ever event hosted by Columbus United Fencing Club! Whether you're a seasoned fencer or a passionate spectator, there's something for everyone.<br></p><p>? <strong>Event Lineup:</strong></p><ul><li><p><strong>Sword and Buckler</strong> ΓÇô 9:00 AM</p></li><li><p><strong>Open Longsword</strong> ΓÇô 12:00 PM</p></li><li><p><strong>Team Longsword</strong> ΓÇô 4:00 PM<br></p></li></ul><p>But that's not all! Our resident chef will be serving up mouthwatering smash burgers, featuring the exclusive \"Steppy\" sauceΓÇöcreated just for this event. It's a flavor you won't want to miss!</p><p>The whole team has poured their hearts into making this event unforgettable. Come celebrate with us and be part of the excitement!</p>",
|
|
303
|
-
"HostedOnM2": true,
|
|
304
|
-
"Visibility": "Open",
|
|
305
|
-
"TotalParticipants": 34,
|
|
306
|
-
"ImagesURLs": "https://www.meyersquaredimages.com/uploads/swordquench.png",
|
|
307
|
-
"ImagesAltTexts": "Sword Quench image",
|
|
308
|
-
"Club": {
|
|
309
|
-
"Name": "Columbus United Fencing Club"
|
|
310
|
-
},
|
|
311
|
-
"Address": {
|
|
312
|
-
"Name": "Test Location",
|
|
313
|
-
"City": "Antarctica",
|
|
314
|
-
"State": "AT"
|
|
315
|
-
}
|
|
316
|
-
},
|
|
317
|
-
{
|
|
318
|
-
"TournamentId": 32,
|
|
319
|
-
"Name": "Duel for the Jewel",
|
|
320
|
-
"StartDate": "2022-10-08",
|
|
321
|
-
"EndDate": "2024-09-15",
|
|
322
|
-
"RegistrationCutOff": "0000-00-00",
|
|
323
|
-
"Description": "<p>Duel for the Jewl</p>",
|
|
324
|
-
"HostedOnM2": true,
|
|
325
|
-
"Visibility": "Open",
|
|
326
|
-
"TotalParticipants": 27,
|
|
327
|
-
"ImagesURLs": "https://meyersquaredimages.com/uploads/t-d65e590c.png",
|
|
328
|
-
"ImagesAltTexts": "Duel for the Jewel image",
|
|
329
|
-
"Club": {
|
|
330
|
-
"Name": "Columbus United Fencing Club"
|
|
331
|
-
},
|
|
332
|
-
"Address": {
|
|
333
|
-
"Name": "Test Location",
|
|
334
|
-
"City": "Antarctica",
|
|
335
|
-
"State": "AT"
|
|
336
|
-
}
|
|
337
|
-
},
|
|
338
|
-
{
|
|
339
|
-
"TournamentId": 38,
|
|
340
|
-
"Name": "Gesellen Fechten 2024",
|
|
341
|
-
"StartDate": "2024-10-19",
|
|
342
|
-
"EndDate": "2024-10-21",
|
|
343
|
-
"RegistrationCutOff": "2024-10-19",
|
|
344
|
-
"Description": "<p>One of the biggest and toughest HEMA events in the world! Early bird pricing until end of July. Dedicated youth and URG events! Come test yourself.</p>",
|
|
345
|
-
"HostedOnM2": false,
|
|
346
|
-
"Visibility": "Open",
|
|
347
|
-
"TotalParticipants": 0,
|
|
348
|
-
"ImagesURLs": "https://meyersquaredimages.com/uploads/t-24c4babc.png",
|
|
349
|
-
"ImagesAltTexts": "Gesellen Fechten 2024 image",
|
|
350
|
-
"Club": {
|
|
351
|
-
"Name": "No Club Affiliation "
|
|
352
|
-
},
|
|
353
|
-
"Address": {
|
|
354
|
-
"Name": "Soccer City",
|
|
355
|
-
"City": "Oklahoma City",
|
|
356
|
-
"State": "OK"
|
|
357
|
-
}
|
|
358
|
-
},
|
|
359
|
-
{
|
|
360
|
-
"TournamentId": 39,
|
|
361
|
-
"Name": "Fright Fight",
|
|
362
|
-
"StartDate": "2024-10-26",
|
|
363
|
-
"EndDate": "2024-10-27",
|
|
364
|
-
"RegistrationCutOff": "2024-10-26",
|
|
365
|
-
"Description": "<p>We are hosting another Fright Fight this year! There will be cutting, rapier, S&B, and longsword. We will also have a steel dussack or saber tournament with provided weapons and an experimental continuous fencing event</p>",
|
|
366
|
-
"HostedOnM2": false,
|
|
367
|
-
"Visibility": "Open",
|
|
368
|
-
"TotalParticipants": 0,
|
|
369
|
-
"ImagesURLs": "https://meyersquaredimages.com/uploads/t-bf055dbf.png",
|
|
370
|
-
"ImagesAltTexts": "Fright Fight image",
|
|
371
|
-
"Club": {
|
|
372
|
-
"Name": "No Club Affiliation "
|
|
373
|
-
},
|
|
374
|
-
"Address": {
|
|
375
|
-
"Name": "The PHHacility",
|
|
376
|
-
"City": "Phoenix",
|
|
377
|
-
"State": "AZ"
|
|
378
|
-
}
|
|
379
|
-
},
|
|
380
|
-
{
|
|
381
|
-
"TournamentId": 37,
|
|
382
|
-
"Name": "Pumpkin Slice",
|
|
383
|
-
"StartDate": "2024-10-27",
|
|
384
|
-
"EndDate": "2024-10-28",
|
|
385
|
-
"RegistrationCutOff": "2024-10-27",
|
|
386
|
-
"Description": "<p>We are gathering at the Coombs Fairgrounds & Event Centre on October 27th, 2023 for an Open Steel Messer tournament. This will be the second iteration, official, but spiritually, the third, as it was inspired by the Spooky Scary Messer tournament held by THCC in Vancouver.</p>",
|
|
387
|
-
"HostedOnM2": false,
|
|
388
|
-
"Visibility": "Open",
|
|
389
|
-
"TotalParticipants": 0,
|
|
390
|
-
"ImagesURLs": "https://meyersquaredimages.com/uploads/t-23ee43e9.png",
|
|
391
|
-
"ImagesAltTexts": "Pumpkin Slice image",
|
|
392
|
-
"Club": {
|
|
393
|
-
"Name": "Comox Valley Combat Guild"
|
|
394
|
-
},
|
|
395
|
-
"Address": {
|
|
396
|
-
"Name": "Coombs Fairgrounds & Event Center",
|
|
397
|
-
"City": "Coombs",
|
|
398
|
-
"State": "BC"
|
|
399
|
-
}
|
|
400
|
-
},
|
|
401
|
-
{
|
|
402
|
-
"TournamentId": 41,
|
|
403
|
-
"Name": "Duel for The Jewel 2024",
|
|
404
|
-
"StartDate": "2024-10-27",
|
|
405
|
-
"EndDate": "2024-10-28",
|
|
406
|
-
"RegistrationCutOff": "2024-10-27",
|
|
407
|
-
"Description": "<p>GCDS's Third Annual Tournament!<br><br>Saturday - Messer 9AM, Longsword 1 PM<br>Sunday - Rapier 9AM, Saber 1 PM<br></p>",
|
|
408
|
-
"HostedOnM2": false,
|
|
409
|
-
"Visibility": "Open",
|
|
410
|
-
"TotalParticipants": 0,
|
|
411
|
-
"ImagesURLs": "https://meyersquaredimages.com/uploads/t-e1883b09.png",
|
|
412
|
-
"ImagesAltTexts": "Duel for The Jewel 2024 image",
|
|
413
|
-
"Club": {
|
|
414
|
-
"Name": "Columbus United Fencing Club"
|
|
415
|
-
},
|
|
416
|
-
"Address": {
|
|
417
|
-
"Name": "The Factory",
|
|
418
|
-
"City": "Bellbrook",
|
|
419
|
-
"State": "OH"
|
|
420
|
-
}
|
|
421
|
-
},
|
|
422
|
-
{
|
|
423
|
-
"TournamentId": 42,
|
|
424
|
-
"Name": "Long Tail 2024",
|
|
425
|
-
"StartDate": "2024-10-28",
|
|
426
|
-
"EndDate": "2024-10-29",
|
|
427
|
-
"RegistrationCutOff": "2024-10-27",
|
|
428
|
-
"Description": "<p>Black Cat Historical Fencing is turning 1 year old! To celebrate, we are hosting Long Tail 2024: A HEMA Tournament and Celebration! This is an all day tournament featuring Open Longsword, GenEq Longsword, Open Dagger, and Open Sword and Buckler. Registration opens August 20th. Spectators welcome!</p>",
|
|
429
|
-
"HostedOnM2": false,
|
|
430
|
-
"Visibility": "Open",
|
|
431
|
-
"TotalParticipants": 0,
|
|
432
|
-
"ImagesURLs": "https://meyersquaredimages.com/uploads/t-0cf7cc59.png",
|
|
433
|
-
"ImagesAltTexts": "Long Tail 2024 image",
|
|
434
|
-
"Club": {
|
|
435
|
-
"Name": "No Club Affiliation "
|
|
436
|
-
},
|
|
437
|
-
"Address": {
|
|
438
|
-
"Name": "Mary V Quirk School",
|
|
439
|
-
"City": "Columbus",
|
|
440
|
-
"State": "OH"
|
|
441
|
-
}
|
|
442
|
-
},
|
|
443
|
-
{
|
|
444
|
-
"TournamentId": 45,
|
|
445
|
-
"Name": "Scioto Open 2024",
|
|
446
|
-
"StartDate": "2024-11-17",
|
|
447
|
-
"EndDate": "2024-11-18",
|
|
448
|
-
"RegistrationCutOff": "2025-04-11",
|
|
449
|
-
"Description": "<p><strong>Welcome to Scioto Open 2024! <br></strong><br>Come join us at Columbus United Fencing Club to compete in Longsword Divisions A and B, Open Saber, and Open Marginalized Genders Longsword.<br><br>Base admission for competitors is $40<br><br><strong>Longsword Divisions A and B:</strong></p><ul><li><p>Event fee: $20.</p></li><li><p>Registration and Check In cut off: November 16th, 9am.</p></li><li><p>Fencers are being asked to sign up for Longsword, through which they will be sorted in A and B based on the HEMA Ratings of the fencers present.</p></li></ul><p><br><strong>Saber:</strong></p><ul><li><p>Event fee: $20</p></li><li><p>Registration and Check In cut off: November 17th, 12pm.</p></li></ul><p><br><strong>Marginalized Genders Longsword:</strong></p><ul><li><p><strong>There is no additional event fee.</strong></p></li><li><p>Registration and Check In cut off: November 17th, 9am.</p></li><li><p>This event is open to trans and cis women, trans men, non-binary people, intersex people, and any other gender expansive people who are often underrepresented in HEMA.</p></li></ul><p><br></p>",
|
|
450
|
-
"HostedOnM2": true,
|
|
451
|
-
"Visibility": "Open",
|
|
452
|
-
"TotalParticipants": 42,
|
|
453
|
-
"ImagesURLs": "https://meyersquaredimages.com/uploads/t-8adef35c.png",
|
|
454
|
-
"ImagesAltTexts": "Scioto Open 2024 image",
|
|
455
|
-
"Club": {
|
|
456
|
-
"Name": "Columbus United Fencing Club"
|
|
457
|
-
},
|
|
458
|
-
"Address": {
|
|
459
|
-
"Name": "Columbus United Fencing Club",
|
|
460
|
-
"City": "Reynoldsburg",
|
|
461
|
-
"State": "OH"
|
|
462
|
-
}
|
|
463
|
-
},
|
|
464
|
-
{
|
|
465
|
-
"TournamentId": 43,
|
|
466
|
-
"Name": "Circle City Steel Clash",
|
|
467
|
-
"StartDate": "2024-11-18",
|
|
468
|
-
"EndDate": "2024-11-19",
|
|
469
|
-
"RegistrationCutOff": "2024-11-17",
|
|
470
|
-
"Description": "<p>This will be our third tournament. Its purpose is to give our fencers and other local fencers their best experience in competitive combat – in as smooth and stress-free a way as possible. We are including a foam sword format event for those who don’t have full protection yet – everyone is welcome to come and try!</p><p><br>In addition, we’ve decided to divide the Steel Longsword event into “Advanced” and “Novice” to make the transition as easy and pleasant as possible. Please read the updated rules and watch the explanatory videos!</p><p>This event will also help our volunteer directors practice judging in a real-world environment while maintaining a friendly and open atmosphere—everyone will be asked for opinions, suggestions, etc.</p><p>We will award 1st, 2nd, and two 3rd places.</p><p>The tournament check-in starts at 9 am and ends 5 min before the beginning of the event.</p><p>The start time of each event will be posted after November 1st.<br></p><p><strong>Events list:</strong></p><p>Poking Fracas (Steel Rapier)</p><p>Steel Brawl (Advanced Steel Longsword)</p><p>Rookie Skirmish (Novice Steel Longsword)</p><p>Foam Rumble (Foam Longsword)</p>",
|
|
471
|
-
"HostedOnM2": false,
|
|
472
|
-
"Visibility": "Open",
|
|
473
|
-
"TotalParticipants": 0,
|
|
474
|
-
"ImagesURLs": "https://meyersquaredimages.com/uploads/t-c155a64a.png",
|
|
475
|
-
"ImagesAltTexts": "Circle City Steel Clash image",
|
|
476
|
-
"Club": {
|
|
477
|
-
"Name": "Columbus United Fencing Club"
|
|
478
|
-
},
|
|
479
|
-
"Address": {
|
|
480
|
-
"Name": "Indianapolis Fencing Club",
|
|
481
|
-
"City": "Cincinnati",
|
|
482
|
-
"State": "OH"
|
|
483
|
-
}
|
|
484
|
-
},
|
|
485
|
-
{
|
|
486
|
-
"TournamentId": 52,
|
|
487
|
-
"Name": "Happy Shanksgiving",
|
|
488
|
-
"StartDate": "2024-11-23",
|
|
489
|
-
"EndDate": "2024-11-24",
|
|
490
|
-
"RegistrationCutOff": "2024-11-23",
|
|
491
|
-
"Description": "<p>This is the quarterly NJ Kloppy Single Rapier event. The prize will probably be more Coffee.</p>",
|
|
492
|
-
"HostedOnM2": false,
|
|
493
|
-
"Visibility": "Open",
|
|
494
|
-
"TotalParticipants": 0,
|
|
495
|
-
"ImagesURLs": "https://meyersquaredimages.com/uploads/t-00cdf508.png",
|
|
496
|
-
"ImagesAltTexts": "Happy Shanksgiving image",
|
|
497
|
-
"Club": {
|
|
498
|
-
"Name": "Columbus United Fencing Club"
|
|
499
|
-
},
|
|
500
|
-
"Address": {
|
|
501
|
-
"Name": "Yancy Adams / Maple Dawson ",
|
|
502
|
-
"City": "Moorestown",
|
|
503
|
-
"State": "NJ"
|
|
504
|
-
}
|
|
505
|
-
},
|
|
506
|
-
{
|
|
507
|
-
"TournamentId": 47,
|
|
508
|
-
"Name": "Golden Toaster Longsword Open",
|
|
509
|
-
"StartDate": "2024-12-15",
|
|
510
|
-
"EndDate": "2024-12-16",
|
|
511
|
-
"RegistrationCutOff": "2024-12-14",
|
|
512
|
-
"Description": "<p><strong>Welcome to Golden Toaster Longsword Open 2024! </strong><br><br>This tournament aims be a fun and friendly event with a cozy atmosphere, taking place in the Northampton Recreation Center in Richboro, PA, outside of Philadelphia. Events will be open longsword and longsword teams. The winning team will in fact take home their very own golden toaster!</p><p><br><strong>IMPORTANT TEAMS INFO:</strong></p><ul><li><p>Everyone will automatically be signed up for teams, teams will be submitted the day of the event</p></li><li><p>All members of a team must have signed up under <strong>the same club affiliation</strong> (if a club only has 2, the third can be from a different club, provided they are lower rated than the two of the same club)</p></li><li><p>You may sign up using whatever club affiliation you want, but <strong>it must be a real club</strong> that exists and practices</p></li></ul>",
|
|
513
|
-
"HostedOnM2": false,
|
|
514
|
-
"Visibility": "Open",
|
|
515
|
-
"TotalParticipants": 0,
|
|
516
|
-
"ImagesURLs": "https://meyersquaredimages.com/uploads/t-48cc863a.png",
|
|
517
|
-
"ImagesAltTexts": "Golden Toaster Longsword Open image",
|
|
518
|
-
"Club": {
|
|
519
|
-
"Name": "Columbus United Fencing Club"
|
|
520
|
-
},
|
|
521
|
-
"Address": {
|
|
522
|
-
"Name": "Northampton Recreation Center",
|
|
523
|
-
"City": "Richboro",
|
|
524
|
-
"State": "PA"
|
|
525
|
-
}
|
|
526
|
-
},
|
|
527
|
-
{
|
|
528
|
-
"TournamentId": 55,
|
|
529
|
-
"Name": "Arto Fama Longsword Workshop",
|
|
530
|
-
"StartDate": "2025-01-11",
|
|
531
|
-
"EndDate": "2025-01-12",
|
|
532
|
-
"RegistrationCutOff": "2025-01-10",
|
|
533
|
-
"Description": "<p>Arto Fama, one of the top-ranked HEMA practitioners in the world, is hosting an exclusive weekend workshop at <strong>Columbus United Fencing Club</strong>!</p><br><br><p>This is a rare chance to learn from one of the top ranked HEMAist in the world and take your skills to the next level. Whether you're a seasoned fencer or just starting out, Arto’s insights and techniques will elevate your game.</p><p><br>This is a two day workshop, both days are only $100 or $75 for one.<br><br>Workshop will run<br><br>Saturday 10am-4pm: followed by sparing and/or coaching.<br>Sunday 10am-2pm: <br><br>Lunch break will be middle of each day. Lunch is not provided, however there are many restaurants surrounding the club.<br><br><strong>Spots are limited, so act fast!</strong><br>Open to all skill levels<br>Limited to 40 <br><br><strong>To Register : admin@columbusunitedfencing.com</strong></p>",
|
|
534
|
-
"HostedOnM2": true,
|
|
535
|
-
"Visibility": "Open",
|
|
536
|
-
"TotalParticipants": 44,
|
|
537
|
-
"ImagesURLs": "https://meyersquaredimages.com/uploads/t-abd87c4a.png",
|
|
538
|
-
"ImagesAltTexts": "Arto Fama Longsword Workshop image",
|
|
539
|
-
"Club": {
|
|
540
|
-
"Name": "Columbus United Fencing Club"
|
|
541
|
-
},
|
|
542
|
-
"Address": {
|
|
543
|
-
"Name": "Columbus United Fencing Club",
|
|
544
|
-
"City": "Reynoldsburg",
|
|
545
|
-
"State": "OH"
|
|
546
|
-
}
|
|
547
|
-
},
|
|
548
|
-
{
|
|
549
|
-
"TournamentId": 54,
|
|
550
|
-
"Name": "Unicorn Cup 2025",
|
|
551
|
-
"StartDate": "2025-01-18",
|
|
552
|
-
"EndDate": "2025-01-19",
|
|
553
|
-
"RegistrationCutOff": "2025-01-18",
|
|
554
|
-
"Description": "<h2>Get Ready for Unicorn Cup 2025!</h2><p>Greetings, swords friends! We are pleased to announce that the second iteration of our official tournament will be held on <strong>January 18th, 2025</strong>. Registration is OPEN NOW!!!, so please purchase both a general registration and a tournament registration to fight for fabulous prizes. They’ve been split up to allow you to …</p><ul><li><p></p></li><li><p>Purchase multiple tournament registrations without paying the registration fee multiple times.</p></li><li><p>Get on multiple wait lists at the same time as registration for tournaments that are still open.</p></li><li><p></p></li></ul><h2>The Tournaments!</h2><p>Hilt and Helm Fencing Club’s second iteration of the Unicorn Cup will have the following divisions:</p><p></p><h3>Open Longsword</h3><ul><li><p><strong>When:</strong> 9:00 am to 12:00 pm</p></li><li><p><strong>Number of Entry Slots: </strong>4/42</p></li><li><p><strong>Who May Enter:</strong> Anyone with appropriate gear.</p></li><li><p></p></li></ul><h3>Fashion Show!!</h3><ul><li><p><strong>When:</strong> 12:30 pm to 1:00 pm</p></li><li><p><strong>Number of Entry Slots: </strong>As many as desired</p></li><li><p><strong>Who May Enter:</strong> Anyone with <em>elegant</em> gear to show off!</p></li><li><p></p></li></ul><h3>Open Saber</h3><ul><li><p><strong>When:</strong> 1:00 pm to 3:30 pm</p></li><li><p><strong>Number of Entry Slots: </strong>6/21</p></li><li><p></p></li></ul><h3>Open Rapier and Dagger</h3><ul><li><p><strong>When:</strong> 4:00 pm to 6:30 pm</p></li><li><p><strong>Number of Entry Slots: </strong>9/21</p></li><li><p><strong>Who May Enter:</strong> Anyone with appropriate gear.</p></li></ul><ul><li><p><strong>Who May Enter:</strong> Anyone with appropriate gear.</p></li></ul><p><br><br>The Schedule</p><p>8:00 AM - 9:00 AM: Registration</p><p>9:00 AM - 12:00 PM: Open Longsword</p><p>12:00 PM - 12:30 PM: Lunch</p><p>12:30 PM - 1:00 PM: Fashion Show</p><p>1:00 PM - 3:30 PM: Open Saber</p><p>4:00 PM - 6:30 PM: Open Rapier and Dagger</p><p>7:00 PM - 11:00 PM: After Party, Location TBD</p><p></p><h2>The Cost</h2><p>The cost of attendance is <strong>$40 base registration + $40 per division</strong> in which you choose to participate. You may participate in as many of the 3 divisions as you want, but you must purchase a ticket for each one.</p><p>A week before the tournament, base registration will go up to <strong>$60</strong>, so don’t hesitate!<br></p>",
|
|
555
|
-
"HostedOnM2": false,
|
|
556
|
-
"Visibility": "Open",
|
|
557
|
-
"TotalParticipants": 0,
|
|
558
|
-
"ImagesURLs": "https://meyersquaredimages.com/uploads/t-414d7fae.png",
|
|
559
|
-
"ImagesAltTexts": "Unicorn Cup 2025 image",
|
|
560
|
-
"Club": {
|
|
561
|
-
"Name": "Columbus United Fencing Club"
|
|
562
|
-
},
|
|
563
|
-
"Address": {
|
|
564
|
-
"Name": "Hilt and Helm Pittsburgh Fencing Club",
|
|
565
|
-
"City": "Pittsburg",
|
|
566
|
-
"State": "PA"
|
|
567
|
-
}
|
|
568
|
-
},
|
|
569
|
-
{
|
|
570
|
-
"TournamentId": 35,
|
|
571
|
-
"Name": "Super Fun Test Tournament",
|
|
572
|
-
"StartDate": "2025-10-19",
|
|
573
|
-
"EndDate": "2025-01-20",
|
|
574
|
-
"RegistrationCutOff": "0000-00-00",
|
|
575
|
-
"Description": "<p>Super Fun Test Tournament with Cats and Laser Swords!</p>",
|
|
576
|
-
"HostedOnM2": false,
|
|
577
|
-
"Visibility": "Club",
|
|
578
|
-
"TotalParticipants": 27,
|
|
579
|
-
"ImagesURLs": "https://meyersquaredimages.com/uploads/t-415ae68c.png",
|
|
580
|
-
"ImagesAltTexts": "Super Fun Test Tournament image",
|
|
581
|
-
"Club": {
|
|
582
|
-
"Name": "Columbus United Fencing Club"
|
|
583
|
-
},
|
|
584
|
-
"Address": {
|
|
585
|
-
"Name": "Test Location",
|
|
586
|
-
"City": "Antarctica",
|
|
587
|
-
"State": "AT"
|
|
588
|
-
}
|
|
589
|
-
},
|
|
590
|
-
{
|
|
591
|
-
"TournamentId": 58,
|
|
592
|
-
"Name": "IcyB",
|
|
593
|
-
"StartDate": "2025-01-25",
|
|
594
|
-
"EndDate": "2025-01-26",
|
|
595
|
-
"RegistrationCutOff": "2025-01-25",
|
|
596
|
-
"Description": "<h1></h1>",
|
|
597
|
-
"HostedOnM2": true,
|
|
598
|
-
"Visibility": "Private",
|
|
599
|
-
"TotalParticipants": 19,
|
|
600
|
-
"ImagesURLs": "",
|
|
601
|
-
"ImagesAltTexts": "IcyB image",
|
|
602
|
-
"Club": {
|
|
603
|
-
"Name": "Ice Breaker"
|
|
604
|
-
},
|
|
605
|
-
"Address": null
|
|
606
|
-
},
|
|
607
|
-
{
|
|
608
|
-
"TournamentId": 44,
|
|
609
|
-
"Name": "Lake E-Fecht 2024",
|
|
610
|
-
"StartDate": "2024-12-07",
|
|
611
|
-
"EndDate": "2025-02-01",
|
|
612
|
-
"RegistrationCutOff": "2024-12-06",
|
|
613
|
-
"Description": "<p><strong>2024 Winter Tournament</strong><br>Tournament dates: 12/6 and 12/7</p><p>Open to all<br></p><p>Free to active Steelhead WMA members</p><p>$20/event to inactive/non-member</p><p><br><strong>Events:</strong></p><p>Friday, 12/6</p><p>1PM Rapier (16 cap)</p><p>3PM Messer (28 cap)</p><p>6PM ABCD (anyone but cis-dudes) Longsword (16 cap)</p><p>Saturday 12/7</p><p>8AM Longsword Division B (30 cap)</p><p>1PM Open Dagger (20 cap)</p><p>4PM Longsword Division A (20 cap)</p>",
|
|
614
|
-
"HostedOnM2": false,
|
|
615
|
-
"Visibility": "Open",
|
|
616
|
-
"TotalParticipants": 0,
|
|
617
|
-
"ImagesURLs": "https://meyersquaredimages.com/uploads/t-e3d2977a.png",
|
|
618
|
-
"ImagesAltTexts": "Lake E-Fecht 2024 image",
|
|
619
|
-
"Club": {
|
|
620
|
-
"Name": "Columbus United Fencing Club"
|
|
621
|
-
},
|
|
622
|
-
"Address": {
|
|
623
|
-
"Name": "Sinai Sports",
|
|
624
|
-
"City": "Erie",
|
|
625
|
-
"State": "PA"
|
|
626
|
-
}
|
|
627
|
-
},
|
|
628
|
-
{
|
|
629
|
-
"TournamentId": 76,
|
|
630
|
-
"Name": "IcyB Training",
|
|
631
|
-
"StartDate": "2025-02-15",
|
|
632
|
-
"EndDate": "2025-02-16",
|
|
633
|
-
"RegistrationCutOff": "2025-02-15",
|
|
634
|
-
"Description": "",
|
|
635
|
-
"HostedOnM2": true,
|
|
636
|
-
"Visibility": "Private",
|
|
637
|
-
"TotalParticipants": 1,
|
|
638
|
-
"ImagesURLs": "",
|
|
639
|
-
"ImagesAltTexts": "IcyB Training image",
|
|
640
|
-
"Club": {
|
|
641
|
-
"Name": "Ice Breaker"
|
|
642
|
-
},
|
|
643
|
-
"Address": {
|
|
644
|
-
"Name": "Icebreaker",
|
|
645
|
-
"City": "Minneapolis",
|
|
646
|
-
"State": "MN"
|
|
647
|
-
}
|
|
648
|
-
},
|
|
649
|
-
{
|
|
650
|
-
"TournamentId": 53,
|
|
651
|
-
"Name": "Lynx Cup 2025",
|
|
652
|
-
"StartDate": "2025-02-15",
|
|
653
|
-
"EndDate": "2025-02-17",
|
|
654
|
-
"RegistrationCutOff": "2025-02-08",
|
|
655
|
-
"Description": "<p>Welcome to Lynx Cup 2025! Columbus United Fencing Club is proud to bring together our best judges and event staff to host our largest and most exciting event of the year.</p><p></p><hr><p><strong>Pricing</strong></p><p></p><p><strong>Before January 15th, 2025:</strong></p><ul><li><p>Admission: $45 + $45 per event</p></li></ul><p><strong>On and After January 15th, 2025:</strong></p><ul><li><p>Admission: $50 + $50 per event</p></li></ul><p></p><p><em>Registration cut off for each event is Febuary 7th, 2025.</em></p><p></p><hr><p><strong>Events and Schedule</strong></p><p></p><p><strong>Friday, Feb 14th</strong></p><ul><li><p>Noon: Open Saber</p></li><li><p>4pm: Longsword C</p></li></ul><p></p><p><strong>Saturday, Feb 15th</strong></p><ul><li><p>9am: Longsword A</p></li><li><p>Noon: Longsword B</p></li></ul><p></p><p><strong>Sunday, Feb 16th</strong></p><ul><li><p>9am: Marginalized Gender Longsword*</p></li><li><p>Noon: Rapier And Dagger</p></li><li><p>Noon: Sword and Buckler<br></p></li></ul><p><em>*No additional fee. Open to trans and cis women, trans men, non-binary people, intersex people, and other gender expansive people underrepresented in HEMA.</em></p><p></p><hr><p><strong>Location</strong><br></p><p>6475 E Main St. #111<br>Reynoldsburg, OH 43068</p><p></p><hr><p></p><p>Join our event Discord! https://discord.com/invite/A6n5dWzq</p>",
|
|
656
|
-
"HostedOnM2": true,
|
|
657
|
-
"Visibility": "Open",
|
|
658
|
-
"TotalParticipants": 72,
|
|
659
|
-
"ImagesURLs": "https://meyersquaredimages.com/uploads/t-de63ebee.png",
|
|
660
|
-
"ImagesAltTexts": "Lynx Cup 2025 image",
|
|
661
|
-
"Club": {
|
|
662
|
-
"Name": "Columbus United Fencing Club"
|
|
663
|
-
},
|
|
664
|
-
"Address": {
|
|
665
|
-
"Name": "Columbus United Fencing Club",
|
|
666
|
-
"City": "Reynoldsburg",
|
|
667
|
-
"State": "OH"
|
|
668
|
-
}
|
|
669
|
-
},
|
|
670
|
-
{
|
|
671
|
-
"TournamentId": 81,
|
|
672
|
-
"Name": "Icebreaker Judge Training 2025-02-21",
|
|
673
|
-
"StartDate": "2025-02-21",
|
|
674
|
-
"EndDate": "2025-02-22",
|
|
675
|
-
"RegistrationCutOff": "2025-02-21",
|
|
676
|
-
"Description": "<p>Judge training mock tournament for February 21, 2025</p>",
|
|
677
|
-
"HostedOnM2": true,
|
|
678
|
-
"Visibility": "Private",
|
|
679
|
-
"TotalParticipants": 12,
|
|
680
|
-
"ImagesURLs": "",
|
|
681
|
-
"ImagesAltTexts": "Icebreaker Judge Training 2025-02-21 image",
|
|
682
|
-
"Club": {
|
|
683
|
-
"Name": "Ice Breaker"
|
|
684
|
-
},
|
|
685
|
-
"Address": {
|
|
686
|
-
"Name": "Icebreaker",
|
|
687
|
-
"City": "Minneapolis",
|
|
688
|
-
"State": "MN"
|
|
689
|
-
}
|
|
690
|
-
},
|
|
691
|
-
{
|
|
692
|
-
"TournamentId": 66,
|
|
693
|
-
"Name": "Queen City Small Sword Symposium",
|
|
694
|
-
"StartDate": "2025-02-22",
|
|
695
|
-
"EndDate": "2025-02-23",
|
|
696
|
-
"RegistrationCutOff": "2025-02-22",
|
|
697
|
-
"Description": "<h3>Looking Sharpe Presents: A Tournament Like No Other!</h3><p></p><br>",
|
|
698
|
-
"HostedOnM2": false,
|
|
699
|
-
"Visibility": "Open",
|
|
700
|
-
"TotalParticipants": 0,
|
|
701
|
-
"ImagesURLs": "https://meyersquaredimages.com/uploads/t-cdf69d72.png",
|
|
702
|
-
"ImagesAltTexts": "Queen City Small Sword Symposium image",
|
|
703
|
-
"Club": {
|
|
704
|
-
"Name": "Columbus United Fencing Club"
|
|
705
|
-
},
|
|
706
|
-
"Address": {
|
|
707
|
-
"Name": "Salle Du Lion",
|
|
708
|
-
"City": "undefined",
|
|
709
|
-
"State": "OH"
|
|
710
|
-
}
|
|
711
|
-
},
|
|
712
|
-
{
|
|
713
|
-
"TournamentId": 78,
|
|
714
|
-
"Name": "Southeast Renaissance Fencing Open",
|
|
715
|
-
"StartDate": "2025-02-22",
|
|
716
|
-
"EndDate": "2025-02-23",
|
|
717
|
-
"RegistrationCutOff": "2025-02-22",
|
|
718
|
-
"Description": "<p>Welcome to the 11th edition of the South East Renaissance Fencing Open!!!</p><p></p><p>We shall be opening registration for the event in the next week!</p><p></p><p>Saturday Feb 22nd at 12pm/Noon.</p><p></p><p>This year SERFO shall be from June 6th-8th.</p><p>We have a new location - Clayton State University (CSU) Gym.</p><p>CSU is south of the city about 15 minutes from the Airport in the city of Morrow.</p><p></p><p>We have some changes and updates to this years' event.</p><p>- Saturday Longsword shall be Tiers A, B. Tier C shall be on Friday.</p><p>- We will be doing First Blood Rapier and Conventional Rapier, and URG Conventional Rapier.</p><p>- We have also started planning on how to improve the bullpen, provide updates to fencers during the event, etc.</p><p>- There shall be no Sabre this year. Sad but it shall come back in a dedicated event later in the year.</p><p>- Etc.</p><p></p><p>The Tournaments being held this year are:</p><p>Under Represented Genders Longsword</p><p>Under Represented Genders Conventional Rapier</p><p>Open Longsword</p><p>First Blood Rapier</p><p>Conventional Rapier</p><p>Sword and Buckler</p><p></p><p>Due to inflation and added costs from the venue and insurance, we have to slightly raise the cost of the event for this year.</p><p>Cost for Event:</p><p></p><p>Early Registration - As always, registration costs for SERFO includes registration into as many tournaments as you wish to compete in (until May 25th) - $105</p><p>- Registration after this day, as well as at the door (from May 26 to event date) - $120</p><p>- T-Shirt - $25</p><p></p><p>We look forward to seeing you at SERFO 25! New Venue and all!</p><p>Thanks to Richard Escoto for the cool pic we shall reuse each and every year.</p><p>All reactions:</p><p>23Aidan Witherspoon, Tom Amoroso and 21 others</p><p><br></p>",
|
|
719
|
-
"HostedOnM2": false,
|
|
720
|
-
"Visibility": "Open",
|
|
721
|
-
"TotalParticipants": 0,
|
|
722
|
-
"ImagesURLs": "https://meyersquaredimages.com/uploads/t-ed96c7a0.png",
|
|
723
|
-
"ImagesAltTexts": "Southeast Renaissance Fencing Open image",
|
|
724
|
-
"Club": {
|
|
725
|
-
"Name": "Columbus United Fencing Club"
|
|
726
|
-
},
|
|
727
|
-
"Address": {
|
|
728
|
-
"Name": "Clayton State University",
|
|
729
|
-
"City": "Morrow",
|
|
730
|
-
"State": "GA"
|
|
731
|
-
}
|
|
732
|
-
},
|
|
733
|
-
{
|
|
734
|
-
"TournamentId": 67,
|
|
735
|
-
"Name": "Spring Steel",
|
|
736
|
-
"StartDate": "2025-03-01",
|
|
737
|
-
"EndDate": "2025-03-02",
|
|
738
|
-
"RegistrationCutOff": "2025-03-01",
|
|
739
|
-
"Description": "<p>A new HEMA TOURNAMENT in Barrie, Ontario, Canada.</p><p></p><p>We’ve hosted several events over the last few years including Gathering of the Blades and Frost on the Blade. There was a big demand in the community to add some other weapons to our tournament but we decided, why not host another one!</p><p></p><p>Spring Steel will have:<br>Smallsword<br>Rapier & Dagger<br>Sword & Buckler</p>",
|
|
740
|
-
"HostedOnM2": false,
|
|
741
|
-
"Visibility": "Open",
|
|
742
|
-
"TotalParticipants": 0,
|
|
743
|
-
"ImagesURLs": "https://meyersquaredimages.com/uploads/t-454f94de.png",
|
|
744
|
-
"ImagesAltTexts": "Spring Steel image",
|
|
745
|
-
"Club": {
|
|
746
|
-
"Name": "Columbus United Fencing Club"
|
|
747
|
-
},
|
|
748
|
-
"Address": {
|
|
749
|
-
"Name": "Lampman Lane Community Centre",
|
|
750
|
-
"City": "Barrie",
|
|
751
|
-
"State": "ON"
|
|
752
|
-
}
|
|
753
|
-
},
|
|
754
|
-
{
|
|
755
|
-
"TournamentId": 57,
|
|
756
|
-
"Name": "Clash for the Cash HEMA Tournament",
|
|
757
|
-
"StartDate": "2025-03-02",
|
|
758
|
-
"EndDate": "2025-03-03",
|
|
759
|
-
"RegistrationCutOff": "2025-03-02",
|
|
760
|
-
"Description": "<p>Join us for the Clash for the Cash Longsword tournament on March 1st & 2nd 2025 in Pemberton, NJ. The event will be held at the old school located at 50 Early St. in Pemberton Boro. This will be the only event of its kind in this part of the country with cash prizes and medals being awarded to the top 8 fighters.</p><p></p><p>The entry fee for the tournament is essentially a $50 buy-in, with the proceeds being given to fighters instead of merchandise. The awards will break down as follows:</p><p></p><p>$600 for 1ST place</p><p></p><p>$300 for 2ND</p><p></p><p>$150 for 3RD</p><p></p><p>$100 for 4TH</p><p></p><p>$50 for places 5-8</p><p></p><p>These amounts will be contingent upon attendance, of course, and will be based upon a roster of 60 fighters. If the tournament doesn’t sell out, the prize amounts may have to be adjusted.</p><p></p><p>This will be a two day event with a competition on day one, and free sparring on day two (though there may be a couple of classes as well - this is to be decided). There will be no sponsors, no frills, and no subdivisions….just a plump purse of prize money waiting to be claimed. It will be open to fighters of any gender or skill level. It is our intention to put together a relatively low-cost event which will be designed to give all fighters the best possible experience for the money they spend.</p>",
|
|
761
|
-
"HostedOnM2": false,
|
|
762
|
-
"Visibility": "Open",
|
|
763
|
-
"TotalParticipants": 0,
|
|
764
|
-
"ImagesURLs": "https://meyersquaredimages.com/uploads/t-9296519b.png",
|
|
765
|
-
"ImagesAltTexts": "Clash for the Cash HEMA Tournament image",
|
|
766
|
-
"Club": {
|
|
767
|
-
"Name": "Columbus United Fencing Club"
|
|
768
|
-
},
|
|
769
|
-
"Address": {
|
|
770
|
-
"Name": "Pemberton Field House",
|
|
771
|
-
"City": "Pemberton",
|
|
772
|
-
"State": "NJ"
|
|
773
|
-
}
|
|
774
|
-
},
|
|
775
|
-
{
|
|
776
|
-
"TournamentId": 84,
|
|
777
|
-
"Name": "IcyB March Training",
|
|
778
|
-
"StartDate": "2025-03-02",
|
|
779
|
-
"EndDate": "2025-03-03",
|
|
780
|
-
"RegistrationCutOff": "2025-03-02",
|
|
781
|
-
"Description": "",
|
|
782
|
-
"HostedOnM2": true,
|
|
783
|
-
"Visibility": "Open",
|
|
784
|
-
"TotalParticipants": 12,
|
|
785
|
-
"ImagesURLs": null,
|
|
786
|
-
"ImagesAltTexts": "IcyB March Training image",
|
|
787
|
-
"Club": {
|
|
788
|
-
"Name": "Ice Breaker"
|
|
789
|
-
},
|
|
790
|
-
"Address": {
|
|
791
|
-
"Name": "Center for Blade Arts",
|
|
792
|
-
"City": "Minneapolis",
|
|
793
|
-
"State": "MN"
|
|
794
|
-
}
|
|
795
|
-
},
|
|
796
|
-
{
|
|
797
|
-
"TournamentId": 65,
|
|
798
|
-
"Name": "Miro Lahtela Workshop",
|
|
799
|
-
"StartDate": "2025-03-08",
|
|
800
|
-
"EndDate": "2025-03-09",
|
|
801
|
-
"RegistrationCutOff": "2025-03-08",
|
|
802
|
-
"Description": "<p>Miro Lehtela is among the most accomplished Nordic competition fencers. <br><br>His style focuses on leveraging the technical knowledge of the pseudo Von Danzig and Ringeck sources into actionable and efficient fencing. <br><br>He teaches longsword and ringen regularly at EHMS</p>",
|
|
803
|
-
"HostedOnM2": false,
|
|
804
|
-
"Visibility": "Open",
|
|
805
|
-
"TotalParticipants": 0,
|
|
806
|
-
"ImagesURLs": "https://meyersquaredimages.com/uploads/t-9d6c3063.png",
|
|
807
|
-
"ImagesAltTexts": "Miro Lahtela Workshop image",
|
|
808
|
-
"Club": {
|
|
809
|
-
"Name": "Columbus United Fencing Club"
|
|
810
|
-
},
|
|
811
|
-
"Address": {
|
|
812
|
-
"Name": "Columbus United Fencing Club",
|
|
813
|
-
"City": "Reynoldsburg",
|
|
814
|
-
"State": "OH"
|
|
815
|
-
}
|
|
816
|
-
},
|
|
817
|
-
{
|
|
818
|
-
"TournamentId": 68,
|
|
819
|
-
"Name": "SoCal Swordfight 2025",
|
|
820
|
-
"StartDate": "2025-03-14",
|
|
821
|
-
"EndDate": "2025-03-16",
|
|
822
|
-
"RegistrationCutOff": "2025-02-17",
|
|
823
|
-
"Description": "<h3 class='mb-2'>Looking Sharpe Presents: A Tournament Like No Other!</h3>",
|
|
824
|
-
"HostedOnM2": false,
|
|
825
|
-
"Visibility": "Open",
|
|
826
|
-
"TotalParticipants": 0,
|
|
827
|
-
"ImagesURLs": "https://meyersquaredimages.com/uploads/t-a48dde8a.png",
|
|
828
|
-
"ImagesAltTexts": "SoCal Swordfight 2025 image",
|
|
829
|
-
"Club": {
|
|
830
|
-
"Name": "Columbus United Fencing Club"
|
|
831
|
-
},
|
|
832
|
-
"Address": {
|
|
833
|
-
"Name": "Sheraton Fairplex and Conference Center at the Los Angeles Fairplex",
|
|
834
|
-
"City": "Pomona",
|
|
835
|
-
"State": "CA"
|
|
836
|
-
}
|
|
837
|
-
},
|
|
838
|
-
{
|
|
839
|
-
"TournamentId": 89,
|
|
840
|
-
"Name": "IcyB Rams Head Training",
|
|
841
|
-
"StartDate": "2025-03-15",
|
|
842
|
-
"EndDate": "2025-03-16",
|
|
843
|
-
"RegistrationCutOff": "2025-03-14",
|
|
844
|
-
"Description": "",
|
|
845
|
-
"HostedOnM2": true,
|
|
846
|
-
"Visibility": "Open",
|
|
847
|
-
"TotalParticipants": 8,
|
|
848
|
-
"ImagesURLs": null,
|
|
849
|
-
"ImagesAltTexts": "IcyB Rams Head Training image",
|
|
850
|
-
"Club": {
|
|
851
|
-
"Name": "Ice Breaker"
|
|
852
|
-
},
|
|
853
|
-
"Address": {
|
|
854
|
-
"Name": "Center for Blade Arts",
|
|
855
|
-
"City": "Minneapolis",
|
|
856
|
-
"State": "MN"
|
|
857
|
-
}
|
|
858
|
-
},
|
|
859
|
-
{
|
|
860
|
-
"TournamentId": 90,
|
|
861
|
-
"Name": "Test Tournament for 3-17",
|
|
862
|
-
"StartDate": "2025-03-17",
|
|
863
|
-
"EndDate": "2025-03-18",
|
|
864
|
-
"RegistrationCutOff": "2025-03-17",
|
|
865
|
-
"Description": "<p>This is super fun, and I can't wait.</p>",
|
|
866
|
-
"HostedOnM2": true,
|
|
867
|
-
"Visibility": "Open",
|
|
868
|
-
"TotalParticipants": 8,
|
|
869
|
-
"ImagesURLs": "https://meyersquaredimages.com/uploads/t-e854dce8.png",
|
|
870
|
-
"ImagesAltTexts": "Test Tournament for 3-17 image",
|
|
871
|
-
"Club": {
|
|
872
|
-
"Name": "Columbus United Fencing Club"
|
|
873
|
-
},
|
|
874
|
-
"Address": {
|
|
875
|
-
"Name": "Test Location",
|
|
876
|
-
"City": "Antarctica",
|
|
877
|
-
"State": "AT"
|
|
878
|
-
}
|
|
879
|
-
},
|
|
880
|
-
{
|
|
881
|
-
"TournamentId": 94,
|
|
882
|
-
"Name": "IcyB Training 4-6-25",
|
|
883
|
-
"StartDate": "2025-04-06",
|
|
884
|
-
"EndDate": "2025-04-07",
|
|
885
|
-
"RegistrationCutOff": "2025-04-06",
|
|
886
|
-
"Description": "",
|
|
887
|
-
"HostedOnM2": true,
|
|
888
|
-
"Visibility": "Open",
|
|
889
|
-
"TotalParticipants": 12,
|
|
890
|
-
"ImagesURLs": null,
|
|
891
|
-
"ImagesAltTexts": "IcyB Training 4-6-25 image",
|
|
892
|
-
"Club": {
|
|
893
|
-
"Name": "Ice Breaker"
|
|
894
|
-
},
|
|
895
|
-
"Address": {
|
|
896
|
-
"Name": "Icebreaker",
|
|
897
|
-
"City": "Minneapolis",
|
|
898
|
-
"State": "MN"
|
|
899
|
-
}
|
|
900
|
-
},
|
|
901
|
-
{
|
|
902
|
-
"TournamentId": 64,
|
|
903
|
-
"Name": "April Fühlen 2025!",
|
|
904
|
-
"StartDate": "2025-04-11",
|
|
905
|
-
"EndDate": "2025-04-12",
|
|
906
|
-
"RegistrationCutOff": "2025-04-11",
|
|
907
|
-
"Description": "<p>We're back for our tournament of games this year <strong>April 11th - 12th</strong>.</p><p></p><p>Come join us Friday evening for open sparring and carousing. Then Saturday come compete in a series of games for fabulous prizes. This year we are exited to announce that <strong>first place</strong> in events will be getting event fees covered for Duel for the Jewel 2025 in October. We will be holding multiple tournaments starting with Sword Game.</p><p></p><p><strong>Sword Game</strong> is inspired by the Call of Duty minigame Gun Game. Compete against fencers where every clean hit forces you to use a harder and harder weapon match up. Sword Game will run two events Light and Heavy. The Light event will feature Rapier, Dueling Saber, Small Sword, and finally Parring Dagger. The Heavy Event will use Partisans, Longsword, Sword & Buckler, and Messer.</p><p></p><p>After a <strong>provided lunch</strong> we will have the return of <strong>The Tankard Tournament</strong> but this year we will be fencing in full kit and <strong>Steel Messers</strong>. Come have a good old bar fight where spilling your beer is worse than loosing your life.</p><p></p><p>Finishing the day out will be the team-based <strong>Jugger</strong> event where you and 4-5 five teammates fight in a HEMA-fied game inspired by the 1989 cult classic <em>The Blood of Heroes</em> (or <em>Salute to the Jugger</em> if you were in Europe).</p><p></p><p>Friday, April 11th - Open sparring in the evening Saturday, April 12th - Sword Game Light & Heavy, The Tankard Tournament, and Jugger</p><p></p><p>Detailed Schedule, Event Rules, and Costs to come.</p><p></p><p></p>",
|
|
908
|
-
"HostedOnM2": false,
|
|
909
|
-
"Visibility": "Open",
|
|
910
|
-
"TotalParticipants": 0,
|
|
911
|
-
"ImagesURLs": "https://meyersquaredimages.com/uploads/t-70145b15.png",
|
|
912
|
-
"ImagesAltTexts": "April Fühlen 2025! image",
|
|
913
|
-
"Club": {
|
|
914
|
-
"Name": "Columbus United Fencing Club"
|
|
915
|
-
},
|
|
916
|
-
"Address": {
|
|
917
|
-
"Name": "Gem City Duelists Society",
|
|
918
|
-
"City": "Bellbrook",
|
|
919
|
-
"State": "OH"
|
|
920
|
-
}
|
|
921
|
-
},
|
|
922
|
-
{
|
|
923
|
-
"TournamentId": 92,
|
|
924
|
-
"Name": "Whose Blade Is It Anyway",
|
|
925
|
-
"StartDate": "2025-04-13",
|
|
926
|
-
"EndDate": "2025-04-14",
|
|
927
|
-
"RegistrationCutOff": "2025-04-11",
|
|
928
|
-
"Description": "",
|
|
929
|
-
"HostedOnM2": true,
|
|
930
|
-
"Visibility": "Open",
|
|
931
|
-
"TotalParticipants": 18,
|
|
932
|
-
"ImagesURLs": "https://meyersquaredimages.com/uploads/t-d913be01.png",
|
|
933
|
-
"ImagesAltTexts": "Whose Blade Is It Anyway image",
|
|
934
|
-
"Club": {
|
|
935
|
-
"Name": "Youngstown Historical Fencing"
|
|
936
|
-
},
|
|
937
|
-
"Address": {
|
|
938
|
-
"Name": "Gordon Field House, Rochester Institute of Technology",
|
|
939
|
-
"City": "Rochester",
|
|
940
|
-
"State": "NY"
|
|
941
|
-
}
|
|
942
|
-
},
|
|
943
|
-
{
|
|
944
|
-
"TournamentId": 97,
|
|
945
|
-
"Name": "Donnybrook 2021",
|
|
946
|
-
"StartDate": "2025-04-12",
|
|
947
|
-
"EndDate": "2025-04-14",
|
|
948
|
-
"RegistrationCutOff": "2025-04-12",
|
|
949
|
-
"Description": "",
|
|
950
|
-
"HostedOnM2": false,
|
|
951
|
-
"Visibility": "Open",
|
|
952
|
-
"TotalParticipants": 0,
|
|
953
|
-
"ImagesURLs": "https://meyersquaredimages.com/uploads/t-241c7faf.png",
|
|
954
|
-
"ImagesAltTexts": "Donnybrook image",
|
|
955
|
-
"Club": {
|
|
956
|
-
"Name": "Gem City Duelists Society"
|
|
957
|
-
},
|
|
958
|
-
"Address": {
|
|
959
|
-
"Name": "Kansas City HEMA",
|
|
960
|
-
"City": null,
|
|
961
|
-
"State": null
|
|
962
|
-
}
|
|
963
|
-
},
|
|
964
|
-
{
|
|
965
|
-
"TournamentId": 98,
|
|
966
|
-
"Name": "icy b judge training",
|
|
967
|
-
"StartDate": "2025-04-19",
|
|
968
|
-
"EndDate": "2025-04-20",
|
|
969
|
-
"RegistrationCutOff": "2025-04-18",
|
|
970
|
-
"Description": "",
|
|
971
|
-
"HostedOnM2": true,
|
|
972
|
-
"Visibility": "Private",
|
|
973
|
-
"TotalParticipants": 12,
|
|
974
|
-
"ImagesURLs": null,
|
|
975
|
-
"ImagesAltTexts": "icy b judge training image",
|
|
976
|
-
"Club": {
|
|
977
|
-
"Name": "Ice Breaker"
|
|
978
|
-
},
|
|
979
|
-
"Address": {
|
|
980
|
-
"Name": "Icebreaker",
|
|
981
|
-
"City": "Minneapolis",
|
|
982
|
-
"State": "MN"
|
|
983
|
-
}
|
|
984
|
-
},
|
|
985
|
-
{
|
|
986
|
-
"TournamentId": 56,
|
|
987
|
-
"Name": "Icebreaker",
|
|
988
|
-
"StartDate": "2025-04-19",
|
|
989
|
-
"EndDate": "2025-04-21",
|
|
990
|
-
"RegistrationCutOff": "2025-10-01",
|
|
991
|
-
"Description": "<h1><strong>AGENDA</strong></h1><p></p><p><strong>Friday April 19, 2024</strong></p><ul><li><p>10 - 11 AM: Gear Check and Check In for ALL Friday events</p></li><li><p>11 AM: Singlestick</p></li><li><p>3 PM: Beginner Longsword and WT-NB events<br><br><strong>Saturday April 20, 2024</strong></p></li><li><p>8-9 AM: Gear Check and Check In for Open Steel Longsword</p><ul><li><p>Fighters need to check in EVERY DAY they are competing</p></li></ul></li><li><p>9:30 AM: Open Steel Longsword</p></li><li><p>7 PM: Social Event (Offsite, Registration Required)</p><ul><li><p>Lone Oak Grill, Eagan (3010 Eagandale Pl, Eagan, MN)</p></li></ul></li></ul><p>Sunday April 21, 2024</p><ul><li><p>8-9 AM: Gear Check and Check In for Open Mixed Steel</p><ul><li><p>Fighters need to check in EVERY DAY they are competing</p></li></ul></li><li><p>9:30 AM: Open Mixed Steel Weapons</p></li><li><p></p></li></ul><h1><strong>LIST OF EVENTS</strong></h1><ul><li><p></p></li><li><p>Novice Longsword (capped at 24 participants)</p></li><li><p>Open Steel Longsword (capped at 64 participants)</p></li><li><p>W-T-NB Steel Longsword (capped at 24 participants)</p></li><li><p>Open Singlestick (capped at 32 participants)</p></li><li><p>Open Mixed Steel Weapons (capped at 64 participants)</p></li></ul>",
|
|
992
|
-
"HostedOnM2": true,
|
|
993
|
-
"Visibility": "Open",
|
|
994
|
-
"TotalParticipants": 0,
|
|
995
|
-
"ImagesURLs": "https://meyersquaredimages.com/uploads/t-5b876cff.png",
|
|
996
|
-
"ImagesAltTexts": "Icebreaker image",
|
|
997
|
-
"Club": {
|
|
998
|
-
"Name": "Columbus United Fencing Club"
|
|
999
|
-
},
|
|
1000
|
-
"Address": {
|
|
1001
|
-
"Name": "Veterans Memorial Community Center",
|
|
1002
|
-
"City": "Inver Grove Heights",
|
|
1003
|
-
"State": "MN"
|
|
1004
|
-
}
|
|
1005
|
-
},
|
|
1006
|
-
{
|
|
1007
|
-
"TournamentId": 69,
|
|
1008
|
-
"Name": "Gathering of The Blades",
|
|
1009
|
-
"StartDate": "2025-04-26",
|
|
1010
|
-
"EndDate": "2025-04-27",
|
|
1011
|
-
"RegistrationCutOff": "2025-04-26",
|
|
1012
|
-
"Description": "<p>Gathering of the Blades is a learning development HEMA workshop event hosted in Barrie, Ontario, Canada.</p><p></p><p>We had 100+ attendees last year, with 20 workshops and 18 instructors from Ontario, Quebec and the Northern USA. This will be our 4th year hosting the event and we are excited to see everyone again.</p>",
|
|
1013
|
-
"HostedOnM2": false,
|
|
1014
|
-
"Visibility": "Open",
|
|
1015
|
-
"TotalParticipants": 0,
|
|
1016
|
-
"ImagesURLs": "https://meyersquaredimages.com/uploads/t-4f329233.png",
|
|
1017
|
-
"ImagesAltTexts": "Gathering of The Blades image",
|
|
1018
|
-
"Club": {
|
|
1019
|
-
"Name": "Columbus United Fencing Club"
|
|
1020
|
-
},
|
|
1021
|
-
"Address": {
|
|
1022
|
-
"Name": "Maple Ridge Secondary School",
|
|
1023
|
-
"City": "Barrie",
|
|
1024
|
-
"State": "ON"
|
|
1025
|
-
}
|
|
1026
|
-
},
|
|
1027
|
-
{
|
|
1028
|
-
"TournamentId": 71,
|
|
1029
|
-
"Name": "Wine Country Sword Crush 2025",
|
|
1030
|
-
"StartDate": "2025-04-26",
|
|
1031
|
-
"EndDate": "2025-04-27",
|
|
1032
|
-
"RegistrationCutOff": "2025-04-26",
|
|
1033
|
-
"Description": "<p>Welcome back to the fourth Sword Crush! We're pleased to have you return and to spend the weekend with us.</p><p></p><p>We've rotated back to Single Rapier this year, and have made our fourth tournament a Single Rapier Team Relay. Keep tabs of all updates on our Facebook Page.</p><p>If you are only spectating and do not wish to free spar, there is NO need to purchase an admission ticket.</p><p></p><p>IMPORTANT: If this is your first time fencing with us, please ensure you have filled out the online waiver here. This will save you a lot of time during check in!</p><p></p><p>NEW FOR 2025: Because we have obtained use of Piner High's second gym, we needed to increase the admission fee from $45 to $60. This second gym buys us additional gear storage, vendor space, and a protected space for all-day free sparring.</p><p></p><p>Scheduling Change: To help facilitate a smoother tournament experience, we will no longer have a dedicated lunch hour and will be running all day. Please make sure to account for meals during the event. However between individual tournaments, there will be a short break to rotate staff.</p><p></p><p>REFUND POLICY:</p><p>All sales are final. However, some or all of your order may be transferred to another person. Simply email \"captainegf@gmail.com\" with the transferee's name, club and tickets to be transferred.</p><p></p><p>FORMAT:</p><p>Finals will occur immediately after the semi-finals bouts for that tournament, not at the end of the day. The top 16 fencers from pools will advance to elims, except for any tournament with fewer than 16 fencers, in which case the advancing fencers will be determined day of, but will be between 4 to 8.</p><p></p><p>CHECK-IN PROCEDURE:</p><p>Upon arrival, all participants must report to the check-in station inside the main gym doors.</p><p>When you successfully check in and are given your wristband, please make your way to the Small Gym to set up your gear.</p><p>As soon as you can, please make your way to the Gear Check table.</p><p></p><p>SCHEDULE:</p><p>Saturday:</p><p>Check-in Opens: 8:00am</p><p>Single Rapier Pools and Finals: 10:00am</p><p>Rapier Team Relay Pool and Finals: 2:00pm</p><p>After Party Event at EGF: 7:00pm</p><p></p><p>Sunday:</p><p>Check-in Opens: 8:00am</p><p>Longsword - URG Pools and Finals: 10:00am</p><p>Longsword - Open Pools and Finals: 1:00pm</p><p>After Party Event at EGF: 7:00pm</p>",
|
|
1034
|
-
"HostedOnM2": false,
|
|
1035
|
-
"Visibility": "Open",
|
|
1036
|
-
"TotalParticipants": 0,
|
|
1037
|
-
"ImagesURLs": "https://meyersquaredimages.com/uploads/t-63aac94e.png",
|
|
1038
|
-
"ImagesAltTexts": "Wine Country Sword Crush 2025 image",
|
|
1039
|
-
"Club": {
|
|
1040
|
-
"Name": "Columbus United Fencing Club"
|
|
1041
|
-
},
|
|
1042
|
-
"Address": {
|
|
1043
|
-
"Name": "Piner High School",
|
|
1044
|
-
"City": "Santa Rosa",
|
|
1045
|
-
"State": "CA"
|
|
1046
|
-
}
|
|
1047
|
-
},
|
|
1048
|
-
{
|
|
1049
|
-
"TournamentId": 100,
|
|
1050
|
-
"Name": "Icy B Last Training",
|
|
1051
|
-
"StartDate": "2025-04-25",
|
|
1052
|
-
"EndDate": "2025-04-27",
|
|
1053
|
-
"RegistrationCutOff": "2025-04-25",
|
|
1054
|
-
"Description": "",
|
|
1055
|
-
"HostedOnM2": true,
|
|
1056
|
-
"Visibility": "Open",
|
|
1057
|
-
"TotalParticipants": 12,
|
|
1058
|
-
"ImagesURLs": "https://meyersquaredimages.com/uploads/t-3df31e47.png",
|
|
1059
|
-
"ImagesAltTexts": "Icebreaker Judge training final image",
|
|
1060
|
-
"Club": {
|
|
1061
|
-
"Name": "Ice Breaker"
|
|
1062
|
-
},
|
|
1063
|
-
"Address": {
|
|
1064
|
-
"Name": "Center for Blade Arts",
|
|
1065
|
-
"City": "Minneapolis",
|
|
1066
|
-
"State": "MN"
|
|
1067
|
-
}
|
|
1068
|
-
},
|
|
1069
|
-
{
|
|
1070
|
-
"TournamentId": 87,
|
|
1071
|
-
"Name": "HEMA Lex Free-Sparing & Fundraiser",
|
|
1072
|
-
"StartDate": "2025-04-27",
|
|
1073
|
-
"EndDate": "2025-05-02",
|
|
1074
|
-
"RegistrationCutOff": "2025-04-27",
|
|
1075
|
-
"Description": "<p>Hema Lexington will host a free-sparring/fundraiser on Saturday, April 26th, at 2:00 PM. <br><br>Our address is: 172 Southgate Dr, Georgetown, KY 40324 (entrance in the back by the loading docks). </p><p></p><p>We are raising money to rent a van for traveling to FunFecht. </p><p></p><p>The sparring event is free to attend; however, a market will also be available for those interested in purchasing items to support the fundraiser. We will offer various HEMA gear, including one jacket, used fencing masks, synthetic swords, spears, and miscellaneous HEMA-related items such as books, knives, stickers, and more. <br><br>We welcome donations of items to be sold at the fundraiser and can provide space for individuals who wish to sell their personal items for profit. <br><br>There is no obligation to spend money or donate items while attending. The main goal is to have fun!</p>",
|
|
1076
|
-
"HostedOnM2": false,
|
|
1077
|
-
"Visibility": "Open",
|
|
1078
|
-
"TotalParticipants": 0,
|
|
1079
|
-
"ImagesURLs": "https://meyersquaredimages.com/uploads/t-42a5c129.png",
|
|
1080
|
-
"ImagesAltTexts": "Hema Lex",
|
|
1081
|
-
"Club": {
|
|
1082
|
-
"Name": "Columbus United Fencing Club"
|
|
1083
|
-
},
|
|
1084
|
-
"Address": {
|
|
1085
|
-
"Name": "Hema Lex",
|
|
1086
|
-
"City": "Georgetown",
|
|
1087
|
-
"State": "KY"
|
|
1088
|
-
}
|
|
1089
|
-
},
|
|
1090
|
-
{
|
|
1091
|
-
"TournamentId": 70,
|
|
1092
|
-
"Name": "Circle City Steel Clash",
|
|
1093
|
-
"StartDate": "2025-05-03",
|
|
1094
|
-
"EndDate": "2025-05-04",
|
|
1095
|
-
"RegistrationCutOff": "2025-05-03",
|
|
1096
|
-
"Description": "<p>This will be our fourth HEMA tournament, and we couldn’t be more excited! Our goal is to create the best competitive experience for our fencers and the local community, keeping things smooth, fun, and as stress-free as possible.</p><p><br>To make sure everyone can join in, we continue a foam sword format event for those who don’t yet have full protective gear, so come give it a try on Saturday, May 3rd at 3 pm (registrations open at 2.30 pm!</p><p><br>The rest of the events are on Sunday (the detailed schedule will be posted on April 25th)<br>The Steel Longsword event has Advanced and Novice divisions. Be sure to check out the rules and explanatory videos on the IF CCSC page.</p><p><br>This tournament is also a great opportunity for our volunteer directors to gain experience judging real bouts while keeping the atmosphere friendly and open. We are also open to including directors and side judges from clubs with the participation of over 3 fencers. Please, contact us for details.<br>Plus, as a good tradition, we’ll be awarding “Best Performance” medals, as chosen by our tournament directors, along with 1st, 2nd, and two 3rd place medals for each event.<br>We will award 1st, 2nd, and two 3rd places for each event.</p>",
|
|
1097
|
-
"HostedOnM2": false,
|
|
1098
|
-
"Visibility": "Open",
|
|
1099
|
-
"TotalParticipants": 0,
|
|
1100
|
-
"ImagesURLs": "https://meyersquaredimages.com/uploads/t-73da8eac.png",
|
|
1101
|
-
"ImagesAltTexts": "Circle City Steel Clash image",
|
|
1102
|
-
"Club": {
|
|
1103
|
-
"Name": "Columbus United Fencing Club"
|
|
1104
|
-
},
|
|
1105
|
-
"Address": {
|
|
1106
|
-
"Name": " 1706 Pleasant St.Noblesville IN 46060, US",
|
|
1107
|
-
"City": "Noblesville",
|
|
1108
|
-
"State": "IN"
|
|
1109
|
-
}
|
|
1110
|
-
},
|
|
1111
|
-
{
|
|
1112
|
-
"TournamentId": 101,
|
|
1113
|
-
"Name": "Icebreaker Judge training final ",
|
|
1114
|
-
"StartDate": "2025-05-02",
|
|
1115
|
-
"EndDate": "2025-05-07",
|
|
1116
|
-
"RegistrationCutOff": "2025-05-02",
|
|
1117
|
-
"Description": "",
|
|
1118
|
-
"HostedOnM2": true,
|
|
1119
|
-
"Visibility": "Open",
|
|
1120
|
-
"TotalParticipants": 8,
|
|
1121
|
-
"ImagesURLs": null,
|
|
1122
|
-
"ImagesAltTexts": null,
|
|
1123
|
-
"Club": {
|
|
1124
|
-
"Name": "Ice Breaker"
|
|
1125
|
-
},
|
|
1126
|
-
"Address": {
|
|
1127
|
-
"Name": "Minneapolis HEMA Study Group",
|
|
1128
|
-
"City": null,
|
|
1129
|
-
"State": null
|
|
1130
|
-
}
|
|
1131
|
-
},
|
|
1132
|
-
{
|
|
1133
|
-
"TournamentId": 72,
|
|
1134
|
-
"Name": "Looking Sharpe",
|
|
1135
|
-
"StartDate": "2025-05-10",
|
|
1136
|
-
"EndDate": "2025-05-11",
|
|
1137
|
-
"RegistrationCutOff": "2025-05-10",
|
|
1138
|
-
"Description": "<h3><strong>Looking Sharpe Presents: A Tournament Like No Other!</strong></h3><p>Join us for a thrilling day of one handed weapons as Looking Sharpe hosts Two exciting events!</p><ul><li><p></p><p><br><strong>Messer!</strong><br>All the messer fun in the format you know.</p></li><li><p><br><strong>Trinket Tournament!</strong><br>It’s a triathlon of three weapon formats that will push your skills to the limit:</p><p><br>• <strong>Single Rapier</strong> <br>• <strong>Small Sword</strong><br>• <strong>Rapier + Limited (Dagger, Buckler, and Cloak)</strong><br></p><p>Each format is contested in a Swiss pool, where every win earns you coveted trinkets. <br><br>Once all three pools conclude, only the top 4 trinket holders will advance to a Final Direct Elimination bracket. </p></li><li><p><br>The trinkets you win are yours to keep. Come take part in a original event style!</p></li><li><p></p></li><li><p><strong>Costs:</strong><br>20 Dollars registration fee plus 20 Dollars for each event.<br></p></li></ul>",
|
|
1139
|
-
"HostedOnM2": true,
|
|
1140
|
-
"Visibility": "Open",
|
|
1141
|
-
"TotalParticipants": 22,
|
|
1142
|
-
"ImagesURLs": "https://meyersquaredimages.com/images/LookingSharpe2025.png",
|
|
1143
|
-
"ImagesAltTexts": "Looking sharpe 2025",
|
|
1144
|
-
"Club": {
|
|
1145
|
-
"Name": "Columbus United Fencing Club"
|
|
1146
|
-
},
|
|
1147
|
-
"Address": {
|
|
1148
|
-
"Name": "Columbus United Fencing Club",
|
|
1149
|
-
"City": "Reynoldsburg",
|
|
1150
|
-
"State": "OH"
|
|
1151
|
-
}
|
|
1152
|
-
},
|
|
1153
|
-
{
|
|
1154
|
-
"TournamentId": 104,
|
|
1155
|
-
"Name": "Battle Born",
|
|
1156
|
-
"StartDate": "2025-05-14",
|
|
1157
|
-
"EndDate": "2025-05-15",
|
|
1158
|
-
"RegistrationCutOff": "2025-05-14",
|
|
1159
|
-
"Description": "<p>Battle Born is a premium mid-size HEMA event that brings in fencers from all over North America. </p><p>We strive to marry the best aspects of the professionalism of large HEMA events with the camaraderie and opportunities for individual connection found in small HEMA events.</p><p>Some things we do:</p><ul><li><p></p></li><li><p>Regular tournaments in Longsword, Broadsword, Rapier, and Women's Smallsword</p></li><li><p><br>\"Single-Life\" tournaments in Longsword, Broadsword, and Rapier; we are considering smallsword, as well!</p></li><li><p><br>Both curated workshops and tournaments, run at separate times (so you'll never miss a class by your favorite instructor because you had to compete!)</p></li><li><p><br>A casual dinner on Saturday for more socializing opportunities</p></li><li><p><br>Keeping focus on quality judging, fencer experience, and audience experience</p></li></ul><p></p><p>Our tournament ruleset is different. Our approach to HEMA events is different. We hope this makes for a better experience.</p>",
|
|
1160
|
-
"HostedOnM2": false,
|
|
1161
|
-
"Visibility": "Open",
|
|
1162
|
-
"TotalParticipants": 0,
|
|
1163
|
-
"ImagesURLs": "https://meyersquaredimages.com/uploads/t-8da23dbf.png",
|
|
1164
|
-
"ImagesAltTexts": "Battle Born image",
|
|
1165
|
-
"Club": {
|
|
1166
|
-
"Name": "Columbus United Fencing Club"
|
|
1167
|
-
},
|
|
1168
|
-
"Address": {
|
|
1169
|
-
"Name": "Carson City Community Center",
|
|
1170
|
-
"City": "Carson City",
|
|
1171
|
-
"State": "NV"
|
|
1172
|
-
}
|
|
1173
|
-
},
|
|
1174
|
-
{
|
|
1175
|
-
"TournamentId": 103,
|
|
1176
|
-
"Name": " Fight Day - May 17th",
|
|
1177
|
-
"StartDate": "2025-05-17",
|
|
1178
|
-
"EndDate": "2025-05-18",
|
|
1179
|
-
"RegistrationCutOff": "2025-05-14",
|
|
1180
|
-
"Description": "<p>Have you ever wondered what happens when a spear meets sword and buckler? </p><p>Or what happens when an MMA fighter picks up a tomahawk? </p><p>The answer’s simple: pure chaotic fun!</p><p></p><p>Fight Days are the perfect opportunity to experiment and test your skills, no matter what kind of martial arts you practice. They’re open to anyone with any background - armed, unarmed, or spectators. </p><p></p><p>The format’s easy: each round is 2 minutes long, followed by a 1 minute break. Just find an opponent, introduce yourself, agree to terms (weapons or no, intensity level, etc.), and have at it. You can fight as many or as few rounds as you like. We only have 2 rules - keep everyone safe, and have fun!</p><p></p><p>If you’re looking for a chill, low-stakes, highly diverse event, come on by! Tickets are $25 at the door to participate and free to spectate. If you have questions, please email us (TosettiMMA@gmail.com).</p><p>Date and time:<br>May 17, 2025 11-2pm PDT</p><p>Location:<br>Tosetti Institute of MMA & Fitness<br>816 Warrington Ave<br>Redwood City, CA 94063</p><p><br></p>",
|
|
1181
|
-
"HostedOnM2": false,
|
|
1182
|
-
"Visibility": "Open",
|
|
1183
|
-
"TotalParticipants": 0,
|
|
1184
|
-
"ImagesURLs": "https://meyersquaredimages.com/uploads/t-5340b46d.png",
|
|
1185
|
-
"ImagesAltTexts": " Fight Day - May 17th image",
|
|
1186
|
-
"Club": {
|
|
1187
|
-
"Name": "Columbus United Fencing Club"
|
|
1188
|
-
},
|
|
1189
|
-
"Address": {
|
|
1190
|
-
"Name": "Tosetti Institute of MMA & Fitness",
|
|
1191
|
-
"City": "Redwood City",
|
|
1192
|
-
"State": "CA"
|
|
1193
|
-
}
|
|
1194
|
-
},
|
|
1195
|
-
{
|
|
1196
|
-
"TournamentId": 102,
|
|
1197
|
-
"Name": "SpringSteel 2025",
|
|
1198
|
-
"StartDate": "2025-05-17",
|
|
1199
|
-
"EndDate": "2025-05-20",
|
|
1200
|
-
"RegistrationCutOff": "2025-05-17",
|
|
1201
|
-
"Description": "<p>San Diego Swordfighters is once again proud to host Southern California’s most spring themed Historical European Martial Arts tournament: SpringSteel 2025.</p><p></p><p>Two days of exciting HEMA tournaments in Longsword and Messer, with Tiered Open and URG divisions for each. We are also proud to present Southern California’s first “Light” Longsword tournament. This event will feature the Sigi Light feders, and is open to anyone wanting to experience the fast-paced and technical challenge of “HEMA 3.0”!</p><p></p><p>Admission + 1 Tournament = $80 Each Additional Tournament +$20</p>",
|
|
1202
|
-
"HostedOnM2": false,
|
|
1203
|
-
"Visibility": "Open",
|
|
1204
|
-
"TotalParticipants": 0,
|
|
1205
|
-
"ImagesURLs": "https://meyersquaredimages.com/uploads/t-32ff3a0f.png",
|
|
1206
|
-
"ImagesAltTexts": "SpringSteel 2025 image",
|
|
1207
|
-
"Club": {
|
|
1208
|
-
"Name": "Columbus United Fencing Club"
|
|
1209
|
-
},
|
|
1210
|
-
"Address": {
|
|
1211
|
-
"Name": "Pine Avenue Community Center",
|
|
1212
|
-
"City": "Carlsbad",
|
|
1213
|
-
"State": "CA"
|
|
1214
|
-
}
|
|
1215
|
-
},
|
|
1216
|
-
{
|
|
1217
|
-
"TournamentId": 99,
|
|
1218
|
-
"Name": "Ice Breaker 2025",
|
|
1219
|
-
"StartDate": "2025-05-16",
|
|
1220
|
-
"EndDate": "2025-05-22",
|
|
1221
|
-
"RegistrationCutOff": "2025-04-23",
|
|
1222
|
-
"Description": "<p>Icebreaker is an annual historic fencing Tournament held in the Twin Cities of Minnesota. We have individual event pages for our yearly events, but this is our hub!</p>",
|
|
1223
|
-
"HostedOnM2": true,
|
|
1224
|
-
"Visibility": "Open",
|
|
1225
|
-
"TotalParticipants": 131,
|
|
1226
|
-
"ImagesURLs": "https://meyersquaredimages.com/uploads/t-3df31e47.png",
|
|
1227
|
-
"ImagesAltTexts": "Icy B Last Training image",
|
|
1228
|
-
"Club": {
|
|
1229
|
-
"Name": "Columbus United Fencing Club"
|
|
1230
|
-
},
|
|
1231
|
-
"Address": {
|
|
1232
|
-
"Name": "VMCC Arena",
|
|
1233
|
-
"City": "Inver Grove Heights",
|
|
1234
|
-
"State": "MN"
|
|
1235
|
-
}
|
|
1236
|
-
},
|
|
1237
|
-
{
|
|
1238
|
-
"TournamentId": 51,
|
|
1239
|
-
"Name": "Krump Pow 7: Self-Call Heaven 2024",
|
|
1240
|
-
"StartDate": "2024-11-22",
|
|
1241
|
-
"EndDate": "2025-06-01",
|
|
1242
|
-
"RegistrationCutOff": "2024-11-21",
|
|
1243
|
-
"Description": "<p><strong>November 22 - 24, 2024</strong></p><p></p><p>The Wisconsin Historical Fencing Association of Appleton is continuing the tradition of Krump Pow in Appleton!</p><p></p><p>Prepare for a weekend of friends, fun, and swords!</p><p></p><p>Steel Longsword</p><p></p><p>Singlestick</p><p></p><p>Smallsword</p><p></p><p>Rapier</p><p></p><p>Mixed Steel</p><p></p><p>Mixed Synthetic</p><p></p><p>and Minor Steel Longsword</p><p></p>",
|
|
1244
|
-
"HostedOnM2": false,
|
|
1245
|
-
"Visibility": "Open",
|
|
1246
|
-
"TotalParticipants": 0,
|
|
1247
|
-
"ImagesURLs": "https://meyersquaredimages.com/uploads/t-385eed18.png",
|
|
1248
|
-
"ImagesAltTexts": "Krump Pow 7: Self-Call Heaven 2024 image",
|
|
1249
|
-
"Club": {
|
|
1250
|
-
"Name": "Columbus United Fencing Club"
|
|
1251
|
-
},
|
|
1252
|
-
"Address": {
|
|
1253
|
-
"Name": "Tanner's Grill & Bar",
|
|
1254
|
-
"City": "Kimberly",
|
|
1255
|
-
"State": "WI"
|
|
1256
|
-
}
|
|
1257
|
-
},
|
|
1258
|
-
{
|
|
1259
|
-
"TournamentId": 40,
|
|
1260
|
-
"Name": "Southeast Arc Fencing Open",
|
|
1261
|
-
"StartDate": "2024-10-27",
|
|
1262
|
-
"EndDate": "2025-06-20",
|
|
1263
|
-
"RegistrationCutOff": "2024-10-27",
|
|
1264
|
-
"Description": "<p><strong>TS HERE!</strong></p><p>We're excited to announce that SAFO 2024 will be held on October 26-27 at the Stephen Schmidt Sport and Rec Center at Oglethorpe University (https://maps.app.goo.gl/MH9B7Y1WLCRbSfTx8)</p><p>This year we have a bigger venue to allow for more tournaments and more open space for free fencing!</p><p>Just like last year, SAFO is a tournament for all Under-represented Genders within the HEMA community.</p><p></p><p>SAFO 2024 will have the following tournaments:<br>- Longsword: Tier A and B<br>- Sword & Buckler<br>- Rapier and Dagger<br>- Saber</p><p></p><p>More details, schedule, and registration opening date to be announced soon!</p><p></p><p>--</p><p>SAFO is the tournament run by Atlanta Historical Fencing Academy's internal Resource group: Arc.</p><p>Arc supports the under-represented genders in our club and support their journey and growth into Freifechters.<br>Under-represented genders include: Cis women, Trans women, Non Binary people, and Trans men.</p><p>“Arc” as a name refers to a shield; that the Arc of a shield helps deflect and defend attacks away from you. That’s what this group is -- a Shield that can be used to protect and support those in it with regards to the greater HEMA community.</p>",
|
|
1265
|
-
"HostedOnM2": false,
|
|
1266
|
-
"Visibility": "Open",
|
|
1267
|
-
"TotalParticipants": 0,
|
|
1268
|
-
"ImagesURLs": "https://meyersquaredimages.com/uploads/t-bd7afa6f.png",
|
|
1269
|
-
"ImagesAltTexts": "Southeast Arc Fencing Open image",
|
|
1270
|
-
"Club": {
|
|
1271
|
-
"Name": "Columbus United Fencing Club"
|
|
1272
|
-
},
|
|
1273
|
-
"Address": {
|
|
1274
|
-
"Name": "Stephen Schmidt Sport and Rec Center",
|
|
1275
|
-
"City": "Atlanta",
|
|
1276
|
-
"State": "GA"
|
|
1277
|
-
}
|
|
1278
|
-
},
|
|
1279
|
-
{
|
|
1280
|
-
"TournamentId": 105,
|
|
1281
|
-
"Name": "Hot Sword Summer 2025",
|
|
1282
|
-
"StartDate": "2025-06-28",
|
|
1283
|
-
"EndDate": "2025-06-30",
|
|
1284
|
-
"RegistrationCutOff": "2025-06-28",
|
|
1285
|
-
"Description": "<p><strong>Hot Sword Summer 2025 is coming!<br></strong><br>This year, our event will be TWO DAYS!<br><br>Saturday, June 28th -<br>Morning: Open Rapier with Optional Sidearm<br>Afternoon: Open Singlestick<br><br>Sunday, June 29th -<br>Morning through early Afternoon: Beginner Synthetic Longsword with<br>Open Steel Longsword running simultaneously!<br></p>",
|
|
1286
|
-
"HostedOnM2": false,
|
|
1287
|
-
"Visibility": "Open",
|
|
1288
|
-
"TotalParticipants": 0,
|
|
1289
|
-
"ImagesURLs": "https://meyersquaredimages.com/uploads/t-67b5d612.png",
|
|
1290
|
-
"ImagesAltTexts": "Hot Sword Summer 2025 image",
|
|
1291
|
-
"Club": {
|
|
1292
|
-
"Name": "Columbus United Fencing Club"
|
|
1293
|
-
},
|
|
1294
|
-
"Address": {
|
|
1295
|
-
"Name": "Hal Brady Recreation Complex",
|
|
1296
|
-
"City": "Alachua",
|
|
1297
|
-
"State": "FL"
|
|
1298
|
-
}
|
|
1299
|
-
},
|
|
1300
|
-
{
|
|
1301
|
-
"TournamentId": 108,
|
|
1302
|
-
"Name": "Queens Court 2025",
|
|
1303
|
-
"StartDate": "2025-07-19",
|
|
1304
|
-
"EndDate": "2025-07-22",
|
|
1305
|
-
"RegistrationCutOff": "2025-07-17",
|
|
1306
|
-
"Description": "<p>Join us for the fifth annual Queens Court HEMA Tournament in Cincinnati,Ohio. </p><p></p><p>Hosted by Queen City Sword Guild. We will be having a full weekend of tournaments, Cutting, Longsword divisions A and B, and Messer. Come join in to participate or just watch and have a fun weekend. </p><p></p><p>Join our discord for information on rules, accommodations, and ask questions. https://discord.gg/55be42dgub</p>",
|
|
1307
|
-
"HostedOnM2": true,
|
|
1308
|
-
"Visibility": "Open",
|
|
1309
|
-
"TotalParticipants": 46,
|
|
1310
|
-
"ImagesURLs": "https://meyersquaredimages.com/uploads/t-54e01cf3.png",
|
|
1311
|
-
"ImagesAltTexts": "Queens Court image",
|
|
1312
|
-
"Club": {
|
|
1313
|
-
"Name": "Columbus United Fencing Club"
|
|
1314
|
-
},
|
|
1315
|
-
"Address": {
|
|
1316
|
-
"Name": "Houck's Gym",
|
|
1317
|
-
"City": "West Chester Township",
|
|
1318
|
-
"State": "OH"
|
|
1319
|
-
}
|
|
1320
|
-
},
|
|
1321
|
-
{
|
|
1322
|
-
"TournamentId": 116,
|
|
1323
|
-
"Name": "Salt Lake Open",
|
|
1324
|
-
"StartDate": "2025-07-26",
|
|
1325
|
-
"EndDate": "2025-07-27",
|
|
1326
|
-
"RegistrationCutOff": "2025-07-26",
|
|
1327
|
-
"Description": "<p>Salt Lake Open is a regional Historical European Martial Arts (HEMA) Tournament to promote HEMA scholarship, sportsmanship, inclusivity, and community through competitions, classes, and more.</p>",
|
|
1328
|
-
"HostedOnM2": false,
|
|
1329
|
-
"Visibility": "Open",
|
|
1330
|
-
"TotalParticipants": 0,
|
|
1331
|
-
"ImagesURLs": "https://meyersquaredimages.com/uploads/t-8b691b85.png",
|
|
1332
|
-
"ImagesAltTexts": "Salt Lake Open image",
|
|
1333
|
-
"Club": {
|
|
1334
|
-
"Name": "Columbus United Fencing Club"
|
|
1335
|
-
},
|
|
1336
|
-
"Address": {
|
|
1337
|
-
"Name": "Western Sports Park",
|
|
1338
|
-
"City": "Farmington",
|
|
1339
|
-
"State": "UT"
|
|
1340
|
-
}
|
|
1341
|
-
},
|
|
1342
|
-
{
|
|
1343
|
-
"TournamentId": 106,
|
|
1344
|
-
"Name": "In the Name of Saint George!",
|
|
1345
|
-
"StartDate": "2025-07-26",
|
|
1346
|
-
"EndDate": "2025-07-27",
|
|
1347
|
-
"RegistrationCutOff": "2025-05-14",
|
|
1348
|
-
"Description": "<p>Join us for a 1-day event this summer - \"In the Name of Saint George!\" featuring both Longsword and Military Saber tournaments, Saturday July 26th, 2025.</p><p></p><p>We're looking forward to another great competition hosted by NSHF, event sizes are limited so make sure to register asap to reserve your spot.</p><p>Saint George, the legendary soldier-saint and dragon slayer stands as a timeless symbol and example of courage, chivalry and unwavering resolve in the face of adversity. Saint George has long been the patron saint of knights, warriors, fencers and those who take up arms for honor, defense and virtue.</p><p></p><p>Our tournament <em>In the Name of Saint George </em>is a celebration of those knightly values that Saint George represents, not just a contest of arms but also a tribute to the chivalric spirit of discipline, respect and valor that defined the martial traditions of Europe.</p><p></p><p>He slew the dragon, he died a martyr. In his name we compete, not for glory alone but to carry forward a legacy of skill, honor and virtue.</p><p>*Our military saber event will have weight specifications, sabers must weigh 720-900g.</p><p>*Tournament results will be submitted to HEMA ratings</p><p><br></p><p><strong>The event will take place at:</strong></p><p>Russellville High School gymnasium, 1101 W 9th St, Russellville, KY 42276</p><p>Russellville, KY is about 1 hour north of Nashville, TN. For those traveling from out of state and needing a place to stay, we recommend looking for hotels in Bowling Green, KY for more options, it's about 25 minutes from the event location.</p>",
|
|
1349
|
-
"HostedOnM2": false,
|
|
1350
|
-
"Visibility": "Open",
|
|
1351
|
-
"TotalParticipants": 0,
|
|
1352
|
-
"ImagesURLs": "https://meyersquaredimages.com/uploads/t-42c8b432.png",
|
|
1353
|
-
"ImagesAltTexts": "In the Name of Saint George! image",
|
|
1354
|
-
"Club": {
|
|
1355
|
-
"Name": "Columbus United Fencing Club"
|
|
1356
|
-
},
|
|
1357
|
-
"Address": {
|
|
1358
|
-
"Name": "Russellville High School gymnasium",
|
|
1359
|
-
"City": "Russellville",
|
|
1360
|
-
"State": "KY"
|
|
1361
|
-
}
|
|
1362
|
-
},
|
|
1363
|
-
{
|
|
1364
|
-
"TournamentId": 115,
|
|
1365
|
-
"Name": "AG Open 2025",
|
|
1366
|
-
"StartDate": "2025-07-26",
|
|
1367
|
-
"EndDate": "2025-07-27",
|
|
1368
|
-
"RegistrationCutOff": "2025-07-26",
|
|
1369
|
-
"Description": "<p>Tournaments! Lectures! Classes! Free sparring!</p><ul><li><p><strong>Longsword Relay (Teams)</strong> -> Unlimited</p></li><li><p><strong>Longsword Open A/B/C</strong> -> *</p></li><li><p><strong>Longsword URG A/B</strong> -> Unlimited</p></li><li><p><strong>Messer Open A/B</strong> -> 60 spots cap</p></li><li><p><strong>Messer URG</strong> -> Unlimited</p></li><li><p><strong>Longsword Cutting A/B</strong> -> Unlimited<br><br><em>*Open Longsword Tier A will have a cutoff of 1450 HEMA Rating. The combined total cap for Open Longsword Tier B+C is 80 participants; however participants with a HEMA Rating greater than 1500 will be able to continue to register without a limit.</em></p></li></ul>",
|
|
1370
|
-
"HostedOnM2": false,
|
|
1371
|
-
"Visibility": "Open",
|
|
1372
|
-
"TotalParticipants": 0,
|
|
1373
|
-
"ImagesURLs": "https://meyersquaredimages.com/uploads/t-80341c76.png",
|
|
1374
|
-
"ImagesAltTexts": "AG Open 2025 image",
|
|
1375
|
-
"Club": {
|
|
1376
|
-
"Name": "Columbus United Fencing Club"
|
|
1377
|
-
},
|
|
1378
|
-
"Address": {
|
|
1379
|
-
"Name": " Plymouth Arts & Recreation Center",
|
|
1380
|
-
"City": "Plymouth",
|
|
1381
|
-
"State": "MI"
|
|
1382
|
-
}
|
|
1383
|
-
},
|
|
1384
|
-
{
|
|
1385
|
-
"TournamentId": 110,
|
|
1386
|
-
"Name": "COMBATCON 2025",
|
|
1387
|
-
"StartDate": "2025-07-31",
|
|
1388
|
-
"EndDate": "2025-08-04",
|
|
1389
|
-
"RegistrationCutOff": "2025-07-31",
|
|
1390
|
-
"Description": "<p>CombatCon is a dynamic event that brings together newcomers, experts, and highly skilled professionals to learn, practice, and celebrate Western and European Martial Arts. Share knowledge across disciplines, pursue your passion, and find your next obsession with an inclusive community of students, instructors, fighters, and enthusiasts. Test your skills against combatants from around the world, study and train with leading experts, and immerse yourself in a weekend of fun, fighting and learning.</p><p style=\"text-align: center\">Since our inception in 2011, CombatCon has become one of the premiere fight gatherings in the U.S. thanks to tremendous efforts from a volunteer community of martial artists from around the world. Instructors, organizers, staff, and attendees come from diverse martial and cultural backgrounds including historical fencing, Western Martial Arts (WMA), Historical European Martial Arts (HEMA), traditional Asian martial arts, stunt and film performance, stage combat, personal defense, and military training.</p>",
|
|
1391
|
-
"HostedOnM2": false,
|
|
1392
|
-
"Visibility": "Open",
|
|
1393
|
-
"TotalParticipants": 0,
|
|
1394
|
-
"ImagesURLs": "https://meyersquaredimages.com/uploads/t-d4ec5bb7.png",
|
|
1395
|
-
"ImagesAltTexts": "COMBATCON 2025 image",
|
|
1396
|
-
"Club": {
|
|
1397
|
-
"Name": "Columbus United Fencing Club"
|
|
1398
|
-
},
|
|
1399
|
-
"Address": {
|
|
1400
|
-
"Name": "Flamingo Hotel and Casino",
|
|
1401
|
-
"City": "Los Vegaas",
|
|
1402
|
-
"State": "NV"
|
|
1403
|
-
}
|
|
1404
|
-
},
|
|
1405
|
-
{
|
|
1406
|
-
"TournamentId": 73,
|
|
1407
|
-
"Name": "Sword Quench",
|
|
1408
|
-
"StartDate": "2025-08-09",
|
|
1409
|
-
"EndDate": "2025-08-11",
|
|
1410
|
-
"RegistrationCutOff": "2025-08-09",
|
|
1411
|
-
"Description": "<p><strong>Cool steel. Hot summer.</strong><br></p><p>Join us for <em>Sword Quench</em> — our annual summer showdown featuring <strong>Open Longsword</strong> and <strong>Open Sword & Buckler</strong> under our standard ruleset.</p><p><br>Expect tight bouts, strong competition, and that signature community vibe you know and love. Whether you're out to test your edge or just soak in the action, Sword Quench delivers a clean, competitive event with no filler.</p>",
|
|
1412
|
-
"HostedOnM2": true,
|
|
1413
|
-
"Visibility": "Open",
|
|
1414
|
-
"TotalParticipants": 28,
|
|
1415
|
-
"ImagesURLs": "https://meyersquaredimages.com/uploads/t-09fed9af.png",
|
|
1416
|
-
"ImagesAltTexts": "Sword Quench image",
|
|
1417
|
-
"Club": {
|
|
1418
|
-
"Name": "Columbus United Fencing Club"
|
|
1419
|
-
},
|
|
1420
|
-
"Address": {
|
|
1421
|
-
"Name": "Columbus United Fencing Club",
|
|
1422
|
-
"City": "Reynoldsburg",
|
|
1423
|
-
"State": "OH"
|
|
1424
|
-
}
|
|
1425
|
-
},
|
|
1426
|
-
{
|
|
1427
|
-
"TournamentId": 111,
|
|
1428
|
-
"Name": "Fork Fight 2025",
|
|
1429
|
-
"StartDate": "2025-08-09",
|
|
1430
|
-
"EndDate": "2025-08-11",
|
|
1431
|
-
"RegistrationCutOff": "2025-08-10",
|
|
1432
|
-
"Description": "<p>Low-Tier Longsword tournament (Hema rating 1300 and below)</p><p>9:00 am Door opens / check-ins - Sparring games</p><p>11:00 am Judging workshop</p><p>12:00 pm Longsword pools </p><p>2:45 pm Lunch break</p><p>3:45 pm Finals</p><p>5:00 pm Either sparring games / workshop</p><p>7:00 pm post event dinner. Location: TBA</p><p>August 10, 2025 Dueling Challenge Event</p><p>12:00 pm Door opens / check-ins</p><p>12:30 pm Event briefing </p><p>1:00 pm Event start</p><p>4:00 pm Finals</p><p>5:00 pm Doors closes</p><p><br></p><p>The event will have snacks throughout the day and a water station</p><p>Contact us at: contact.thccs@gmail.com</p><p></p>",
|
|
1433
|
-
"HostedOnM2": false,
|
|
1434
|
-
"Visibility": "Open",
|
|
1435
|
-
"TotalParticipants": 0,
|
|
1436
|
-
"ImagesURLs": "https://meyersquaredimages.com/uploads/t-d127cb46.png",
|
|
1437
|
-
"ImagesAltTexts": "Fork Fight 2025 image",
|
|
1438
|
-
"Club": {
|
|
1439
|
-
"Name": "Columbus United Fencing Club"
|
|
1440
|
-
},
|
|
1441
|
-
"Address": {
|
|
1442
|
-
"Name": " Gospel Chapel",
|
|
1443
|
-
"City": "Grand Forks",
|
|
1444
|
-
"State": "BC"
|
|
1445
|
-
}
|
|
1446
|
-
},
|
|
1447
|
-
{
|
|
1448
|
-
"TournamentId": 113,
|
|
1449
|
-
"Name": "HILT - Historical Integrated Longsword Triathlon 2025",
|
|
1450
|
-
"StartDate": "2025-08-16",
|
|
1451
|
-
"EndDate": "2025-08-17",
|
|
1452
|
-
"RegistrationCutOff": "2025-07-26",
|
|
1453
|
-
"Description": "<p>For the first time since COVID, FKDF is hosting a tournament, and it's a triathlon: Steel Longsword, Cutting, and Paired Forms. Tickets will be on sale tomorrow and the registration cap is 60 entrants per event, so bookmark and get set for updates!!</p>",
|
|
1454
|
-
"HostedOnM2": false,
|
|
1455
|
-
"Visibility": "Open",
|
|
1456
|
-
"TotalParticipants": 0,
|
|
1457
|
-
"ImagesURLs": "https://meyersquaredimages.com/uploads/t-e1d1ccce.png",
|
|
1458
|
-
"ImagesAltTexts": "HILT - Historical Integrated Longsword Triathlon 2025 image",
|
|
1459
|
-
"Club": {
|
|
1460
|
-
"Name": "Columbus United Fencing Club"
|
|
1461
|
-
},
|
|
1462
|
-
"Address": {
|
|
1463
|
-
"Name": "Lovettsville Community Center",
|
|
1464
|
-
"City": "Lovettsville",
|
|
1465
|
-
"State": "VA"
|
|
1466
|
-
}
|
|
1467
|
-
},
|
|
1468
|
-
{
|
|
1469
|
-
"TournamentId": 88,
|
|
1470
|
-
"Name": "Donnybrook 2025",
|
|
1471
|
-
"StartDate": "2025-08-15",
|
|
1472
|
-
"EndDate": "2025-08-19",
|
|
1473
|
-
"RegistrationCutOff": "2025-08-15",
|
|
1474
|
-
"Description": "<h4>Heartland HEMA is proud to announce our annual tournament. Come join us in the heart of America as Heartland HEMA hosts Donnybrook, the biggest HEMA event in the Great Plains Region. <br><br><strong>Schedule:</strong></h4><p> </p><p> <strong>Friday</strong></p><p> -1200-1500 Og / Women’s</p><p> -1500-2000 Stout</p><p> </p><p> <strong>Saturday </strong></p><p> -0900-1300 Singlestick</p><p> -1200-1600 Smallsword/ Harness </p><p> -1600-2000 Rapier</p><p> </p><p> <strong>Sunday</strong></p><p> -0900-1600 Longsword / Awards</p><p> </p><h4><strong>Tournaments:</strong></h4><ul><li><p>Singlestick</p></li><li><p>Rapier</p></li><li><p>Smallsword</p></li><li><p>Longsword</p></li><li><p>Open Stout Sword</p></li><li><p>Old Guard Saber (45 years and older)</p></li><li><p>Harnischfechten (Deed of Arms)</p></li><li><p>Women’s Event (TBD)</p></li></ul><p> </p><h4><strong>Additional Awards</strong></h4><p>Additional awards are going to be available for fencers to compete for.</p><p> </p><p>–<strong>Iron Duelist </strong>(Best Overall Fencer)</p><p>–<strong>Iron Amazon </strong>(Best Overall Woman Competitor)</p><p>–<strong>Hand Sniper</strong> (Collective most successful below elbow attacks)</p><p>–<strong>Scholar</strong> (This award is to the fencer that fought most technically proficiently regardless of placement in the events. A scholar will be awarded in each individual event and an overall.)</p><p>–<strong>Iron Club</strong> (Best overall school performance. The defending champion is<strong> Burning Sun Historical Swordsmanship</strong>, led by Justinder Singh.) </p>",
|
|
1475
|
-
"HostedOnM2": false,
|
|
1476
|
-
"Visibility": "Open",
|
|
1477
|
-
"TotalParticipants": 0,
|
|
1478
|
-
"ImagesURLs": "https://meyersquaredimages.com/uploads/t-ab6799c5.png",
|
|
1479
|
-
"ImagesAltTexts": "Donnybrook 2025 image",
|
|
1480
|
-
"Club": {
|
|
1481
|
-
"Name": "Columbus United Fencing Club"
|
|
1482
|
-
},
|
|
1483
|
-
"Address": {
|
|
1484
|
-
"Name": "APEX Sports Hub",
|
|
1485
|
-
"City": "Independence",
|
|
1486
|
-
"State": "MO"
|
|
1487
|
-
}
|
|
1488
|
-
},
|
|
1489
|
-
{
|
|
1490
|
-
"TournamentId": 114,
|
|
1491
|
-
"Name": "HornFest 2025",
|
|
1492
|
-
"StartDate": "2025-08-30",
|
|
1493
|
-
"EndDate": "2025-08-31",
|
|
1494
|
-
"RegistrationCutOff": "2025-08-30",
|
|
1495
|
-
"Description": "<p>Longsword | Gymnasium Sabre | Spear</p><p>We will be hosting a tournament on Labour Day long weekend.</p>",
|
|
1496
|
-
"HostedOnM2": false,
|
|
1497
|
-
"Visibility": "Open",
|
|
1498
|
-
"TotalParticipants": 0,
|
|
1499
|
-
"ImagesURLs": "https://meyersquaredimages.com/uploads/t-595d36d1.png",
|
|
1500
|
-
"ImagesAltTexts": "HornFest 2025 image",
|
|
1501
|
-
"Club": {
|
|
1502
|
-
"Name": "Columbus United Fencing Club"
|
|
1503
|
-
},
|
|
1504
|
-
"Address": {
|
|
1505
|
-
"Name": "28 Gateway Drive",
|
|
1506
|
-
"City": "Airdrie",
|
|
1507
|
-
"State": "AB"
|
|
1508
|
-
}
|
|
1509
|
-
},
|
|
1510
|
-
{
|
|
1511
|
-
"TournamentId": 121,
|
|
1512
|
-
"Name": "Cat and boots longsword open",
|
|
1513
|
-
"StartDate": "2025-08-31",
|
|
1514
|
-
"EndDate": "2025-09-01",
|
|
1515
|
-
"RegistrationCutOff": "2025-08-31",
|
|
1516
|
-
"Description": "<p>Super Fun tournment with Cats wearing boots</p>",
|
|
1517
|
-
"HostedOnM2": true,
|
|
1518
|
-
"Visibility": "Private",
|
|
1519
|
-
"TotalParticipants": 8,
|
|
1520
|
-
"ImagesURLs": "https://meyersquaredimages.com/uploads/t-63319d7a.png",
|
|
1521
|
-
"ImagesAltTexts": "Cat and boots longsword open image",
|
|
1522
|
-
"Club": {
|
|
1523
|
-
"Name": "Columbus United Fencing Club"
|
|
1524
|
-
},
|
|
1525
|
-
"Address": {
|
|
1526
|
-
"Name": "Cats and boots pratice",
|
|
1527
|
-
"City": "Oregonia",
|
|
1528
|
-
"State": "OH"
|
|
1529
|
-
}
|
|
1530
|
-
},
|
|
1531
|
-
{
|
|
1532
|
-
"TournamentId": 122,
|
|
1533
|
-
"Name": "Super Fun Tournament with Puppers!",
|
|
1534
|
-
"StartDate": "2025-08-31",
|
|
1535
|
-
"EndDate": "2025-09-01",
|
|
1536
|
-
"RegistrationCutOff": "2025-08-31",
|
|
1537
|
-
"Description": "<p><strong>This is a super fun tournament for puppers</strong></p>",
|
|
1538
|
-
"HostedOnM2": true,
|
|
1539
|
-
"Visibility": "Club",
|
|
1540
|
-
"TotalParticipants": 9,
|
|
1541
|
-
"ImagesURLs": "https://meyersquaredimages.com/uploads/t-8af772e1.png",
|
|
1542
|
-
"ImagesAltTexts": "Super Fun Tournament with Puppers! image",
|
|
1543
|
-
"Club": {
|
|
1544
|
-
"Name": "Columbus United Fencing Club"
|
|
1545
|
-
},
|
|
1546
|
-
"Address": {
|
|
1547
|
-
"Name": "Super Fun Puppers",
|
|
1548
|
-
"City": "Wilmington",
|
|
1549
|
-
"State": "OH"
|
|
1550
|
-
}
|
|
1551
|
-
},
|
|
1552
|
-
{
|
|
1553
|
-
"TournamentId": 77,
|
|
1554
|
-
"Name": "Ryan Test",
|
|
1555
|
-
"StartDate": "2025-02-23",
|
|
1556
|
-
"EndDate": "2025-09-11",
|
|
1557
|
-
"RegistrationCutOff": "2025-02-17",
|
|
1558
|
-
"Description": "<p>Your mother.</p>",
|
|
1559
|
-
"HostedOnM2": true,
|
|
1560
|
-
"Visibility": "Private",
|
|
1561
|
-
"TotalParticipants": 15,
|
|
1562
|
-
"ImagesURLs": "",
|
|
1563
|
-
"ImagesAltTexts": "Ryan Test image",
|
|
1564
|
-
"Club": {
|
|
1565
|
-
"Name": "Ice Breaker"
|
|
1566
|
-
},
|
|
1567
|
-
"Address": {
|
|
1568
|
-
"Name": "Icebreaker",
|
|
1569
|
-
"City": "Minneapolis",
|
|
1570
|
-
"State": "MN"
|
|
1571
|
-
}
|
|
1572
|
-
},
|
|
1573
|
-
{
|
|
1574
|
-
"TournamentId": 124,
|
|
1575
|
-
"Name": "Brick City Brawl",
|
|
1576
|
-
"StartDate": "2025-10-11",
|
|
1577
|
-
"EndDate": "2025-10-12",
|
|
1578
|
-
"RegistrationCutOff": "2025-10-12",
|
|
1579
|
-
"Description": "<p>Brick City Brawl:</p><ul><li><p>Open Longsword</p></li><li><p>Open Messer</p></li><li><p>Open Single Rapier</p></li><li><p>Saber Wait List</p></li><li><p>Open Saber</p></li></ul>",
|
|
1580
|
-
"HostedOnM2": false,
|
|
1581
|
-
"Visibility": "Open",
|
|
1582
|
-
"TotalParticipants": 0,
|
|
1583
|
-
"ImagesURLs": "https://meyersquaredimages.com/uploads/t-6692b16f.png",
|
|
1584
|
-
"ImagesAltTexts": "Brick City Brawl image",
|
|
1585
|
-
"Club": {
|
|
1586
|
-
"Name": "Columbus United Fencing Club"
|
|
1587
|
-
},
|
|
1588
|
-
"Address": {
|
|
1589
|
-
"Name": "RIT Rochester Institute of Technology",
|
|
1590
|
-
"City": "Rochester",
|
|
1591
|
-
"State": "NY"
|
|
1592
|
-
}
|
|
1593
|
-
},
|
|
1594
|
-
{
|
|
1595
|
-
"TournamentId": 120,
|
|
1596
|
-
"Name": "Duel for the Jewel 2025",
|
|
1597
|
-
"StartDate": "2025-10-12",
|
|
1598
|
-
"EndDate": "2025-10-13",
|
|
1599
|
-
"RegistrationCutOff": "2025-10-12",
|
|
1600
|
-
"Description": "<h2><strong>Event description</strong></h2><p>GCDS's Fourth Annual Tournament!</p><p>Saturday - Saber 9AM, Longsword 1 PM</p><p>Sunday - Messer 9AM , URG Saber 1 PM, Rapier 4 PM</p>",
|
|
1601
|
-
"HostedOnM2": false,
|
|
1602
|
-
"Visibility": "Open",
|
|
1603
|
-
"TotalParticipants": 0,
|
|
1604
|
-
"ImagesURLs": "https://meyersquaredimages.com/uploads/t-6855b96e.png",
|
|
1605
|
-
"ImagesAltTexts": "Duel for the Jewel 2025 image",
|
|
1606
|
-
"Club": {
|
|
1607
|
-
"Name": "Columbus United Fencing Club"
|
|
1608
|
-
},
|
|
1609
|
-
"Address": {
|
|
1610
|
-
"Name": "Gem City Duelists Society",
|
|
1611
|
-
"City": "Bellbrook",
|
|
1612
|
-
"State": "OH"
|
|
1613
|
-
}
|
|
1614
|
-
},
|
|
1615
|
-
{
|
|
1616
|
-
"TournamentId": 118,
|
|
1617
|
-
"Name": "More Bang For Your Buckler 2025",
|
|
1618
|
-
"StartDate": "2025-10-19",
|
|
1619
|
-
"EndDate": "2025-10-20",
|
|
1620
|
-
"RegistrationCutOff": "2025-10-19",
|
|
1621
|
-
"Description": "<h2><strong>Get Ready for More Bang For Your Buckler 2025!</strong></h2><p></p><p>Greetings, swords friends! We are pleased to announce that the first iteration of our official rare weapons tournament will be held on <strong>October 18th, 2025</strong>. Registration is OPEN NOW!!!, so please purchase both a general registration and a tournament registration to fight for fabulous prizes. They’ve been split up to allow you to …</p><ul><li><p>Purchase multiple tournament registrations without paying the registration fee multiple times.</p></li><li><p>Get on multiple wait lists at the same time as registration for tournaments that are still open.</p></li><li><p></p></li></ul><h2><strong>What’s a Rare Weapon?</strong></h2><p>Rare weapons are those which do not show up in competitive tournaments often enough for our taste. Everyone and their grand mother fights long sword, but how many sword and buckler tournaments have you seen? That’s why we started this tournament for the following weapons:</p><ul><li><p>Sword and Buckler</p><ul><li><p>This features an arming sword and a small shield.</p></li><li><p>We have plenty of both so don’t be bashful about asking. Borrowing weapons and gear is covered by registration.</p></li></ul></li><li><p>Side Sword</p><ul><li><p>This features one handed weapons with more hand protection than an a typical arming sword but less than a rapier. These weapons will be allowed in this tournament:</p><ul><li><p>Castille economy arming swords with light blades</p></li><li><p>Chinese Jian</p></li><li><p>Castille side sword blades</p></li></ul></li><li><p>All other swords will be examined on the day of and given a pass or fail.</p></li><li><p>We have exactly one side sword and two light arming swords for use if yours is either too stiff or is too heavy</p></li></ul></li><li><p>Small Sword</p><ul><li><p>This features an epee blade with either a standard or pistol grip. It’s as close to Olympic fencing weapons as this club gets.</p></li><li><p></p></li></ul></li></ul><h2><strong>The Tournaments!</strong></h2><p>Hilt and Helm Pittsburgh Fencing Club’s inaugural More Bang for your Buckler will have the following divisions:</p><p></p><h3><strong>Open Sword and Buckler</strong></h3><ul><li><p><strong>When:</strong> 9:00 am to 11:30 am</p></li><li><p></p></li><li><p><strong>Number of Entry Slots available: </strong>6/12</p></li></ul><h3><strong>Open Small Sword</strong></h3><ul><li><p><strong>When:</strong> 12:00 pm to 2:30 pm</p></li><li><p><strong>Number of Entry Slots available: </strong>7/12</p></li><li><p></p></li></ul><h3><strong>Open Side Sword</strong></h3><ul><li><p><strong>When:</strong> 3:00 pm to 5:30 pm</p></li><li><p><strong>Number of Entry Slots available: </strong>8/12</p></li><li><p></p></li></ul><h2><strong>The Schedule</strong></h2><p>8:00 AM - 9:00 AM: Registration</p><p>9:00 AM - 11:30 AM: Open Sword and Buckler</p><p>11:30 AM - 12:00 PM: Lunch</p><p>12:00 PM - 2:30 PM: Open Small Sword</p><p>3:00 PM - 5:30 PM: Open Side Sword</p><p>5:30 PM - 8:00 PM: After Party at the Club</p><p></p><h2><strong>The Cost</strong></h2><p>The cost of attendance is <strong>$30 base registration + $20 per division</strong> in which you choose to participate. You may participate in as many of the 3 divisions as you want, but you must purchase a ticket for each one.</p><p>A week before the tournament, base registration will go up to <strong>$40</strong>, so don’t hesitate!</p><h2><strong>Volunteers</strong></h2><p>We are also looking for people to volunteer as judges and table staff. Everyone who volunteers gets <strong>$20 in swag cash</strong> at the event; back up judges will get $10 if they aren’t utilized and $20 if they are. All volunteers will be required to attend an online meeting before hand so that they can get training and orientation prior to the event. If you’re interested, please email us at hiltandhelm@gmail.com.</p>",
|
|
1622
|
-
"HostedOnM2": false,
|
|
1623
|
-
"Visibility": "Open",
|
|
1624
|
-
"TotalParticipants": 0,
|
|
1625
|
-
"ImagesURLs": "https://meyersquaredimages.com/uploads/t-651c644f.png",
|
|
1626
|
-
"ImagesAltTexts": "More Bang For Your Buckler 2025 image",
|
|
1627
|
-
"Club": {
|
|
1628
|
-
"Name": "Columbus United Fencing Club"
|
|
1629
|
-
},
|
|
1630
|
-
"Address": {
|
|
1631
|
-
"Name": "Hilt and Helm Pittsburgh Fencing Club",
|
|
1632
|
-
"City": "Pittsburg",
|
|
1633
|
-
"State": "PA"
|
|
1634
|
-
}
|
|
1635
|
-
},
|
|
1636
|
-
{
|
|
1637
|
-
"TournamentId": 126,
|
|
1638
|
-
"Name": "Super Test",
|
|
1639
|
-
"StartDate": "2025-10-24",
|
|
1640
|
-
"EndDate": "2025-10-25",
|
|
1641
|
-
"RegistrationCutOff": "2025-10-24",
|
|
1642
|
-
"Description": "<p>Testing Scoreboard functionality </p>",
|
|
1643
|
-
"HostedOnM2": true,
|
|
1644
|
-
"Visibility": "Private",
|
|
1645
|
-
"TotalParticipants": 4,
|
|
1646
|
-
"ImagesURLs": null,
|
|
1647
|
-
"ImagesAltTexts": "Super Test image",
|
|
1648
|
-
"Club": {
|
|
1649
|
-
"Name": "Columbus United Fencing Club"
|
|
1650
|
-
},
|
|
1651
|
-
"Address": {
|
|
1652
|
-
"Name": "Test Location",
|
|
1653
|
-
"City": "Antarctica",
|
|
1654
|
-
"State": "AT"
|
|
1655
|
-
}
|
|
1656
|
-
},
|
|
1657
|
-
{
|
|
1658
|
-
"TournamentId": 117,
|
|
1659
|
-
"Name": "Fright Fight 2025",
|
|
1660
|
-
"StartDate": "2025-10-24",
|
|
1661
|
-
"EndDate": "2025-10-25",
|
|
1662
|
-
"RegistrationCutOff": "2025-10-24",
|
|
1663
|
-
"Description": "<p>Unleash your inner warrior this Halloween at<strong> Fright Fight 2025</strong>—where costumed combat, medieval mayhem, and spooky spectacle collide for one unforgettable night! Spectators and families are welcome to enjoy the action, cheer on their champions, and take part in festive, family-friendly fun.<br></p><p>Early bird discount code of <strong>15% until Aug 31</strong> for the following items: </p><p><strong>EARLYBIRDAUG</strong> - If you want to use this code you need to enter it while purchasing your tickets. You will see the \"Use promo, credit or voucher code\" right before paying. The code will go away after Aug 31.</p><ul><li><p>Tournament Registration</p></li><li><p>Longsword</p></li><li><p>Rapier</p></li><li><p>Saber</p></li><li><p>Steel Mixed Weapons</p></li><li><p>Small Sword</p></li><li><p>Half-Harness</p></li><li><p>Armor</p></li></ul><p><strong>There are 2 ticket types</strong></p><ul><li><p><strong>General Admission - for spectating and other activities</strong></p></li><li><p><strong>Tournaments - if you plan on entering and participating in a tournament</strong></p></li><li><p>Disclaimer: AZ, Phoenix requires an 8.6% tax on event tickets.</p></li></ul><p></p><p><strong>General Admission</strong></p><p>Experience the Thrill of Live Sword Fighting Tournaments! Witness the clash of steel, the skill of master swordsmen, and the heart-pounding excitement of epic battles. Don’t miss out on this electrifying event—get your tickets now and be part of the action!</p><ul><li><p><strong>Note: </strong>General admission allows you to enter the event, but isn't for entering tournaments.</p></li><li><p><strong>Note:</strong> For each adult ticket 2 kids may enter for free. Only purchase a kids ticket if you have more than 2 kids.</p></li></ul><p><strong>Tournaments</strong></p><p>This is for tournament registration and tournament selection.</p><ul><li><p><strong>Note</strong>: Please only register for <strong>1 Cutting tournament </strong>either Open or Advanced, Bowie is a separate tournament</p></li><li><p><strong>A tournament Ticket includes</strong>:<br></p><ul><li><p>Registration to participate in available tournaments</p></li><li><p>1 ticket Saturday night \"Fright Fight Feast\" Dinner</p></li><li><p></p></li></ul><ul><li><p>Additional tickets available: $10.00 for adults & $5.00 for kids 12 and under</p></li></ul><ul><li><p>1 General Admission Ticket for an adult</p></li><li><p>2 General Admission Tickets for children 12 and under</p></li></ul></li></ul><p><strong>Venue Information</strong></p><ul><li><p>Location: The PHHAcility (4600 E Cotton Gin Loop, Phoenix, AZ 85040) <br></p></li><li><p>Please, no outside food or drink on the basketball courts. Water is permitted on the courts. </p></li></ul><p>Schedule coming soon</p><p>More information can be found here: https://frightfight.info/<br><br>If interested in volunteering for Fright Fight, or have any other questions, please contact info@frightfight.info</p>",
|
|
1664
|
-
"HostedOnM2": false,
|
|
1665
|
-
"Visibility": "Open",
|
|
1666
|
-
"TotalParticipants": 0,
|
|
1667
|
-
"ImagesURLs": "https://meyersquaredimages.com/uploads/t-0d6a4b81.png",
|
|
1668
|
-
"ImagesAltTexts": "Fright Fight 2025 image",
|
|
1669
|
-
"Club": {
|
|
1670
|
-
"Name": "Columbus United Fencing Club"
|
|
1671
|
-
},
|
|
1672
|
-
"Address": {
|
|
1673
|
-
"Name": "The PHHacility",
|
|
1674
|
-
"City": "Phoenix",
|
|
1675
|
-
"State": "AZ"
|
|
1676
|
-
}
|
|
1677
|
-
},
|
|
1678
|
-
{
|
|
1679
|
-
"TournamentId": 125,
|
|
1680
|
-
"Name": "CUFC Test Tournament",
|
|
1681
|
-
"StartDate": "2025-10-25",
|
|
1682
|
-
"EndDate": "2025-10-26",
|
|
1683
|
-
"RegistrationCutOff": "2025-10-25",
|
|
1684
|
-
"Description": "<p>In house tournament for judging and directing practice.</p>",
|
|
1685
|
-
"HostedOnM2": true,
|
|
1686
|
-
"Visibility": "Open",
|
|
1687
|
-
"TotalParticipants": 21,
|
|
1688
|
-
"ImagesURLs": "https://meyersquaredimages.com/uploads/t-1a441d93.png",
|
|
1689
|
-
"ImagesAltTexts": "CUFC Test Tournament image",
|
|
1690
|
-
"Club": {
|
|
1691
|
-
"Name": "Columbus United Fencing Club"
|
|
1692
|
-
},
|
|
1693
|
-
"Address": {
|
|
1694
|
-
"Name": "Columbus United Fencing Club",
|
|
1695
|
-
"City": "Reynoldsburg",
|
|
1696
|
-
"State": "OH"
|
|
1697
|
-
}
|
|
1698
|
-
},
|
|
1699
|
-
{
|
|
1700
|
-
"TournamentId": 109,
|
|
1701
|
-
"Name": "Devils Point",
|
|
1702
|
-
"StartDate": "2025-11-08",
|
|
1703
|
-
"EndDate": "2025-11-09",
|
|
1704
|
-
"RegistrationCutOff": "2025-11-08",
|
|
1705
|
-
"Description": "<p>1st Annual Devil's Point<br>HEMA tournament brought to you by MEMAG: Crossings Fight School. Two events will be contested, Messer and Sword & Buckler.</p><p>The tournament will consist of 2 rounds of pools (2nd Round will be tiered) and a finals bracket for the top 8. More Rules and Ticket information will be shared later.</p><p>Expect medals, prizes, additional mini-contests, good fights and more!!</p>",
|
|
1706
|
-
"HostedOnM2": false,
|
|
1707
|
-
"Visibility": "Open",
|
|
1708
|
-
"TotalParticipants": 0,
|
|
1709
|
-
"ImagesURLs": "https://meyersquaredimages.com/uploads/t-48b44b88.png",
|
|
1710
|
-
"ImagesAltTexts": "Devils Point image",
|
|
1711
|
-
"Club": {
|
|
1712
|
-
"Name": "Columbus United Fencing Club"
|
|
1713
|
-
},
|
|
1714
|
-
"Address": {
|
|
1715
|
-
"Name": "Pemberton Field House",
|
|
1716
|
-
"City": "Pemberton",
|
|
1717
|
-
"State": "NJ"
|
|
1718
|
-
}
|
|
1719
|
-
},
|
|
1720
|
-
{
|
|
1721
|
-
"TournamentId": 74,
|
|
1722
|
-
"Name": "Scioto Open 2025",
|
|
1723
|
-
"StartDate": "2025-11-08",
|
|
1724
|
-
"EndDate": "2025-11-10",
|
|
1725
|
-
"RegistrationCutOff": "2025-11-08",
|
|
1726
|
-
"Description": "<p><strong>Columbus United Fencing Club presents our Fall event!</strong><br><br>We’re bringing our top judges and event staff to run a fast, fair, and exciting day of fencing!<br>Come sharpen your game and <strong>warm up for Lynx Cup!</strong></p><p><br>Events</p><ul><li><p><strong>Longsword: Division I & Division II</strong><br>• <strong>Division I eligibility:</strong> HEMA Ratings (Mixed & Men’s Steel Longsword or Including Women's and URG) <strong>over 1450</strong><br>• <strong>Division II:</strong> All other fencers<br>• <em>Note:</em> Staff may adjust division placement at their discretion to ensure safety and competitive balance.<br></p></li><li><p><strong>Marginalized Genders Longsword (MG)</strong><br>Open to <strong>women, non-binary, trans, and gender-expansive fencers</strong>.</p></li><li><p><br><strong>Other Events</strong><br>• <strong>Single Rapier</strong><br>• <strong>Saber</strong><br></p></li></ul><p>Pricing (Pre-Registration)</p><ul><li><p><strong>$45 base fee + $45 per event</strong><br><br>https://www.columbusunitedfencing.com/tournament/67bbd7f2e108bc3e15ee7d8b<br></p></li></ul>",
|
|
1727
|
-
"HostedOnM2": true,
|
|
1728
|
-
"Visibility": "Open",
|
|
1729
|
-
"TotalParticipants": 60,
|
|
1730
|
-
"ImagesURLs": "https://meyersquaredimages.com/uploads/t-f2ec2ad7.png",
|
|
1731
|
-
"ImagesAltTexts": "Scioto Open image",
|
|
1732
|
-
"Club": {
|
|
1733
|
-
"Name": "Columbus United Fencing Club"
|
|
1734
|
-
},
|
|
1735
|
-
"Address": {
|
|
1736
|
-
"Name": "Columbus United Fencing Club",
|
|
1737
|
-
"City": "Reynoldsburg",
|
|
1738
|
-
"State": "OH"
|
|
1739
|
-
}
|
|
1740
|
-
},
|
|
1741
|
-
{
|
|
1742
|
-
"TournamentId": 119,
|
|
1743
|
-
"Name": "Southeast ARC Fencing Open",
|
|
1744
|
-
"StartDate": "2025-11-15",
|
|
1745
|
-
"EndDate": "2025-11-17",
|
|
1746
|
-
"RegistrationCutOff": "2025-11-15",
|
|
1747
|
-
"Description": "<h3><strong>Atlanta Historical Fencing Academy has a resource group called “Arc” and we’re hosting the Southeast ARC Fencing Open!</strong><br></h3><p>Arc supports the under-represented genders in our club and support their journey and growth into Historical Fencers.</p><p>Under-represented genders include: Cis women, Trans women, Non-Binary people, and Trans men.</p><p><br>“Arc” as a name refers to a shield; that the Arc of a shield helps deflect and defend attacks away from you. That’s what this group is -- a Shield that can be used to protect and support those in it with regards to the greater HEMA community.</p><p><br>The Southeast Arc Fencing Open will be held on November 15 and 16, 2025 in Atlanta, Georgia at Clayton State University. This tournament is open to all Cis women, Trans women, Non-binary people, and Trans men.</p><p><br>Over the two day period, we will have a Longsword Tier A and B, Sword and Buckler, Sabre, Single Rapier, and Rapier and Dagger tournaments!</p><p><br>The ruleset will be the same as the Southeast Renaissance Fencing Open (SERFO) that AHFA hosts in June.</p><p><br>Registration is open now! It will close on November 7, 2025</p>",
|
|
1748
|
-
"HostedOnM2": false,
|
|
1749
|
-
"Visibility": "Open",
|
|
1750
|
-
"TotalParticipants": 0,
|
|
1751
|
-
"ImagesURLs": "https://meyersquaredimages.com/uploads/t-1ff9255f.png",
|
|
1752
|
-
"ImagesAltTexts": "Southeast ARC Fencing Open image",
|
|
1753
|
-
"Club": {
|
|
1754
|
-
"Name": "Columbus United Fencing Club"
|
|
1755
|
-
},
|
|
1756
|
-
"Address": {
|
|
1757
|
-
"Name": "Clayton State University",
|
|
1758
|
-
"City": "Morrow",
|
|
1759
|
-
"State": "GA"
|
|
1760
|
-
}
|
|
1761
|
-
},
|
|
1762
|
-
{
|
|
1763
|
-
"TournamentId": 123,
|
|
1764
|
-
"Name": "Virtus in Armis",
|
|
1765
|
-
"StartDate": "2025-11-16",
|
|
1766
|
-
"EndDate": "2025-11-17",
|
|
1767
|
-
"RegistrationCutOff": "2025-11-16",
|
|
1768
|
-
"Description": "<p><strong>This autumn, join us for <em>VIRTUS IN ARMIS: The Art of the Duel, </em>a rapier-focused tournament hosted by the Nashville School of Historical Fencing, featuring both Single Rapier and Rapier & Dagger competitions on Saturday, November 15th, 2025.</strong></p><p></p><p><strong>VIRTUS IN ARMIS is a tribute to the art of the rapier and the classical Renaissance ideals that govern the pursuit of arms. In the spirit of the duel, the tournament environment serves as a proving ground where competitors may test their mettle, honor their opponents and strive toward excellence, reviving the spirit of marital virtue and noble purpose that once defined the warrior’s path.</strong></p><p></p><p><strong>At its heart, VIRTUS IN ARMIS seeks to showcase the strength of character, discipline and skill revealed through the pursuit of arms.</strong></p><p></p><p><strong>As always with NSHF events, you can expect a great time with challenging matches, excellent judging and a professionally run tournament experience - Join us in carrying the tradition forward – one duel at a time!</strong></p><p></p><p><strong>*Rules for each event will be posted soon</strong></p><p></p><p><strong>Registration is now open!</strong></p>",
|
|
1769
|
-
"HostedOnM2": false,
|
|
1770
|
-
"Visibility": "Open",
|
|
1771
|
-
"TotalParticipants": 0,
|
|
1772
|
-
"ImagesURLs": "https://meyersquaredimages.com/uploads/t-e3fb283e.png",
|
|
1773
|
-
"ImagesAltTexts": "Virtus in Armis image",
|
|
1774
|
-
"Club": {
|
|
1775
|
-
"Name": "Columbus United Fencing Club"
|
|
1776
|
-
},
|
|
1777
|
-
"Address": {
|
|
1778
|
-
"Name": "Russellville High School gymnasium",
|
|
1779
|
-
"City": "Russellville",
|
|
1780
|
-
"State": "KY"
|
|
1781
|
-
}
|
|
1782
|
-
},
|
|
1783
|
-
{
|
|
1784
|
-
"TournamentId": 127,
|
|
1785
|
-
"Name": "Longsword As Seen On TV 2026",
|
|
1786
|
-
"StartDate": "2026-01-11",
|
|
1787
|
-
"EndDate": "2026-01-05",
|
|
1788
|
-
"RegistrationCutOff": "2026-01-10",
|
|
1789
|
-
"Description": "<p>Welcome to Longsword As-Seen-On-TV! </p><p></p><p>This is the successor event to 2024's Golden Toaster Longsword Open. It will once again be a fun and friendly event with a cozy atmosphere, and of course no lack of tough competition! This year's tournament will feature two tiers of Longsword, and an open longsword team event. Prizes will include items that you have seen on TV in the heyday of early 2000's product pitching. Like Golden Toaster, this tournament will be a one time event, next year the theme will be different, so don't miss it! </p>",
|
|
1790
|
-
"HostedOnM2": false,
|
|
1791
|
-
"Visibility": "Open",
|
|
1792
|
-
"TotalParticipants": 0,
|
|
1793
|
-
"ImagesURLs": "https://meyersquaredimages.com/uploads/t-98f86c8b.png",
|
|
1794
|
-
"ImagesAltTexts": "Longsword As Seen On TV 2026 image",
|
|
1795
|
-
"Club": {
|
|
1796
|
-
"Name": "Columbus United Fencing Club"
|
|
1797
|
-
},
|
|
1798
|
-
"Address": {
|
|
1799
|
-
"Name": "Northampton Recreation Center",
|
|
1800
|
-
"City": "Richboro",
|
|
1801
|
-
"State": "PA"
|
|
1802
|
-
}
|
|
1803
|
-
},
|
|
1804
|
-
{
|
|
1805
|
-
"TournamentId": 130,
|
|
1806
|
-
"Name": "The Lane County Longsword Open",
|
|
1807
|
-
"StartDate": "2026-01-24",
|
|
1808
|
-
"EndDate": "2026-01-05",
|
|
1809
|
-
"RegistrationCutOff": "2026-01-24",
|
|
1810
|
-
"Description": "<h3 style=\"text-align: center\">The Lane County Longsword Open is a brand-new, longsword-only HEMA tournament, hosted by Masterless Fencing in Eugene, OR.<br><br>Event Information</h3><ul><li><p><strong>Date</strong>: Saturday, January 24, 2026</p></li></ul><ul><li><p><strong>Time</strong>: Gear Check 8 am - 9 am, Tournament Briefing 9:00 am with events to follow</p></li><li><p><strong>Location</strong>: Lane County Event Center, Exhibit Hall 2 - 796 W. 13th Avenue Eugene, OR</p></li></ul>",
|
|
1811
|
-
"HostedOnM2": false,
|
|
1812
|
-
"Visibility": "Open",
|
|
1813
|
-
"TotalParticipants": 0,
|
|
1814
|
-
"ImagesURLs": "https://meyersquaredimages.com/uploads/t-719e7db3.png",
|
|
1815
|
-
"ImagesAltTexts": "The Lane County Longsword Open image",
|
|
1816
|
-
"Club": {
|
|
1817
|
-
"Name": "Columbus United Fencing Club"
|
|
1818
|
-
},
|
|
1819
|
-
"Address": {
|
|
1820
|
-
"Name": "Lane County Event Center",
|
|
1821
|
-
"City": "Eugene",
|
|
1822
|
-
"State": "OR"
|
|
1823
|
-
}
|
|
1824
|
-
},
|
|
1825
|
-
{
|
|
1826
|
-
"TournamentId": 128,
|
|
1827
|
-
"Name": "Unicorn Cup 2026",
|
|
1828
|
-
"StartDate": "2026-01-17",
|
|
1829
|
-
"EndDate": "2026-01-05",
|
|
1830
|
-
"RegistrationCutOff": "2026-01-17",
|
|
1831
|
-
"Description": "<p>Greetings, swords friends! We are pleased to announce that the third iteration of our official tournament will be held on <strong>January 17th, 2026</strong>. Registration is OPEN NOW!!!, so please purchase both a general registration and a tournament registration to fight for fabulous prizes. They’ve been split up to allow you to …</p><ul><li><p>Purchase multiple tournament registrations without paying the registration fee multiple times.</p></li><li><p>Get on multiple wait lists at the same time as registration for tournaments that are still open.</p></li><li><p></p></li></ul><h2>The Tournaments!</h2><p>Hilt and Helm Fencing Club’s third iteration of the Unicorn Cup will have the following divisions:</p><p></p><h3>Open Longsword</h3><ul><li><p><strong>When:</strong> 9:00 am to 12:00 pm</p></li></ul><p></p><h3>Fashion Show!!</h3><ul><li><p><strong>When:</strong> 12:30 pm to 1:00 pm</p></li></ul><p></p><h3>Open Saber</h3><ul><li><p><strong>When:</strong> 1:00 pm to 3:30 pm</p></li></ul><p></p><h3>Open Single Rapier</h3><ul><li><p><strong>When:</strong> 4:00 pm to 6:30 pm</p></li></ul><p>After party at TBA Location</p>",
|
|
1832
|
-
"HostedOnM2": false,
|
|
1833
|
-
"Visibility": "Open",
|
|
1834
|
-
"TotalParticipants": 0,
|
|
1835
|
-
"ImagesURLs": "https://meyersquaredimages.com/uploads/t-cabae734.png",
|
|
1836
|
-
"ImagesAltTexts": "Unicorn Cup 2026 image",
|
|
1837
|
-
"Club": {
|
|
1838
|
-
"Name": "Columbus United Fencing Club"
|
|
1839
|
-
},
|
|
1840
|
-
"Address": {
|
|
1841
|
-
"Name": "Hilt and Helm Pittsburgh Fencing Club",
|
|
1842
|
-
"City": "Pittsburg",
|
|
1843
|
-
"State": "PA"
|
|
1844
|
-
}
|
|
1845
|
-
},
|
|
1846
|
-
{
|
|
1847
|
-
"TournamentId": 129,
|
|
1848
|
-
"Name": "Chilly Charity Challenge 2026",
|
|
1849
|
-
"StartDate": "2026-01-18",
|
|
1850
|
-
"EndDate": "2026-01-05",
|
|
1851
|
-
"RegistrationCutOff": "2026-01-05",
|
|
1852
|
-
"Description": "<h2><strong>Chilly Charity Challenge</strong></h2><p>This winter, BCHF is hosting it’s first ever charity event- the Chilly Charity Challenge! Composed of Open Longsword and GenEq Longsword, the Chilly Charity Challenge will support three local charity organizations. The tournaments will run a ruleset based on the Nordic ruleset, and will use a Swiss Pool format. Every fencer will get a high number of high quality matches! All proceeds will be donated to our partnered charities. Fence for a good cause, compete for the chance to win a pepper-themed prize, and join us for an afterparty at the local Chili’s!</p><p><br><strong>Date:</strong> Sunday January 18th 10am-6pm</p><p><strong>Location:</strong> Black Cat Historical Fencing gym- 100 Elm St Building 3 Unit 3b Warren, RI 02885</p><p><strong>Registration: </strong>https://forms.gle/1CPAXBYUrW4dWoS76</p><p><strong>Ruleset: </strong>https://docs.google.com/document/d/1oNobL9zCB_XzE1GKWxwi_1U8YwmTqXk-wRe4a_m01-4/edit?tab=t.0</p><p><strong>Schedule: </strong>https://docs.google.com/spreadsheets/d/1JNKbwpp0OpmJsLUzDuk9xctasnS4_htF44_nkpe_0-M/edit</p>",
|
|
1853
|
-
"HostedOnM2": false,
|
|
1854
|
-
"Visibility": "Open",
|
|
1855
|
-
"TotalParticipants": 0,
|
|
1856
|
-
"ImagesURLs": "https://meyersquaredimages.com/uploads/t-455029a4.png",
|
|
1857
|
-
"ImagesAltTexts": "Chilly Charity Challenge 2026 image",
|
|
1858
|
-
"Club": {
|
|
1859
|
-
"Name": "Columbus United Fencing Club"
|
|
1860
|
-
},
|
|
1861
|
-
"Address": {
|
|
1862
|
-
"Name": "Black Cat Historical Fencing",
|
|
1863
|
-
"City": "Warren",
|
|
1864
|
-
"State": "RI"
|
|
1865
|
-
}
|
|
1866
|
-
},
|
|
1867
|
-
{
|
|
1868
|
-
"TournamentId": 131,
|
|
1869
|
-
"Name": "Lake Edge Open",
|
|
1870
|
-
"StartDate": "2026-01-05",
|
|
1871
|
-
"EndDate": "2026-01-05",
|
|
1872
|
-
"RegistrationCutOff": "2026-01-05",
|
|
1873
|
-
"Description": "<p><strong>Join Us for Lake Edge Open, </strong>the East coast's first annual cutting tournament!<strong> </strong> Lake Edge Open is committed to growing the sword cutting competition scene and enhancing the practices of Historical European Martial Arts.<br></p><p>Competitors have the opportunity to compete in three separate categories <strong>(Arming, Longsword and</strong> <strong>Messer/Falchion)</strong>, as well as access to a cutting class, hosted by Phil Martin, and a sharpening demo, hosted by Chris Fields of Sterling Armory.</p><p><br>Along with the cutting events, all competitors and general admission attendees may enjoy medieval games including archery, axe throwing, bags, and sword jenga, along with the opportunity to pet and feed the many animals of our host location, Sterling Farmery.<br></p><p>Our organization values tradition, community, and the advancement of swordsmanship through engaging competitions and education.<br><br>Join us in celebrating the art of swordsmanship.</p>",
|
|
1874
|
-
"HostedOnM2": false,
|
|
1875
|
-
"Visibility": "Open",
|
|
1876
|
-
"TotalParticipants": 0,
|
|
1877
|
-
"ImagesURLs": "https://meyersquaredimages.com/uploads/t-8ed60a51.png",
|
|
1878
|
-
"ImagesAltTexts": "Lake Edge Open image",
|
|
1879
|
-
"Club": {
|
|
1880
|
-
"Name": "Columbus United Fencing Club"
|
|
1881
|
-
},
|
|
1882
|
-
"Address": {
|
|
1883
|
-
"Name": "Sterling Armory",
|
|
1884
|
-
"City": "Brooksville",
|
|
1885
|
-
"State": "FL"
|
|
1886
|
-
}
|
|
1887
|
-
},
|
|
1888
|
-
{
|
|
1889
|
-
"TournamentId": 82,
|
|
1890
|
-
"Name": "Lake Efecht 2025",
|
|
1891
|
-
"StartDate": "2025-12-05",
|
|
1892
|
-
"EndDate": "2026-01-12",
|
|
1893
|
-
"RegistrationCutOff": "2025-12-05",
|
|
1894
|
-
"Description": "<p>A 2-day HEMA tournament brought to you by Steelhead WMA, in Erie, PA.</p><p>Events include Open Dagger, Open Messer, ABCD (anyone but CIS dudes) Longsword, Div. B Longsword, and Div. A Longsword.</p><p>Fencers must be 18 or older, as well as vaccinated against COVID-19.</p>",
|
|
1895
|
-
"HostedOnM2": false,
|
|
1896
|
-
"Visibility": "Open",
|
|
1897
|
-
"TotalParticipants": 0,
|
|
1898
|
-
"ImagesURLs": "https://meyersquaredimages.com/uploads/t-96391df1.png",
|
|
1899
|
-
"ImagesAltTexts": " \t Lake Efecht 2025 image",
|
|
1900
|
-
"Club": {
|
|
1901
|
-
"Name": "Columbus United Fencing Club"
|
|
1902
|
-
},
|
|
1903
|
-
"Address": {
|
|
1904
|
-
"Name": "Sinai Sports",
|
|
1905
|
-
"City": "Erie",
|
|
1906
|
-
"State": "PA"
|
|
1907
|
-
}
|
|
1908
|
-
},
|
|
1909
|
-
{
|
|
1910
|
-
"TournamentId": 75,
|
|
1911
|
-
"Name": "LynxCup 2026",
|
|
1912
|
-
"StartDate": "2026-02-13",
|
|
1913
|
-
"EndDate": "2026-02-18",
|
|
1914
|
-
"RegistrationCutOff": "2026-06-03",
|
|
1915
|
-
"Description": "<p><strong>Lynx Cup</strong> is a premier tournament built for competitors who want fun, fairness, and clarity from first pool to final.</p><p><br></p><ul><li><p><strong>Longsword (Open), split into Divisions 1, 2, and 3</strong></p></li></ul><p>The Open Longsword field is divided into three separate divisions. <br>The top 8 finishers in each division receive medals.</p><p></p><p><br><strong>Provisional Division guidelines (HEMA Ratings):</strong></p><ul><li><p>Division 1: recommended for fencers rated 1450+ (open rating or mg rating)</p></li><li><p>Division 2: recommended for experienced fencers below 1450 (typically ~1000–1449 open or mg rating)</p></li><li><p>Division 3: recommended for newcomers, unrated fencers, or those below 1000<br><br>When a fencer signs up for Longsword they will be placed into the hold bin. <br>Shortly before the Tournament fencers will be sorted into Division.</p></li><li><p></p></li></ul><p>Guidelines may change before the tournament</p><p></p><p><strong>Marginalized Gender Longsword</strong><br>Open to trans and cis women, trans men, non-binary, intersex, and other gender-expansive people who are often underrepresented in HEMA.</p><p><br><strong>Saber, Messer, Rapier & Dagger</strong><br>These will run as standard open tournaments. All skill levels are welcome to participate.</p><p></p>",
|
|
1916
|
-
"HostedOnM2": true,
|
|
1917
|
-
"Visibility": "Open",
|
|
1918
|
-
"TotalParticipants": 102,
|
|
1919
|
-
"ImagesURLs": "https://meyersquaredimages.com/uploads/t-027ad899.png",
|
|
1920
|
-
"ImagesAltTexts": "LynxCup 2026 image",
|
|
1921
|
-
"Club": {
|
|
1922
|
-
"Name": "Columbus United Fencing Club"
|
|
1923
|
-
},
|
|
1924
|
-
"Address": {
|
|
1925
|
-
"Name": "Greater Columbus Convention Center",
|
|
1926
|
-
"City": "Columbus",
|
|
1927
|
-
"State": "OH"
|
|
1928
|
-
}
|
|
2
|
+
{
|
|
3
|
+
TournamentId: 93,
|
|
4
|
+
Name: 'CombatCon 2021',
|
|
5
|
+
StartDate: '2026-07-01',
|
|
6
|
+
EndDate: '2026-01-31',
|
|
7
|
+
RegistrationCutOff: '2026-07-01',
|
|
8
|
+
Description: '<p>Combat Con 2021</p><p><br>Longsword </p>',
|
|
9
|
+
HostedOnM2: true,
|
|
10
|
+
Visibility: 'Open',
|
|
11
|
+
TotalParticipants: 80,
|
|
12
|
+
ImagesURLs: 'https://meyersquaredimages.com/uploads/t-bf480246.png',
|
|
13
|
+
ImagesAltTexts: 'CombatCon 2021 image',
|
|
14
|
+
Club: {
|
|
15
|
+
Name: 'Columbus United Fencing Club'
|
|
16
|
+
},
|
|
17
|
+
Address: {
|
|
18
|
+
Name: 'Flamingo Hotel',
|
|
19
|
+
City: 'Las Vegas',
|
|
20
|
+
State: 'NV'
|
|
1929
21
|
}
|
|
22
|
+
},
|
|
23
|
+
{
|
|
24
|
+
TournamentId: 22,
|
|
25
|
+
Name: 'Blue Box Open',
|
|
26
|
+
StartDate: '2021-11-20',
|
|
27
|
+
EndDate: '2021-11-20',
|
|
28
|
+
RegistrationCutOff: '0000-00-00',
|
|
29
|
+
Description: '',
|
|
30
|
+
HostedOnM2: true,
|
|
31
|
+
Visibility: 'Open',
|
|
32
|
+
TotalParticipants: 38,
|
|
33
|
+
ImagesURLs: 'https://meyersquaredimages.com/uploads/t-91bc7405.png',
|
|
34
|
+
ImagesAltTexts: 'Blue Box Open image',
|
|
35
|
+
Club: {
|
|
36
|
+
Name: 'Royal Arts Fencing Academy'
|
|
37
|
+
},
|
|
38
|
+
Address: {
|
|
39
|
+
Name: 'Royal Arts Fencing Academy',
|
|
40
|
+
City: 'Columbus',
|
|
41
|
+
State: 'OH'
|
|
42
|
+
}
|
|
43
|
+
},
|
|
44
|
+
{
|
|
45
|
+
TournamentId: 23,
|
|
46
|
+
Name: 'Looking Sharpe',
|
|
47
|
+
StartDate: '2022-01-14',
|
|
48
|
+
EndDate: '2022-01-15',
|
|
49
|
+
RegistrationCutOff: '0000-00-00',
|
|
50
|
+
Description:
|
|
51
|
+
'<p>Looking Sharpe is a first of its kind Rapier et al and Messer tournament. All off-hand weapons must be approved by the tournament committee. Lanterns and other potentially unsafe items will not be permitted. This tournament also introduces our new messer rules.</p>',
|
|
52
|
+
HostedOnM2: true,
|
|
53
|
+
Visibility: 'Open',
|
|
54
|
+
TotalParticipants: 21,
|
|
55
|
+
ImagesURLs: 'https://meyersquaredimages.com/uploads/t-7a24b1ef.png',
|
|
56
|
+
ImagesAltTexts: 'Looking Sharpe image',
|
|
57
|
+
Club: {
|
|
58
|
+
Name: 'Columbus United Fencing Club'
|
|
59
|
+
},
|
|
60
|
+
Address: {
|
|
61
|
+
Name: 'Royal Arts Fencing Academy',
|
|
62
|
+
City: 'Columbus',
|
|
63
|
+
State: 'OH'
|
|
64
|
+
}
|
|
65
|
+
},
|
|
66
|
+
{
|
|
67
|
+
TournamentId: 24,
|
|
68
|
+
Name: 'Ascalon Sword Festival 2022',
|
|
69
|
+
StartDate: '2022-03-11',
|
|
70
|
+
EndDate: '2022-03-13',
|
|
71
|
+
RegistrationCutOff: '0000-00-00',
|
|
72
|
+
Description:
|
|
73
|
+
'The Arnold Fencing Classic started as an Olympic fencing tournament in 2004. Since then it has expanded and now encompasses a large HEMA component. In moving away from the Arnold Sports Festival this year, we have branded a new name, the <a href="https://arnoldfencingclassic.com/what-is-ascalon">Ascalon Sword Festival</a> featuring the Arnold Fencing Classic. Don\'t miss your chance to fence the Arnold Fencing Classic with fantastic medals and coolness all around.',
|
|
74
|
+
HostedOnM2: true,
|
|
75
|
+
Visibility: 'Open',
|
|
76
|
+
TotalParticipants: 105,
|
|
77
|
+
ImagesURLs: 'https://meyersquaredimages.com/uploads/t-29d57f03.png',
|
|
78
|
+
ImagesAltTexts: 'Ascalon Sword Festival 2022 image',
|
|
79
|
+
Club: {
|
|
80
|
+
Name: 'Columbus United Fencing Club'
|
|
81
|
+
},
|
|
82
|
+
Address: {
|
|
83
|
+
Name: 'Royal Arts Fencing Academy',
|
|
84
|
+
City: 'Columbus',
|
|
85
|
+
State: 'OH'
|
|
86
|
+
}
|
|
87
|
+
},
|
|
88
|
+
{
|
|
89
|
+
TournamentId: 25,
|
|
90
|
+
Name: "Queen's Court 2022",
|
|
91
|
+
StartDate: '2022-06-19',
|
|
92
|
+
EndDate: '2022-06-20',
|
|
93
|
+
RegistrationCutOff: '0000-00-00',
|
|
94
|
+
Description:
|
|
95
|
+
'<p>Join us for the fourth annual Queens Court HEMA Tournament in Cincinnati,Ohio. Hosted by Queen City Sword Guild. We will be having a full weekend of tournaments, Cutting, Longsword divisions A and B, Messer, and Half Armor Heavy Weapons. Come join in to participate or just watch and have a fun weekend. Join our discord for information on rules, accommodations, and ask questions. <br><br>https://discord.gg/55be42dgub</p>',
|
|
96
|
+
HostedOnM2: true,
|
|
97
|
+
Visibility: 'Open',
|
|
98
|
+
TotalParticipants: 36,
|
|
99
|
+
ImagesURLs: 'https://meyersquaredimages.com/uploads/t-3376ca67.png',
|
|
100
|
+
ImagesAltTexts: "Queen's Court image",
|
|
101
|
+
Club: {
|
|
102
|
+
Name: 'Columbus United Fencing Club'
|
|
103
|
+
},
|
|
104
|
+
Address: {
|
|
105
|
+
Name: "Houck's Gym",
|
|
106
|
+
City: 'West Chester Township',
|
|
107
|
+
State: 'OH'
|
|
108
|
+
}
|
|
109
|
+
},
|
|
110
|
+
{
|
|
111
|
+
TournamentId: 26,
|
|
112
|
+
Name: 'Hemageddon',
|
|
113
|
+
StartDate: '2022-08-20',
|
|
114
|
+
EndDate: '2022-08-20',
|
|
115
|
+
RegistrationCutOff: '0000-00-00',
|
|
116
|
+
Description: '',
|
|
117
|
+
HostedOnM2: true,
|
|
118
|
+
Visibility: 'Open',
|
|
119
|
+
TotalParticipants: 30,
|
|
120
|
+
ImagesURLs: 'https://meyersquaredimages.com/uploads/t-089b4617.png',
|
|
121
|
+
ImagesAltTexts: 'Hemageddon image',
|
|
122
|
+
Club: {
|
|
123
|
+
Name: 'Columbus United Fencing Club'
|
|
124
|
+
},
|
|
125
|
+
Address: {
|
|
126
|
+
Name: 'Royal Arts Fencing Academy',
|
|
127
|
+
City: 'Columbus',
|
|
128
|
+
State: 'OH'
|
|
129
|
+
}
|
|
130
|
+
},
|
|
131
|
+
{
|
|
132
|
+
TournamentId: 27,
|
|
133
|
+
Name: 'Kings Cup Warmup: Longsword',
|
|
134
|
+
StartDate: '2022-08-28',
|
|
135
|
+
EndDate: '2022-08-28',
|
|
136
|
+
RegistrationCutOff: '0000-00-00',
|
|
137
|
+
Description: '',
|
|
138
|
+
HostedOnM2: true,
|
|
139
|
+
Visibility: 'Open',
|
|
140
|
+
TotalParticipants: 14,
|
|
141
|
+
ImagesURLs: 'https://meyersquaredimages.com/uploads/t-c7bcf96c.png',
|
|
142
|
+
ImagesAltTexts: 'Kings Cup Longsword Warmup image',
|
|
143
|
+
Club: {
|
|
144
|
+
Name: 'Columbus United Fencing Club'
|
|
145
|
+
},
|
|
146
|
+
Address: {
|
|
147
|
+
Name: 'Metropolitan Historical Fencing Academy',
|
|
148
|
+
City: 'Lorton',
|
|
149
|
+
State: 'VA'
|
|
150
|
+
}
|
|
151
|
+
},
|
|
152
|
+
{
|
|
153
|
+
TournamentId: 28,
|
|
154
|
+
Name: 'Kings Cup Warmup: Saber',
|
|
155
|
+
StartDate: '2022-09-11',
|
|
156
|
+
EndDate: '2022-09-11',
|
|
157
|
+
RegistrationCutOff: '0000-00-00',
|
|
158
|
+
Description: '',
|
|
159
|
+
HostedOnM2: true,
|
|
160
|
+
Visibility: 'Open',
|
|
161
|
+
TotalParticipants: 7,
|
|
162
|
+
ImagesURLs: 'https://meyersquaredimages.com/uploads/t-4a67c3e5.png',
|
|
163
|
+
ImagesAltTexts: 'Kings Cup Saber Warmup image',
|
|
164
|
+
Club: {
|
|
165
|
+
Name: 'Columbus United Fencing Club'
|
|
166
|
+
},
|
|
167
|
+
Address: {
|
|
168
|
+
Name: 'Metropolitan Historical Fencing Academy',
|
|
169
|
+
City: 'Lorton',
|
|
170
|
+
State: 'VA'
|
|
171
|
+
}
|
|
172
|
+
},
|
|
173
|
+
{
|
|
174
|
+
TournamentId: 31,
|
|
175
|
+
Name: 'Kings Cup Warmup: Sword & Buckler',
|
|
176
|
+
StartDate: '2022-10-01',
|
|
177
|
+
EndDate: '2022-10-01',
|
|
178
|
+
RegistrationCutOff: '0000-00-00',
|
|
179
|
+
Description: '',
|
|
180
|
+
HostedOnM2: true,
|
|
181
|
+
Visibility: 'Open',
|
|
182
|
+
TotalParticipants: 11,
|
|
183
|
+
ImagesURLs: 'https://meyersquaredimages.com/uploads/t-4c44df82.png',
|
|
184
|
+
ImagesAltTexts: 'Kings Cup Warmup: Sword & Buckler image',
|
|
185
|
+
Club: {
|
|
186
|
+
Name: 'Columbus United Fencing Club'
|
|
187
|
+
},
|
|
188
|
+
Address: {
|
|
189
|
+
Name: 'Metropolitan Historical Fencing Academy',
|
|
190
|
+
City: 'Lorton',
|
|
191
|
+
State: 'VA'
|
|
192
|
+
}
|
|
193
|
+
},
|
|
194
|
+
{
|
|
195
|
+
TournamentId: 33,
|
|
196
|
+
Name: 'Blue Box Open',
|
|
197
|
+
StartDate: '2022-11-19',
|
|
198
|
+
EndDate: '2022-11-19',
|
|
199
|
+
RegistrationCutOff: '0000-00-00',
|
|
200
|
+
Description: '',
|
|
201
|
+
HostedOnM2: true,
|
|
202
|
+
Visibility: 'Open',
|
|
203
|
+
TotalParticipants: 50,
|
|
204
|
+
ImagesURLs: 'https://meyersquaredimages.com/uploads/t-be04e5f2.png',
|
|
205
|
+
ImagesAltTexts: 'Blue Box Open image',
|
|
206
|
+
Club: {
|
|
207
|
+
Name: 'Columbus United Fencing Club'
|
|
208
|
+
},
|
|
209
|
+
Address: {
|
|
210
|
+
Name: 'Royal Arts Fencing Academy',
|
|
211
|
+
City: 'Columbus',
|
|
212
|
+
State: 'OH'
|
|
213
|
+
}
|
|
214
|
+
},
|
|
215
|
+
{
|
|
216
|
+
TournamentId: 34,
|
|
217
|
+
Name: "King's Cup",
|
|
218
|
+
StartDate: '2023-01-16',
|
|
219
|
+
EndDate: '2023-01-19',
|
|
220
|
+
RegistrationCutOff: '0000-00-00',
|
|
221
|
+
Description: '',
|
|
222
|
+
HostedOnM2: true,
|
|
223
|
+
Visibility: 'Open',
|
|
224
|
+
TotalParticipants: 159,
|
|
225
|
+
ImagesURLs: 'https://meyersquaredimages.com/uploads/t-e3e92fc3.png',
|
|
226
|
+
ImagesAltTexts: "King's Cup image",
|
|
227
|
+
Club: {
|
|
228
|
+
Name: 'Columbus United Fencing Club'
|
|
229
|
+
},
|
|
230
|
+
Address: {
|
|
231
|
+
Name: 'Metropolitan Historical Fencing Academy',
|
|
232
|
+
City: 'Lorton',
|
|
233
|
+
State: 'VA'
|
|
234
|
+
}
|
|
235
|
+
},
|
|
236
|
+
{
|
|
237
|
+
TournamentId: 83,
|
|
238
|
+
Name: 'Looking Sharpe 2023',
|
|
239
|
+
StartDate: '2023-01-21',
|
|
240
|
+
EndDate: '2023-01-22',
|
|
241
|
+
RegistrationCutOff: '2025-02-28',
|
|
242
|
+
Description:
|
|
243
|
+
'<h3><strong>Looking Sharpe Presents: A Tournament Like No Other!</strong></h3><p>Join us for a thrilling day of one handed weapons as Looking Sharpe hosts three exciting tournaments:</p><ul><li><p><strong>Rapier + Limited Off-Hand</strong></p></li><li><p><strong>Messer Tournament</strong></p></li><li><p><strong>Marginalized Genders Rapier + Limited Off-Hand</strong></p></li></ul><p>Test your skill, strategy, and steel against fierce competitors! Our off-hand weapons are limited to <strong>dagger, cloak, and buckler</strong>, subject to approval.</p><p><strong>PLUS! Experience Our Unique Messer Ruleset!</strong></p><p>This isn’t just another tournament—it’s a showcase of precision, power, and technical prowess with a ruleset designed to make Messer unique and fun.</p><p><strong>Mark your calendars</strong> and get ready for a fun day of one-handed weapons!</p>',
|
|
244
|
+
HostedOnM2: true,
|
|
245
|
+
Visibility: 'Open',
|
|
246
|
+
TotalParticipants: 28,
|
|
247
|
+
ImagesURLs: 'https://meyersquaredimages.com/uploads/t-5dd1d98a.png',
|
|
248
|
+
ImagesAltTexts: 'Looking Sharpe 2023 image',
|
|
249
|
+
Club: {
|
|
250
|
+
Name: 'Columbus United Fencing Club'
|
|
251
|
+
},
|
|
252
|
+
Address: {
|
|
253
|
+
Name: 'Columbus United Fencing Club',
|
|
254
|
+
City: 'Reynoldsburg',
|
|
255
|
+
State: 'OH'
|
|
256
|
+
}
|
|
257
|
+
},
|
|
258
|
+
{
|
|
259
|
+
TournamentId: 48,
|
|
260
|
+
Name: 'Test Tournament 12345',
|
|
261
|
+
StartDate: '2024-01-01',
|
|
262
|
+
EndDate: '2024-01-07',
|
|
263
|
+
RegistrationCutOff: '2024-01-01',
|
|
264
|
+
Description: '<p>Test</p>',
|
|
265
|
+
HostedOnM2: true,
|
|
266
|
+
Visibility: 'Open',
|
|
267
|
+
TotalParticipants: 15,
|
|
268
|
+
ImagesURLs: '',
|
|
269
|
+
ImagesAltTexts: 'Test123 image',
|
|
270
|
+
Club: {
|
|
271
|
+
Name: 'Columbus United Fencing Club'
|
|
272
|
+
},
|
|
273
|
+
Address: {
|
|
274
|
+
Name: 'Columbus United Fencing Club',
|
|
275
|
+
City: 'Reynoldsburg',
|
|
276
|
+
State: 'OH'
|
|
277
|
+
}
|
|
278
|
+
},
|
|
279
|
+
{
|
|
280
|
+
TournamentId: 9,
|
|
281
|
+
Name: "Queen's Court 2024",
|
|
282
|
+
StartDate: '2024-07-19',
|
|
283
|
+
EndDate: '2024-07-20',
|
|
284
|
+
RegistrationCutOff: '0000-00-00',
|
|
285
|
+
Description: 'Queen City Sword GuildΓÇÖs first tournament, featuring steel longsword.',
|
|
286
|
+
HostedOnM2: true,
|
|
287
|
+
Visibility: 'Open',
|
|
288
|
+
TotalParticipants: 45,
|
|
289
|
+
ImagesURLs:
|
|
290
|
+
'https://images.squarespace-cdn.com/content/v1/588e439e1b10e309aeed2280/1549377422004-9SSG2INBP1HGR5OK4DIN/FacebookMockup2.png?format=1000w',
|
|
291
|
+
ImagesAltTexts: "Queen's Court",
|
|
292
|
+
Club: {
|
|
293
|
+
Name: 'Queen City Sword Guild'
|
|
294
|
+
},
|
|
295
|
+
Address: {
|
|
296
|
+
Name: 'Test Location',
|
|
297
|
+
City: 'Antarctica',
|
|
298
|
+
State: 'AT'
|
|
299
|
+
}
|
|
300
|
+
},
|
|
301
|
+
{
|
|
302
|
+
TournamentId: 19,
|
|
303
|
+
Name: 'Sword Quench 2024',
|
|
304
|
+
StartDate: '2024-08-02',
|
|
305
|
+
EndDate: '2024-08-02',
|
|
306
|
+
RegistrationCutOff: '0000-00-00',
|
|
307
|
+
Description:
|
|
308
|
+
"<p><strong>Join Us for Sword Quench: Columbus United Fencing Club's Inaugural Event!</strong> ?</p><p></p><p>Get ready for an action-packed day of fencing excitement at Sword Quench, the first-ever event hosted by Columbus United Fencing Club! Whether you're a seasoned fencer or a passionate spectator, there's something for everyone.<br></p><p>? <strong>Event Lineup:</strong></p><ul><li><p><strong>Sword and Buckler</strong> ΓÇô 9:00 AM</p></li><li><p><strong>Open Longsword</strong> ΓÇô 12:00 PM</p></li><li><p><strong>Team Longsword</strong> ΓÇô 4:00 PM<br></p></li></ul><p>But that's not all! Our resident chef will be serving up mouthwatering smash burgers, featuring the exclusive \"Steppy\" sauceΓÇöcreated just for this event. It's a flavor you won't want to miss!</p><p>The whole team has poured their hearts into making this event unforgettable. Come celebrate with us and be part of the excitement!</p>",
|
|
309
|
+
HostedOnM2: true,
|
|
310
|
+
Visibility: 'Open',
|
|
311
|
+
TotalParticipants: 34,
|
|
312
|
+
ImagesURLs: 'https://www.meyersquaredimages.com/uploads/swordquench.png',
|
|
313
|
+
ImagesAltTexts: 'Sword Quench image',
|
|
314
|
+
Club: {
|
|
315
|
+
Name: 'Columbus United Fencing Club'
|
|
316
|
+
},
|
|
317
|
+
Address: {
|
|
318
|
+
Name: 'Test Location',
|
|
319
|
+
City: 'Antarctica',
|
|
320
|
+
State: 'AT'
|
|
321
|
+
}
|
|
322
|
+
},
|
|
323
|
+
{
|
|
324
|
+
TournamentId: 32,
|
|
325
|
+
Name: 'Duel for the Jewel',
|
|
326
|
+
StartDate: '2022-10-08',
|
|
327
|
+
EndDate: '2024-09-15',
|
|
328
|
+
RegistrationCutOff: '0000-00-00',
|
|
329
|
+
Description: '<p>Duel for the Jewl</p>',
|
|
330
|
+
HostedOnM2: true,
|
|
331
|
+
Visibility: 'Open',
|
|
332
|
+
TotalParticipants: 27,
|
|
333
|
+
ImagesURLs: 'https://meyersquaredimages.com/uploads/t-d65e590c.png',
|
|
334
|
+
ImagesAltTexts: 'Duel for the Jewel image',
|
|
335
|
+
Club: {
|
|
336
|
+
Name: 'Columbus United Fencing Club'
|
|
337
|
+
},
|
|
338
|
+
Address: {
|
|
339
|
+
Name: 'Test Location',
|
|
340
|
+
City: 'Antarctica',
|
|
341
|
+
State: 'AT'
|
|
342
|
+
}
|
|
343
|
+
},
|
|
344
|
+
{
|
|
345
|
+
TournamentId: 38,
|
|
346
|
+
Name: 'Gesellen Fechten 2024',
|
|
347
|
+
StartDate: '2024-10-19',
|
|
348
|
+
EndDate: '2024-10-21',
|
|
349
|
+
RegistrationCutOff: '2024-10-19',
|
|
350
|
+
Description:
|
|
351
|
+
'<p>One of the biggest and toughest HEMA events in the world! Early bird pricing until end of July. Dedicated youth and URG events! Come test yourself.</p>',
|
|
352
|
+
HostedOnM2: false,
|
|
353
|
+
Visibility: 'Open',
|
|
354
|
+
TotalParticipants: 0,
|
|
355
|
+
ImagesURLs: 'https://meyersquaredimages.com/uploads/t-24c4babc.png',
|
|
356
|
+
ImagesAltTexts: 'Gesellen Fechten 2024 image',
|
|
357
|
+
Club: {
|
|
358
|
+
Name: 'No Club Affiliation '
|
|
359
|
+
},
|
|
360
|
+
Address: {
|
|
361
|
+
Name: 'Soccer City',
|
|
362
|
+
City: 'Oklahoma City',
|
|
363
|
+
State: 'OK'
|
|
364
|
+
}
|
|
365
|
+
},
|
|
366
|
+
{
|
|
367
|
+
TournamentId: 39,
|
|
368
|
+
Name: 'Fright Fight',
|
|
369
|
+
StartDate: '2024-10-26',
|
|
370
|
+
EndDate: '2024-10-27',
|
|
371
|
+
RegistrationCutOff: '2024-10-26',
|
|
372
|
+
Description:
|
|
373
|
+
'<p>We are hosting another Fright Fight this year! There will be cutting, rapier, S&B, and longsword. We will also have a steel dussack or saber tournament with provided weapons and an experimental continuous fencing event</p>',
|
|
374
|
+
HostedOnM2: false,
|
|
375
|
+
Visibility: 'Open',
|
|
376
|
+
TotalParticipants: 0,
|
|
377
|
+
ImagesURLs: 'https://meyersquaredimages.com/uploads/t-bf055dbf.png',
|
|
378
|
+
ImagesAltTexts: 'Fright Fight image',
|
|
379
|
+
Club: {
|
|
380
|
+
Name: 'No Club Affiliation '
|
|
381
|
+
},
|
|
382
|
+
Address: {
|
|
383
|
+
Name: 'The PHHacility',
|
|
384
|
+
City: 'Phoenix',
|
|
385
|
+
State: 'AZ'
|
|
386
|
+
}
|
|
387
|
+
},
|
|
388
|
+
{
|
|
389
|
+
TournamentId: 37,
|
|
390
|
+
Name: 'Pumpkin Slice',
|
|
391
|
+
StartDate: '2024-10-27',
|
|
392
|
+
EndDate: '2024-10-28',
|
|
393
|
+
RegistrationCutOff: '2024-10-27',
|
|
394
|
+
Description:
|
|
395
|
+
'<p>We are gathering at the Coombs Fairgrounds & Event Centre on October 27th, 2023 for an Open Steel Messer tournament. This will be the second iteration, official, but spiritually, the third, as it was inspired by the Spooky Scary Messer tournament held by THCC in Vancouver.</p>',
|
|
396
|
+
HostedOnM2: false,
|
|
397
|
+
Visibility: 'Open',
|
|
398
|
+
TotalParticipants: 0,
|
|
399
|
+
ImagesURLs: 'https://meyersquaredimages.com/uploads/t-23ee43e9.png',
|
|
400
|
+
ImagesAltTexts: 'Pumpkin Slice image',
|
|
401
|
+
Club: {
|
|
402
|
+
Name: 'Comox Valley Combat Guild'
|
|
403
|
+
},
|
|
404
|
+
Address: {
|
|
405
|
+
Name: 'Coombs Fairgrounds & Event Center',
|
|
406
|
+
City: 'Coombs',
|
|
407
|
+
State: 'BC'
|
|
408
|
+
}
|
|
409
|
+
},
|
|
410
|
+
{
|
|
411
|
+
TournamentId: 41,
|
|
412
|
+
Name: 'Duel for The Jewel 2024',
|
|
413
|
+
StartDate: '2024-10-27',
|
|
414
|
+
EndDate: '2024-10-28',
|
|
415
|
+
RegistrationCutOff: '2024-10-27',
|
|
416
|
+
Description:
|
|
417
|
+
"<p>GCDS's Third Annual Tournament!<br><br>Saturday - Messer 9AM, Longsword 1 PM<br>Sunday - Rapier 9AM, Saber 1 PM<br></p>",
|
|
418
|
+
HostedOnM2: false,
|
|
419
|
+
Visibility: 'Open',
|
|
420
|
+
TotalParticipants: 0,
|
|
421
|
+
ImagesURLs: 'https://meyersquaredimages.com/uploads/t-e1883b09.png',
|
|
422
|
+
ImagesAltTexts: 'Duel for The Jewel 2024 image',
|
|
423
|
+
Club: {
|
|
424
|
+
Name: 'Columbus United Fencing Club'
|
|
425
|
+
},
|
|
426
|
+
Address: {
|
|
427
|
+
Name: 'The Factory',
|
|
428
|
+
City: 'Bellbrook',
|
|
429
|
+
State: 'OH'
|
|
430
|
+
}
|
|
431
|
+
},
|
|
432
|
+
{
|
|
433
|
+
TournamentId: 42,
|
|
434
|
+
Name: 'Long Tail 2024',
|
|
435
|
+
StartDate: '2024-10-28',
|
|
436
|
+
EndDate: '2024-10-29',
|
|
437
|
+
RegistrationCutOff: '2024-10-27',
|
|
438
|
+
Description:
|
|
439
|
+
'<p>Black Cat Historical Fencing is turning 1 year old! To celebrate, we are hosting Long Tail 2024: A HEMA Tournament and Celebration! This is an all day tournament featuring Open Longsword, GenEq Longsword, Open Dagger, and Open Sword and Buckler. Registration opens August 20th. Spectators welcome!</p>',
|
|
440
|
+
HostedOnM2: false,
|
|
441
|
+
Visibility: 'Open',
|
|
442
|
+
TotalParticipants: 0,
|
|
443
|
+
ImagesURLs: 'https://meyersquaredimages.com/uploads/t-0cf7cc59.png',
|
|
444
|
+
ImagesAltTexts: 'Long Tail 2024 image',
|
|
445
|
+
Club: {
|
|
446
|
+
Name: 'No Club Affiliation '
|
|
447
|
+
},
|
|
448
|
+
Address: {
|
|
449
|
+
Name: 'Mary V Quirk School',
|
|
450
|
+
City: 'Columbus',
|
|
451
|
+
State: 'OH'
|
|
452
|
+
}
|
|
453
|
+
},
|
|
454
|
+
{
|
|
455
|
+
TournamentId: 45,
|
|
456
|
+
Name: 'Scioto Open 2024',
|
|
457
|
+
StartDate: '2024-11-17',
|
|
458
|
+
EndDate: '2024-11-18',
|
|
459
|
+
RegistrationCutOff: '2025-04-11',
|
|
460
|
+
Description:
|
|
461
|
+
'<p><strong>Welcome to Scioto Open 2024! <br></strong><br>Come join us at Columbus United Fencing Club to compete in Longsword Divisions A and B, Open Saber, and Open Marginalized Genders Longsword.<br><br>Base admission for competitors is $40<br><br><strong>Longsword Divisions A and B:</strong></p><ul><li><p>Event fee: $20.</p></li><li><p>Registration and Check In cut off: November 16th, 9am.</p></li><li><p>Fencers are being asked to sign up for Longsword, through which they will be sorted in A and B based on the HEMA Ratings of the fencers present.</p></li></ul><p><br><strong>Saber:</strong></p><ul><li><p>Event fee: $20</p></li><li><p>Registration and Check In cut off: November 17th, 12pm.</p></li></ul><p><br><strong>Marginalized Genders Longsword:</strong></p><ul><li><p><strong>There is no additional event fee.</strong></p></li><li><p>Registration and Check In cut off: November 17th, 9am.</p></li><li><p>This event is open to trans and cis women, trans men, non-binary people, intersex people, and any other gender expansive people who are often underrepresented in HEMA.</p></li></ul><p><br></p>',
|
|
462
|
+
HostedOnM2: true,
|
|
463
|
+
Visibility: 'Open',
|
|
464
|
+
TotalParticipants: 42,
|
|
465
|
+
ImagesURLs: 'https://meyersquaredimages.com/uploads/t-8adef35c.png',
|
|
466
|
+
ImagesAltTexts: 'Scioto Open 2024 image',
|
|
467
|
+
Club: {
|
|
468
|
+
Name: 'Columbus United Fencing Club'
|
|
469
|
+
},
|
|
470
|
+
Address: {
|
|
471
|
+
Name: 'Columbus United Fencing Club',
|
|
472
|
+
City: 'Reynoldsburg',
|
|
473
|
+
State: 'OH'
|
|
474
|
+
}
|
|
475
|
+
},
|
|
476
|
+
{
|
|
477
|
+
TournamentId: 43,
|
|
478
|
+
Name: 'Circle City Steel Clash',
|
|
479
|
+
StartDate: '2024-11-18',
|
|
480
|
+
EndDate: '2024-11-19',
|
|
481
|
+
RegistrationCutOff: '2024-11-17',
|
|
482
|
+
Description:
|
|
483
|
+
'<p>This will be our third tournament. Its purpose is to give our fencers and other local fencers their best experience in competitive combat – in as smooth and stress-free a way as possible. We are including a foam sword format event for those who don’t have full protection yet – everyone is welcome to come and try!</p><p><br>In addition, we’ve decided to divide the Steel Longsword event into “Advanced” and “Novice” to make the transition as easy and pleasant as possible. Please read the updated rules and watch the explanatory videos!</p><p>This event will also help our volunteer directors practice judging in a real-world environment while maintaining a friendly and open atmosphere—everyone will be asked for opinions, suggestions, etc.</p><p>We will award 1st, 2nd, and two 3rd places.</p><p>The tournament check-in starts at 9 am and ends 5 min before the beginning of the event.</p><p>The start time of each event will be posted after November 1st.<br></p><p><strong>Events list:</strong></p><p>Poking Fracas (Steel Rapier)</p><p>Steel Brawl (Advanced Steel Longsword)</p><p>Rookie Skirmish (Novice Steel Longsword)</p><p>Foam Rumble (Foam Longsword)</p>',
|
|
484
|
+
HostedOnM2: false,
|
|
485
|
+
Visibility: 'Open',
|
|
486
|
+
TotalParticipants: 0,
|
|
487
|
+
ImagesURLs: 'https://meyersquaredimages.com/uploads/t-c155a64a.png',
|
|
488
|
+
ImagesAltTexts: 'Circle City Steel Clash image',
|
|
489
|
+
Club: {
|
|
490
|
+
Name: 'Columbus United Fencing Club'
|
|
491
|
+
},
|
|
492
|
+
Address: {
|
|
493
|
+
Name: 'Indianapolis Fencing Club',
|
|
494
|
+
City: 'Cincinnati',
|
|
495
|
+
State: 'OH'
|
|
496
|
+
}
|
|
497
|
+
},
|
|
498
|
+
{
|
|
499
|
+
TournamentId: 52,
|
|
500
|
+
Name: 'Happy Shanksgiving',
|
|
501
|
+
StartDate: '2024-11-23',
|
|
502
|
+
EndDate: '2024-11-24',
|
|
503
|
+
RegistrationCutOff: '2024-11-23',
|
|
504
|
+
Description: '<p>This is the quarterly NJ Kloppy Single Rapier event. The prize will probably be more Coffee.</p>',
|
|
505
|
+
HostedOnM2: false,
|
|
506
|
+
Visibility: 'Open',
|
|
507
|
+
TotalParticipants: 0,
|
|
508
|
+
ImagesURLs: 'https://meyersquaredimages.com/uploads/t-00cdf508.png',
|
|
509
|
+
ImagesAltTexts: 'Happy Shanksgiving image',
|
|
510
|
+
Club: {
|
|
511
|
+
Name: 'Columbus United Fencing Club'
|
|
512
|
+
},
|
|
513
|
+
Address: {
|
|
514
|
+
Name: 'Yancy Adams / Maple Dawson ',
|
|
515
|
+
City: 'Moorestown',
|
|
516
|
+
State: 'NJ'
|
|
517
|
+
}
|
|
518
|
+
},
|
|
519
|
+
{
|
|
520
|
+
TournamentId: 47,
|
|
521
|
+
Name: 'Golden Toaster Longsword Open',
|
|
522
|
+
StartDate: '2024-12-15',
|
|
523
|
+
EndDate: '2024-12-16',
|
|
524
|
+
RegistrationCutOff: '2024-12-14',
|
|
525
|
+
Description:
|
|
526
|
+
'<p><strong>Welcome to Golden Toaster Longsword Open 2024! </strong><br><br>This tournament aims be a fun and friendly event with a cozy atmosphere, taking place in the Northampton Recreation Center in Richboro, PA, outside of Philadelphia. Events will be open longsword and longsword teams. The winning team will in fact take home their very own golden toaster!</p><p><br><strong>IMPORTANT TEAMS INFO:</strong></p><ul><li><p>Everyone will automatically be signed up for teams, teams will be submitted the day of the event</p></li><li><p>All members of a team must have signed up under <strong>the same club affiliation</strong> (if a club only has 2, the third can be from a different club, provided they are lower rated than the two of the same club)</p></li><li><p>You may sign up using whatever club affiliation you want, but <strong>it must be a real club</strong> that exists and practices</p></li></ul>',
|
|
527
|
+
HostedOnM2: false,
|
|
528
|
+
Visibility: 'Open',
|
|
529
|
+
TotalParticipants: 0,
|
|
530
|
+
ImagesURLs: 'https://meyersquaredimages.com/uploads/t-48cc863a.png',
|
|
531
|
+
ImagesAltTexts: 'Golden Toaster Longsword Open image',
|
|
532
|
+
Club: {
|
|
533
|
+
Name: 'Columbus United Fencing Club'
|
|
534
|
+
},
|
|
535
|
+
Address: {
|
|
536
|
+
Name: 'Northampton Recreation Center',
|
|
537
|
+
City: 'Richboro',
|
|
538
|
+
State: 'PA'
|
|
539
|
+
}
|
|
540
|
+
},
|
|
541
|
+
{
|
|
542
|
+
TournamentId: 55,
|
|
543
|
+
Name: 'Arto Fama Longsword Workshop',
|
|
544
|
+
StartDate: '2025-01-11',
|
|
545
|
+
EndDate: '2025-01-12',
|
|
546
|
+
RegistrationCutOff: '2025-01-10',
|
|
547
|
+
Description:
|
|
548
|
+
"<p>Arto Fama, one of the top-ranked HEMA practitioners in the world, is hosting an exclusive weekend workshop at <strong>Columbus United Fencing Club</strong>!</p><br><br><p>This is a rare chance to learn from one of the top ranked HEMAist in the world and take your skills to the next level. Whether you're a seasoned fencer or just starting out, Arto’s insights and techniques will elevate your game.</p><p><br>This is a two day workshop, both days are only $100 or $75 for one.<br><br>Workshop will run<br><br>Saturday 10am-4pm: followed by sparing and/or coaching.<br>Sunday 10am-2pm: <br><br>Lunch break will be middle of each day. Lunch is not provided, however there are many restaurants surrounding the club.<br><br><strong>Spots are limited, so act fast!</strong><br>Open to all skill levels<br>Limited to 40 <br><br><strong>To Register : admin@columbusunitedfencing.com</strong></p>",
|
|
549
|
+
HostedOnM2: true,
|
|
550
|
+
Visibility: 'Open',
|
|
551
|
+
TotalParticipants: 44,
|
|
552
|
+
ImagesURLs: 'https://meyersquaredimages.com/uploads/t-abd87c4a.png',
|
|
553
|
+
ImagesAltTexts: 'Arto Fama Longsword Workshop image',
|
|
554
|
+
Club: {
|
|
555
|
+
Name: 'Columbus United Fencing Club'
|
|
556
|
+
},
|
|
557
|
+
Address: {
|
|
558
|
+
Name: 'Columbus United Fencing Club',
|
|
559
|
+
City: 'Reynoldsburg',
|
|
560
|
+
State: 'OH'
|
|
561
|
+
}
|
|
562
|
+
},
|
|
563
|
+
{
|
|
564
|
+
TournamentId: 54,
|
|
565
|
+
Name: 'Unicorn Cup 2025',
|
|
566
|
+
StartDate: '2025-01-18',
|
|
567
|
+
EndDate: '2025-01-19',
|
|
568
|
+
RegistrationCutOff: '2025-01-18',
|
|
569
|
+
Description:
|
|
570
|
+
'<h2>Get Ready for Unicorn Cup 2025!</h2><p>Greetings, swords friends! We are pleased to announce that the second iteration of our official tournament will be held on <strong>January 18th, 2025</strong>. Registration is OPEN NOW!!!, so please purchase both a general registration and a tournament registration to fight for fabulous prizes. They’ve been split up to allow you to …</p><ul><li><p></p></li><li><p>Purchase multiple tournament registrations without paying the registration fee multiple times.</p></li><li><p>Get on multiple wait lists at the same time as registration for tournaments that are still open.</p></li><li><p></p></li></ul><h2>The Tournaments!</h2><p>Hilt and Helm Fencing Club’s second iteration of the Unicorn Cup will have the following divisions:</p><p></p><h3>Open Longsword</h3><ul><li><p><strong>When:</strong> 9:00 am to 12:00 pm</p></li><li><p><strong>Number of Entry Slots: </strong>4/42</p></li><li><p><strong>Who May Enter:</strong> Anyone with appropriate gear.</p></li><li><p></p></li></ul><h3>Fashion Show!!</h3><ul><li><p><strong>When:</strong> 12:30 pm to 1:00 pm</p></li><li><p><strong>Number of Entry Slots: </strong>As many as desired</p></li><li><p><strong>Who May Enter:</strong> Anyone with <em>elegant</em> gear to show off!</p></li><li><p></p></li></ul><h3>Open Saber</h3><ul><li><p><strong>When:</strong> 1:00 pm to 3:30 pm</p></li><li><p><strong>Number of Entry Slots: </strong>6/21</p></li><li><p></p></li></ul><h3>Open Rapier and Dagger</h3><ul><li><p><strong>When:</strong> 4:00 pm to 6:30 pm</p></li><li><p><strong>Number of Entry Slots: </strong>9/21</p></li><li><p><strong>Who May Enter:</strong> Anyone with appropriate gear.</p></li></ul><ul><li><p><strong>Who May Enter:</strong> Anyone with appropriate gear.</p></li></ul><p><br><br>The Schedule</p><p>8:00 AM - 9:00 AM: Registration</p><p>9:00 AM - 12:00 PM: Open Longsword</p><p>12:00 PM - 12:30 PM: Lunch</p><p>12:30 PM - 1:00 PM: Fashion Show</p><p>1:00 PM - 3:30 PM: Open Saber</p><p>4:00 PM - 6:30 PM: Open Rapier and Dagger</p><p>7:00 PM - 11:00 PM: After Party, Location TBD</p><p></p><h2>The Cost</h2><p>The cost of attendance is <strong>$40 base registration + $40 per division</strong> in which you choose to participate. You may participate in as many of the 3 divisions as you want, but you must purchase a ticket for each one.</p><p>A week before the tournament, base registration will go up to <strong>$60</strong>, so don’t hesitate!<br></p>',
|
|
571
|
+
HostedOnM2: false,
|
|
572
|
+
Visibility: 'Open',
|
|
573
|
+
TotalParticipants: 0,
|
|
574
|
+
ImagesURLs: 'https://meyersquaredimages.com/uploads/t-414d7fae.png',
|
|
575
|
+
ImagesAltTexts: 'Unicorn Cup 2025 image',
|
|
576
|
+
Club: {
|
|
577
|
+
Name: 'Columbus United Fencing Club'
|
|
578
|
+
},
|
|
579
|
+
Address: {
|
|
580
|
+
Name: 'Hilt and Helm Pittsburgh Fencing Club',
|
|
581
|
+
City: 'Pittsburg',
|
|
582
|
+
State: 'PA'
|
|
583
|
+
}
|
|
584
|
+
},
|
|
585
|
+
{
|
|
586
|
+
TournamentId: 35,
|
|
587
|
+
Name: 'Super Fun Test Tournament',
|
|
588
|
+
StartDate: '2025-10-19',
|
|
589
|
+
EndDate: '2025-01-20',
|
|
590
|
+
RegistrationCutOff: '0000-00-00',
|
|
591
|
+
Description: '<p>Super Fun Test Tournament with Cats and Laser Swords!</p>',
|
|
592
|
+
HostedOnM2: false,
|
|
593
|
+
Visibility: 'Club',
|
|
594
|
+
TotalParticipants: 27,
|
|
595
|
+
ImagesURLs: 'https://meyersquaredimages.com/uploads/t-415ae68c.png',
|
|
596
|
+
ImagesAltTexts: 'Super Fun Test Tournament image',
|
|
597
|
+
Club: {
|
|
598
|
+
Name: 'Columbus United Fencing Club'
|
|
599
|
+
},
|
|
600
|
+
Address: {
|
|
601
|
+
Name: 'Test Location',
|
|
602
|
+
City: 'Antarctica',
|
|
603
|
+
State: 'AT'
|
|
604
|
+
}
|
|
605
|
+
},
|
|
606
|
+
{
|
|
607
|
+
TournamentId: 58,
|
|
608
|
+
Name: 'IcyB',
|
|
609
|
+
StartDate: '2025-01-25',
|
|
610
|
+
EndDate: '2025-01-26',
|
|
611
|
+
RegistrationCutOff: '2025-01-25',
|
|
612
|
+
Description: '<h1></h1>',
|
|
613
|
+
HostedOnM2: true,
|
|
614
|
+
Visibility: 'Private',
|
|
615
|
+
TotalParticipants: 19,
|
|
616
|
+
ImagesURLs: '',
|
|
617
|
+
ImagesAltTexts: 'IcyB image',
|
|
618
|
+
Club: {
|
|
619
|
+
Name: 'Ice Breaker'
|
|
620
|
+
},
|
|
621
|
+
Address: null
|
|
622
|
+
},
|
|
623
|
+
{
|
|
624
|
+
TournamentId: 44,
|
|
625
|
+
Name: 'Lake E-Fecht 2024',
|
|
626
|
+
StartDate: '2024-12-07',
|
|
627
|
+
EndDate: '2025-02-01',
|
|
628
|
+
RegistrationCutOff: '2024-12-06',
|
|
629
|
+
Description:
|
|
630
|
+
'<p><strong>2024 Winter Tournament</strong><br>Tournament dates: 12/6 and 12/7</p><p>Open to all<br></p><p>Free to active Steelhead WMA members</p><p>$20/event to inactive/non-member</p><p><br><strong>Events:</strong></p><p>Friday, 12/6</p><p>1PM Rapier (16 cap)</p><p>3PM Messer (28 cap)</p><p>6PM ABCD (anyone but cis-dudes) Longsword (16 cap)</p><p>Saturday 12/7</p><p>8AM Longsword Division B (30 cap)</p><p>1PM Open Dagger (20 cap)</p><p>4PM Longsword Division A (20 cap)</p>',
|
|
631
|
+
HostedOnM2: false,
|
|
632
|
+
Visibility: 'Open',
|
|
633
|
+
TotalParticipants: 0,
|
|
634
|
+
ImagesURLs: 'https://meyersquaredimages.com/uploads/t-e3d2977a.png',
|
|
635
|
+
ImagesAltTexts: 'Lake E-Fecht 2024 image',
|
|
636
|
+
Club: {
|
|
637
|
+
Name: 'Columbus United Fencing Club'
|
|
638
|
+
},
|
|
639
|
+
Address: {
|
|
640
|
+
Name: 'Sinai Sports',
|
|
641
|
+
City: 'Erie',
|
|
642
|
+
State: 'PA'
|
|
643
|
+
}
|
|
644
|
+
},
|
|
645
|
+
{
|
|
646
|
+
TournamentId: 76,
|
|
647
|
+
Name: 'IcyB Training',
|
|
648
|
+
StartDate: '2025-02-15',
|
|
649
|
+
EndDate: '2025-02-16',
|
|
650
|
+
RegistrationCutOff: '2025-02-15',
|
|
651
|
+
Description: '',
|
|
652
|
+
HostedOnM2: true,
|
|
653
|
+
Visibility: 'Private',
|
|
654
|
+
TotalParticipants: 1,
|
|
655
|
+
ImagesURLs: '',
|
|
656
|
+
ImagesAltTexts: 'IcyB Training image',
|
|
657
|
+
Club: {
|
|
658
|
+
Name: 'Ice Breaker'
|
|
659
|
+
},
|
|
660
|
+
Address: {
|
|
661
|
+
Name: 'Icebreaker',
|
|
662
|
+
City: 'Minneapolis',
|
|
663
|
+
State: 'MN'
|
|
664
|
+
}
|
|
665
|
+
},
|
|
666
|
+
{
|
|
667
|
+
TournamentId: 53,
|
|
668
|
+
Name: 'Lynx Cup 2025',
|
|
669
|
+
StartDate: '2025-02-15',
|
|
670
|
+
EndDate: '2025-02-17',
|
|
671
|
+
RegistrationCutOff: '2025-02-08',
|
|
672
|
+
Description:
|
|
673
|
+
'<p>Welcome to Lynx Cup 2025! Columbus United Fencing Club is proud to bring together our best judges and event staff to host our largest and most exciting event of the year.</p><p></p><hr><p><strong>Pricing</strong></p><p></p><p><strong>Before January 15th, 2025:</strong></p><ul><li><p>Admission: $45 + $45 per event</p></li></ul><p><strong>On and After January 15th, 2025:</strong></p><ul><li><p>Admission: $50 + $50 per event</p></li></ul><p></p><p><em>Registration cut off for each event is Febuary 7th, 2025.</em></p><p></p><hr><p><strong>Events and Schedule</strong></p><p></p><p><strong>Friday, Feb 14th</strong></p><ul><li><p>Noon: Open Saber</p></li><li><p>4pm: Longsword C</p></li></ul><p></p><p><strong>Saturday, Feb 15th</strong></p><ul><li><p>9am: Longsword A</p></li><li><p>Noon: Longsword B</p></li></ul><p></p><p><strong>Sunday, Feb 16th</strong></p><ul><li><p>9am: Marginalized Gender Longsword*</p></li><li><p>Noon: Rapier And Dagger</p></li><li><p>Noon: Sword and Buckler<br></p></li></ul><p><em>*No additional fee. Open to trans and cis women, trans men, non-binary people, intersex people, and other gender expansive people underrepresented in HEMA.</em></p><p></p><hr><p><strong>Location</strong><br></p><p>6475 E Main St. #111<br>Reynoldsburg, OH 43068</p><p></p><hr><p></p><p>Join our event Discord! https://discord.com/invite/A6n5dWzq</p>',
|
|
674
|
+
HostedOnM2: true,
|
|
675
|
+
Visibility: 'Open',
|
|
676
|
+
TotalParticipants: 72,
|
|
677
|
+
ImagesURLs: 'https://meyersquaredimages.com/uploads/t-de63ebee.png',
|
|
678
|
+
ImagesAltTexts: 'Lynx Cup 2025 image',
|
|
679
|
+
Club: {
|
|
680
|
+
Name: 'Columbus United Fencing Club'
|
|
681
|
+
},
|
|
682
|
+
Address: {
|
|
683
|
+
Name: 'Columbus United Fencing Club',
|
|
684
|
+
City: 'Reynoldsburg',
|
|
685
|
+
State: 'OH'
|
|
686
|
+
}
|
|
687
|
+
},
|
|
688
|
+
{
|
|
689
|
+
TournamentId: 81,
|
|
690
|
+
Name: 'Icebreaker Judge Training 2025-02-21',
|
|
691
|
+
StartDate: '2025-02-21',
|
|
692
|
+
EndDate: '2025-02-22',
|
|
693
|
+
RegistrationCutOff: '2025-02-21',
|
|
694
|
+
Description: '<p>Judge training mock tournament for February 21, 2025</p>',
|
|
695
|
+
HostedOnM2: true,
|
|
696
|
+
Visibility: 'Private',
|
|
697
|
+
TotalParticipants: 12,
|
|
698
|
+
ImagesURLs: '',
|
|
699
|
+
ImagesAltTexts: 'Icebreaker Judge Training 2025-02-21 image',
|
|
700
|
+
Club: {
|
|
701
|
+
Name: 'Ice Breaker'
|
|
702
|
+
},
|
|
703
|
+
Address: {
|
|
704
|
+
Name: 'Icebreaker',
|
|
705
|
+
City: 'Minneapolis',
|
|
706
|
+
State: 'MN'
|
|
707
|
+
}
|
|
708
|
+
},
|
|
709
|
+
{
|
|
710
|
+
TournamentId: 66,
|
|
711
|
+
Name: 'Queen City Small Sword Symposium',
|
|
712
|
+
StartDate: '2025-02-22',
|
|
713
|
+
EndDate: '2025-02-23',
|
|
714
|
+
RegistrationCutOff: '2025-02-22',
|
|
715
|
+
Description: '<h3>Looking Sharpe Presents: A Tournament Like No Other!</h3><p></p><br>',
|
|
716
|
+
HostedOnM2: false,
|
|
717
|
+
Visibility: 'Open',
|
|
718
|
+
TotalParticipants: 0,
|
|
719
|
+
ImagesURLs: 'https://meyersquaredimages.com/uploads/t-cdf69d72.png',
|
|
720
|
+
ImagesAltTexts: 'Queen City Small Sword Symposium image',
|
|
721
|
+
Club: {
|
|
722
|
+
Name: 'Columbus United Fencing Club'
|
|
723
|
+
},
|
|
724
|
+
Address: {
|
|
725
|
+
Name: 'Salle Du Lion',
|
|
726
|
+
City: 'undefined',
|
|
727
|
+
State: 'OH'
|
|
728
|
+
}
|
|
729
|
+
},
|
|
730
|
+
{
|
|
731
|
+
TournamentId: 78,
|
|
732
|
+
Name: 'Southeast Renaissance Fencing Open',
|
|
733
|
+
StartDate: '2025-02-22',
|
|
734
|
+
EndDate: '2025-02-23',
|
|
735
|
+
RegistrationCutOff: '2025-02-22',
|
|
736
|
+
Description:
|
|
737
|
+
"<p>Welcome to the 11th edition of the South East Renaissance Fencing Open!!!</p><p></p><p>We shall be opening registration for the event in the next week!</p><p></p><p>Saturday Feb 22nd at 12pm/Noon.</p><p></p><p>This year SERFO shall be from June 6th-8th.</p><p>We have a new location - Clayton State University (CSU) Gym.</p><p>CSU is south of the city about 15 minutes from the Airport in the city of Morrow.</p><p></p><p>We have some changes and updates to this years' event.</p><p>- Saturday Longsword shall be Tiers A, B. Tier C shall be on Friday.</p><p>- We will be doing First Blood Rapier and Conventional Rapier, and URG Conventional Rapier.</p><p>- We have also started planning on how to improve the bullpen, provide updates to fencers during the event, etc.</p><p>- There shall be no Sabre this year. Sad but it shall come back in a dedicated event later in the year.</p><p>- Etc.</p><p></p><p>The Tournaments being held this year are:</p><p>Under Represented Genders Longsword</p><p>Under Represented Genders Conventional Rapier</p><p>Open Longsword</p><p>First Blood Rapier</p><p>Conventional Rapier</p><p>Sword and Buckler</p><p></p><p>Due to inflation and added costs from the venue and insurance, we have to slightly raise the cost of the event for this year.</p><p>Cost for Event:</p><p></p><p>Early Registration - As always, registration costs for SERFO includes registration into as many tournaments as you wish to compete in (until May 25th) - $105</p><p>- Registration after this day, as well as at the door (from May 26 to event date) - $120</p><p>- T-Shirt - $25</p><p></p><p>We look forward to seeing you at SERFO 25! New Venue and all!</p><p>Thanks to Richard Escoto for the cool pic we shall reuse each and every year.</p><p>All reactions:</p><p>23Aidan Witherspoon, Tom Amoroso and 21 others</p><p><br></p>",
|
|
738
|
+
HostedOnM2: false,
|
|
739
|
+
Visibility: 'Open',
|
|
740
|
+
TotalParticipants: 0,
|
|
741
|
+
ImagesURLs: 'https://meyersquaredimages.com/uploads/t-ed96c7a0.png',
|
|
742
|
+
ImagesAltTexts: 'Southeast Renaissance Fencing Open image',
|
|
743
|
+
Club: {
|
|
744
|
+
Name: 'Columbus United Fencing Club'
|
|
745
|
+
},
|
|
746
|
+
Address: {
|
|
747
|
+
Name: 'Clayton State University',
|
|
748
|
+
City: 'Morrow',
|
|
749
|
+
State: 'GA'
|
|
750
|
+
}
|
|
751
|
+
},
|
|
752
|
+
{
|
|
753
|
+
TournamentId: 67,
|
|
754
|
+
Name: 'Spring Steel',
|
|
755
|
+
StartDate: '2025-03-01',
|
|
756
|
+
EndDate: '2025-03-02',
|
|
757
|
+
RegistrationCutOff: '2025-03-01',
|
|
758
|
+
Description:
|
|
759
|
+
'<p>A new HEMA TOURNAMENT in Barrie, Ontario, Canada.</p><p></p><p>We’ve hosted several events over the last few years including Gathering of the Blades and Frost on the Blade. There was a big demand in the community to add some other weapons to our tournament but we decided, why not host another one!</p><p></p><p>Spring Steel will have:<br>Smallsword<br>Rapier & Dagger<br>Sword & Buckler</p>',
|
|
760
|
+
HostedOnM2: false,
|
|
761
|
+
Visibility: 'Open',
|
|
762
|
+
TotalParticipants: 0,
|
|
763
|
+
ImagesURLs: 'https://meyersquaredimages.com/uploads/t-454f94de.png',
|
|
764
|
+
ImagesAltTexts: 'Spring Steel image',
|
|
765
|
+
Club: {
|
|
766
|
+
Name: 'Columbus United Fencing Club'
|
|
767
|
+
},
|
|
768
|
+
Address: {
|
|
769
|
+
Name: 'Lampman Lane Community Centre',
|
|
770
|
+
City: 'Barrie',
|
|
771
|
+
State: 'ON'
|
|
772
|
+
}
|
|
773
|
+
},
|
|
774
|
+
{
|
|
775
|
+
TournamentId: 57,
|
|
776
|
+
Name: 'Clash for the Cash HEMA Tournament',
|
|
777
|
+
StartDate: '2025-03-02',
|
|
778
|
+
EndDate: '2025-03-03',
|
|
779
|
+
RegistrationCutOff: '2025-03-02',
|
|
780
|
+
Description:
|
|
781
|
+
'<p>Join us for the Clash for the Cash Longsword tournament on March 1st & 2nd 2025 in Pemberton, NJ. The event will be held at the old school located at 50 Early St. in Pemberton Boro. This will be the only event of its kind in this part of the country with cash prizes and medals being awarded to the top 8 fighters.</p><p></p><p>The entry fee for the tournament is essentially a $50 buy-in, with the proceeds being given to fighters instead of merchandise. The awards will break down as follows:</p><p></p><p>$600 for 1ST place</p><p></p><p>$300 for 2ND</p><p></p><p>$150 for 3RD</p><p></p><p>$100 for 4TH</p><p></p><p>$50 for places 5-8</p><p></p><p>These amounts will be contingent upon attendance, of course, and will be based upon a roster of 60 fighters. If the tournament doesn’t sell out, the prize amounts may have to be adjusted.</p><p></p><p>This will be a two day event with a competition on day one, and free sparring on day two (though there may be a couple of classes as well - this is to be decided). There will be no sponsors, no frills, and no subdivisions….just a plump purse of prize money waiting to be claimed. It will be open to fighters of any gender or skill level. It is our intention to put together a relatively low-cost event which will be designed to give all fighters the best possible experience for the money they spend.</p>',
|
|
782
|
+
HostedOnM2: false,
|
|
783
|
+
Visibility: 'Open',
|
|
784
|
+
TotalParticipants: 0,
|
|
785
|
+
ImagesURLs: 'https://meyersquaredimages.com/uploads/t-9296519b.png',
|
|
786
|
+
ImagesAltTexts: 'Clash for the Cash HEMA Tournament image',
|
|
787
|
+
Club: {
|
|
788
|
+
Name: 'Columbus United Fencing Club'
|
|
789
|
+
},
|
|
790
|
+
Address: {
|
|
791
|
+
Name: 'Pemberton Field House',
|
|
792
|
+
City: 'Pemberton',
|
|
793
|
+
State: 'NJ'
|
|
794
|
+
}
|
|
795
|
+
},
|
|
796
|
+
{
|
|
797
|
+
TournamentId: 84,
|
|
798
|
+
Name: 'IcyB March Training',
|
|
799
|
+
StartDate: '2025-03-02',
|
|
800
|
+
EndDate: '2025-03-03',
|
|
801
|
+
RegistrationCutOff: '2025-03-02',
|
|
802
|
+
Description: '',
|
|
803
|
+
HostedOnM2: true,
|
|
804
|
+
Visibility: 'Open',
|
|
805
|
+
TotalParticipants: 12,
|
|
806
|
+
ImagesURLs: null,
|
|
807
|
+
ImagesAltTexts: 'IcyB March Training image',
|
|
808
|
+
Club: {
|
|
809
|
+
Name: 'Ice Breaker'
|
|
810
|
+
},
|
|
811
|
+
Address: {
|
|
812
|
+
Name: 'Center for Blade Arts',
|
|
813
|
+
City: 'Minneapolis',
|
|
814
|
+
State: 'MN'
|
|
815
|
+
}
|
|
816
|
+
},
|
|
817
|
+
{
|
|
818
|
+
TournamentId: 65,
|
|
819
|
+
Name: 'Miro Lahtela Workshop',
|
|
820
|
+
StartDate: '2025-03-08',
|
|
821
|
+
EndDate: '2025-03-09',
|
|
822
|
+
RegistrationCutOff: '2025-03-08',
|
|
823
|
+
Description:
|
|
824
|
+
'<p>Miro Lehtela is among the most accomplished Nordic competition fencers. <br><br>His style focuses on leveraging the technical knowledge of the pseudo Von Danzig and Ringeck sources into actionable and efficient fencing. <br><br>He teaches longsword and ringen regularly at EHMS</p>',
|
|
825
|
+
HostedOnM2: false,
|
|
826
|
+
Visibility: 'Open',
|
|
827
|
+
TotalParticipants: 0,
|
|
828
|
+
ImagesURLs: 'https://meyersquaredimages.com/uploads/t-9d6c3063.png',
|
|
829
|
+
ImagesAltTexts: 'Miro Lahtela Workshop image',
|
|
830
|
+
Club: {
|
|
831
|
+
Name: 'Columbus United Fencing Club'
|
|
832
|
+
},
|
|
833
|
+
Address: {
|
|
834
|
+
Name: 'Columbus United Fencing Club',
|
|
835
|
+
City: 'Reynoldsburg',
|
|
836
|
+
State: 'OH'
|
|
837
|
+
}
|
|
838
|
+
},
|
|
839
|
+
{
|
|
840
|
+
TournamentId: 68,
|
|
841
|
+
Name: 'SoCal Swordfight 2025',
|
|
842
|
+
StartDate: '2025-03-14',
|
|
843
|
+
EndDate: '2025-03-16',
|
|
844
|
+
RegistrationCutOff: '2025-02-17',
|
|
845
|
+
Description: "<h3 class='mb-2'>Looking Sharpe Presents: A Tournament Like No Other!</h3>",
|
|
846
|
+
HostedOnM2: false,
|
|
847
|
+
Visibility: 'Open',
|
|
848
|
+
TotalParticipants: 0,
|
|
849
|
+
ImagesURLs: 'https://meyersquaredimages.com/uploads/t-a48dde8a.png',
|
|
850
|
+
ImagesAltTexts: 'SoCal Swordfight 2025 image',
|
|
851
|
+
Club: {
|
|
852
|
+
Name: 'Columbus United Fencing Club'
|
|
853
|
+
},
|
|
854
|
+
Address: {
|
|
855
|
+
Name: 'Sheraton Fairplex and Conference Center at the Los Angeles Fairplex',
|
|
856
|
+
City: 'Pomona',
|
|
857
|
+
State: 'CA'
|
|
858
|
+
}
|
|
859
|
+
},
|
|
860
|
+
{
|
|
861
|
+
TournamentId: 89,
|
|
862
|
+
Name: 'IcyB Rams Head Training',
|
|
863
|
+
StartDate: '2025-03-15',
|
|
864
|
+
EndDate: '2025-03-16',
|
|
865
|
+
RegistrationCutOff: '2025-03-14',
|
|
866
|
+
Description: '',
|
|
867
|
+
HostedOnM2: true,
|
|
868
|
+
Visibility: 'Open',
|
|
869
|
+
TotalParticipants: 8,
|
|
870
|
+
ImagesURLs: null,
|
|
871
|
+
ImagesAltTexts: 'IcyB Rams Head Training image',
|
|
872
|
+
Club: {
|
|
873
|
+
Name: 'Ice Breaker'
|
|
874
|
+
},
|
|
875
|
+
Address: {
|
|
876
|
+
Name: 'Center for Blade Arts',
|
|
877
|
+
City: 'Minneapolis',
|
|
878
|
+
State: 'MN'
|
|
879
|
+
}
|
|
880
|
+
},
|
|
881
|
+
{
|
|
882
|
+
TournamentId: 90,
|
|
883
|
+
Name: 'Test Tournament for 3-17',
|
|
884
|
+
StartDate: '2025-03-17',
|
|
885
|
+
EndDate: '2025-03-18',
|
|
886
|
+
RegistrationCutOff: '2025-03-17',
|
|
887
|
+
Description: "<p>This is super fun, and I can't wait.</p>",
|
|
888
|
+
HostedOnM2: true,
|
|
889
|
+
Visibility: 'Open',
|
|
890
|
+
TotalParticipants: 8,
|
|
891
|
+
ImagesURLs: 'https://meyersquaredimages.com/uploads/t-e854dce8.png',
|
|
892
|
+
ImagesAltTexts: 'Test Tournament for 3-17 image',
|
|
893
|
+
Club: {
|
|
894
|
+
Name: 'Columbus United Fencing Club'
|
|
895
|
+
},
|
|
896
|
+
Address: {
|
|
897
|
+
Name: 'Test Location',
|
|
898
|
+
City: 'Antarctica',
|
|
899
|
+
State: 'AT'
|
|
900
|
+
}
|
|
901
|
+
},
|
|
902
|
+
{
|
|
903
|
+
TournamentId: 94,
|
|
904
|
+
Name: 'IcyB Training 4-6-25',
|
|
905
|
+
StartDate: '2025-04-06',
|
|
906
|
+
EndDate: '2025-04-07',
|
|
907
|
+
RegistrationCutOff: '2025-04-06',
|
|
908
|
+
Description: '',
|
|
909
|
+
HostedOnM2: true,
|
|
910
|
+
Visibility: 'Open',
|
|
911
|
+
TotalParticipants: 12,
|
|
912
|
+
ImagesURLs: null,
|
|
913
|
+
ImagesAltTexts: 'IcyB Training 4-6-25 image',
|
|
914
|
+
Club: {
|
|
915
|
+
Name: 'Ice Breaker'
|
|
916
|
+
},
|
|
917
|
+
Address: {
|
|
918
|
+
Name: 'Icebreaker',
|
|
919
|
+
City: 'Minneapolis',
|
|
920
|
+
State: 'MN'
|
|
921
|
+
}
|
|
922
|
+
},
|
|
923
|
+
{
|
|
924
|
+
TournamentId: 64,
|
|
925
|
+
Name: 'April Fühlen 2025!',
|
|
926
|
+
StartDate: '2025-04-11',
|
|
927
|
+
EndDate: '2025-04-12',
|
|
928
|
+
RegistrationCutOff: '2025-04-11',
|
|
929
|
+
Description:
|
|
930
|
+
"<p>We're back for our tournament of games this year <strong>April 11th - 12th</strong>.</p><p></p><p>Come join us Friday evening for open sparring and carousing. Then Saturday come compete in a series of games for fabulous prizes. This year we are exited to announce that <strong>first place</strong> in events will be getting event fees covered for Duel for the Jewel 2025 in October. We will be holding multiple tournaments starting with Sword Game.</p><p></p><p><strong>Sword Game</strong> is inspired by the Call of Duty minigame Gun Game. Compete against fencers where every clean hit forces you to use a harder and harder weapon match up. Sword Game will run two events Light and Heavy. The Light event will feature Rapier, Dueling Saber, Small Sword, and finally Parring Dagger. The Heavy Event will use Partisans, Longsword, Sword & Buckler, and Messer.</p><p></p><p>After a <strong>provided lunch</strong> we will have the return of <strong>The Tankard Tournament</strong> but this year we will be fencing in full kit and <strong>Steel Messers</strong>. Come have a good old bar fight where spilling your beer is worse than loosing your life.</p><p></p><p>Finishing the day out will be the team-based <strong>Jugger</strong> event where you and 4-5 five teammates fight in a HEMA-fied game inspired by the 1989 cult classic <em>The Blood of Heroes</em> (or <em>Salute to the Jugger</em> if you were in Europe).</p><p></p><p>Friday, April 11th - Open sparring in the evening Saturday, April 12th - Sword Game Light & Heavy, The Tankard Tournament, and Jugger</p><p></p><p>Detailed Schedule, Event Rules, and Costs to come.</p><p></p><p></p>",
|
|
931
|
+
HostedOnM2: false,
|
|
932
|
+
Visibility: 'Open',
|
|
933
|
+
TotalParticipants: 0,
|
|
934
|
+
ImagesURLs: 'https://meyersquaredimages.com/uploads/t-70145b15.png',
|
|
935
|
+
ImagesAltTexts: 'April Fühlen 2025! image',
|
|
936
|
+
Club: {
|
|
937
|
+
Name: 'Columbus United Fencing Club'
|
|
938
|
+
},
|
|
939
|
+
Address: {
|
|
940
|
+
Name: 'Gem City Duelists Society',
|
|
941
|
+
City: 'Bellbrook',
|
|
942
|
+
State: 'OH'
|
|
943
|
+
}
|
|
944
|
+
},
|
|
945
|
+
{
|
|
946
|
+
TournamentId: 92,
|
|
947
|
+
Name: 'Whose Blade Is It Anyway',
|
|
948
|
+
StartDate: '2025-04-13',
|
|
949
|
+
EndDate: '2025-04-14',
|
|
950
|
+
RegistrationCutOff: '2025-04-11',
|
|
951
|
+
Description: '',
|
|
952
|
+
HostedOnM2: true,
|
|
953
|
+
Visibility: 'Open',
|
|
954
|
+
TotalParticipants: 18,
|
|
955
|
+
ImagesURLs: 'https://meyersquaredimages.com/uploads/t-d913be01.png',
|
|
956
|
+
ImagesAltTexts: 'Whose Blade Is It Anyway image',
|
|
957
|
+
Club: {
|
|
958
|
+
Name: 'Youngstown Historical Fencing'
|
|
959
|
+
},
|
|
960
|
+
Address: {
|
|
961
|
+
Name: 'Gordon Field House, Rochester Institute of Technology',
|
|
962
|
+
City: 'Rochester',
|
|
963
|
+
State: 'NY'
|
|
964
|
+
}
|
|
965
|
+
},
|
|
966
|
+
{
|
|
967
|
+
TournamentId: 97,
|
|
968
|
+
Name: 'Donnybrook 2021',
|
|
969
|
+
StartDate: '2025-04-12',
|
|
970
|
+
EndDate: '2025-04-14',
|
|
971
|
+
RegistrationCutOff: '2025-04-12',
|
|
972
|
+
Description: '',
|
|
973
|
+
HostedOnM2: false,
|
|
974
|
+
Visibility: 'Open',
|
|
975
|
+
TotalParticipants: 0,
|
|
976
|
+
ImagesURLs: 'https://meyersquaredimages.com/uploads/t-241c7faf.png',
|
|
977
|
+
ImagesAltTexts: 'Donnybrook image',
|
|
978
|
+
Club: {
|
|
979
|
+
Name: 'Gem City Duelists Society'
|
|
980
|
+
},
|
|
981
|
+
Address: {
|
|
982
|
+
Name: 'Kansas City HEMA',
|
|
983
|
+
City: null,
|
|
984
|
+
State: null
|
|
985
|
+
}
|
|
986
|
+
},
|
|
987
|
+
{
|
|
988
|
+
TournamentId: 98,
|
|
989
|
+
Name: 'icy b judge training',
|
|
990
|
+
StartDate: '2025-04-19',
|
|
991
|
+
EndDate: '2025-04-20',
|
|
992
|
+
RegistrationCutOff: '2025-04-18',
|
|
993
|
+
Description: '',
|
|
994
|
+
HostedOnM2: true,
|
|
995
|
+
Visibility: 'Private',
|
|
996
|
+
TotalParticipants: 12,
|
|
997
|
+
ImagesURLs: null,
|
|
998
|
+
ImagesAltTexts: 'icy b judge training image',
|
|
999
|
+
Club: {
|
|
1000
|
+
Name: 'Ice Breaker'
|
|
1001
|
+
},
|
|
1002
|
+
Address: {
|
|
1003
|
+
Name: 'Icebreaker',
|
|
1004
|
+
City: 'Minneapolis',
|
|
1005
|
+
State: 'MN'
|
|
1006
|
+
}
|
|
1007
|
+
},
|
|
1008
|
+
{
|
|
1009
|
+
TournamentId: 56,
|
|
1010
|
+
Name: 'Icebreaker',
|
|
1011
|
+
StartDate: '2025-04-19',
|
|
1012
|
+
EndDate: '2025-04-21',
|
|
1013
|
+
RegistrationCutOff: '2025-10-01',
|
|
1014
|
+
Description:
|
|
1015
|
+
'<h1><strong>AGENDA</strong></h1><p></p><p><strong>Friday April 19, 2024</strong></p><ul><li><p>10 - 11 AM: Gear Check and Check In for ALL Friday events</p></li><li><p>11 AM: Singlestick</p></li><li><p>3 PM: Beginner Longsword and WT-NB events<br><br><strong>Saturday April 20, 2024</strong></p></li><li><p>8-9 AM: Gear Check and Check In for Open Steel Longsword</p><ul><li><p>Fighters need to check in EVERY DAY they are competing</p></li></ul></li><li><p>9:30 AM: Open Steel Longsword</p></li><li><p>7 PM: Social Event (Offsite, Registration Required)</p><ul><li><p>Lone Oak Grill, Eagan (3010 Eagandale Pl, Eagan, MN)</p></li></ul></li></ul><p>Sunday April 21, 2024</p><ul><li><p>8-9 AM: Gear Check and Check In for Open Mixed Steel</p><ul><li><p>Fighters need to check in EVERY DAY they are competing</p></li></ul></li><li><p>9:30 AM: Open Mixed Steel Weapons</p></li><li><p></p></li></ul><h1><strong>LIST OF EVENTS</strong></h1><ul><li><p></p></li><li><p>Novice Longsword (capped at 24 participants)</p></li><li><p>Open Steel Longsword (capped at 64 participants)</p></li><li><p>W-T-NB Steel Longsword (capped at 24 participants)</p></li><li><p>Open Singlestick (capped at 32 participants)</p></li><li><p>Open Mixed Steel Weapons (capped at 64 participants)</p></li></ul>',
|
|
1016
|
+
HostedOnM2: true,
|
|
1017
|
+
Visibility: 'Open',
|
|
1018
|
+
TotalParticipants: 0,
|
|
1019
|
+
ImagesURLs: 'https://meyersquaredimages.com/uploads/t-5b876cff.png',
|
|
1020
|
+
ImagesAltTexts: 'Icebreaker image',
|
|
1021
|
+
Club: {
|
|
1022
|
+
Name: 'Columbus United Fencing Club'
|
|
1023
|
+
},
|
|
1024
|
+
Address: {
|
|
1025
|
+
Name: 'Veterans Memorial Community Center',
|
|
1026
|
+
City: 'Inver Grove Heights',
|
|
1027
|
+
State: 'MN'
|
|
1028
|
+
}
|
|
1029
|
+
},
|
|
1030
|
+
{
|
|
1031
|
+
TournamentId: 69,
|
|
1032
|
+
Name: 'Gathering of The Blades',
|
|
1033
|
+
StartDate: '2025-04-26',
|
|
1034
|
+
EndDate: '2025-04-27',
|
|
1035
|
+
RegistrationCutOff: '2025-04-26',
|
|
1036
|
+
Description:
|
|
1037
|
+
'<p>Gathering of the Blades is a learning development HEMA workshop event hosted in Barrie, Ontario, Canada.</p><p></p><p>We had 100+ attendees last year, with 20 workshops and 18 instructors from Ontario, Quebec and the Northern USA. This will be our 4th year hosting the event and we are excited to see everyone again.</p>',
|
|
1038
|
+
HostedOnM2: false,
|
|
1039
|
+
Visibility: 'Open',
|
|
1040
|
+
TotalParticipants: 0,
|
|
1041
|
+
ImagesURLs: 'https://meyersquaredimages.com/uploads/t-4f329233.png',
|
|
1042
|
+
ImagesAltTexts: 'Gathering of The Blades image',
|
|
1043
|
+
Club: {
|
|
1044
|
+
Name: 'Columbus United Fencing Club'
|
|
1045
|
+
},
|
|
1046
|
+
Address: {
|
|
1047
|
+
Name: 'Maple Ridge Secondary School',
|
|
1048
|
+
City: 'Barrie',
|
|
1049
|
+
State: 'ON'
|
|
1050
|
+
}
|
|
1051
|
+
},
|
|
1052
|
+
{
|
|
1053
|
+
TournamentId: 71,
|
|
1054
|
+
Name: 'Wine Country Sword Crush 2025',
|
|
1055
|
+
StartDate: '2025-04-26',
|
|
1056
|
+
EndDate: '2025-04-27',
|
|
1057
|
+
RegistrationCutOff: '2025-04-26',
|
|
1058
|
+
Description:
|
|
1059
|
+
"<p>Welcome back to the fourth Sword Crush! We're pleased to have you return and to spend the weekend with us.</p><p></p><p>We've rotated back to Single Rapier this year, and have made our fourth tournament a Single Rapier Team Relay. Keep tabs of all updates on our Facebook Page.</p><p>If you are only spectating and do not wish to free spar, there is NO need to purchase an admission ticket.</p><p></p><p>IMPORTANT: If this is your first time fencing with us, please ensure you have filled out the online waiver here. This will save you a lot of time during check in!</p><p></p><p>NEW FOR 2025: Because we have obtained use of Piner High's second gym, we needed to increase the admission fee from $45 to $60. This second gym buys us additional gear storage, vendor space, and a protected space for all-day free sparring.</p><p></p><p>Scheduling Change: To help facilitate a smoother tournament experience, we will no longer have a dedicated lunch hour and will be running all day. Please make sure to account for meals during the event. However between individual tournaments, there will be a short break to rotate staff.</p><p></p><p>REFUND POLICY:</p><p>All sales are final. However, some or all of your order may be transferred to another person. Simply email \"captainegf@gmail.com\" with the transferee's name, club and tickets to be transferred.</p><p></p><p>FORMAT:</p><p>Finals will occur immediately after the semi-finals bouts for that tournament, not at the end of the day. The top 16 fencers from pools will advance to elims, except for any tournament with fewer than 16 fencers, in which case the advancing fencers will be determined day of, but will be between 4 to 8.</p><p></p><p>CHECK-IN PROCEDURE:</p><p>Upon arrival, all participants must report to the check-in station inside the main gym doors.</p><p>When you successfully check in and are given your wristband, please make your way to the Small Gym to set up your gear.</p><p>As soon as you can, please make your way to the Gear Check table.</p><p></p><p>SCHEDULE:</p><p>Saturday:</p><p>Check-in Opens: 8:00am</p><p>Single Rapier Pools and Finals: 10:00am</p><p>Rapier Team Relay Pool and Finals: 2:00pm</p><p>After Party Event at EGF: 7:00pm</p><p></p><p>Sunday:</p><p>Check-in Opens: 8:00am</p><p>Longsword - URG Pools and Finals: 10:00am</p><p>Longsword - Open Pools and Finals: 1:00pm</p><p>After Party Event at EGF: 7:00pm</p>",
|
|
1060
|
+
HostedOnM2: false,
|
|
1061
|
+
Visibility: 'Open',
|
|
1062
|
+
TotalParticipants: 0,
|
|
1063
|
+
ImagesURLs: 'https://meyersquaredimages.com/uploads/t-63aac94e.png',
|
|
1064
|
+
ImagesAltTexts: 'Wine Country Sword Crush 2025 image',
|
|
1065
|
+
Club: {
|
|
1066
|
+
Name: 'Columbus United Fencing Club'
|
|
1067
|
+
},
|
|
1068
|
+
Address: {
|
|
1069
|
+
Name: 'Piner High School',
|
|
1070
|
+
City: 'Santa Rosa',
|
|
1071
|
+
State: 'CA'
|
|
1072
|
+
}
|
|
1073
|
+
},
|
|
1074
|
+
{
|
|
1075
|
+
TournamentId: 100,
|
|
1076
|
+
Name: 'Icy B Last Training',
|
|
1077
|
+
StartDate: '2025-04-25',
|
|
1078
|
+
EndDate: '2025-04-27',
|
|
1079
|
+
RegistrationCutOff: '2025-04-25',
|
|
1080
|
+
Description: '',
|
|
1081
|
+
HostedOnM2: true,
|
|
1082
|
+
Visibility: 'Open',
|
|
1083
|
+
TotalParticipants: 12,
|
|
1084
|
+
ImagesURLs: 'https://meyersquaredimages.com/uploads/t-3df31e47.png',
|
|
1085
|
+
ImagesAltTexts: 'Icebreaker Judge training final image',
|
|
1086
|
+
Club: {
|
|
1087
|
+
Name: 'Ice Breaker'
|
|
1088
|
+
},
|
|
1089
|
+
Address: {
|
|
1090
|
+
Name: 'Center for Blade Arts',
|
|
1091
|
+
City: 'Minneapolis',
|
|
1092
|
+
State: 'MN'
|
|
1093
|
+
}
|
|
1094
|
+
},
|
|
1095
|
+
{
|
|
1096
|
+
TournamentId: 87,
|
|
1097
|
+
Name: 'HEMA Lex Free-Sparing & Fundraiser',
|
|
1098
|
+
StartDate: '2025-04-27',
|
|
1099
|
+
EndDate: '2025-05-02',
|
|
1100
|
+
RegistrationCutOff: '2025-04-27',
|
|
1101
|
+
Description:
|
|
1102
|
+
'<p>Hema Lexington will host a free-sparring/fundraiser on Saturday, April 26th, at 2:00 PM. <br><br>Our address is: 172 Southgate Dr, Georgetown, KY 40324 (entrance in the back by the loading docks). </p><p></p><p>We are raising money to rent a van for traveling to FunFecht. </p><p></p><p>The sparring event is free to attend; however, a market will also be available for those interested in purchasing items to support the fundraiser. We will offer various HEMA gear, including one jacket, used fencing masks, synthetic swords, spears, and miscellaneous HEMA-related items such as books, knives, stickers, and more. <br><br>We welcome donations of items to be sold at the fundraiser and can provide space for individuals who wish to sell their personal items for profit. <br><br>There is no obligation to spend money or donate items while attending. The main goal is to have fun!</p>',
|
|
1103
|
+
HostedOnM2: false,
|
|
1104
|
+
Visibility: 'Open',
|
|
1105
|
+
TotalParticipants: 0,
|
|
1106
|
+
ImagesURLs: 'https://meyersquaredimages.com/uploads/t-42a5c129.png',
|
|
1107
|
+
ImagesAltTexts: 'Hema Lex',
|
|
1108
|
+
Club: {
|
|
1109
|
+
Name: 'Columbus United Fencing Club'
|
|
1110
|
+
},
|
|
1111
|
+
Address: {
|
|
1112
|
+
Name: 'Hema Lex',
|
|
1113
|
+
City: 'Georgetown',
|
|
1114
|
+
State: 'KY'
|
|
1115
|
+
}
|
|
1116
|
+
},
|
|
1117
|
+
{
|
|
1118
|
+
TournamentId: 70,
|
|
1119
|
+
Name: 'Circle City Steel Clash',
|
|
1120
|
+
StartDate: '2025-05-03',
|
|
1121
|
+
EndDate: '2025-05-04',
|
|
1122
|
+
RegistrationCutOff: '2025-05-03',
|
|
1123
|
+
Description:
|
|
1124
|
+
'<p>This will be our fourth HEMA tournament, and we couldn’t be more excited! Our goal is to create the best competitive experience for our fencers and the local community, keeping things smooth, fun, and as stress-free as possible.</p><p><br>To make sure everyone can join in, we continue a foam sword format event for those who don’t yet have full protective gear, so come give it a try on Saturday, May 3rd at 3 pm (registrations open at 2.30 pm!</p><p><br>The rest of the events are on Sunday (the detailed schedule will be posted on April 25th)<br>The Steel Longsword event has Advanced and Novice divisions. Be sure to check out the rules and explanatory videos on the IF CCSC page.</p><p><br>This tournament is also a great opportunity for our volunteer directors to gain experience judging real bouts while keeping the atmosphere friendly and open. We are also open to including directors and side judges from clubs with the participation of over 3 fencers. Please, contact us for details.<br>Plus, as a good tradition, we’ll be awarding “Best Performance” medals, as chosen by our tournament directors, along with 1st, 2nd, and two 3rd place medals for each event.<br>We will award 1st, 2nd, and two 3rd places for each event.</p>',
|
|
1125
|
+
HostedOnM2: false,
|
|
1126
|
+
Visibility: 'Open',
|
|
1127
|
+
TotalParticipants: 0,
|
|
1128
|
+
ImagesURLs: 'https://meyersquaredimages.com/uploads/t-73da8eac.png',
|
|
1129
|
+
ImagesAltTexts: 'Circle City Steel Clash image',
|
|
1130
|
+
Club: {
|
|
1131
|
+
Name: 'Columbus United Fencing Club'
|
|
1132
|
+
},
|
|
1133
|
+
Address: {
|
|
1134
|
+
Name: ' 1706 Pleasant St.Noblesville IN 46060, US',
|
|
1135
|
+
City: 'Noblesville',
|
|
1136
|
+
State: 'IN'
|
|
1137
|
+
}
|
|
1138
|
+
},
|
|
1139
|
+
{
|
|
1140
|
+
TournamentId: 101,
|
|
1141
|
+
Name: 'Icebreaker Judge training final ',
|
|
1142
|
+
StartDate: '2025-05-02',
|
|
1143
|
+
EndDate: '2025-05-07',
|
|
1144
|
+
RegistrationCutOff: '2025-05-02',
|
|
1145
|
+
Description: '',
|
|
1146
|
+
HostedOnM2: true,
|
|
1147
|
+
Visibility: 'Open',
|
|
1148
|
+
TotalParticipants: 8,
|
|
1149
|
+
ImagesURLs: null,
|
|
1150
|
+
ImagesAltTexts: null,
|
|
1151
|
+
Club: {
|
|
1152
|
+
Name: 'Ice Breaker'
|
|
1153
|
+
},
|
|
1154
|
+
Address: {
|
|
1155
|
+
Name: 'Minneapolis HEMA Study Group',
|
|
1156
|
+
City: null,
|
|
1157
|
+
State: null
|
|
1158
|
+
}
|
|
1159
|
+
},
|
|
1160
|
+
{
|
|
1161
|
+
TournamentId: 72,
|
|
1162
|
+
Name: 'Looking Sharpe',
|
|
1163
|
+
StartDate: '2025-05-10',
|
|
1164
|
+
EndDate: '2025-05-11',
|
|
1165
|
+
RegistrationCutOff: '2025-05-10',
|
|
1166
|
+
Description:
|
|
1167
|
+
'<h3><strong>Looking Sharpe Presents: A Tournament Like No Other!</strong></h3><p>Join us for a thrilling day of one handed weapons as Looking Sharpe hosts Two exciting events!</p><ul><li><p></p><p><br><strong>Messer!</strong><br>All the messer fun in the format you know.</p></li><li><p><br><strong>Trinket Tournament!</strong><br>It’s a triathlon of three weapon formats that will push your skills to the limit:</p><p><br>• <strong>Single Rapier</strong> <br>• <strong>Small Sword</strong><br>• <strong>Rapier + Limited (Dagger, Buckler, and Cloak)</strong><br></p><p>Each format is contested in a Swiss pool, where every win earns you coveted trinkets. <br><br>Once all three pools conclude, only the top 4 trinket holders will advance to a Final Direct Elimination bracket. </p></li><li><p><br>The trinkets you win are yours to keep. Come take part in a original event style!</p></li><li><p></p></li><li><p><strong>Costs:</strong><br>20 Dollars registration fee plus 20 Dollars for each event.<br></p></li></ul>',
|
|
1168
|
+
HostedOnM2: true,
|
|
1169
|
+
Visibility: 'Open',
|
|
1170
|
+
TotalParticipants: 22,
|
|
1171
|
+
ImagesURLs: 'https://meyersquaredimages.com/images/LookingSharpe2025.png',
|
|
1172
|
+
ImagesAltTexts: 'Looking sharpe 2025',
|
|
1173
|
+
Club: {
|
|
1174
|
+
Name: 'Columbus United Fencing Club'
|
|
1175
|
+
},
|
|
1176
|
+
Address: {
|
|
1177
|
+
Name: 'Columbus United Fencing Club',
|
|
1178
|
+
City: 'Reynoldsburg',
|
|
1179
|
+
State: 'OH'
|
|
1180
|
+
}
|
|
1181
|
+
},
|
|
1182
|
+
{
|
|
1183
|
+
TournamentId: 104,
|
|
1184
|
+
Name: 'Battle Born',
|
|
1185
|
+
StartDate: '2025-05-14',
|
|
1186
|
+
EndDate: '2025-05-15',
|
|
1187
|
+
RegistrationCutOff: '2025-05-14',
|
|
1188
|
+
Description:
|
|
1189
|
+
'<p>Battle Born is a premium mid-size HEMA event that brings in fencers from all over North America. </p><p>We strive to marry the best aspects of the professionalism of large HEMA events with the camaraderie and opportunities for individual connection found in small HEMA events.</p><p>Some things we do:</p><ul><li><p></p></li><li><p>Regular tournaments in Longsword, Broadsword, Rapier, and Women\'s Smallsword</p></li><li><p><br>"Single-Life" tournaments in Longsword, Broadsword, and Rapier; we are considering smallsword, as well!</p></li><li><p><br>Both curated workshops and tournaments, run at separate times (so you\'ll never miss a class by your favorite instructor because you had to compete!)</p></li><li><p><br>A casual dinner on Saturday for more socializing opportunities</p></li><li><p><br>Keeping focus on quality judging, fencer experience, and audience experience</p></li></ul><p></p><p>Our tournament ruleset is different. Our approach to HEMA events is different. We hope this makes for a better experience.</p>',
|
|
1190
|
+
HostedOnM2: false,
|
|
1191
|
+
Visibility: 'Open',
|
|
1192
|
+
TotalParticipants: 0,
|
|
1193
|
+
ImagesURLs: 'https://meyersquaredimages.com/uploads/t-8da23dbf.png',
|
|
1194
|
+
ImagesAltTexts: 'Battle Born image',
|
|
1195
|
+
Club: {
|
|
1196
|
+
Name: 'Columbus United Fencing Club'
|
|
1197
|
+
},
|
|
1198
|
+
Address: {
|
|
1199
|
+
Name: 'Carson City Community Center',
|
|
1200
|
+
City: 'Carson City',
|
|
1201
|
+
State: 'NV'
|
|
1202
|
+
}
|
|
1203
|
+
},
|
|
1204
|
+
{
|
|
1205
|
+
TournamentId: 103,
|
|
1206
|
+
Name: ' Fight Day - May 17th',
|
|
1207
|
+
StartDate: '2025-05-17',
|
|
1208
|
+
EndDate: '2025-05-18',
|
|
1209
|
+
RegistrationCutOff: '2025-05-14',
|
|
1210
|
+
Description:
|
|
1211
|
+
'<p>Have you ever wondered what happens when a spear meets sword and buckler? </p><p>Or what happens when an MMA fighter picks up a tomahawk? </p><p>The answer’s simple: pure chaotic fun!</p><p></p><p>Fight Days are the perfect opportunity to experiment and test your skills, no matter what kind of martial arts you practice. They’re open to anyone with any background - armed, unarmed, or spectators. </p><p></p><p>The format’s easy: each round is 2 minutes long, followed by a 1 minute break. Just find an opponent, introduce yourself, agree to terms (weapons or no, intensity level, etc.), and have at it. You can fight as many or as few rounds as you like. We only have 2 rules - keep everyone safe, and have fun!</p><p></p><p>If you’re looking for a chill, low-stakes, highly diverse event, come on by! Tickets are $25 at the door to participate and free to spectate. If you have questions, please email us (TosettiMMA@gmail.com).</p><p>Date and time:<br>May 17, 2025 11-2pm PDT</p><p>Location:<br>Tosetti Institute of MMA & Fitness<br>816 Warrington Ave<br>Redwood City, CA 94063</p><p><br></p>',
|
|
1212
|
+
HostedOnM2: false,
|
|
1213
|
+
Visibility: 'Open',
|
|
1214
|
+
TotalParticipants: 0,
|
|
1215
|
+
ImagesURLs: 'https://meyersquaredimages.com/uploads/t-5340b46d.png',
|
|
1216
|
+
ImagesAltTexts: ' Fight Day - May 17th image',
|
|
1217
|
+
Club: {
|
|
1218
|
+
Name: 'Columbus United Fencing Club'
|
|
1219
|
+
},
|
|
1220
|
+
Address: {
|
|
1221
|
+
Name: 'Tosetti Institute of MMA & Fitness',
|
|
1222
|
+
City: 'Redwood City',
|
|
1223
|
+
State: 'CA'
|
|
1224
|
+
}
|
|
1225
|
+
},
|
|
1226
|
+
{
|
|
1227
|
+
TournamentId: 102,
|
|
1228
|
+
Name: 'SpringSteel 2025',
|
|
1229
|
+
StartDate: '2025-05-17',
|
|
1230
|
+
EndDate: '2025-05-20',
|
|
1231
|
+
RegistrationCutOff: '2025-05-17',
|
|
1232
|
+
Description:
|
|
1233
|
+
'<p>San Diego Swordfighters is once again proud to host Southern California’s most spring themed Historical European Martial Arts tournament: SpringSteel 2025.</p><p></p><p>Two days of exciting HEMA tournaments in Longsword and Messer, with Tiered Open and URG divisions for each. We are also proud to present Southern California’s first “Light” Longsword tournament. This event will feature the Sigi Light feders, and is open to anyone wanting to experience the fast-paced and technical challenge of “HEMA 3.0”!</p><p></p><p>Admission + 1 Tournament = $80 Each Additional Tournament +$20</p>',
|
|
1234
|
+
HostedOnM2: false,
|
|
1235
|
+
Visibility: 'Open',
|
|
1236
|
+
TotalParticipants: 0,
|
|
1237
|
+
ImagesURLs: 'https://meyersquaredimages.com/uploads/t-32ff3a0f.png',
|
|
1238
|
+
ImagesAltTexts: 'SpringSteel 2025 image',
|
|
1239
|
+
Club: {
|
|
1240
|
+
Name: 'Columbus United Fencing Club'
|
|
1241
|
+
},
|
|
1242
|
+
Address: {
|
|
1243
|
+
Name: 'Pine Avenue Community Center',
|
|
1244
|
+
City: 'Carlsbad',
|
|
1245
|
+
State: 'CA'
|
|
1246
|
+
}
|
|
1247
|
+
},
|
|
1248
|
+
{
|
|
1249
|
+
TournamentId: 99,
|
|
1250
|
+
Name: 'Ice Breaker 2025',
|
|
1251
|
+
StartDate: '2025-05-16',
|
|
1252
|
+
EndDate: '2025-05-22',
|
|
1253
|
+
RegistrationCutOff: '2025-04-23',
|
|
1254
|
+
Description:
|
|
1255
|
+
'<p>Icebreaker is an annual historic fencing Tournament held in the Twin Cities of Minnesota. We have individual event pages for our yearly events, but this is our hub!</p>',
|
|
1256
|
+
HostedOnM2: true,
|
|
1257
|
+
Visibility: 'Open',
|
|
1258
|
+
TotalParticipants: 131,
|
|
1259
|
+
ImagesURLs: 'https://meyersquaredimages.com/uploads/t-3df31e47.png',
|
|
1260
|
+
ImagesAltTexts: 'Icy B Last Training image',
|
|
1261
|
+
Club: {
|
|
1262
|
+
Name: 'Columbus United Fencing Club'
|
|
1263
|
+
},
|
|
1264
|
+
Address: {
|
|
1265
|
+
Name: 'VMCC Arena',
|
|
1266
|
+
City: 'Inver Grove Heights',
|
|
1267
|
+
State: 'MN'
|
|
1268
|
+
}
|
|
1269
|
+
},
|
|
1270
|
+
{
|
|
1271
|
+
TournamentId: 51,
|
|
1272
|
+
Name: 'Krump Pow 7: Self-Call Heaven 2024',
|
|
1273
|
+
StartDate: '2024-11-22',
|
|
1274
|
+
EndDate: '2025-06-01',
|
|
1275
|
+
RegistrationCutOff: '2024-11-21',
|
|
1276
|
+
Description:
|
|
1277
|
+
'<p><strong>November 22 - 24, 2024</strong></p><p></p><p>The Wisconsin Historical Fencing Association of Appleton is continuing the tradition of Krump Pow in Appleton!</p><p></p><p>Prepare for a weekend of friends, fun, and swords!</p><p></p><p>Steel Longsword</p><p></p><p>Singlestick</p><p></p><p>Smallsword</p><p></p><p>Rapier</p><p></p><p>Mixed Steel</p><p></p><p>Mixed Synthetic</p><p></p><p>and Minor Steel Longsword</p><p></p>',
|
|
1278
|
+
HostedOnM2: false,
|
|
1279
|
+
Visibility: 'Open',
|
|
1280
|
+
TotalParticipants: 0,
|
|
1281
|
+
ImagesURLs: 'https://meyersquaredimages.com/uploads/t-385eed18.png',
|
|
1282
|
+
ImagesAltTexts: 'Krump Pow 7: Self-Call Heaven 2024 image',
|
|
1283
|
+
Club: {
|
|
1284
|
+
Name: 'Columbus United Fencing Club'
|
|
1285
|
+
},
|
|
1286
|
+
Address: {
|
|
1287
|
+
Name: "Tanner's Grill & Bar",
|
|
1288
|
+
City: 'Kimberly',
|
|
1289
|
+
State: 'WI'
|
|
1290
|
+
}
|
|
1291
|
+
},
|
|
1292
|
+
{
|
|
1293
|
+
TournamentId: 40,
|
|
1294
|
+
Name: 'Southeast Arc Fencing Open',
|
|
1295
|
+
StartDate: '2024-10-27',
|
|
1296
|
+
EndDate: '2025-06-20',
|
|
1297
|
+
RegistrationCutOff: '2024-10-27',
|
|
1298
|
+
Description:
|
|
1299
|
+
"<p><strong>TS HERE!</strong></p><p>We're excited to announce that SAFO 2024 will be held on October 26-27 at the Stephen Schmidt Sport and Rec Center at Oglethorpe University (https://maps.app.goo.gl/MH9B7Y1WLCRbSfTx8)</p><p>This year we have a bigger venue to allow for more tournaments and more open space for free fencing!</p><p>Just like last year, SAFO is a tournament for all Under-represented Genders within the HEMA community.</p><p></p><p>SAFO 2024 will have the following tournaments:<br>- Longsword: Tier A and B<br>- Sword & Buckler<br>- Rapier and Dagger<br>- Saber</p><p></p><p>More details, schedule, and registration opening date to be announced soon!</p><p></p><p>--</p><p>SAFO is the tournament run by Atlanta Historical Fencing Academy's internal Resource group: Arc.</p><p>Arc supports the under-represented genders in our club and support their journey and growth into Freifechters.<br>Under-represented genders include: Cis women, Trans women, Non Binary people, and Trans men.</p><p>“Arc” as a name refers to a shield; that the Arc of a shield helps deflect and defend attacks away from you. That’s what this group is -- a Shield that can be used to protect and support those in it with regards to the greater HEMA community.</p>",
|
|
1300
|
+
HostedOnM2: false,
|
|
1301
|
+
Visibility: 'Open',
|
|
1302
|
+
TotalParticipants: 0,
|
|
1303
|
+
ImagesURLs: 'https://meyersquaredimages.com/uploads/t-bd7afa6f.png',
|
|
1304
|
+
ImagesAltTexts: 'Southeast Arc Fencing Open image',
|
|
1305
|
+
Club: {
|
|
1306
|
+
Name: 'Columbus United Fencing Club'
|
|
1307
|
+
},
|
|
1308
|
+
Address: {
|
|
1309
|
+
Name: 'Stephen Schmidt Sport and Rec Center',
|
|
1310
|
+
City: 'Atlanta',
|
|
1311
|
+
State: 'GA'
|
|
1312
|
+
}
|
|
1313
|
+
},
|
|
1314
|
+
{
|
|
1315
|
+
TournamentId: 105,
|
|
1316
|
+
Name: 'Hot Sword Summer 2025',
|
|
1317
|
+
StartDate: '2025-06-28',
|
|
1318
|
+
EndDate: '2025-06-30',
|
|
1319
|
+
RegistrationCutOff: '2025-06-28',
|
|
1320
|
+
Description:
|
|
1321
|
+
'<p><strong>Hot Sword Summer 2025 is coming!<br></strong><br>This year, our event will be TWO DAYS!<br><br>Saturday, June 28th -<br>Morning: Open Rapier with Optional Sidearm<br>Afternoon: Open Singlestick<br><br>Sunday, June 29th -<br>Morning through early Afternoon: Beginner Synthetic Longsword with<br>Open Steel Longsword running simultaneously!<br></p>',
|
|
1322
|
+
HostedOnM2: false,
|
|
1323
|
+
Visibility: 'Open',
|
|
1324
|
+
TotalParticipants: 0,
|
|
1325
|
+
ImagesURLs: 'https://meyersquaredimages.com/uploads/t-67b5d612.png',
|
|
1326
|
+
ImagesAltTexts: 'Hot Sword Summer 2025 image',
|
|
1327
|
+
Club: {
|
|
1328
|
+
Name: 'Columbus United Fencing Club'
|
|
1329
|
+
},
|
|
1330
|
+
Address: {
|
|
1331
|
+
Name: 'Hal Brady Recreation Complex',
|
|
1332
|
+
City: 'Alachua',
|
|
1333
|
+
State: 'FL'
|
|
1334
|
+
}
|
|
1335
|
+
},
|
|
1336
|
+
{
|
|
1337
|
+
TournamentId: 108,
|
|
1338
|
+
Name: 'Queens Court 2025',
|
|
1339
|
+
StartDate: '2025-07-19',
|
|
1340
|
+
EndDate: '2025-07-22',
|
|
1341
|
+
RegistrationCutOff: '2025-07-17',
|
|
1342
|
+
Description:
|
|
1343
|
+
'<p>Join us for the fifth annual Queens Court HEMA Tournament in Cincinnati,Ohio. </p><p></p><p>Hosted by Queen City Sword Guild. We will be having a full weekend of tournaments, Cutting, Longsword divisions A and B, and Messer. Come join in to participate or just watch and have a fun weekend. </p><p></p><p>Join our discord for information on rules, accommodations, and ask questions. https://discord.gg/55be42dgub</p>',
|
|
1344
|
+
HostedOnM2: true,
|
|
1345
|
+
Visibility: 'Open',
|
|
1346
|
+
TotalParticipants: 46,
|
|
1347
|
+
ImagesURLs: 'https://meyersquaredimages.com/uploads/t-54e01cf3.png',
|
|
1348
|
+
ImagesAltTexts: 'Queens Court image',
|
|
1349
|
+
Club: {
|
|
1350
|
+
Name: 'Columbus United Fencing Club'
|
|
1351
|
+
},
|
|
1352
|
+
Address: {
|
|
1353
|
+
Name: "Houck's Gym",
|
|
1354
|
+
City: 'West Chester Township',
|
|
1355
|
+
State: 'OH'
|
|
1356
|
+
}
|
|
1357
|
+
},
|
|
1358
|
+
{
|
|
1359
|
+
TournamentId: 116,
|
|
1360
|
+
Name: 'Salt Lake Open',
|
|
1361
|
+
StartDate: '2025-07-26',
|
|
1362
|
+
EndDate: '2025-07-27',
|
|
1363
|
+
RegistrationCutOff: '2025-07-26',
|
|
1364
|
+
Description:
|
|
1365
|
+
'<p>Salt Lake Open is a regional Historical European Martial Arts (HEMA) Tournament to promote HEMA scholarship, sportsmanship, inclusivity, and community through competitions, classes, and more.</p>',
|
|
1366
|
+
HostedOnM2: false,
|
|
1367
|
+
Visibility: 'Open',
|
|
1368
|
+
TotalParticipants: 0,
|
|
1369
|
+
ImagesURLs: 'https://meyersquaredimages.com/uploads/t-8b691b85.png',
|
|
1370
|
+
ImagesAltTexts: 'Salt Lake Open image',
|
|
1371
|
+
Club: {
|
|
1372
|
+
Name: 'Columbus United Fencing Club'
|
|
1373
|
+
},
|
|
1374
|
+
Address: {
|
|
1375
|
+
Name: 'Western Sports Park',
|
|
1376
|
+
City: 'Farmington',
|
|
1377
|
+
State: 'UT'
|
|
1378
|
+
}
|
|
1379
|
+
},
|
|
1380
|
+
{
|
|
1381
|
+
TournamentId: 106,
|
|
1382
|
+
Name: 'In the Name of Saint George!',
|
|
1383
|
+
StartDate: '2025-07-26',
|
|
1384
|
+
EndDate: '2025-07-27',
|
|
1385
|
+
RegistrationCutOff: '2025-05-14',
|
|
1386
|
+
Description:
|
|
1387
|
+
'<p>Join us for a 1-day event this summer - "In the Name of Saint George!" featuring both Longsword and Military Saber tournaments, Saturday July 26th, 2025.</p><p></p><p>We\'re looking forward to another great competition hosted by NSHF, event sizes are limited so make sure to register asap to reserve your spot.</p><p>Saint George, the legendary soldier-saint and dragon slayer stands as a timeless symbol and example of courage, chivalry and unwavering resolve in the face of adversity. Saint George has long been the patron saint of knights, warriors, fencers and those who take up arms for honor, defense and virtue.</p><p></p><p>Our tournament <em>In the Name of Saint George </em>is a celebration of those knightly values that Saint George represents, not just a contest of arms but also a tribute to the chivalric spirit of discipline, respect and valor that defined the martial traditions of Europe.</p><p></p><p>He slew the dragon, he died a martyr. In his name we compete, not for glory alone but to carry forward a legacy of skill, honor and virtue.</p><p>*Our military saber event will have weight specifications, sabers must weigh 720-900g.</p><p>*Tournament results will be submitted to HEMA ratings</p><p><br></p><p><strong>The event will take place at:</strong></p><p>Russellville High School gymnasium, 1101 W 9th St, Russellville, KY 42276</p><p>Russellville, KY is about 1 hour north of Nashville, TN. For those traveling from out of state and needing a place to stay, we recommend looking for hotels in Bowling Green, KY for more options, it\'s about 25 minutes from the event location.</p>',
|
|
1388
|
+
HostedOnM2: false,
|
|
1389
|
+
Visibility: 'Open',
|
|
1390
|
+
TotalParticipants: 0,
|
|
1391
|
+
ImagesURLs: 'https://meyersquaredimages.com/uploads/t-42c8b432.png',
|
|
1392
|
+
ImagesAltTexts: 'In the Name of Saint George! image',
|
|
1393
|
+
Club: {
|
|
1394
|
+
Name: 'Columbus United Fencing Club'
|
|
1395
|
+
},
|
|
1396
|
+
Address: {
|
|
1397
|
+
Name: 'Russellville High School gymnasium',
|
|
1398
|
+
City: 'Russellville',
|
|
1399
|
+
State: 'KY'
|
|
1400
|
+
}
|
|
1401
|
+
},
|
|
1402
|
+
{
|
|
1403
|
+
TournamentId: 115,
|
|
1404
|
+
Name: 'AG Open 2025',
|
|
1405
|
+
StartDate: '2025-07-26',
|
|
1406
|
+
EndDate: '2025-07-27',
|
|
1407
|
+
RegistrationCutOff: '2025-07-26',
|
|
1408
|
+
Description:
|
|
1409
|
+
'<p>Tournaments! Lectures! Classes! Free sparring!</p><ul><li><p><strong>Longsword Relay (Teams)</strong> -> Unlimited</p></li><li><p><strong>Longsword Open A/B/C</strong> -> *</p></li><li><p><strong>Longsword URG A/B</strong> -> Unlimited</p></li><li><p><strong>Messer Open A/B</strong> -> 60 spots cap</p></li><li><p><strong>Messer URG</strong> -> Unlimited</p></li><li><p><strong>Longsword Cutting A/B</strong> -> Unlimited<br><br><em>*Open Longsword Tier A will have a cutoff of 1450 HEMA Rating. The combined total cap for Open Longsword Tier B+C is 80 participants; however participants with a HEMA Rating greater than 1500 will be able to continue to register without a limit.</em></p></li></ul>',
|
|
1410
|
+
HostedOnM2: false,
|
|
1411
|
+
Visibility: 'Open',
|
|
1412
|
+
TotalParticipants: 0,
|
|
1413
|
+
ImagesURLs: 'https://meyersquaredimages.com/uploads/t-80341c76.png',
|
|
1414
|
+
ImagesAltTexts: 'AG Open 2025 image',
|
|
1415
|
+
Club: {
|
|
1416
|
+
Name: 'Columbus United Fencing Club'
|
|
1417
|
+
},
|
|
1418
|
+
Address: {
|
|
1419
|
+
Name: ' Plymouth Arts & Recreation Center',
|
|
1420
|
+
City: 'Plymouth',
|
|
1421
|
+
State: 'MI'
|
|
1422
|
+
}
|
|
1423
|
+
},
|
|
1424
|
+
{
|
|
1425
|
+
TournamentId: 110,
|
|
1426
|
+
Name: 'COMBATCON 2025',
|
|
1427
|
+
StartDate: '2025-07-31',
|
|
1428
|
+
EndDate: '2025-08-04',
|
|
1429
|
+
RegistrationCutOff: '2025-07-31',
|
|
1430
|
+
Description:
|
|
1431
|
+
'<p>CombatCon is a dynamic event that brings together newcomers, experts, and highly skilled professionals to learn, practice, and celebrate Western and European Martial Arts. Share knowledge across disciplines, pursue your passion, and find your next obsession with an inclusive community of students, instructors, fighters, and enthusiasts. Test your skills against combatants from around the world, study and train with leading experts, and immerse yourself in a weekend of fun, fighting and learning.</p><p style="text-align: center">Since our inception in 2011, CombatCon has become one of the premiere fight gatherings in the U.S. thanks to tremendous efforts from a volunteer community of martial artists from around the world. Instructors, organizers, staff, and attendees come from diverse martial and cultural backgrounds including historical fencing, Western Martial Arts (WMA), Historical European Martial Arts (HEMA), traditional Asian martial arts, stunt and film performance, stage combat, personal defense, and military training.</p>',
|
|
1432
|
+
HostedOnM2: false,
|
|
1433
|
+
Visibility: 'Open',
|
|
1434
|
+
TotalParticipants: 0,
|
|
1435
|
+
ImagesURLs: 'https://meyersquaredimages.com/uploads/t-d4ec5bb7.png',
|
|
1436
|
+
ImagesAltTexts: 'COMBATCON 2025 image',
|
|
1437
|
+
Club: {
|
|
1438
|
+
Name: 'Columbus United Fencing Club'
|
|
1439
|
+
},
|
|
1440
|
+
Address: {
|
|
1441
|
+
Name: 'Flamingo Hotel and Casino',
|
|
1442
|
+
City: 'Los Vegaas',
|
|
1443
|
+
State: 'NV'
|
|
1444
|
+
}
|
|
1445
|
+
},
|
|
1446
|
+
{
|
|
1447
|
+
TournamentId: 73,
|
|
1448
|
+
Name: 'Sword Quench',
|
|
1449
|
+
StartDate: '2025-08-09',
|
|
1450
|
+
EndDate: '2025-08-11',
|
|
1451
|
+
RegistrationCutOff: '2025-08-09',
|
|
1452
|
+
Description:
|
|
1453
|
+
"<p><strong>Cool steel. Hot summer.</strong><br></p><p>Join us for <em>Sword Quench</em> — our annual summer showdown featuring <strong>Open Longsword</strong> and <strong>Open Sword & Buckler</strong> under our standard ruleset.</p><p><br>Expect tight bouts, strong competition, and that signature community vibe you know and love. Whether you're out to test your edge or just soak in the action, Sword Quench delivers a clean, competitive event with no filler.</p>",
|
|
1454
|
+
HostedOnM2: true,
|
|
1455
|
+
Visibility: 'Open',
|
|
1456
|
+
TotalParticipants: 28,
|
|
1457
|
+
ImagesURLs: 'https://meyersquaredimages.com/uploads/t-09fed9af.png',
|
|
1458
|
+
ImagesAltTexts: 'Sword Quench image',
|
|
1459
|
+
Club: {
|
|
1460
|
+
Name: 'Columbus United Fencing Club'
|
|
1461
|
+
},
|
|
1462
|
+
Address: {
|
|
1463
|
+
Name: 'Columbus United Fencing Club',
|
|
1464
|
+
City: 'Reynoldsburg',
|
|
1465
|
+
State: 'OH'
|
|
1466
|
+
}
|
|
1467
|
+
},
|
|
1468
|
+
{
|
|
1469
|
+
TournamentId: 111,
|
|
1470
|
+
Name: 'Fork Fight 2025',
|
|
1471
|
+
StartDate: '2025-08-09',
|
|
1472
|
+
EndDate: '2025-08-11',
|
|
1473
|
+
RegistrationCutOff: '2025-08-10',
|
|
1474
|
+
Description:
|
|
1475
|
+
'<p>Low-Tier Longsword tournament (Hema rating 1300 and below)</p><p>9:00 am Door opens / check-ins - Sparring games</p><p>11:00 am Judging workshop</p><p>12:00 pm Longsword pools </p><p>2:45 pm Lunch break</p><p>3:45 pm Finals</p><p>5:00 pm Either sparring games / workshop</p><p>7:00 pm post event dinner. Location: TBA</p><p>August 10, 2025 Dueling Challenge Event</p><p>12:00 pm Door opens / check-ins</p><p>12:30 pm Event briefing </p><p>1:00 pm Event start</p><p>4:00 pm Finals</p><p>5:00 pm Doors closes</p><p><br></p><p>The event will have snacks throughout the day and a water station</p><p>Contact us at: contact.thccs@gmail.com</p><p></p>',
|
|
1476
|
+
HostedOnM2: false,
|
|
1477
|
+
Visibility: 'Open',
|
|
1478
|
+
TotalParticipants: 0,
|
|
1479
|
+
ImagesURLs: 'https://meyersquaredimages.com/uploads/t-d127cb46.png',
|
|
1480
|
+
ImagesAltTexts: 'Fork Fight 2025 image',
|
|
1481
|
+
Club: {
|
|
1482
|
+
Name: 'Columbus United Fencing Club'
|
|
1483
|
+
},
|
|
1484
|
+
Address: {
|
|
1485
|
+
Name: ' Gospel Chapel',
|
|
1486
|
+
City: 'Grand Forks',
|
|
1487
|
+
State: 'BC'
|
|
1488
|
+
}
|
|
1489
|
+
},
|
|
1490
|
+
{
|
|
1491
|
+
TournamentId: 113,
|
|
1492
|
+
Name: 'HILT - Historical Integrated Longsword Triathlon 2025',
|
|
1493
|
+
StartDate: '2025-08-16',
|
|
1494
|
+
EndDate: '2025-08-17',
|
|
1495
|
+
RegistrationCutOff: '2025-07-26',
|
|
1496
|
+
Description:
|
|
1497
|
+
"<p>For the first time since COVID, FKDF is hosting a tournament, and it's a triathlon: Steel Longsword, Cutting, and Paired Forms. Tickets will be on sale tomorrow and the registration cap is 60 entrants per event, so bookmark and get set for updates!!</p>",
|
|
1498
|
+
HostedOnM2: false,
|
|
1499
|
+
Visibility: 'Open',
|
|
1500
|
+
TotalParticipants: 0,
|
|
1501
|
+
ImagesURLs: 'https://meyersquaredimages.com/uploads/t-e1d1ccce.png',
|
|
1502
|
+
ImagesAltTexts: 'HILT - Historical Integrated Longsword Triathlon 2025 image',
|
|
1503
|
+
Club: {
|
|
1504
|
+
Name: 'Columbus United Fencing Club'
|
|
1505
|
+
},
|
|
1506
|
+
Address: {
|
|
1507
|
+
Name: 'Lovettsville Community Center',
|
|
1508
|
+
City: 'Lovettsville',
|
|
1509
|
+
State: 'VA'
|
|
1510
|
+
}
|
|
1511
|
+
},
|
|
1512
|
+
{
|
|
1513
|
+
TournamentId: 88,
|
|
1514
|
+
Name: 'Donnybrook 2025',
|
|
1515
|
+
StartDate: '2025-08-15',
|
|
1516
|
+
EndDate: '2025-08-19',
|
|
1517
|
+
RegistrationCutOff: '2025-08-15',
|
|
1518
|
+
Description:
|
|
1519
|
+
'<h4>Heartland HEMA is proud to announce our annual tournament. Come join us in the heart of America as Heartland HEMA hosts Donnybrook, the biggest HEMA event in the Great Plains Region. <br><br><strong>Schedule:</strong></h4><p> </p><p> <strong>Friday</strong></p><p> -1200-1500 Og / Women’s</p><p> -1500-2000 Stout</p><p> </p><p> <strong>Saturday </strong></p><p> -0900-1300 Singlestick</p><p> -1200-1600 Smallsword/ Harness </p><p> -1600-2000 Rapier</p><p> </p><p> <strong>Sunday</strong></p><p> -0900-1600 Longsword / Awards</p><p> </p><h4><strong>Tournaments:</strong></h4><ul><li><p>Singlestick</p></li><li><p>Rapier</p></li><li><p>Smallsword</p></li><li><p>Longsword</p></li><li><p>Open Stout Sword</p></li><li><p>Old Guard Saber (45 years and older)</p></li><li><p>Harnischfechten (Deed of Arms)</p></li><li><p>Women’s Event (TBD)</p></li></ul><p> </p><h4><strong>Additional Awards</strong></h4><p>Additional awards are going to be available for fencers to compete for.</p><p> </p><p>–<strong>Iron Duelist </strong>(Best Overall Fencer)</p><p>–<strong>Iron Amazon </strong>(Best Overall Woman Competitor)</p><p>–<strong>Hand Sniper</strong> (Collective most successful below elbow attacks)</p><p>–<strong>Scholar</strong> (This award is to the fencer that fought most technically proficiently regardless of placement in the events. A scholar will be awarded in each individual event and an overall.)</p><p>–<strong>Iron Club</strong> (Best overall school performance. The defending champion is<strong> Burning Sun Historical Swordsmanship</strong>, led by Justinder Singh.) </p>',
|
|
1520
|
+
HostedOnM2: false,
|
|
1521
|
+
Visibility: 'Open',
|
|
1522
|
+
TotalParticipants: 0,
|
|
1523
|
+
ImagesURLs: 'https://meyersquaredimages.com/uploads/t-ab6799c5.png',
|
|
1524
|
+
ImagesAltTexts: 'Donnybrook 2025 image',
|
|
1525
|
+
Club: {
|
|
1526
|
+
Name: 'Columbus United Fencing Club'
|
|
1527
|
+
},
|
|
1528
|
+
Address: {
|
|
1529
|
+
Name: 'APEX Sports Hub',
|
|
1530
|
+
City: 'Independence',
|
|
1531
|
+
State: 'MO'
|
|
1532
|
+
}
|
|
1533
|
+
},
|
|
1534
|
+
{
|
|
1535
|
+
TournamentId: 114,
|
|
1536
|
+
Name: 'HornFest 2025',
|
|
1537
|
+
StartDate: '2025-08-30',
|
|
1538
|
+
EndDate: '2025-08-31',
|
|
1539
|
+
RegistrationCutOff: '2025-08-30',
|
|
1540
|
+
Description:
|
|
1541
|
+
'<p>Longsword | Gymnasium Sabre | Spear</p><p>We will be hosting a tournament on Labour Day long weekend.</p>',
|
|
1542
|
+
HostedOnM2: false,
|
|
1543
|
+
Visibility: 'Open',
|
|
1544
|
+
TotalParticipants: 0,
|
|
1545
|
+
ImagesURLs: 'https://meyersquaredimages.com/uploads/t-595d36d1.png',
|
|
1546
|
+
ImagesAltTexts: 'HornFest 2025 image',
|
|
1547
|
+
Club: {
|
|
1548
|
+
Name: 'Columbus United Fencing Club'
|
|
1549
|
+
},
|
|
1550
|
+
Address: {
|
|
1551
|
+
Name: '28 Gateway Drive',
|
|
1552
|
+
City: 'Airdrie',
|
|
1553
|
+
State: 'AB'
|
|
1554
|
+
}
|
|
1555
|
+
},
|
|
1556
|
+
{
|
|
1557
|
+
TournamentId: 121,
|
|
1558
|
+
Name: 'Cat and boots longsword open',
|
|
1559
|
+
StartDate: '2025-08-31',
|
|
1560
|
+
EndDate: '2025-09-01',
|
|
1561
|
+
RegistrationCutOff: '2025-08-31',
|
|
1562
|
+
Description: '<p>Super Fun tournment with Cats wearing boots</p>',
|
|
1563
|
+
HostedOnM2: true,
|
|
1564
|
+
Visibility: 'Private',
|
|
1565
|
+
TotalParticipants: 8,
|
|
1566
|
+
ImagesURLs: 'https://meyersquaredimages.com/uploads/t-63319d7a.png',
|
|
1567
|
+
ImagesAltTexts: 'Cat and boots longsword open image',
|
|
1568
|
+
Club: {
|
|
1569
|
+
Name: 'Columbus United Fencing Club'
|
|
1570
|
+
},
|
|
1571
|
+
Address: {
|
|
1572
|
+
Name: 'Cats and boots pratice',
|
|
1573
|
+
City: 'Oregonia',
|
|
1574
|
+
State: 'OH'
|
|
1575
|
+
}
|
|
1576
|
+
},
|
|
1577
|
+
{
|
|
1578
|
+
TournamentId: 122,
|
|
1579
|
+
Name: 'Super Fun Tournament with Puppers!',
|
|
1580
|
+
StartDate: '2025-08-31',
|
|
1581
|
+
EndDate: '2025-09-01',
|
|
1582
|
+
RegistrationCutOff: '2025-08-31',
|
|
1583
|
+
Description: '<p><strong>This is a super fun tournament for puppers</strong></p>',
|
|
1584
|
+
HostedOnM2: true,
|
|
1585
|
+
Visibility: 'Club',
|
|
1586
|
+
TotalParticipants: 9,
|
|
1587
|
+
ImagesURLs: 'https://meyersquaredimages.com/uploads/t-8af772e1.png',
|
|
1588
|
+
ImagesAltTexts: 'Super Fun Tournament with Puppers! image',
|
|
1589
|
+
Club: {
|
|
1590
|
+
Name: 'Columbus United Fencing Club'
|
|
1591
|
+
},
|
|
1592
|
+
Address: {
|
|
1593
|
+
Name: 'Super Fun Puppers',
|
|
1594
|
+
City: 'Wilmington',
|
|
1595
|
+
State: 'OH'
|
|
1596
|
+
}
|
|
1597
|
+
},
|
|
1598
|
+
{
|
|
1599
|
+
TournamentId: 77,
|
|
1600
|
+
Name: 'Ryan Test',
|
|
1601
|
+
StartDate: '2025-02-23',
|
|
1602
|
+
EndDate: '2025-09-11',
|
|
1603
|
+
RegistrationCutOff: '2025-02-17',
|
|
1604
|
+
Description: '<p>Your mother.</p>',
|
|
1605
|
+
HostedOnM2: true,
|
|
1606
|
+
Visibility: 'Private',
|
|
1607
|
+
TotalParticipants: 15,
|
|
1608
|
+
ImagesURLs: '',
|
|
1609
|
+
ImagesAltTexts: 'Ryan Test image',
|
|
1610
|
+
Club: {
|
|
1611
|
+
Name: 'Ice Breaker'
|
|
1612
|
+
},
|
|
1613
|
+
Address: {
|
|
1614
|
+
Name: 'Icebreaker',
|
|
1615
|
+
City: 'Minneapolis',
|
|
1616
|
+
State: 'MN'
|
|
1617
|
+
}
|
|
1618
|
+
},
|
|
1619
|
+
{
|
|
1620
|
+
TournamentId: 124,
|
|
1621
|
+
Name: 'Brick City Brawl',
|
|
1622
|
+
StartDate: '2025-10-11',
|
|
1623
|
+
EndDate: '2025-10-12',
|
|
1624
|
+
RegistrationCutOff: '2025-10-12',
|
|
1625
|
+
Description:
|
|
1626
|
+
'<p>Brick City Brawl:</p><ul><li><p>Open Longsword</p></li><li><p>Open Messer</p></li><li><p>Open Single Rapier</p></li><li><p>Saber Wait List</p></li><li><p>Open Saber</p></li></ul>',
|
|
1627
|
+
HostedOnM2: false,
|
|
1628
|
+
Visibility: 'Open',
|
|
1629
|
+
TotalParticipants: 0,
|
|
1630
|
+
ImagesURLs: 'https://meyersquaredimages.com/uploads/t-6692b16f.png',
|
|
1631
|
+
ImagesAltTexts: 'Brick City Brawl image',
|
|
1632
|
+
Club: {
|
|
1633
|
+
Name: 'Columbus United Fencing Club'
|
|
1634
|
+
},
|
|
1635
|
+
Address: {
|
|
1636
|
+
Name: 'RIT Rochester Institute of Technology',
|
|
1637
|
+
City: 'Rochester',
|
|
1638
|
+
State: 'NY'
|
|
1639
|
+
}
|
|
1640
|
+
},
|
|
1641
|
+
{
|
|
1642
|
+
TournamentId: 120,
|
|
1643
|
+
Name: 'Duel for the Jewel 2025',
|
|
1644
|
+
StartDate: '2025-10-12',
|
|
1645
|
+
EndDate: '2025-10-13',
|
|
1646
|
+
RegistrationCutOff: '2025-10-12',
|
|
1647
|
+
Description:
|
|
1648
|
+
"<h2><strong>Event description</strong></h2><p>GCDS's Fourth Annual Tournament!</p><p>Saturday - Saber 9AM, Longsword 1 PM</p><p>Sunday - Messer 9AM , URG Saber 1 PM, Rapier 4 PM</p>",
|
|
1649
|
+
HostedOnM2: false,
|
|
1650
|
+
Visibility: 'Open',
|
|
1651
|
+
TotalParticipants: 0,
|
|
1652
|
+
ImagesURLs: 'https://meyersquaredimages.com/uploads/t-6855b96e.png',
|
|
1653
|
+
ImagesAltTexts: 'Duel for the Jewel 2025 image',
|
|
1654
|
+
Club: {
|
|
1655
|
+
Name: 'Columbus United Fencing Club'
|
|
1656
|
+
},
|
|
1657
|
+
Address: {
|
|
1658
|
+
Name: 'Gem City Duelists Society',
|
|
1659
|
+
City: 'Bellbrook',
|
|
1660
|
+
State: 'OH'
|
|
1661
|
+
}
|
|
1662
|
+
},
|
|
1663
|
+
{
|
|
1664
|
+
TournamentId: 118,
|
|
1665
|
+
Name: 'More Bang For Your Buckler 2025',
|
|
1666
|
+
StartDate: '2025-10-19',
|
|
1667
|
+
EndDate: '2025-10-20',
|
|
1668
|
+
RegistrationCutOff: '2025-10-19',
|
|
1669
|
+
Description:
|
|
1670
|
+
'<h2><strong>Get Ready for More Bang For Your Buckler 2025!</strong></h2><p></p><p>Greetings, swords friends! We are pleased to announce that the first iteration of our official rare weapons tournament will be held on <strong>October 18th, 2025</strong>. Registration is OPEN NOW!!!, so please purchase both a general registration and a tournament registration to fight for fabulous prizes. They’ve been split up to allow you to …</p><ul><li><p>Purchase multiple tournament registrations without paying the registration fee multiple times.</p></li><li><p>Get on multiple wait lists at the same time as registration for tournaments that are still open.</p></li><li><p></p></li></ul><h2><strong>What’s a Rare Weapon?</strong></h2><p>Rare weapons are those which do not show up in competitive tournaments often enough for our taste. Everyone and their grand mother fights long sword, but how many sword and buckler tournaments have you seen? That’s why we started this tournament for the following weapons:</p><ul><li><p>Sword and Buckler</p><ul><li><p>This features an arming sword and a small shield.</p></li><li><p>We have plenty of both so don’t be bashful about asking. Borrowing weapons and gear is covered by registration.</p></li></ul></li><li><p>Side Sword</p><ul><li><p>This features one handed weapons with more hand protection than an a typical arming sword but less than a rapier. These weapons will be allowed in this tournament:</p><ul><li><p>Castille economy arming swords with light blades</p></li><li><p>Chinese Jian</p></li><li><p>Castille side sword blades</p></li></ul></li><li><p>All other swords will be examined on the day of and given a pass or fail.</p></li><li><p>We have exactly one side sword and two light arming swords for use if yours is either too stiff or is too heavy</p></li></ul></li><li><p>Small Sword</p><ul><li><p>This features an epee blade with either a standard or pistol grip. It’s as close to Olympic fencing weapons as this club gets.</p></li><li><p></p></li></ul></li></ul><h2><strong>The Tournaments!</strong></h2><p>Hilt and Helm Pittsburgh Fencing Club’s inaugural More Bang for your Buckler will have the following divisions:</p><p></p><h3><strong>Open Sword and Buckler</strong></h3><ul><li><p><strong>When:</strong> 9:00 am to 11:30 am</p></li><li><p></p></li><li><p><strong>Number of Entry Slots available: </strong>6/12</p></li></ul><h3><strong>Open Small Sword</strong></h3><ul><li><p><strong>When:</strong> 12:00 pm to 2:30 pm</p></li><li><p><strong>Number of Entry Slots available: </strong>7/12</p></li><li><p></p></li></ul><h3><strong>Open Side Sword</strong></h3><ul><li><p><strong>When:</strong> 3:00 pm to 5:30 pm</p></li><li><p><strong>Number of Entry Slots available: </strong>8/12</p></li><li><p></p></li></ul><h2><strong>The Schedule</strong></h2><p>8:00 AM - 9:00 AM: Registration</p><p>9:00 AM - 11:30 AM: Open Sword and Buckler</p><p>11:30 AM - 12:00 PM: Lunch</p><p>12:00 PM - 2:30 PM: Open Small Sword</p><p>3:00 PM - 5:30 PM: Open Side Sword</p><p>5:30 PM - 8:00 PM: After Party at the Club</p><p></p><h2><strong>The Cost</strong></h2><p>The cost of attendance is <strong>$30 base registration + $20 per division</strong> in which you choose to participate. You may participate in as many of the 3 divisions as you want, but you must purchase a ticket for each one.</p><p>A week before the tournament, base registration will go up to <strong>$40</strong>, so don’t hesitate!</p><h2><strong>Volunteers</strong></h2><p>We are also looking for people to volunteer as judges and table staff. Everyone who volunteers gets <strong>$20 in swag cash</strong> at the event; back up judges will get $10 if they aren’t utilized and $20 if they are. All volunteers will be required to attend an online meeting before hand so that they can get training and orientation prior to the event. If you’re interested, please email us at hiltandhelm@gmail.com.</p>',
|
|
1671
|
+
HostedOnM2: false,
|
|
1672
|
+
Visibility: 'Open',
|
|
1673
|
+
TotalParticipants: 0,
|
|
1674
|
+
ImagesURLs: 'https://meyersquaredimages.com/uploads/t-651c644f.png',
|
|
1675
|
+
ImagesAltTexts: 'More Bang For Your Buckler 2025 image',
|
|
1676
|
+
Club: {
|
|
1677
|
+
Name: 'Columbus United Fencing Club'
|
|
1678
|
+
},
|
|
1679
|
+
Address: {
|
|
1680
|
+
Name: 'Hilt and Helm Pittsburgh Fencing Club',
|
|
1681
|
+
City: 'Pittsburg',
|
|
1682
|
+
State: 'PA'
|
|
1683
|
+
}
|
|
1684
|
+
},
|
|
1685
|
+
{
|
|
1686
|
+
TournamentId: 126,
|
|
1687
|
+
Name: 'Super Test',
|
|
1688
|
+
StartDate: '2025-10-24',
|
|
1689
|
+
EndDate: '2025-10-25',
|
|
1690
|
+
RegistrationCutOff: '2025-10-24',
|
|
1691
|
+
Description: '<p>Testing Scoreboard functionality </p>',
|
|
1692
|
+
HostedOnM2: true,
|
|
1693
|
+
Visibility: 'Private',
|
|
1694
|
+
TotalParticipants: 4,
|
|
1695
|
+
ImagesURLs: null,
|
|
1696
|
+
ImagesAltTexts: 'Super Test image',
|
|
1697
|
+
Club: {
|
|
1698
|
+
Name: 'Columbus United Fencing Club'
|
|
1699
|
+
},
|
|
1700
|
+
Address: {
|
|
1701
|
+
Name: 'Test Location',
|
|
1702
|
+
City: 'Antarctica',
|
|
1703
|
+
State: 'AT'
|
|
1704
|
+
}
|
|
1705
|
+
},
|
|
1706
|
+
{
|
|
1707
|
+
TournamentId: 117,
|
|
1708
|
+
Name: 'Fright Fight 2025',
|
|
1709
|
+
StartDate: '2025-10-24',
|
|
1710
|
+
EndDate: '2025-10-25',
|
|
1711
|
+
RegistrationCutOff: '2025-10-24',
|
|
1712
|
+
Description:
|
|
1713
|
+
'<p>Unleash your inner warrior this Halloween at<strong> Fright Fight 2025</strong>—where costumed combat, medieval mayhem, and spooky spectacle collide for one unforgettable night! Spectators and families are welcome to enjoy the action, cheer on their champions, and take part in festive, family-friendly fun.<br></p><p>Early bird discount code of <strong>15% until Aug 31</strong> for the following items: </p><p><strong>EARLYBIRDAUG</strong> - If you want to use this code you need to enter it while purchasing your tickets. You will see the "Use promo, credit or voucher code" right before paying. The code will go away after Aug 31.</p><ul><li><p>Tournament Registration</p></li><li><p>Longsword</p></li><li><p>Rapier</p></li><li><p>Saber</p></li><li><p>Steel Mixed Weapons</p></li><li><p>Small Sword</p></li><li><p>Half-Harness</p></li><li><p>Armor</p></li></ul><p><strong>There are 2 ticket types</strong></p><ul><li><p><strong>General Admission - for spectating and other activities</strong></p></li><li><p><strong>Tournaments - if you plan on entering and participating in a tournament</strong></p></li><li><p>Disclaimer: AZ, Phoenix requires an 8.6% tax on event tickets.</p></li></ul><p></p><p><strong>General Admission</strong></p><p>Experience the Thrill of Live Sword Fighting Tournaments! Witness the clash of steel, the skill of master swordsmen, and the heart-pounding excitement of epic battles. Don’t miss out on this electrifying event—get your tickets now and be part of the action!</p><ul><li><p><strong>Note: </strong>General admission allows you to enter the event, but isn\'t for entering tournaments.</p></li><li><p><strong>Note:</strong> For each adult ticket 2 kids may enter for free. Only purchase a kids ticket if you have more than 2 kids.</p></li></ul><p><strong>Tournaments</strong></p><p>This is for tournament registration and tournament selection.</p><ul><li><p><strong>Note</strong>: Please only register for <strong>1 Cutting tournament </strong>either Open or Advanced, Bowie is a separate tournament</p></li><li><p><strong>A tournament Ticket includes</strong>:<br></p><ul><li><p>Registration to participate in available tournaments</p></li><li><p>1 ticket Saturday night "Fright Fight Feast" Dinner</p></li><li><p></p></li></ul><ul><li><p>Additional tickets available: $10.00 for adults & $5.00 for kids 12 and under</p></li></ul><ul><li><p>1 General Admission Ticket for an adult</p></li><li><p>2 General Admission Tickets for children 12 and under</p></li></ul></li></ul><p><strong>Venue Information</strong></p><ul><li><p>Location: The PHHAcility (4600 E Cotton Gin Loop, Phoenix, AZ 85040) <br></p></li><li><p>Please, no outside food or drink on the basketball courts. Water is permitted on the courts. </p></li></ul><p>Schedule coming soon</p><p>More information can be found here: https://frightfight.info/<br><br>If interested in volunteering for Fright Fight, or have any other questions, please contact info@frightfight.info</p>',
|
|
1714
|
+
HostedOnM2: false,
|
|
1715
|
+
Visibility: 'Open',
|
|
1716
|
+
TotalParticipants: 0,
|
|
1717
|
+
ImagesURLs: 'https://meyersquaredimages.com/uploads/t-0d6a4b81.png',
|
|
1718
|
+
ImagesAltTexts: 'Fright Fight 2025 image',
|
|
1719
|
+
Club: {
|
|
1720
|
+
Name: 'Columbus United Fencing Club'
|
|
1721
|
+
},
|
|
1722
|
+
Address: {
|
|
1723
|
+
Name: 'The PHHacility',
|
|
1724
|
+
City: 'Phoenix',
|
|
1725
|
+
State: 'AZ'
|
|
1726
|
+
}
|
|
1727
|
+
},
|
|
1728
|
+
{
|
|
1729
|
+
TournamentId: 125,
|
|
1730
|
+
Name: 'CUFC Test Tournament',
|
|
1731
|
+
StartDate: '2025-10-25',
|
|
1732
|
+
EndDate: '2025-10-26',
|
|
1733
|
+
RegistrationCutOff: '2025-10-25',
|
|
1734
|
+
Description: '<p>In house tournament for judging and directing practice.</p>',
|
|
1735
|
+
HostedOnM2: true,
|
|
1736
|
+
Visibility: 'Open',
|
|
1737
|
+
TotalParticipants: 21,
|
|
1738
|
+
ImagesURLs: 'https://meyersquaredimages.com/uploads/t-1a441d93.png',
|
|
1739
|
+
ImagesAltTexts: 'CUFC Test Tournament image',
|
|
1740
|
+
Club: {
|
|
1741
|
+
Name: 'Columbus United Fencing Club'
|
|
1742
|
+
},
|
|
1743
|
+
Address: {
|
|
1744
|
+
Name: 'Columbus United Fencing Club',
|
|
1745
|
+
City: 'Reynoldsburg',
|
|
1746
|
+
State: 'OH'
|
|
1747
|
+
}
|
|
1748
|
+
},
|
|
1749
|
+
{
|
|
1750
|
+
TournamentId: 109,
|
|
1751
|
+
Name: 'Devils Point',
|
|
1752
|
+
StartDate: '2025-11-08',
|
|
1753
|
+
EndDate: '2025-11-09',
|
|
1754
|
+
RegistrationCutOff: '2025-11-08',
|
|
1755
|
+
Description:
|
|
1756
|
+
"<p>1st Annual Devil's Point<br>HEMA tournament brought to you by MEMAG: Crossings Fight School. Two events will be contested, Messer and Sword & Buckler.</p><p>The tournament will consist of 2 rounds of pools (2nd Round will be tiered) and a finals bracket for the top 8. More Rules and Ticket information will be shared later.</p><p>Expect medals, prizes, additional mini-contests, good fights and more!!</p>",
|
|
1757
|
+
HostedOnM2: false,
|
|
1758
|
+
Visibility: 'Open',
|
|
1759
|
+
TotalParticipants: 0,
|
|
1760
|
+
ImagesURLs: 'https://meyersquaredimages.com/uploads/t-48b44b88.png',
|
|
1761
|
+
ImagesAltTexts: 'Devils Point image',
|
|
1762
|
+
Club: {
|
|
1763
|
+
Name: 'Columbus United Fencing Club'
|
|
1764
|
+
},
|
|
1765
|
+
Address: {
|
|
1766
|
+
Name: 'Pemberton Field House',
|
|
1767
|
+
City: 'Pemberton',
|
|
1768
|
+
State: 'NJ'
|
|
1769
|
+
}
|
|
1770
|
+
},
|
|
1771
|
+
{
|
|
1772
|
+
TournamentId: 74,
|
|
1773
|
+
Name: 'Scioto Open 2025',
|
|
1774
|
+
StartDate: '2025-11-08',
|
|
1775
|
+
EndDate: '2025-11-10',
|
|
1776
|
+
RegistrationCutOff: '2025-11-08',
|
|
1777
|
+
Description:
|
|
1778
|
+
"<p><strong>Columbus United Fencing Club presents our Fall event!</strong><br><br>We’re bringing our top judges and event staff to run a fast, fair, and exciting day of fencing!<br>Come sharpen your game and <strong>warm up for Lynx Cup!</strong></p><p><br>Events</p><ul><li><p><strong>Longsword: Division I & Division II</strong><br>• <strong>Division I eligibility:</strong> HEMA Ratings (Mixed & Men’s Steel Longsword or Including Women's and URG) <strong>over 1450</strong><br>• <strong>Division II:</strong> All other fencers<br>• <em>Note:</em> Staff may adjust division placement at their discretion to ensure safety and competitive balance.<br></p></li><li><p><strong>Marginalized Genders Longsword (MG)</strong><br>Open to <strong>women, non-binary, trans, and gender-expansive fencers</strong>.</p></li><li><p><br><strong>Other Events</strong><br>• <strong>Single Rapier</strong><br>• <strong>Saber</strong><br></p></li></ul><p>Pricing (Pre-Registration)</p><ul><li><p><strong>$45 base fee + $45 per event</strong><br><br>https://www.columbusunitedfencing.com/tournament/67bbd7f2e108bc3e15ee7d8b<br></p></li></ul>",
|
|
1779
|
+
HostedOnM2: true,
|
|
1780
|
+
Visibility: 'Open',
|
|
1781
|
+
TotalParticipants: 60,
|
|
1782
|
+
ImagesURLs: 'https://meyersquaredimages.com/uploads/t-f2ec2ad7.png',
|
|
1783
|
+
ImagesAltTexts: 'Scioto Open image',
|
|
1784
|
+
Club: {
|
|
1785
|
+
Name: 'Columbus United Fencing Club'
|
|
1786
|
+
},
|
|
1787
|
+
Address: {
|
|
1788
|
+
Name: 'Columbus United Fencing Club',
|
|
1789
|
+
City: 'Reynoldsburg',
|
|
1790
|
+
State: 'OH'
|
|
1791
|
+
}
|
|
1792
|
+
},
|
|
1793
|
+
{
|
|
1794
|
+
TournamentId: 119,
|
|
1795
|
+
Name: 'Southeast ARC Fencing Open',
|
|
1796
|
+
StartDate: '2025-11-15',
|
|
1797
|
+
EndDate: '2025-11-17',
|
|
1798
|
+
RegistrationCutOff: '2025-11-15',
|
|
1799
|
+
Description:
|
|
1800
|
+
'<h3><strong>Atlanta Historical Fencing Academy has a resource group called “Arc” and we’re hosting the Southeast ARC Fencing Open!</strong><br></h3><p>Arc supports the under-represented genders in our club and support their journey and growth into Historical Fencers.</p><p>Under-represented genders include: Cis women, Trans women, Non-Binary people, and Trans men.</p><p><br>“Arc” as a name refers to a shield; that the Arc of a shield helps deflect and defend attacks away from you. That’s what this group is -- a Shield that can be used to protect and support those in it with regards to the greater HEMA community.</p><p><br>The Southeast Arc Fencing Open will be held on November 15 and 16, 2025 in Atlanta, Georgia at Clayton State University. This tournament is open to all Cis women, Trans women, Non-binary people, and Trans men.</p><p><br>Over the two day period, we will have a Longsword Tier A and B, Sword and Buckler, Sabre, Single Rapier, and Rapier and Dagger tournaments!</p><p><br>The ruleset will be the same as the Southeast Renaissance Fencing Open (SERFO) that AHFA hosts in June.</p><p><br>Registration is open now! It will close on November 7, 2025</p>',
|
|
1801
|
+
HostedOnM2: false,
|
|
1802
|
+
Visibility: 'Open',
|
|
1803
|
+
TotalParticipants: 0,
|
|
1804
|
+
ImagesURLs: 'https://meyersquaredimages.com/uploads/t-1ff9255f.png',
|
|
1805
|
+
ImagesAltTexts: 'Southeast ARC Fencing Open image',
|
|
1806
|
+
Club: {
|
|
1807
|
+
Name: 'Columbus United Fencing Club'
|
|
1808
|
+
},
|
|
1809
|
+
Address: {
|
|
1810
|
+
Name: 'Clayton State University',
|
|
1811
|
+
City: 'Morrow',
|
|
1812
|
+
State: 'GA'
|
|
1813
|
+
}
|
|
1814
|
+
},
|
|
1815
|
+
{
|
|
1816
|
+
TournamentId: 123,
|
|
1817
|
+
Name: 'Virtus in Armis',
|
|
1818
|
+
StartDate: '2025-11-16',
|
|
1819
|
+
EndDate: '2025-11-17',
|
|
1820
|
+
RegistrationCutOff: '2025-11-16',
|
|
1821
|
+
Description:
|
|
1822
|
+
'<p><strong>This autumn, join us for <em>VIRTUS IN ARMIS: The Art of the Duel, </em>a rapier-focused tournament hosted by the Nashville School of Historical Fencing, featuring both Single Rapier and Rapier & Dagger competitions on Saturday, November 15th, 2025.</strong></p><p></p><p><strong>VIRTUS IN ARMIS is a tribute to the art of the rapier and the classical Renaissance ideals that govern the pursuit of arms. In the spirit of the duel, the tournament environment serves as a proving ground where competitors may test their mettle, honor their opponents and strive toward excellence, reviving the spirit of marital virtue and noble purpose that once defined the warrior’s path.</strong></p><p></p><p><strong>At its heart, VIRTUS IN ARMIS seeks to showcase the strength of character, discipline and skill revealed through the pursuit of arms.</strong></p><p></p><p><strong>As always with NSHF events, you can expect a great time with challenging matches, excellent judging and a professionally run tournament experience - Join us in carrying the tradition forward – one duel at a time!</strong></p><p></p><p><strong>*Rules for each event will be posted soon</strong></p><p></p><p><strong>Registration is now open!</strong></p>',
|
|
1823
|
+
HostedOnM2: false,
|
|
1824
|
+
Visibility: 'Open',
|
|
1825
|
+
TotalParticipants: 0,
|
|
1826
|
+
ImagesURLs: 'https://meyersquaredimages.com/uploads/t-e3fb283e.png',
|
|
1827
|
+
ImagesAltTexts: 'Virtus in Armis image',
|
|
1828
|
+
Club: {
|
|
1829
|
+
Name: 'Columbus United Fencing Club'
|
|
1830
|
+
},
|
|
1831
|
+
Address: {
|
|
1832
|
+
Name: 'Russellville High School gymnasium',
|
|
1833
|
+
City: 'Russellville',
|
|
1834
|
+
State: 'KY'
|
|
1835
|
+
}
|
|
1836
|
+
},
|
|
1837
|
+
{
|
|
1838
|
+
TournamentId: 127,
|
|
1839
|
+
Name: 'Longsword As Seen On TV 2026',
|
|
1840
|
+
StartDate: '2026-01-11',
|
|
1841
|
+
EndDate: '2026-01-05',
|
|
1842
|
+
RegistrationCutOff: '2026-01-10',
|
|
1843
|
+
Description:
|
|
1844
|
+
"<p>Welcome to Longsword As-Seen-On-TV! </p><p></p><p>This is the successor event to 2024's Golden Toaster Longsword Open. It will once again be a fun and friendly event with a cozy atmosphere, and of course no lack of tough competition! This year's tournament will feature two tiers of Longsword, and an open longsword team event. Prizes will include items that you have seen on TV in the heyday of early 2000's product pitching. Like Golden Toaster, this tournament will be a one time event, next year the theme will be different, so don't miss it! </p>",
|
|
1845
|
+
HostedOnM2: false,
|
|
1846
|
+
Visibility: 'Open',
|
|
1847
|
+
TotalParticipants: 0,
|
|
1848
|
+
ImagesURLs: 'https://meyersquaredimages.com/uploads/t-98f86c8b.png',
|
|
1849
|
+
ImagesAltTexts: 'Longsword As Seen On TV 2026 image',
|
|
1850
|
+
Club: {
|
|
1851
|
+
Name: 'Columbus United Fencing Club'
|
|
1852
|
+
},
|
|
1853
|
+
Address: {
|
|
1854
|
+
Name: 'Northampton Recreation Center',
|
|
1855
|
+
City: 'Richboro',
|
|
1856
|
+
State: 'PA'
|
|
1857
|
+
}
|
|
1858
|
+
},
|
|
1859
|
+
{
|
|
1860
|
+
TournamentId: 130,
|
|
1861
|
+
Name: 'The Lane County Longsword Open',
|
|
1862
|
+
StartDate: '2026-01-24',
|
|
1863
|
+
EndDate: '2026-01-05',
|
|
1864
|
+
RegistrationCutOff: '2026-01-24',
|
|
1865
|
+
Description:
|
|
1866
|
+
'<h3 style="text-align: center">The Lane County Longsword Open is a brand-new, longsword-only HEMA tournament, hosted by Masterless Fencing in Eugene, OR.<br><br>Event Information</h3><ul><li><p><strong>Date</strong>: Saturday, January 24, 2026</p></li></ul><ul><li><p><strong>Time</strong>: Gear Check 8 am - 9 am, Tournament Briefing 9:00 am with events to follow</p></li><li><p><strong>Location</strong>: Lane County Event Center, Exhibit Hall 2 - 796 W. 13th Avenue Eugene, OR</p></li></ul>',
|
|
1867
|
+
HostedOnM2: false,
|
|
1868
|
+
Visibility: 'Open',
|
|
1869
|
+
TotalParticipants: 0,
|
|
1870
|
+
ImagesURLs: 'https://meyersquaredimages.com/uploads/t-719e7db3.png',
|
|
1871
|
+
ImagesAltTexts: 'The Lane County Longsword Open image',
|
|
1872
|
+
Club: {
|
|
1873
|
+
Name: 'Columbus United Fencing Club'
|
|
1874
|
+
},
|
|
1875
|
+
Address: {
|
|
1876
|
+
Name: 'Lane County Event Center',
|
|
1877
|
+
City: 'Eugene',
|
|
1878
|
+
State: 'OR'
|
|
1879
|
+
}
|
|
1880
|
+
},
|
|
1881
|
+
{
|
|
1882
|
+
TournamentId: 128,
|
|
1883
|
+
Name: 'Unicorn Cup 2026',
|
|
1884
|
+
StartDate: '2026-01-17',
|
|
1885
|
+
EndDate: '2026-01-05',
|
|
1886
|
+
RegistrationCutOff: '2026-01-17',
|
|
1887
|
+
Description:
|
|
1888
|
+
'<p>Greetings, swords friends! We are pleased to announce that the third iteration of our official tournament will be held on <strong>January 17th, 2026</strong>. Registration is OPEN NOW!!!, so please purchase both a general registration and a tournament registration to fight for fabulous prizes. They’ve been split up to allow you to …</p><ul><li><p>Purchase multiple tournament registrations without paying the registration fee multiple times.</p></li><li><p>Get on multiple wait lists at the same time as registration for tournaments that are still open.</p></li><li><p></p></li></ul><h2>The Tournaments!</h2><p>Hilt and Helm Fencing Club’s third iteration of the Unicorn Cup will have the following divisions:</p><p></p><h3>Open Longsword</h3><ul><li><p><strong>When:</strong> 9:00 am to 12:00 pm</p></li></ul><p></p><h3>Fashion Show!!</h3><ul><li><p><strong>When:</strong> 12:30 pm to 1:00 pm</p></li></ul><p></p><h3>Open Saber</h3><ul><li><p><strong>When:</strong> 1:00 pm to 3:30 pm</p></li></ul><p></p><h3>Open Single Rapier</h3><ul><li><p><strong>When:</strong> 4:00 pm to 6:30 pm</p></li></ul><p>After party at TBA Location</p>',
|
|
1889
|
+
HostedOnM2: false,
|
|
1890
|
+
Visibility: 'Open',
|
|
1891
|
+
TotalParticipants: 0,
|
|
1892
|
+
ImagesURLs: 'https://meyersquaredimages.com/uploads/t-cabae734.png',
|
|
1893
|
+
ImagesAltTexts: 'Unicorn Cup 2026 image',
|
|
1894
|
+
Club: {
|
|
1895
|
+
Name: 'Columbus United Fencing Club'
|
|
1896
|
+
},
|
|
1897
|
+
Address: {
|
|
1898
|
+
Name: 'Hilt and Helm Pittsburgh Fencing Club',
|
|
1899
|
+
City: 'Pittsburg',
|
|
1900
|
+
State: 'PA'
|
|
1901
|
+
}
|
|
1902
|
+
},
|
|
1903
|
+
{
|
|
1904
|
+
TournamentId: 129,
|
|
1905
|
+
Name: 'Chilly Charity Challenge 2026',
|
|
1906
|
+
StartDate: '2026-01-18',
|
|
1907
|
+
EndDate: '2026-01-05',
|
|
1908
|
+
RegistrationCutOff: '2026-01-05',
|
|
1909
|
+
Description:
|
|
1910
|
+
'<h2><strong>Chilly Charity Challenge</strong></h2><p>This winter, BCHF is hosting it’s first ever charity event- the Chilly Charity Challenge! Composed of Open Longsword and GenEq Longsword, the Chilly Charity Challenge will support three local charity organizations. The tournaments will run a ruleset based on the Nordic ruleset, and will use a Swiss Pool format. Every fencer will get a high number of high quality matches! All proceeds will be donated to our partnered charities. Fence for a good cause, compete for the chance to win a pepper-themed prize, and join us for an afterparty at the local Chili’s!</p><p><br><strong>Date:</strong> Sunday January 18th 10am-6pm</p><p><strong>Location:</strong> Black Cat Historical Fencing gym- 100 Elm St Building 3 Unit 3b Warren, RI 02885</p><p><strong>Registration: </strong>https://forms.gle/1CPAXBYUrW4dWoS76</p><p><strong>Ruleset: </strong>https://docs.google.com/document/d/1oNobL9zCB_XzE1GKWxwi_1U8YwmTqXk-wRe4a_m01-4/edit?tab=t.0</p><p><strong>Schedule: </strong>https://docs.google.com/spreadsheets/d/1JNKbwpp0OpmJsLUzDuk9xctasnS4_htF44_nkpe_0-M/edit</p>',
|
|
1911
|
+
HostedOnM2: false,
|
|
1912
|
+
Visibility: 'Open',
|
|
1913
|
+
TotalParticipants: 0,
|
|
1914
|
+
ImagesURLs: 'https://meyersquaredimages.com/uploads/t-455029a4.png',
|
|
1915
|
+
ImagesAltTexts: 'Chilly Charity Challenge 2026 image',
|
|
1916
|
+
Club: {
|
|
1917
|
+
Name: 'Columbus United Fencing Club'
|
|
1918
|
+
},
|
|
1919
|
+
Address: {
|
|
1920
|
+
Name: 'Black Cat Historical Fencing',
|
|
1921
|
+
City: 'Warren',
|
|
1922
|
+
State: 'RI'
|
|
1923
|
+
}
|
|
1924
|
+
},
|
|
1925
|
+
{
|
|
1926
|
+
TournamentId: 131,
|
|
1927
|
+
Name: 'Lake Edge Open',
|
|
1928
|
+
StartDate: '2026-01-05',
|
|
1929
|
+
EndDate: '2026-01-05',
|
|
1930
|
+
RegistrationCutOff: '2026-01-05',
|
|
1931
|
+
Description:
|
|
1932
|
+
"<p><strong>Join Us for Lake Edge Open, </strong>the East coast's first annual cutting tournament!<strong> </strong> Lake Edge Open is committed to growing the sword cutting competition scene and enhancing the practices of Historical European Martial Arts.<br></p><p>Competitors have the opportunity to compete in three separate categories <strong>(Arming, Longsword and</strong> <strong>Messer/Falchion)</strong>, as well as access to a cutting class, hosted by Phil Martin, and a sharpening demo, hosted by Chris Fields of Sterling Armory.</p><p><br>Along with the cutting events, all competitors and general admission attendees may enjoy medieval games including archery, axe throwing, bags, and sword jenga, along with the opportunity to pet and feed the many animals of our host location, Sterling Farmery.<br></p><p>Our organization values tradition, community, and the advancement of swordsmanship through engaging competitions and education.<br><br>Join us in celebrating the art of swordsmanship.</p>",
|
|
1933
|
+
HostedOnM2: false,
|
|
1934
|
+
Visibility: 'Open',
|
|
1935
|
+
TotalParticipants: 0,
|
|
1936
|
+
ImagesURLs: 'https://meyersquaredimages.com/uploads/t-8ed60a51.png',
|
|
1937
|
+
ImagesAltTexts: 'Lake Edge Open image',
|
|
1938
|
+
Club: {
|
|
1939
|
+
Name: 'Columbus United Fencing Club'
|
|
1940
|
+
},
|
|
1941
|
+
Address: {
|
|
1942
|
+
Name: 'Sterling Armory',
|
|
1943
|
+
City: 'Brooksville',
|
|
1944
|
+
State: 'FL'
|
|
1945
|
+
}
|
|
1946
|
+
},
|
|
1947
|
+
{
|
|
1948
|
+
TournamentId: 82,
|
|
1949
|
+
Name: 'Lake Efecht 2025',
|
|
1950
|
+
StartDate: '2025-12-05',
|
|
1951
|
+
EndDate: '2026-01-12',
|
|
1952
|
+
RegistrationCutOff: '2025-12-05',
|
|
1953
|
+
Description:
|
|
1954
|
+
'<p>A 2-day HEMA tournament brought to you by Steelhead WMA, in Erie, PA.</p><p>Events include Open Dagger, Open Messer, ABCD (anyone but CIS dudes) Longsword, Div. B Longsword, and Div. A Longsword.</p><p>Fencers must be 18 or older, as well as vaccinated against COVID-19.</p>',
|
|
1955
|
+
HostedOnM2: false,
|
|
1956
|
+
Visibility: 'Open',
|
|
1957
|
+
TotalParticipants: 0,
|
|
1958
|
+
ImagesURLs: 'https://meyersquaredimages.com/uploads/t-96391df1.png',
|
|
1959
|
+
ImagesAltTexts: ' \t Lake Efecht 2025 image',
|
|
1960
|
+
Club: {
|
|
1961
|
+
Name: 'Columbus United Fencing Club'
|
|
1962
|
+
},
|
|
1963
|
+
Address: {
|
|
1964
|
+
Name: 'Sinai Sports',
|
|
1965
|
+
City: 'Erie',
|
|
1966
|
+
State: 'PA'
|
|
1967
|
+
}
|
|
1968
|
+
},
|
|
1969
|
+
{
|
|
1970
|
+
TournamentId: 75,
|
|
1971
|
+
Name: 'LynxCup 2026',
|
|
1972
|
+
StartDate: '2026-02-13',
|
|
1973
|
+
EndDate: '2026-02-18',
|
|
1974
|
+
RegistrationCutOff: '2026-06-03',
|
|
1975
|
+
Description:
|
|
1976
|
+
'<p><strong>Lynx Cup</strong> is a premier tournament built for competitors who want fun, fairness, and clarity from first pool to final.</p><p><br></p><ul><li><p><strong>Longsword (Open), split into Divisions 1, 2, and 3</strong></p></li></ul><p>The Open Longsword field is divided into three separate divisions. <br>The top 8 finishers in each division receive medals.</p><p></p><p><br><strong>Provisional Division guidelines (HEMA Ratings):</strong></p><ul><li><p>Division 1: recommended for fencers rated 1450+ (open rating or mg rating)</p></li><li><p>Division 2: recommended for experienced fencers below 1450 (typically ~1000–1449 open or mg rating)</p></li><li><p>Division 3: recommended for newcomers, unrated fencers, or those below 1000<br><br>When a fencer signs up for Longsword they will be placed into the hold bin. <br>Shortly before the Tournament fencers will be sorted into Division.</p></li><li><p></p></li></ul><p>Guidelines may change before the tournament</p><p></p><p><strong>Marginalized Gender Longsword</strong><br>Open to trans and cis women, trans men, non-binary, intersex, and other gender-expansive people who are often underrepresented in HEMA.</p><p><br><strong>Saber, Messer, Rapier & Dagger</strong><br>These will run as standard open tournaments. All skill levels are welcome to participate.</p><p></p>',
|
|
1977
|
+
HostedOnM2: true,
|
|
1978
|
+
Visibility: 'Open',
|
|
1979
|
+
TotalParticipants: 102,
|
|
1980
|
+
ImagesURLs: 'https://meyersquaredimages.com/uploads/t-027ad899.png',
|
|
1981
|
+
ImagesAltTexts: 'LynxCup 2026 image',
|
|
1982
|
+
Club: {
|
|
1983
|
+
Name: 'Columbus United Fencing Club'
|
|
1984
|
+
},
|
|
1985
|
+
Address: {
|
|
1986
|
+
Name: 'Greater Columbus Convention Center',
|
|
1987
|
+
City: 'Columbus',
|
|
1988
|
+
State: 'OH'
|
|
1989
|
+
}
|
|
1990
|
+
}
|
|
1930
1991
|
];
|
|
1931
1992
|
|
|
1932
1993
|
export default mockTournaments;
|