(* Content-type: application/vnd.wolfram.mathematica *) (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) (* CreatedBy='Mathematica 13.0' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 158, 7] NotebookDataLength[ 322466, 6865] NotebookOptionsPosition[ 163825, 3834] NotebookOutlinePosition[ 306821, 6533] CellTagsIndexPosition[ 305012, 6483] WindowTitle->CorrespondingIntegers | Definition Notebook WindowFrame->Normal*) (* Beginning of Notebook Content *) Notebook[{ Cell[CellGroupData[{ Cell["CorrespondingIntegers", "Title", CellTags->{"Name", "TemplateCell", "Title"}, CellID->665992612], Cell["\<\ Create a list of positive integers containing as many elements as the \ expression to which it is applied\ \>", "Text", CellTags->{"Description", "TemplateCell"}, CellID->476804133], Cell[CellGroupData[{ Cell[TextData[{ "Definition", Cell[BoxData[ PaneSelectorBox[{True-> TemplateBox[{"Function", Cell[ BoxData[ FrameBox[ Cell[ "Define your function using the name you gave in the Title line \ above. You can add input cells and extra code to define additional input \ cases or prerequisites. All definitions, including dependencies, will be \ included in the generated resource function.\n\nThis section should be \ evaluated before creating the Examples section below.", "MoreInfoText"], Background -> GrayLevel[0.95], FrameMargins -> 20, FrameStyle -> GrayLevel[0.9], RoundingRadius -> 5, ImageSize -> { Scaled[0.65], Automatic}]], "MoreInfoText", Deletable -> True, CellTags -> {"SectionMoreInfoFunction"}, CellMargins -> {{66, 66}, {15, 15}}]}, "MoreInfoOpenerButtonTemplate"]}, Dynamic[ CurrentValue[ EvaluationNotebook[], {TaggingRules, "ResourceCreateNotebook"}]], ImageSize->Automatic]]] }], "Section", Editable->False, Deletable->False, TaggingRules->{"TemplateGroupName" -> "Function"}, DefaultNewCellStyle->"Input", CellTags->{"Definition", "Function", "TemplateCellGroup"}, CellID->72845326], Cell[CellGroupData[{ Cell[BoxData[ RowBox[{ RowBox[{"CorrespondingIntegers", "::", "noninteger"}], "=", "\"\\""}]], \ "Input", CellChangeTimes->{{3.769599520302209*^9, 3.769599604350687*^9}, { 3.769599634679772*^9, 3.7695996367124853`*^9}, {3.7696000579689493`*^9, 3.769600063160926*^9}}, CellLabel->"In[725]:=", CellID->894589799], Cell[BoxData["\<\"Warning: the arguments `1` and `2` should usually be \ integers\"\>"], "Output", CellChangeTimes->{{3.7695995900975323`*^9, 3.769599597087163*^9}, 3.769599706469606*^9, 3.7696001277983637`*^9}, CellLabel->"Out[725]=", CellID->836371099] }, Open ]], Cell[BoxData[ RowBox[{ RowBox[{"CorrespondingIntegers", "[", "expr_", "]"}], ":=", RowBox[{"Range", "[", RowBox[{"Length", "[", "expr", "]"}], "]"}]}]], "Input", CellEventActions->{Inherited, {"KeyDown", "\t"} :> Replace[SelectionMove[ SelectedNotebook[], After, Cell]; NotebookFind[ SelectedNotebook[], "TabNext", Next, CellTags, AutoScroll -> True, WrapAround -> True], Blank[NotebookSelection] :> SelectionMove[ SelectedNotebook[], All, CellContents, AutoScroll -> True]], PassEventsDown -> False, PassEventsUp -> False}, CellChangeTimes->{{3.769598232405307*^9, 3.769598244124949*^9}, { 3.769599322787438*^9, 3.769599325697061*^9}, {3.769600149945066*^9, 3.769600153430101*^9}}, CellTags->"TabNext", CellLabel->"In[731]:=", CellID->139660411], Cell[BoxData[ RowBox[{ RowBox[{"CorrespondingIntegers", "[", RowBox[{"expr_", ",", "start_Integer", ",", "jump_Integer"}], "]"}], ":=", RowBox[{"Range", "[", RowBox[{"start", ",", RowBox[{"start", "+", RowBox[{ RowBox[{"(", RowBox[{ RowBox[{"Length", "[", "expr", "]"}], "-", "1"}], ")"}], "*", "jump"}]}], ",", "jump"}], "]"}]}]], "Input", CellChangeTimes->{{3.769598704031364*^9, 3.769598814301362*^9}, { 3.769599328238481*^9, 3.769599354409074*^9}, 3.769600080720393*^9}, CellLabel->"In[727]:=", CellID->887823883], Cell[BoxData[ RowBox[{ RowBox[{"CorrespondingIntegers", "[", RowBox[{"start_Integer", ",", "jump_Integer"}], "]"}], ":=", RowBox[{"Function", "[", RowBox[{"expr", ",", RowBox[{"CorrespondingIntegers", "[", RowBox[{"expr", ",", "start", ",", "jump"}], "]"}]}], "]"}]}]], "Input", CellEventActions->{Inherited, {"KeyDown", "\t"} :> Replace[SelectionMove[ SelectedNotebook[], After, Cell]; NotebookFind[ SelectedNotebook[], "TabNext", Next, CellTags, AutoScroll -> True, WrapAround -> True], Blank[NotebookSelection] :> SelectionMove[ SelectedNotebook[], All, CellContents, AutoScroll -> True]], PassEventsDown -> False, PassEventsUp -> False}, CellChangeTimes->{{3.769598232405307*^9, 3.769598244124949*^9}, { 3.769598454037348*^9, 3.769598558690247*^9}, {3.769598687701275*^9, 3.769598699132689*^9}, {3.76959884445895*^9, 3.769598855142275*^9}, { 3.7695990259452868`*^9, 3.769599031887286*^9}, {3.769599334029513*^9, 3.769599363254815*^9}, {3.7695996941579037`*^9, 3.769599696944907*^9}, { 3.769600080723921*^9, 3.7696000807247057`*^9}}, CellTags->"TabNext", CellLabel->"In[728]:=", CellID->604459071], Cell[BoxData[ RowBox[{ RowBox[{"CorrespondingIntegers", "[", RowBox[{"expr_", ",", "start_", ",", "jump_"}], "]"}], ":=", RowBox[{"(", RowBox[{ RowBox[{"Message", "[", RowBox[{ RowBox[{"CorrespondingIntegers", "::", "noninteger"}], ",", "start", ",", "jump"}], "]"}], ";", "\[IndentingNewLine]", RowBox[{"Range", "[", RowBox[{"start", ",", RowBox[{"start", "+", RowBox[{ RowBox[{"(", RowBox[{ RowBox[{"Length", "[", "expr", "]"}], "-", "1"}], ")"}], "*", "jump"}]}], ",", "jump"}], "]"}]}], ")"}]}]], "Input", CellChangeTimes->{{3.7695993729447203`*^9, 3.769599395745723*^9}, { 3.769599491066441*^9, 3.7695995053124866`*^9}, {3.769599646524851*^9, 3.769599700136845*^9}, {3.769599759268774*^9, 3.76959976347933*^9}, { 3.769600080728628*^9, 3.769600080729476*^9}}, CellLabel->"In[729]:=", CellID->131170621] }, Open ]], Cell[CellGroupData[{ Cell["Documentation", "Section", Editable->False, Deletable->False, TaggingRules->{"TemplateGroupName" -> "Documentation"}, CellTags->{"Documentation", "TemplateSection"}, CellID->429741307], Cell[CellGroupData[{ Cell[TextData[{ "Usage", Cell[BoxData[ PaneSelectorBox[{True-> TemplateBox[{"Usage", Cell[ BoxData[ FrameBox[ Cell[ TextData[{ "Document input usage cases by first typing an input structure, \ then pressing ", Cell[ BoxData[ StyleBox[ DynamicBox[ ToBoxes[ If[$OperatingSystem === "MacOSX", "\[ReturnKey]", "\[EnterKey]"], StandardForm], SingleEvaluation -> True, Evaluator -> "System"], ShowStringCharacters -> False]]], " to add a brief explanation of the function\[CloseCurlyQuote]s \ behavior for that structure. Pressing ", Cell[ BoxData[ StyleBox[ DynamicBox[ ToBoxes[ If[$OperatingSystem === "MacOSX", "\[ReturnKey]", "\[EnterKey]"], StandardForm], SingleEvaluation -> True, Evaluator -> "System"], ShowStringCharacters -> False]]], " repeatedly will create new cases as needed. Every input usage \ case defined above should be demonstrated explicitly here.\n\nSee existing \ documentation pages for examples."}], "MoreInfoText"], Background -> GrayLevel[0.95], FrameMargins -> 20, FrameStyle -> GrayLevel[0.9], RoundingRadius -> 5, ImageSize -> { Scaled[0.65], Automatic}]], "MoreInfoText", Deletable -> True, CellTags -> {"SectionMoreInfoUsage"}, CellMargins -> {{66, 66}, {15, 15}}]}, "MoreInfoOpenerButtonTemplate"]}, Dynamic[ CurrentValue[ EvaluationNotebook[], {TaggingRules, "ResourceCreateNotebook"}]], ImageSize->Automatic]]] }], "Subsection", Editable->False, Deletable->False, TaggingRules->{"TemplateGroupName" -> "Usage"}, DefaultNewCellStyle->{"UsageInputs", FontFamily -> "Source Sans Pro"}, CellTags->{"TemplateCellGroup", "Usage"}, CellID->542419310], Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"CorrespondingIntegers", "[", StyleBox["expr", "TI"], "]"}]], "UsageInputs", FontFamily->"Source Sans Pro", CellID->324279870], Cell[TextData[{ "gives a ", Cell[BoxData[ TagBox[ ButtonBox[ StyleBox["List", "SymbolsRefLink", ShowStringCharacters->True, FontFamily->"Source Sans Pro"], BaseStyle->Dynamic[ FEPrivate`If[ CurrentValue["MouseOver"], { "Link", FontColor -> RGBColor[0.8549, 0.39608, 0.1451]}, {"Link"}]], ButtonData->"paclet:ref/List", ContentPadding->False], MouseAppearanceTag["LinkHand"]]], "InlineFormula", FontFamily->"Source Sans Pro"], " ", Cell[BoxData[ RowBox[{"{", RowBox[{"1", StyleBox[ RowBox[{"\[Ellipsis]", StyleBox["n", "TI"]}]]}], "}"}]], "InlineFormula", FontFamily->"Source Sans Pro"], " of positive integers where ", Cell[BoxData[ StyleBox["n", "TI"]], "InlineFormula", FontFamily->"Source Sans Pro"], " is the length of ", Cell[BoxData[ StyleBox["expr", "TI"]], "InlineFormula", FontFamily->"Source Sans Pro"], "." }], "UsageDescription", CellID->233263168] }, Open ]], Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"CorrespondingIntegers", "[", RowBox[{ StyleBox["expr", "TI"], ",", StyleBox["start", "TI"], ",", StyleBox["jump", "TI"]}], "]"}]], "UsageInputs", FontFamily->"Source Sans Pro", CellID->785211684], Cell[TextData[{ "gives a list ", Cell[BoxData[ RowBox[{"{", RowBox[{ StyleBox["start", "TI"], ",", RowBox[{ StyleBox["start", "TI"], "+", StyleBox["jump", "TI"]}], ",", "\[Ellipsis]", ",", RowBox[{ StyleBox["start", "TI"], "+", RowBox[{ RowBox[{"(", RowBox[{ StyleBox["n", "TI"], "-", "1"}], ")"}], "\[Times]", StyleBox["jump", "TI"]}]}]}], "}"}]], "InlineFormula", FontFamily->"Source Sans Pro"], " where ", Cell[BoxData[ StyleBox["n", "TI"]], "InlineFormula", FontFamily->"Source Sans Pro"], " is the length of ", Cell[BoxData[ StyleBox["expr", "TI"]], "InlineFormula", FontFamily->"Source Sans Pro"], "." }], "UsageDescription", CellID->532389985] }, Open ]], Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"CorrespondingIntegers", "[", RowBox[{ StyleBox["start", "TI"], ",", StyleBox["jump", "TI"]}], "]"}]], "UsageInputs", FontFamily->"Source Sans Pro", CellID->115476913], Cell[TextData[{ "creates an operator that, when applied to an expression ", Cell[BoxData[ StyleBox["expr", "TI"]], "InlineFormula", FontFamily->"Source Sans Pro"], ", gives a list ", Cell[BoxData[ RowBox[{"{", RowBox[{ StyleBox["start", "TI"], ",", RowBox[{ StyleBox["start", "TI"], "+", StyleBox["jump", "TI"]}], ",", "\[Ellipsis]", ",", RowBox[{ StyleBox["start", "TI"], "+", RowBox[{ RowBox[{"(", RowBox[{ StyleBox["n", "TI"], "-", "1"}], ")"}], "\[Times]", StyleBox["jump", "TI"]}]}]}], "}"}]], "InlineFormula", FontFamily->"Source Sans Pro"], " where ", Cell[BoxData[ StyleBox["n", "TI"]], "InlineFormula", FontFamily->"Source Sans Pro"], " is the length of ", Cell[BoxData[ StyleBox["expr", "TI"]], "InlineFormula", FontFamily->"Source Sans Pro"], "." }], "UsageDescription", CellID->891518846] }, Open ]] }, Open ]], Cell[CellGroupData[{ Cell[TextData[{ "Details & Options", Cell[BoxData[ PaneSelectorBox[{True-> TemplateBox[{"Notes", Cell[ BoxData[ FrameBox[ Cell[ "Give a detailed explanation of how the function is used and \ configured (e.g. acceptable input types, result formats, options \ specifications, background information). This section may include multiple \ cells, bullet lists, tables, hyperlinks and additional styles/structures as \ needed.\n\nAdd any other information that may be relevant, such as when the \ function was first discovered or how and why it is used within a given field. \ Include all relevant background or contextual information related to the \ function, its development, and its usage.", "MoreInfoText"], Background -> GrayLevel[0.95], FrameMargins -> 20, FrameStyle -> GrayLevel[0.9], RoundingRadius -> 5, ImageSize -> { Scaled[0.65], Automatic}]], "MoreInfoText", Deletable -> True, CellTags -> {"SectionMoreInfoNotes"}, CellMargins -> {{66, 66}, {15, 15}}]}, "MoreInfoOpenerButtonTemplate"]}, Dynamic[ CurrentValue[ EvaluationNotebook[], {TaggingRules, "ResourceCreateNotebook"}]], ImageSize->Automatic]]] }], "Subsection", Editable->False, Deletable->False, TaggingRules->{"TemplateGroupName" -> "Notes"}, DefaultNewCellStyle->"Notes", CellTags->{"Details & Options", "Notes", "TemplateCellGroup"}, CellID->908801236], Cell["Additional information about usage and options.", "Notes", CellEventActions->{Inherited, {"KeyDown", "\t"} :> Replace[SelectionMove[ SelectedNotebook[], After, Cell]; NotebookFind[ SelectedNotebook[], "TabNext", Next, CellTags, AutoScroll -> True, WrapAround -> True], Blank[NotebookSelection] :> SelectionMove[ SelectedNotebook[], All, CellContents, AutoScroll -> True]], PassEventsDown -> False, PassEventsUp -> False}, CellTags->{"DefaultContent", "TabNext"}, CellID->273771548] }, Open ]] }, Open ]], Cell[CellGroupData[{ Cell[TextData[{ "Examples", Cell[BoxData[ PaneSelectorBox[{True-> TemplateBox[{"Examples", Cell[ BoxData[ FrameBox[ Cell[ TextData[{ "Demonstrate the function\[CloseCurlyQuote]s usage, starting with \ the most basic use case and describing each example in a preceding text cell.\ \n\nWithin a group, individual examples can be delimited by inserting page \ breaks between them (either using ", Cell[ BoxData[ StyleBox[ TemplateBox[{ StyleBox[ "\"[Right-click]\"", FontFamily -> "Source Sans Pro", FontWeight -> "SemiBold", FontColor -> GrayLevel[0.286275], FontSize -> 14, StripOnInput -> False], StyleBox[ "\" \[FilledRightTriangle] \"", FontFamily -> "Source Sans Pro", FontSize -> 13.86, FontColor -> GrayLevel[0.5], StripOnInput -> False], StyleBox[ "\"Insert Page Break\"", FontFamily -> "Source Sans Pro", FontWeight -> "SemiBold", FontColor -> GrayLevel[0.286275], FontSize -> 14, StripOnInput -> False]}, "RowDefault"], ShowStringCharacters -> False]]], " between cells or through the menu using ", Cell[ BoxData[ StyleBox[ TemplateBox[{ StyleBox[ "\"Insert\"", FontFamily -> "Source Sans Pro", FontWeight -> "SemiBold", FontColor -> GrayLevel[0.286275], FontSize -> 14, StripOnInput -> False], StyleBox[ "\" \[FilledRightTriangle] \"", FontFamily -> "Source Sans Pro", FontSize -> 13.86, FontColor -> GrayLevel[0.5], StripOnInput -> False], StyleBox[ "\"Page Break\"", FontFamily -> "Source Sans Pro", FontWeight -> "SemiBold", FontColor -> GrayLevel[0.286275], FontSize -> 14, StripOnInput -> False]}, "RowDefault"], ShowStringCharacters -> False]]], ").\n\nExamples should be grouped into Subsection and \ Subsubsection cells similarly to existing documentation pages. Here are some \ typical Subsection names and the types of examples they normally contain:\n \ ", Cell[ BoxData[ StyleBox[ TemplateBox[{ StyleBox[ "\"\[FilledSmallSquare] \"", FontColor -> RGBColor[0.8, 0.043, 0.008], StripOnInput -> False], StyleBox[ "\"Basic Examples: \"", FontFamily -> "Source Sans Pro", FontWeight -> "SemiBold", FontSize -> 14, StripOnInput -> False]}, "RowDefault"], ShowStringCharacters -> False]]], "most basic function usage\n ", Cell[ BoxData[ StyleBox[ TemplateBox[{ StyleBox[ "\"\[FilledSmallSquare] \"", FontColor -> RGBColor[0.8, 0.043, 0.008], StripOnInput -> False], StyleBox[ "\"Scope: \"", FontFamily -> "Source Sans Pro", FontWeight -> "SemiBold", FontSize -> 14, StripOnInput -> False]}, "RowDefault"], ShowStringCharacters -> False]]], "input and display conventions, standard computational attributes \ (e.g. threading over lists)\n ", Cell[ BoxData[ StyleBox[ TemplateBox[{ StyleBox[ "\"\[FilledSmallSquare] \"", FontColor -> RGBColor[0.8, 0.043, 0.008], StripOnInput -> False], StyleBox[ "\"Options: \"", FontFamily -> "Source Sans Pro", FontWeight -> "SemiBold", FontSize -> 14, StripOnInput -> False]}, "RowDefault"], ShowStringCharacters -> False]]], "available options and parameters for the function\n ", Cell[ BoxData[ StyleBox[ TemplateBox[{ StyleBox[ "\"\[FilledSmallSquare] \"", FontColor -> RGBColor[0.8, 0.043, 0.008], StripOnInput -> False], StyleBox[ "\"Applications: \"", FontFamily -> "Source Sans Pro", FontWeight -> "SemiBold", FontSize -> 14, StripOnInput -> False]}, "RowDefault"], ShowStringCharacters -> False]]], "standard industry or academic applications\n ", Cell[ BoxData[ StyleBox[ TemplateBox[{ StyleBox[ "\"\[FilledSmallSquare] \"", FontColor -> RGBColor[0.8, 0.043, 0.008], StripOnInput -> False], StyleBox[ "\"Properties and Relations: \"", FontFamily -> "Source Sans Pro", FontWeight -> "SemiBold", FontSize -> 14, StripOnInput -> False]}, "RowDefault"], ShowStringCharacters -> False]]], "how the function relates to other functions\n ", Cell[ BoxData[ StyleBox[ TemplateBox[{ StyleBox[ "\"\[FilledSmallSquare] \"", FontColor -> RGBColor[0.8, 0.043, 0.008], StripOnInput -> False], StyleBox[ "\"Possible Issues: \"", FontFamily -> "Source Sans Pro", FontWeight -> "SemiBold", FontSize -> 14, StripOnInput -> False]}, "RowDefault"], ShowStringCharacters -> False]]], "limitations or unexpected behavior a user might experience\n ", Cell[ BoxData[ StyleBox[ TemplateBox[{ StyleBox[ "\"\[FilledSmallSquare] \"", FontColor -> RGBColor[0.8, 0.043, 0.008], StripOnInput -> False], StyleBox[ "\"Neat Examples: \"", FontFamily -> "Source Sans Pro", FontWeight -> "SemiBold", FontSize -> 14, StripOnInput -> False]}, "RowDefault"], ShowStringCharacters -> False]]], "particularly interesting, unconventional, or otherwise unique \ usage"}], "MoreInfoText"], Background -> GrayLevel[0.95], FrameMargins -> 20, FrameStyle -> GrayLevel[0.9], RoundingRadius -> 5, ImageSize -> { Scaled[0.65], Automatic}]], "MoreInfoText", Deletable -> True, CellTags -> {"SectionMoreInfoExamples"}, CellMargins -> {{66, 66}, {15, 15}}]}, "MoreInfoOpenerButtonTemplate"]}, Dynamic[ CurrentValue[ EvaluationNotebook[], {TaggingRules, "ResourceCreateNotebook"}]], ImageSize->Automatic]]] }], "Section", Editable->False, Deletable->False, TaggingRules->{"TemplateGroupName" -> "Examples"}, CellTags->{"Examples", "TemplateCellGroup"}, CellID->530638011], Cell[CellGroupData[{ Cell["Basic Examples", "Subsection", TaggingRules->{}, CellID->904125756], Cell[TextData[{ "Create a ", Cell[BoxData[ TagBox[ ButtonBox[ StyleBox["List", "SymbolsRefLink", ShowStringCharacters->True, FontFamily->"Source Sans Pro"], BaseStyle->Dynamic[ FEPrivate`If[ CurrentValue["MouseOver"], { "Link", FontColor -> RGBColor[0.8549, 0.39608, 0.1451]}, {"Link"}]], ButtonData->"paclet:ref/List", ContentPadding->False], MouseAppearanceTag["LinkHand"]]], "InlineFormula", FontFamily->"Source Sans Pro"], " of the positive integers corresponding to letters \"a\" to \"j\":" }], "Text", TaggingRules->{}, CellChangeTimes->{{3.7695999964567833`*^9, 3.769600027049375*^9}, { 3.769600092415011*^9, 3.7696001053342333`*^9}, {3.8286136183228817`*^9, 3.8286136239459267`*^9}, {3.855148378863999*^9, 3.855148400581094*^9}}, CellID->602866231], Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"CorrespondingIntegers", "[", RowBox[{"CharacterRange", "[", RowBox[{"\"\\"", ",", "\"\\""}], "]"}], "]"}]], "Input", TaggingRules->{}, CellChangeTimes->{{3.769600029175975*^9, 3.7696000366100903`*^9}, { 3.769600080733939*^9, 3.769600120946225*^9}}, CellLabel->"In[24]:=", CellID->871763868], Cell[BoxData[ RowBox[{"{", RowBox[{ "1", ",", "2", ",", "3", ",", "4", ",", "5", ",", "6", ",", "7", ",", "8", ",", "9", ",", "10"}], "}"}]], "Output", TaggingRules->{}, CellChangeTimes->{{3.769600121392851*^9, 3.769600158857502*^9}, 3.8551483497592173`*^9}, CellLabel->"Out[24]=", CellID->227172264] }, Open ]], Cell[CellGroupData[{ Cell[BoxData[ InterpretationBox[Cell["\t", "ExampleDelimiter"], $Line = 0; Null]], "ExampleDelimiter", TaggingRules->{}, CellID->14107562], Cell["\<\ Create a list of integers starting with 5 and incrementing by 2 each time \ that correspond to the letters \"a\" to \"j\":\ \>", "Text", TaggingRules->{}, CellChangeTimes->{{3.769600166296587*^9, 3.769600188018751*^9}, 3.769614236078988*^9}, CellID->605483611], Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"CorrespondingIntegers", "[", RowBox[{ RowBox[{"CharacterRange", "[", RowBox[{"\"\\"", ",", "\"\\""}], "]"}], ",", "5", ",", "2"}], "]"}]], "Input", TaggingRules->{}, CellChangeTimes->{{3.76960019101943*^9, 3.769600202217355*^9}}, CellLabel->"In[733]:=", CellID->742188287], Cell[BoxData[ RowBox[{"{", RowBox[{ "5", ",", "7", ",", "9", ",", "11", ",", "13", ",", "15", ",", "17", ",", "19", ",", "21", ",", "23"}], "}"}]], "Output", TaggingRules->{}, CellChangeTimes->{3.7696002026435013`*^9}, CellLabel->"Out[733]=", CellID->531104777] }, Open ]] }, Open ]], Cell[CellGroupData[{ Cell[BoxData[ InterpretationBox[Cell["\t", "ExampleDelimiter"], $Line = 0; Null]], "ExampleDelimiter", TaggingRules->{}, CellID->14107563], Cell["\<\ Create an operator which, when applied to an expression, creates a list with \ the same number of parts as that expression in which the first element is 1 \ and each successive value is 1 higher:\ \>", "Text", TaggingRules->{}, CellChangeTimes->{{3.7696002065145817`*^9, 3.76960023783619*^9}, 3.769612139279813*^9, {3.769614088069964*^9, 3.7696141483376703`*^9}, { 3.8551481694478073`*^9, 3.855148184584489*^9}, 3.855148220286008*^9, 3.855148402973185*^9}, CellID->737467300], Cell[CellGroupData[{ Cell[BoxData[ RowBox[{ RowBox[{"CorrespondingIntegers", "[", RowBox[{"1", ",", "1"}], "]"}], "[", RowBox[{"CharacterRange", "[", RowBox[{"\"\\"", ",", "\"\\""}], "]"}], "]"}]], "Input", TaggingRules->{}, CellChangeTimes->{{3.7696140558471937`*^9, 3.7696140707894897`*^9}}, CellLabel->"In[769]:=", CellID->886484761], Cell[BoxData[ RowBox[{"{", RowBox[{ "1", ",", "2", ",", "3", ",", "4", ",", "5", ",", "6", ",", "7", ",", "8", ",", "9", ",", "10"}], "}"}]], "Output", TaggingRules->{}, CellChangeTimes->{3.76961407122593*^9}, CellLabel->"Out[769]=", CellID->855713899] }, Open ]] }, Open ]] }, Open ]], Cell[CellGroupData[{ Cell["Scope", "Subsection", TaggingRules->{}, CellID->204653245], Cell["The function works on expressions that are not lists:", "Text", TaggingRules->{}, CellChangeTimes->{{3.769612334369648*^9, 3.769612349786339*^9}, 3.855148406524063*^9}, CellID->192843627], Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"CorrespondingIntegers", "[", RowBox[{"a", "[", RowBox[{"b", ",", "c", ",", "d"}], "]"}], "]"}]], "Input", TaggingRules->{}, CellChangeTimes->{{3.7696123521865063`*^9, 3.769612361451985*^9}}, CellLabel->"In[737]:=", CellID->217019808], Cell[BoxData[ RowBox[{"{", RowBox[{"1", ",", "2", ",", "3"}], "}"}]], "Output", TaggingRules->{}, CellChangeTimes->{3.769612361933168*^9}, CellLabel->"Out[737]=", CellID->355621802] }, Open ]], Cell[CellGroupData[{ Cell[BoxData[ InterpretationBox[Cell["\t", "ExampleDelimiter"], $Line = 0; Null]], "ExampleDelimiter", TaggingRules->{}, CellID->14107564], Cell[TextData[{ "Because the length of an ", Cell[BoxData[ TagBox[ ButtonBox[ StyleBox["Association", "SymbolsRefLink", ShowStringCharacters->True, FontFamily->"Source Sans Pro"], BaseStyle->Dynamic[ FEPrivate`If[ CurrentValue["MouseOver"], { "Link", FontColor -> RGBColor[0.854902, 0.396078, 0.145098]}, { "Link"}]], ButtonData->"paclet:ref/Association", ContentPadding->False], MouseAppearanceTag["LinkHand"]]], "InlineFormula", FontFamily->"Source Sans Pro"], " is equal to its number of key value pairs, the function can be sensibly \ applied to associations:" }], "Text", TaggingRules->{}, CellChangeTimes->{{3.7696126326413813`*^9, 3.769612680718107*^9}, { 3.7696142388618383`*^9, 3.769614239498083*^9}, {3.769614325509489*^9, 3.769614326779584*^9}, {3.769964026297607*^9, 3.769964035171253*^9}}, CellID->307751383], Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"CorrespondingIntegers", "[", RowBox[{"Association", "[", RowBox[{ RowBox[{"\"\\"", "\[Rule]", "6"}], ",", RowBox[{"\"\\"", "\[Rule]", "9"}]}], "]"}], "]"}]], "Input", TaggingRules->{}, CellChangeTimes->{{3.7696125990242367`*^9, 3.769612625275004*^9}}, CellLabel->"In[745]:=", CellID->974574752], Cell[BoxData[ RowBox[{"{", RowBox[{"1", ",", "2"}], "}"}]], "Output", TaggingRules->{}, CellChangeTimes->{{3.769612615197714*^9, 3.769612625765164*^9}}, CellLabel->"Out[745]=", CellID->23881003] }, Open ]] }, Open ]], Cell[CellGroupData[{ Cell[BoxData[ InterpretationBox[Cell["\t", "ExampleDelimiter"], $Line = 0; Null]], "ExampleDelimiter", TaggingRules->{}, CellID->14107565], Cell["\<\ The function looks only at the first level of an expression to determine the \ correspondence:\ \>", "Text", TaggingRules->{}, CellChangeTimes->{{3.769612301099265*^9, 3.769612319710367*^9}, 3.855148409436228*^9}, CellID->896747423], Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"CorrespondingIntegers", "[", RowBox[{"IdentityMatrix", "[", "7", "]"}], "]"}]], "Input", TaggingRules->{}, CellChangeTimes->{{3.76961223908661*^9, 3.769612256877458*^9}, { 3.7696122922984877`*^9, 3.769612295253057*^9}}, CellLabel->"In[736]:=", CellID->655534272], Cell[BoxData[ RowBox[{"{", RowBox[{"1", ",", "2", ",", "3", ",", "4", ",", "5", ",", "6", ",", "7"}], "}"}]], "Output", TaggingRules->{}, CellChangeTimes->{3.769612258023864*^9, 3.7696122958364058`*^9}, CellLabel->"Out[736]=", CellID->324875517] }, Open ]] }, Open ]], Cell[CellGroupData[{ Cell[BoxData[ InterpretationBox[Cell["\t", "ExampleDelimiter"], $Line = 0; Null]], "ExampleDelimiter", TaggingRules->{}, CellID->14107566], Cell["\<\ Using non-integer values for the starting value and/or the jump will give a \ warning, as this is not the purpose for which the function is intended:\ \>", "Text", TaggingRules->{}, CellChangeTimes->{{3.769599795813884*^9, 3.769599837223345*^9}, 3.8551482505245733`*^9}, CellID->442014326], Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"CorrespondingIntegers", "[", RowBox[{ RowBox[{"CharacterRange", "[", RowBox[{"\"\\"", ",", "\"\\""}], "]"}], ",", "4.5", ",", "2"}], "]"}]], "Input", TaggingRules->{}, CellChangeTimes->{{3.769599709175457*^9, 3.769599730524125*^9}, 3.769600080736882*^9}, CellLabel->"In[121]:=", CellID->752011491], Cell[BoxData[ TemplateBox[{ "CorrespondingIntegers", "noninteger", "\"Warning: the arguments \\!\\(\\*RowBox[{\\\"4.5`\\\"}]\\) and \ \\!\\(\\*RowBox[{\\\"2\\\"}]\\) should usually be integers\"", 2, 121, 6, 32204030580748439946, "Local", "Global`CorrespondingIntegers"}, "MessageTemplate2"]], "Message", "MSG", TaggingRules->{}, CellChangeTimes->{3.769599731288453*^9, 3.769599765975635*^9, 3.828613645252594*^9}, CellLabel->"During evaluation of In[121]:=", CellID->369597600], Cell[BoxData[ RowBox[{"{", RowBox[{ "4.5`", ",", "6.5`", ",", "8.5`", ",", "10.5`", ",", "12.5`", ",", "14.5`", ",", "16.5`", ",", "18.5`", ",", "20.5`", ",", "22.5`", ",", "24.5`", ",", "26.5`", ",", "28.5`", ",", "30.5`", ",", "32.5`", ",", "34.5`", ",", "36.5`", ",", "38.5`", ",", "40.5`", ",", "42.5`", ",", "44.5`", ",", "46.5`", ",", "48.5`", ",", "50.5`", ",", "52.5`", ",", "54.5`"}], "}"}]], "Output", TaggingRules->{}, CellChangeTimes->{{3.769599723435155*^9, 3.7695997314530077`*^9}, 3.769599765986032*^9, 3.8286136452610826`*^9}, CellLabel->"Out[121]=", CellID->832237580] }, Open ]] }, Open ]] }, Closed]], Cell[CellGroupData[{ Cell["Applications", "Subsection", TaggingRules->{}, CellID->605265931], Cell[TextData[{ "Use ", Cell[BoxData["CorrespondingIntegers"], "InlineFormula", FontFamily->"Source Sans Pro"], " to develop indices into a training and test set used for machine \ learning:" }], "Text", TaggingRules->{}, CellChangeTimes->{{3.769612818779078*^9, 3.769612839883745*^9}, { 3.769612964124158*^9, 3.769612978352002*^9}, {3.769613199634787*^9, 3.769613220157694*^9}, 3.855148262768173*^9}, CellID->840902700], Cell[CellGroupData[{ Cell[BoxData[ RowBox[{ RowBox[{"SeedRandom", "[", "1", "]"}], ";", RowBox[{"Module", "[", RowBox[{ RowBox[{"{", RowBox[{ RowBox[{"allIndices", "=", RowBox[{"CorrespondingIntegers", "[", RowBox[{"{", RowBox[{ RowBox[{"\[LeftAssociation]", RowBox[{ RowBox[{"\"\\"", "\[Rule]", "\"\\""}], ",", RowBox[{"\"\\"", "\[Rule]", "True"}]}], "\[RightAssociation]"}], ",", RowBox[{"\[LeftAssociation]", RowBox[{ RowBox[{"\"\\"", "\[Rule]", "\"\\""}], ",", RowBox[{"\"\\"", "\[Rule]", "True"}]}], "\[RightAssociation]"}], ",", RowBox[{"\[LeftAssociation]", RowBox[{ RowBox[{"\"\\"", "\[Rule]", "\"\\""}], ",", RowBox[{"\"\\"", "\[Rule]", "False"}]}], "\[RightAssociation]"}], ",", RowBox[{"\[LeftAssociation]", RowBox[{ RowBox[{"\"\\"", "\[Rule]", "\"\\""}], ",", RowBox[{"\"\\"", "\[Rule]", "False"}]}], "\[RightAssociation]"}], ",", RowBox[{"\[LeftAssociation]", RowBox[{ RowBox[{"\"\\"", "\[Rule]", "\"\\""}], ",", RowBox[{"\"\\"", "\[Rule]", "False"}]}], "\[RightAssociation]"}], ",", RowBox[{"\[LeftAssociation]", RowBox[{ RowBox[{"\"\\"", "\[Rule]", "\"\\""}], ",", RowBox[{"\"\\"", "\[Rule]", "True"}]}], "\[RightAssociation]"}], ",", RowBox[{"\[LeftAssociation]", RowBox[{ RowBox[{"\"\\"", "\[Rule]", "\"\\""}], ",", RowBox[{"\"\\"", "\[Rule]", "True"}]}], "\[RightAssociation]"}], ",", RowBox[{"\[LeftAssociation]", RowBox[{ RowBox[{"\"\\"", "\[Rule]", "\"\\""}], ",", RowBox[{"\"\\"", "\[Rule]", "False"}]}], "\[RightAssociation]"}], ",", RowBox[{"\[LeftAssociation]", RowBox[{ RowBox[{"\"\\"", "\[Rule]", "\"\\""}], ",", RowBox[{"\"\\"", "\[Rule]", "True"}]}], "\[RightAssociation]"}], ",", RowBox[{"\[LeftAssociation]", RowBox[{ RowBox[{"\"\\"", "\[Rule]", "\"\\""}], ",", RowBox[{"\"\\"", "\[Rule]", "False"}]}], "\[RightAssociation]"}]}], "}"}], "]"}]}], ",", "trainingIndices", ",", "testIndices"}], "}"}], ",", "\[IndentingNewLine]", RowBox[{ RowBox[{"trainingIndices", "=", RowBox[{"RandomSample", "[", RowBox[{"allIndices", ",", "7"}], "]"}]}], ";", "\[IndentingNewLine]", RowBox[{"testIndices", "=", RowBox[{"Complement", "[", RowBox[{"allIndices", ",", "trainingIndices"}], "]"}]}], ";", "\[IndentingNewLine]", RowBox[{"{", RowBox[{"trainingIndices", ",", "testIndices"}], "}"}]}]}], "]"}]}]], "Input", TaggingRules->{}, CellChangeTimes->{{3.7696129959250317`*^9, 3.769613193993945*^9}, { 3.769613314819335*^9, 3.7696133305605907`*^9}, {3.769613387665037*^9, 3.7696133993089027`*^9}, {3.769613660511098*^9, 3.769613662725273*^9}, { 3.769613978643038*^9, 3.769613982654963*^9}}, CellLabel->"In[763]:=", CellID->467538992], Cell[BoxData[ RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{ "2", ",", "5", ",", "1", ",", "10", ",", "8", ",", "6", ",", "7"}], "}"}], ",", RowBox[{"{", RowBox[{"3", ",", "4", ",", "9"}], "}"}]}], "}"}]], "Output", TaggingRules->{}, CellChangeTimes->{{3.7696131696658697`*^9, 3.769613197372357*^9}, 3.769613331119153*^9, 3.769613400316313*^9, 3.769613663264447*^9, { 3.769613983988446*^9, 3.769613985544568*^9}}, CellLabel->"Out[763]=", CellID->24906575] }, Open ]], Cell[CellGroupData[{ Cell[BoxData[ InterpretationBox[Cell["\t", "ExampleDelimiter"], $Line = 0; Null]], "ExampleDelimiter", TaggingRules->{}, CellID->14107567], Cell["Index the terms in some document both backward and forward:", "Text", TaggingRules->{}, CellChangeTimes->{{3.7696134620790043`*^9, 3.7696134723823643`*^9}, { 3.769613570063689*^9, 3.7696135737459393`*^9}, {3.7729412006042824`*^9, 3.7729412041112423`*^9}}, CellID->814091151], Cell[CellGroupData[{ Cell[BoxData[ RowBox[{"Module", "[", RowBox[{ RowBox[{"{", RowBox[{ RowBox[{"vocabulary", "=", RowBox[{"DeleteDuplicates", "[", RowBox[{"TextWords", "[", RowBox[{"ExampleData", "[", RowBox[{"{", RowBox[{"\"\\"", ",", "\"\\""}], "}"}], "]"}], "]"}], "]"}]}], ",", "\[IndentingNewLine]", "correspondence", ",", "threaded"}], "}"}], ",", "\[IndentingNewLine]", RowBox[{ RowBox[{"correspondence", "=", RowBox[{"CorrespondingIntegers", "[", "vocabulary", "]"}]}], ";", "\[IndentingNewLine]", RowBox[{"threaded", "=", RowBox[{"Thread", "[", RowBox[{"vocabulary", "\[Rule]", "correspondence"}], "]"}]}], ";", "\[IndentingNewLine]", RowBox[{"{", RowBox[{ RowBox[{"Dispatch", "[", "threaded", "]"}], ",", RowBox[{"Dispatch", "[", RowBox[{"Reverse", "/@", "threaded"}], "]"}]}], "}"}]}]}], "\[IndentingNewLine]", "]"}]], "Input", TaggingRules->{}, CellChangeTimes->{{3.769613475501561*^9, 3.769613655539935*^9}}, CellLabel->"In[761]:=", CellID->46316171], Cell[BoxData[ RowBox[{"{", RowBox[{ InterpretationBox[ RowBox[{ TagBox["Dispatch", "SummaryHead"], "[", DynamicModuleBox[{Typeset`open$$ = False, Typeset`embedState$$ = "Ready"}, TemplateBox[{ PaneSelectorBox[{False -> GridBox[{{ PaneBox[ ButtonBox[ DynamicBox[ FEPrivate`FrontEndResource[ "FEBitmaps", "SquarePlusIconMedium"]], ButtonFunction :> (Typeset`open$$ = True), Appearance -> None, Evaluator -> Automatic, Method -> "Preemptive"], Alignment -> {Center, Center}, ImageSize -> Dynamic[{ Automatic, 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ Magnification])}]], GraphicsBox[{ GrayLevel[0.5], PolygonBox[{{0.25, 0.5}, {0.05, 0.35}, {0.15, 0.35}, {0.35, 0.5}, {0.15, 0.65}, {0.05, 0.65}}], PolygonBox[{{0.4, 0.5}, {0.2, 0.35}, {0.35, 0.35}, {0.55, 0.5}, {0.35, 0.65}, {0.2, 0.65}}], PolygonBox[{{0.95, 0.5}, {0.55, 0.1}, {0.6, 0.35}, {0.4, 0.35}, {0.6, 0.5}, {0.4, 0.65}, {0.6, 0.65}, {0.55, 0.9}}]}, PlotRange -> {{-0.05, 1.05}, {-0.05, 1.05}}, Background -> GrayLevel[0.93], FrameStyle -> Directive[ Thickness[Tiny], GrayLevel[0.7]], Axes -> False, AspectRatio -> 1, ImageSize -> Dynamic[{ Automatic, 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ Magnification])}], Frame -> True, FrameTicks -> None, FrameStyle -> Directive[ Opacity[0.5], Thickness[Tiny], RGBColor[0.368417, 0.506779, 0.709798]]], GridBox[{{ RowBox[{ TagBox["\"Length: \"", "SummaryItemAnnotation"], "\[InvisibleSpace]", TagBox["1458", "SummaryItem"]}]}}, GridBoxAlignment -> { "Columns" -> {{Left}}, "Rows" -> {{Automatic}}}, AutoDelete -> False, GridBoxItemSize -> { "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, GridBoxSpacings -> { "Columns" -> {{2}}, "Rows" -> {{Automatic}}}, BaseStyle -> { ShowStringCharacters -> False, NumberMarks -> False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, GridBoxAlignment -> {"Rows" -> {{Top}}}, AutoDelete -> False, GridBoxItemSize -> { "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}], True -> GridBox[{{ PaneBox[ ButtonBox[ DynamicBox[ FEPrivate`FrontEndResource[ "FEBitmaps", "SquareMinusIconMedium"]], ButtonFunction :> (Typeset`open$$ = False), Appearance -> None, Evaluator -> Automatic, Method -> "Preemptive"], Alignment -> {Center, Center}, ImageSize -> Dynamic[{ Automatic, 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ Magnification])}]], GraphicsBox[{ GrayLevel[0.5], PolygonBox[{{0.25, 0.5}, {0.05, 0.35}, {0.15, 0.35}, {0.35, 0.5}, {0.15, 0.65}, {0.05, 0.65}}], PolygonBox[{{0.4, 0.5}, {0.2, 0.35}, {0.35, 0.35}, {0.55, 0.5}, {0.35, 0.65}, {0.2, 0.65}}], PolygonBox[{{0.95, 0.5}, {0.55, 0.1}, {0.6, 0.35}, {0.4, 0.35}, {0.6, 0.5}, {0.4, 0.65}, {0.6, 0.65}, {0.55, 0.9}}]}, PlotRange -> {{-0.05, 1.05}, {-0.05, 1.05}}, Background -> GrayLevel[0.93], FrameStyle -> Directive[ Thickness[Tiny], GrayLevel[0.7]], Axes -> False, AspectRatio -> 1, ImageSize -> Dynamic[{ Automatic, 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ Magnification])}], Frame -> True, FrameTicks -> None, FrameStyle -> Directive[ Opacity[0.5], Thickness[Tiny], RGBColor[0.368417, 0.506779, 0.709798]]], GridBox[{{ RowBox[{ TagBox["\"Length: \"", "SummaryItemAnnotation"], "\[InvisibleSpace]", TagBox["1458", "SummaryItem"]}]}, { RowBox[{ TagBox["\"Rules:\"", "SummaryItemAnnotation"], "\[InvisibleSpace]", TagBox["\"\"", "SummaryItem"]}]}, { TagBox[ TagBox[ GridBox[{{ RowBox[{"\"PREAMBLE\"", "\[Rule]", "1"}]}, { RowBox[{"\"We\"", "\[Rule]", "2"}]}, { RowBox[{"\"the\"", "\[Rule]", "3"}]}, { RowBox[{"\"People\"", "\[Rule]", "4"}]}, { RowBox[{"\"of\"", "\[Rule]", "5"}]}, { ItemBox[ "\"\[VerticalEllipsis]\"", Alignment -> Center, StripOnInput -> False]}}, GridBoxAlignment -> {"Columns" -> {{Left}}}, DefaultBaseStyle -> "Column", GridBoxItemSize -> { "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}], "Column"], "SummaryItem"]}}, GridBoxAlignment -> { "Columns" -> {{Left}}, "Rows" -> {{Automatic}}}, AutoDelete -> False, GridBoxItemSize -> { "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, GridBoxSpacings -> { "Columns" -> {{2}}, "Rows" -> {{Automatic}}}, BaseStyle -> { ShowStringCharacters -> False, NumberMarks -> False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, GridBoxAlignment -> {"Rows" -> {{Top}}}, AutoDelete -> False, GridBoxItemSize -> { "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}]}, Dynamic[Typeset`open$$], ImageSize -> Automatic]}, "SummaryPanel"], DynamicModuleValues:>{}], "]"}], Dispatch[{ "PREAMBLE" -> 1, "We" -> 2, "the" -> 3, "People" -> 4, "of" -> 5, "United" -> 6, "States" -> 7, "in" -> 8, "Order" -> 9, "to" -> 10, "form" -> 11, "a" -> 12, "more" -> 13, "perfect" -> 14, "Union" -> 15, "establish" -> 16, "Justice" -> 17, "insure" -> 18, "domestic" -> 19, "Tranquility" -> 20, "provide" -> 21, "for" -> 22, "common" -> 23, "defence" -> 24, "promote" -> 25, "general" -> 26, "Welfare" -> 27, "and" -> 28, "secure" -> 29, "Blessings" -> 30, "Liberty" -> 31, "ourselves" -> 32, "our" -> 33, "Posterity" -> 34, "do" -> 35, "ordain" -> 36, "this" -> 37, "Constitution" -> 38, "America" -> 39, "Article" -> 40, "I." -> 41, "Section" -> 42, "1" -> 43, "All" -> 44, "legislative" -> 45, "Powers" -> 46, "herein" -> 47, "granted" -> 48, "shall" -> 49, "be" -> 50, "vested" -> 51, "Congress" -> 52, "which" -> 53, "consist" -> 54, "Senate" -> 55, "House" -> 56, "Representatives" -> 57, "2" -> 58, "The" -> 59, "composed" -> 60, "Members" -> 61, "chosen" -> 62, "every" -> 63, "second" -> 64, "Year" -> 65, "by" -> 66, "several" -> 67, "Electors" -> 68, "each" -> 69, "State" -> 70, "have" -> 71, "Qualifications" -> 72, "requisite" -> 73, "most" -> 74, "numerous" -> 75, "Branch" -> 76, "Legislature" -> 77, "No" -> 78, "Person" -> 79, "Representative" -> 80, "who" -> 81, "not" -> 82, "attained" -> 83, "Age" -> 84, "twenty" -> 85, "five" -> 86, "Years" -> 87, "been" -> 88, "seven" -> 89, "Citizen" -> 90, "when" -> 91, "elected" -> 92, "an" -> 93, "Inhabitant" -> 94, "that" -> 95, "he" -> 96, "direct" -> 97, "Taxes" -> 98, "apportioned" -> 99, "among" -> 100, "may" -> 101, "included" -> 102, "within" -> 103, "according" -> 104, "their" -> 105, "respective" -> 106, "Numbers" -> 107, "determined" -> 108, "adding" -> 109, "whole" -> 110, "Number" -> 111, "free" -> 112, "Persons" -> 113, "including" -> 114, "those" -> 115, "bound" -> 116, "Service" -> 117, "Term" -> 118, "excluding" -> 119, "Indians" -> 120, "taxed" -> 121, "three" -> 122, "fifths" -> 123, "all" -> 124, "other" -> 125, "actual" -> 126, "Enumeration" -> 127, "made" -> 128, "after" -> 129, "first" -> 130, "Meeting" -> 131, "subsequent" -> 132, "ten" -> 133, "such" -> 134, "Manner" -> 135, "as" -> 136, "they" -> 137, "Law" -> 138, "exceed" -> 139, "one" -> 140, "thirty" -> 141, "Thousand" -> 142, "but" -> 143, "at" -> 144, "Least" -> 145, "until" -> 146, "enumeration" -> 147, "New" -> 148, "Hampshire" -> 149, "entitled" -> 150, "chuse" -> 151, "Massachusetts" -> 152, "eight" -> 153, "Rhode-Island" -> 154, "Providence" -> 155, "Plantations" -> 156, "Connecticut" -> 157, "New-York" -> 158, "six" -> 159, "Jersey" -> 160, "four" -> 161, "Pennsylvania" -> 162, "Delaware" -> 163, "Maryland" -> 164, "Virginia" -> 165, "North" -> 166, "Carolina" -> 167, "South" -> 168, "Georgia" -> 169, "When" -> 170, "vacancies" -> 171, "happen" -> 172, "Representation" -> 173, "from" -> 174, "any" -> 175, "Executive" -> 176, "Authority" -> 177, "thereof" -> 178, "issue" -> 179, "Writs" -> 180, "Election" -> 181, "fill" -> 182, "Vacancies" -> 183, "Speaker" -> 184, "Officers" -> 185, "sole" -> 186, "Power" -> 187, "Impeachment" -> 188, "3" -> 189, "two" -> 190, "Senators" -> 191, "Senator" -> 192, "Vote" -> 193, "Immediately" -> 194, "assembled" -> 195, "Consequence" -> 196, "divided" -> 197, "equally" -> 198, "into" -> 199, "Classes" -> 200, "Seats" -> 201, "Class" -> 202, "vacated" -> 203, "Expiration" -> 204, "fourth" -> 205, "third" -> 206, "sixth" -> 207, "so" -> 208, "if" -> 209, "Resignation" -> 210, "or" -> 211, "otherwise" -> 212, "during" -> 213, "Recess" -> 214, "make" -> 215, "temporary" -> 216, "Appointments" -> 217, "next" -> 218, "then" -> 219, "nine" -> 220, "Vice" -> 221, "President" -> 222, "no" -> 223, "unless" -> 224, "also" -> 225, "pro" -> 226, "tempore" -> 227, "Absence" -> 228, "exercise" -> 229, "Office" -> 230, "try" -> 231, "Impeachments" -> 232, "sitting" -> 233, "Purpose" -> 234, "on" -> 235, "Oath" -> 236, "Affirmation" -> 237, "is" -> 238, "tried" -> 239, "Chief" -> 240, "preside" -> 241, "And" -> 242, "convicted" -> 243, "without" -> 244, "Concurrence" -> 245, "thirds" -> 246, "present" -> 247, "Judgment" -> 248, "Cases" -> 249, "extend" -> 250, "further" -> 251, "than" -> 252, "removal" -> 253, "disqualification" -> 254, "hold" -> 255, "enjoy" -> 256, "honor" -> 257, "Trust" -> 258, "Profit" -> 259, "under" -> 260, "Party" -> 261, "nevertheless" -> 262, "liable" -> 263, "subject" -> 264, "Indictment" -> 265, "Trial" -> 266, "Punishment" -> 267, "4" -> 268, "Times" -> 269, "Places" -> 270, "holding" -> 271, "Elections" -> 272, "prescribed" -> 273, "time" -> 274, "alter" -> 275, "Regulations" -> 276, "except" -> 277, "chusing" -> 278, "assemble" -> 279, "least" -> 280, "once" -> 281, "Monday" -> 282, "December" -> 283, "appoint" -> 284, "different" -> 285, "Day" -> 286, "5" -> 287, "Each" -> 288, "Judge" -> 289, "Returns" -> 290, "its" -> 291, "own" -> 292, "Majority" -> 293, "constitute" -> 294, "Quorum" -> 295, "Business" -> 296, "smaller" -> 297, "adjourn" -> 298, "day" -> 299, "authorized" -> 300, "compel" -> 301, "Attendance" -> 302, "absent" -> 303, "Penalties" -> 304, "determine" -> 305, "Rules" -> 306, "Proceedings" -> 307, "punish" -> 308, "disorderly" -> 309, "Behaviour" -> 310, "with" -> 311, "expel" -> 312, "Member" -> 313, "keep" -> 314, "Journal" -> 315, "publish" -> 316, "same" -> 317, "excepting" -> 318, "Parts" -> 319, "require" -> 320, "Secrecy" -> 321, "Yeas" -> 322, "Nays" -> 323, "either" -> 324, "question" -> 325, "Desire" -> 326, "fifth" -> 327, "Present" -> 328, "entered" -> 329, "Neither" -> 330, "Session" -> 331, "Consent" -> 332, "days" -> 333, "nor" -> 334, "Place" -> 335, "Houses" -> 336, "6" -> 337, "receive" -> 338, "Compensation" -> 339, "Services" -> 340, "ascertained" -> 341, "paid" -> 342, "out" -> 343, "Treasury" -> 344, "They" -> 345, "Treason" -> 346, "Felony" -> 347, "Breach" -> 348, "Peace" -> 349, "privileged" -> 350, "Arrest" -> 351, "going" -> 352, "returning" -> 353, "Speech" -> 354, "Debate" -> 355, "questioned" -> 356, "Time" -> 357, "was" -> 358, "appointed" -> 359, "civil" -> 360, "created" -> 361, "Emoluments" -> 362, "whereof" -> 363, "encreased" -> 364, "his" -> 365, "Continuance" -> 366, "7" -> 367, "Bills" -> 368, "raising" -> 369, "Revenue" -> 370, "originate" -> 371, "propose" -> 372, "concur" -> 373, "Amendments" -> 374, "Every" -> 375, "Bill" -> 376, "passed" -> 377, "before" -> 378, "it" -> 379, "become" -> 380, "presented" -> 381, "If" -> 382, "approve" -> 383, "sign" -> 384, "return" -> 385, "Objections" -> 386, "originated" -> 387, "enter" -> 388, "large" -> 389, "proceed" -> 390, "reconsider" -> 391, "Reconsideration" -> 392, "agree" -> 393, "pass" -> 394, "sent" -> 395, "together" -> 396, "likewise" -> 397, "reconsidered" -> 398, "approved" -> 399, "But" -> 400, "Votes" -> 401, "both" -> 402, "yeas" -> 403, "Names" -> 404, "voting" -> 405, "against" -> 406, "respectively" -> 407, "returned" -> 408, "Days" -> 409, "Sundays" -> 410, "excepted" -> 411, "him" -> 412, "Same" -> 413, "like" -> 414, "had" -> 415, "signed" -> 416, "Adjournment" -> 417, "prevent" -> 418, "Return" -> 419, "Case" -> 420, "Resolution" -> 421, "necessary" -> 422, "take" -> 423, "Effect" -> 424, "being" -> 425, "disapproved" -> 426, "repassed" -> 427, "Limitations" -> 428, "8" -> 429, "To" -> 430, "lay" -> 431, "collect" -> 432, "Duties" -> 433, "Imposts" -> 434, "Excises" -> 435, "pay" -> 436, "Debts" -> 437, "Defence" -> 438, "uniform" -> 439, "throughout" -> 440, "borrow" -> 441, "Money" -> 442, "credit" -> 443, "regulate" -> 444, "Commerce" -> 445, "foreign" -> 446, "Nations" -> 447, "Indian" -> 448, "Tribes" -> 449, "Rule" -> 450, "Naturalization" -> 451, "Laws" -> 452, "Bankruptcies" -> 453, "coin" -> 454, "Value" -> 455, "Coin" -> 456, "fix" -> 457, "Standard" -> 458, "Weights" -> 459, "Measures" -> 460, "counterfeiting" -> 461, "Securities" -> 462, "current" -> 463, "Post" -> 464, "Offices" -> 465, "post" -> 466, "Roads" -> 467, "Progress" -> 468, "Science" -> 469, "useful" -> 470, "Arts" -> 471, "securing" -> 472, "limited" -> 473, "Authors" -> 474, "Inventors" -> 475, "exclusive" -> 476, "Right" -> 477, "Writings" -> 478, "Discoveries" -> 479, "Tribunals" -> 480, "inferior" -> 481, "supreme" -> 482, "Court" -> 483, "define" -> 484, "Piracies" -> 485, "Felonies" -> 486, "committed" -> 487, "high" -> 488, "Seas" -> 489, "Offences" -> 490, "declare" -> 491, "War" -> 492, "grant" -> 493, "Letters" -> 494, "Marque" -> 495, "Reprisal" -> 496, "concerning" -> 497, "Captures" -> 498, "Land" -> 499, "Water" -> 500, "raise" -> 501, "support" -> 502, "Armies" -> 503, "Appropriation" -> 504, "Use" -> 505, "longer" -> 506, "maintain" -> 507, "Navy" -> 508, "Government" -> 509, "Regulation" -> 510, "land" -> 511, "naval" -> 512, "Forces" -> 513, "calling" -> 514, "forth" -> 515, "Militia" -> 516, "execute" -> 517, "suppress" -> 518, "Insurrections" -> 519, "repel" -> 520, "Invasions" -> 521, "organizing" -> 522, "arming" -> 523, "disciplining" -> 524, "governing" -> 525, "Part" -> 526, "them" -> 527, "employed" -> 528, "reserving" -> 529, "Appointment" -> 530, "training" -> 531, "discipline" -> 532, "Legislation" -> 533, "whatsoever" -> 534, "over" -> 535, "District" -> 536, "exceeding" -> 537, "Miles" -> 538, "square" -> 539, "Cession" -> 540, "particular" -> 541, "Acceptance" -> 542, "Seat" -> 543, "purchased" -> 544, "Erection" -> 545, "Forts" -> 546, "Magazines" -> 547, "Arsenals" -> 548, "dock-Yards" -> 549, "needful" -> 550, "Buildings" -> 551, "proper" -> 552, "carrying" -> 553, "Execution" -> 554, "foregoing" -> 555, "Department" -> 556, "Officer" -> 557, "9" -> 558, "Migration" -> 559, "Importation" -> 560, "now" -> 561, "existing" -> 562, "think" -> 563, "admit" -> 564, "prohibited" -> 565, "prior" -> 566, "thousand" -> 567, "hundred" -> 568, "Tax" -> 569, "duty" -> 570, "imposed" -> 571, "dollars" -> 572, "Privilege" -> 573, "Writ" -> 574, "Habeas" -> 575, "Corpus" -> 576, "suspended" -> 577, "Rebellion" -> 578, "Invasion" -> 579, "public" -> 580, "Safety" -> 581, "Attainder" -> 582, "ex" -> 583, "facto" -> 584, "Capitation" -> 585, "laid" -> 586, "Proportion" -> 587, "Census" -> 588, "directed" -> 589, "taken" -> 590, "Duty" -> 591, "Articles" -> 592, "exported" -> 593, "Preference" -> 594, "given" -> 595, "Ports" -> 596, "another" -> 597, "Vessels" -> 598, "obliged" -> 599, "clear" -> 600, "drawn" -> 601, "Appropriations" -> 602, "regular" -> 603, "Statement" -> 604, "Account" -> 605, "Receipts" -> 606, "Expenditures" -> 607, "published" -> 608, "Title" -> 609, "Nobility" -> 610, "accept" -> 611, "Emolument" -> 612, "kind" -> 613, "whatever" -> 614, "King" -> 615, "Prince" -> 616, "10" -> 617, "Treaty" -> 618, "Alliance" -> 619, "Confederation" -> 620, "emit" -> 621, "Credit" -> 622, "Thing" -> 623, "gold" -> 624, "silver" -> 625, "Tender" -> 626, "Payment" -> 627, "impairing" -> 628, "Obligation" -> 629, "Contracts" -> 630, "Imports" -> 631, "Exports" -> 632, "what" -> 633, "absolutely" -> 634, "executing" -> 635, "it's" -> 636, "inspection" -> 637, "net" -> 638, "Produce" -> 639, "Revision" -> 640, "Controul" -> 641, "Tonnage" -> 642, "Troops" -> 643, "Ships" -> 644, "Agreement" -> 645, "Compact" -> 646, "engage" -> 647, "actually" -> 648, "invaded" -> 649, "imminent" -> 650, "Danger" -> 651, "will" -> 652, "delay" -> 653, "II" -> 654, "executive" -> 655, "He" -> 656, "follows" -> 657, "equal" -> 658, "Elector" -> 659, "meet" -> 660, "vote" -> 661, "Ballot" -> 662, "whom" -> 663, "themselves" -> 664, "List" -> 665, "voted" -> 666, "certify" -> 667, "transmit" -> 668, "sealed" -> 669, "Presence" -> 670, "open" -> 671, "Certificates" -> 672, "counted" -> 673, "having" -> 674, "greatest" -> 675, "there" -> 676, "immediately" -> 677, "highest" -> 678, "said" -> 679, "A" -> 680, "quorum" -> 681, "purpose" -> 682, "Choice" -> 683, "In" -> 684, "should" -> 685, "remain" -> 686, "give" -> 687, "natural" -> 688, "born" -> 689, "Adoption" -> 690, "eligible" -> 691, "neither" -> 692, "fourteen" -> 693, "Resident" -> 694, "Removal" -> 695, "Death" -> 696, "Inability" -> 697, "discharge" -> 698, "devolve" -> 699, "declaring" -> 700, "act" -> 701, "accordingly" -> 702, "Disability" -> 703, "removed" -> 704, "stated" -> 705, "increased" -> 706, "diminished" -> 707, "Period" -> 708, "Before" -> 709, "following" -> 710, "I" -> 711, "solemnly" -> 712, "swear" -> 713, "affirm" -> 714, "faithfully" -> 715, "best" -> 716, "my" -> 717, "Ability" -> 718, "preserve" -> 719, "protect" -> 720, "defend" -> 721, "Commander" -> 722, "Army" -> 723, "called" -> 724, "Opinion" -> 725, "writing" -> 726, "principal" -> 727, "Departments" -> 728, "upon" -> 729, "Subject" -> 730, "relating" -> 731, "Reprieves" -> 732, "Pardons" -> 733, "Advice" -> 734, "Treaties" -> 735, "provided" -> 736, "nominate" -> 737, "Ambassadors" -> 738, "Ministers" -> 739, "Consuls" -> 740, "Judges" -> 741, "whose" -> 742, "are" -> 743, "established" -> 744, "vest" -> 745, "alone" -> 746, "Courts" -> 747, "Heads" -> 748, "up" -> 749, "granting" -> 750, "Commissions" -> 751, "expire" -> 752, "End" -> 753, "Information" -> 754, "recommend" -> 755, "Consideration" -> 756, "judge" -> 757, "expedient" -> 758, "extraordinary" -> 759, "Occasions" -> 760, "convene" -> 761, "Disagreement" -> 762, "between" -> 763, "Respect" -> 764, "Care" -> 765, "executed" -> 766, "Commission" -> 767, "Conviction" -> 768, "Bribery" -> 769, "Crimes" -> 770, "Misdemeanors" -> 771, "III" -> 772, "judicial" -> 773, "good" -> 774, "Equity" -> 775, "arising" -> 776, "affecting" -> 777, "admiralty" -> 778, "maritime" -> 779, "Jurisdiction" -> 780, "Controversies" -> 781, "Citizens" -> 782, "claiming" -> 783, "Lands" -> 784, "Grants" -> 785, "Subjects" -> 786, "original" -> 787, "mentioned" -> 788, "appellate" -> 789, "Fact" -> 790, "Exceptions" -> 791, "Jury" -> 792, "held" -> 793, "where" -> 794, "only" -> 795, "levying" -> 796, "adhering" -> 797, "Enemies" -> 798, "giving" -> 799, "Aid" -> 800, "Comfort" -> 801, "Testimony" -> 802, "Witnesses" -> 803, "overt" -> 804, "Act" -> 805, "Confession" -> 806, "work" -> 807, "Corruption" -> 808, "Blood" -> 809, "Forfeiture" -> 810, "Life" -> 811, "attainted" -> 812, "IV" -> 813, "Full" -> 814, "Faith" -> 815, "Acts" -> 816, "Records" -> 817, "prescribe" -> 818, "proved" -> 819, "Privileges" -> 820, "Immunities" -> 821, "charged" -> 822, "Crime" -> 823, "flee" -> 824, "found" -> 825, "Demand" -> 826, "fled" -> 827, "delivered" -> 828, "Labour" -> 829, "escaping" -> 830, "therein" -> 831, "discharged" -> 832, "Claim" -> 833, "due" -> 834, "admitted" -> 835, "new" -> 836, "formed" -> 837, "erected" -> 838, "Junction" -> 839, "Legislatures" -> 840, "concerned" -> 841, "well" -> 842, "dispose" -> 843, "respecting" -> 844, "Territory" -> 845, "Property" -> 846, "belonging" -> 847, "nothing" -> 848, "construed" -> 849, "Prejudice" -> 850, "Claims" -> 851, "guarantee" -> 852, "Republican" -> 853, "Form" -> 854, "Application" -> 855, "cannot" -> 856, "convened" -> 857, "Violence" -> 858, "V" -> 859, "whenever" -> 860, "deem" -> 861, "call" -> 862, "Convention" -> 863, "proposing" -> 864, "valid" -> 865, "Intents" -> 866, "Purposes" -> 867, "ratified" -> 868, "fourths" -> 869, "Conventions" -> 870, "Mode" -> 871, "Ratification" -> 872, "proposed" -> 873, "Provided" -> 874, "Amendment" -> 875, "One" -> 876, "affect" -> 877, "Clauses" -> 878, "Ninth" -> 879, "deprived" -> 880, "Suffrage" -> 881, "VI" -> 882, "contracted" -> 883, "Engagements" -> 884, "This" -> 885, "Pursuance" -> 886, "thereby" -> 887, "Contrary" -> 888, "notwithstanding" -> 889, "religious" -> 890, "Test" -> 891, "ever" -> 892, "required" -> 893, "Qualification" -> 894, "VII" -> 895, "sufficient" -> 896, "Establishment" -> 897, "ratifying" -> 898, "Word" -> 899, "interlined" -> 900, "seventh" -> 901, "eighth" -> 902, "Lines" -> 903, "Page" -> 904, "Thirty" -> 905, "partly" -> 906, "written" -> 907, "Erazure" -> 908, "fifteenth" -> 909, "Line" -> 910, "Words" -> 911, "forty" -> 912, "Attest" -> 913, "William" -> 914, "Jackson" -> 915, "Secretary" -> 916, "Done" -> 917, "Unanimous" -> 918, "Seventeenth" -> 919, "September" -> 920, "Lord" -> 921, "Eighty" -> 922, "Independence" -> 923, "Twelfth" -> 924, "witness" -> 925, "hereunto" -> 926, "subscribed" -> 927, "Geo" -> 928, "Read" -> 929, "Gunning" -> 930, "Bedford" -> 931, "jun" -> 932, "John" -> 933, "Dickinson" -> 934, "Richard" -> 935, "Bassett" -> 936, "Jaco" -> 937, "Broom" -> 938, "James" -> 939, "McHenry" -> 940, "Dan" -> 941, "St" -> 942, "Thos" -> 943, "Jenifer" -> 944, "Danl" -> 945, "Carroll" -> 946, "Blair" -> 947, "Madison" -> 948, "Jr" -> 949, "Wm." -> 950, "Blount" -> 951, "Richd" -> 952, "Dobbs" -> 953, "Spaight" -> 954, "Hu" -> 955, "Williamson" -> 956, "J." -> 957, "Rutledge" -> 958, "Charles" -> 959, "Cotesworth" -> 960, "Pinckney" -> 961, "Pierce" -> 962, "Butler" -> 963, "Few" -> 964, "Abr" -> 965, "Baldwin" -> 966, "Langdon" -> 967, "Nicholas" -> 968, "Gilman" -> 969, "Nathaniel" -> 970, "Gorham" -> 971, "Rufus" -> 972, "Saml" -> 973, "Johnson" -> 974, "Roger" -> 975, "Sherman" -> 976, "York" -> 977, "Alexander" -> 978, "Hamilton" -> 979, "Wil" -> 980, "Livingston" -> 981, "David" -> 982, "Brearley" -> 983, "Paterson" -> 984, "Jona" -> 985, "Dayton" -> 986, "B" -> 987, "Franklin" -> 988, "Thomas" -> 989, "Mifflin" -> 990, "Robt" -> 991, "Morris" -> 992, "Clymer" -> 993, "FitzSimons" -> 994, "Jared" -> 995, "Ingersoll" -> 996, "Wilson" -> 997, "Gouv" -> 998, "Preamble" -> 999, "Rights" -> 1000, "begun" -> 1001, "City" -> 1002, "Wednesday" -> 1003, "March" -> 1004, "eighty" -> 1005, "THE" -> 1006, "number" -> 1007, "adopting" -> 1008, "expressed" -> 1009, "desire" -> 1010, "order" -> 1011, "misconstruction" -> 1012, "abuse" -> 1013, "powers" -> 1014, "declaratory" -> 1015, "restrictive" -> 1016, "clauses" -> 1017, "added" -> 1018, "extending" -> 1019, "ground" -> 1020, "confidence" -> 1021, "ensure" -> 1022, "beneficent" -> 1023, "ends" -> 1024, "institution" -> 1025, "RESOLVED" -> 1026, "concurring" -> 1027, "amendments" -> 1028, "intents" -> 1029, "purposes" -> 1030, "part" -> 1031, "viz" -> 1032, "ARTICLES" -> 1033, "addition" -> 1034, "pursuant" -> 1035, "law" -> 1036, "establishment" -> 1037, "religion" -> 1038, "prohibiting" -> 1039, "abridging" -> 1040, "freedom" -> 1041, "speech" -> 1042, "press" -> 1043, "right" -> 1044, "people" -> 1045, "peaceably" -> 1046, "petition" -> 1047, "redress" -> 1048, "grievances" -> 1049, "regulated" -> 1050, "security" -> 1051, "bear" -> 1052, "Arms" -> 1053, "infringed" -> 1054, "Soldier" -> 1055, "peace" -> 1056, "quartered" -> 1057, "house" -> 1058, "consent" -> 1059, "Owner" -> 1060, "war" -> 1061, "manner" -> 1062, "persons" -> 1063, "houses" -> 1064, "papers" -> 1065, "effects" -> 1066, "unreasonable" -> 1067, "searches" -> 1068, "seizures" -> 1069, "violated" -> 1070, "Warrants" -> 1071, "probable" -> 1072, "cause" -> 1073, "supported" -> 1074, "affirmation" -> 1075, "particularly" -> 1076, "describing" -> 1077, "place" -> 1078, "searched" -> 1079, "things" -> 1080, "seized" -> 1081, "person" -> 1082, "answer" -> 1083, "capital" -> 1084, "infamous" -> 1085, "crime" -> 1086, "presentment" -> 1087, "indictment" -> 1088, "Grand" -> 1089, "cases" -> 1090, "forces" -> 1091, "service" -> 1092, "danger" -> 1093, "offence" -> 1094, "twice" -> 1095, "put" -> 1096, "jeopardy" -> 1097, "life" -> 1098, "limb" -> 1099, "compelled" -> 1100, "criminal" -> 1101, "case" -> 1102, "himself" -> 1103, "liberty" -> 1104, "property" -> 1105, "process" -> 1106, "private" -> 1107, "use" -> 1108, "just" -> 1109, "compensation" -> 1110, "prosecutions" -> 1111, "accused" -> 1112, "speedy" -> 1113, "trial" -> 1114, "impartial" -> 1115, "jury" -> 1116, "district" -> 1117, "wherein" -> 1118, "previously" -> 1119, "informed" -> 1120, "nature" -> 1121, "accusation" -> 1122, "confronted" -> 1123, "witnesses" -> 1124, "compulsory" -> 1125, "obtaining" -> 1126, "favor" -> 1127, "Assistance" -> 1128, "Counsel" -> 1129, "Suits" -> 1130, "value" -> 1131, "controversy" -> 1132, "preserved" -> 1133, "fact" -> 1134, "re-examined" -> 1135, "rules" -> 1136, "VIII" -> 1137, "Excessive" -> 1138, "bail" -> 1139, "excessive" -> 1140, "fines" -> 1141, "cruel" -> 1142, "unusual" -> 1143, "punishments" -> 1144, "inflicted" -> 1145, "IX" -> 1146, "certain" -> 1147, "rights" -> 1148, "deny" -> 1149, "disparage" -> 1150, "others" -> 1151, "retained" -> 1152, "X" -> 1153, "delegated" -> 1154, "reserved" -> 1155, "AMENDMENT" -> 1156, "XI" -> 1157, "Passed" -> 1158, "1794" -> 1159, "Ratified" -> 1160, "February" -> 1161, "1795" -> 1162, "Note" -> 1163, "section" -> 1164, "modified" -> 1165, "amendment" -> 1166, "11" -> 1167, "Judicial" -> 1168, "power" -> 1169, "suit" -> 1170, "equity" -> 1171, "commenced" -> 1172, "prosecuted" -> 1173, "Foreign" -> 1174, "XII" -> 1175, "1803" -> 1176, "June" -> 1177, "15" -> 1178, "1804" -> 1179, "states" -> 1180, "ballot" -> 1181, "Vice-President" -> 1182, "inhabitant" -> 1183, "state" -> 1184, "name" -> 1185, "ballots" -> 1186, "distinct" -> 1187, "lists" -> 1188, "votes" -> 1189, "seat" -> 1190, "government" -> 1191, "presence" -> 1192, "certificates" -> 1193, "majority" -> 1194, "numbers" -> 1195, "list" -> 1196, "choose" -> 1197, "choosing" -> 1198, "representation" -> 1199, "member" -> 1200, "members" -> 1201, "two-thirds" -> 1202, "choice" -> 1203, "death" -> 1204, "constitutional" -> 1205, "disability" -> 1206, "constitutionally" -> 1207, "ineligible" -> 1208, "office" -> 1209, "XIII" -> 1210, "January" -> 1211, "31" -> 1212, "1865" -> 1213, "slavery" -> 1214, "involuntary" -> 1215, "servitude" -> 1216, "punishment" -> 1217, "party" -> 1218, "duly" -> 1219, "exist" -> 1220, "jurisdiction" -> 1221, "enforce" -> 1222, "article" -> 1223, "appropriate" -> 1224, "legislation" -> 1225, "XIV" -> 1226, "13" -> 1227, "1866" -> 1228, "July" -> 1229, "1868" -> 1230, "naturalized" -> 1231, "citizens" -> 1232, "reside" -> 1233, "abridge" -> 1234, "privileges" -> 1235, "immunities" -> 1236, "deprive" -> 1237, "protection" -> 1238, "laws" -> 1239, "counting" -> 1240, "election" -> 1241, "electors" -> 1242, "officers" -> 1243, "denied" -> 1244, "male" -> 1245, "inhabitants" -> 1246, "twenty-one" -> 1247, "years" -> 1248, "age" -> 1249, "way" -> 1250, "abridged" -> 1251, "participation" -> 1252, "rebellion" -> 1253, "basis" -> 1254, "reduced" -> 1255, "proportion" -> 1256, "elector" -> 1257, "military" -> 1258, "oath" -> 1259, "officer" -> 1260, "legislature" -> 1261, "engaged" -> 1262, "insurrection" -> 1263, "aid" -> 1264, "comfort" -> 1265, "enemies" -> 1266, "remove" -> 1267, "validity" -> 1268, "debt" -> 1269, "debts" -> 1270, "incurred" -> 1271, "payment" -> 1272, "pensions" -> 1273, "bounties" -> 1274, "services" -> 1275, "suppressing" -> 1276, "assume" -> 1277, "obligation" -> 1278, "claim" -> 1279, "loss" -> 1280, "emancipation" -> 1281, "slave" -> 1282, "obligations" -> 1283, "claims" -> 1284, "illegal" -> 1285, "void" -> 1286, "provisions" -> 1287, "XV" -> 1288, "26" -> 1289, "1869" -> 1290, "1870" -> 1291, "account" -> 1292, "race" -> 1293, "color" -> 1294, "previous" -> 1295, "condition" -> 1296, "XVI" -> 1297, "1909" -> 1298, "1913" -> 1299, "taxes" -> 1300, "incomes" -> 1301, "source" -> 1302, "derived" -> 1303, "apportionment" -> 1304, "regard" -> 1305, "census" -> 1306, "XVII" -> 1307, "May" -> 1308, "1912" -> 1309, "April" -> 1310, "qualifications" -> 1311, "branch" -> 1312, "legislatures" -> 1313, "authority" -> 1314, "writs" -> 1315, "That" -> 1316, "empower" -> 1317, "appointments" -> 1318, "term" -> 1319, "becomes" -> 1320, "XVIII" -> 1321, "18" -> 1322, "1917" -> 1323, "16" -> 1324, "1919" -> 1325, "Repealed" -> 1326, "21" -> 1327, "After" -> 1328, "year" -> 1329, "ratification" -> 1330, "manufacture" -> 1331, "sale" -> 1332, "transportation" -> 1333, "intoxicating" -> 1334, "liquors" -> 1335, "importation" -> 1336, "exportation" -> 1337, "territory" -> 1338, "beverage" -> 1339, "hereby" -> 1340, "concurrent" -> 1341, "inoperative" -> 1342, "date" -> 1343, "submission" -> 1344, "hereof" -> 1345, "XIX" -> 1346, "August" -> 1347, "1920" -> 1348, "sex" -> 1349, "XX" -> 1350, "1932" -> 1351, "23" -> 1352, "1933" -> 1353, "terms" -> 1354, "end" -> 1355, "noon" -> 1356, "20th" -> 1357, "3d" -> 1358, "would" -> 1359, "ended" -> 1360, "successors" -> 1361, "begin" -> 1362, "meeting" -> 1363, "fixed" -> 1364, "beginning" -> 1365, "elect" -> 1366, "died" -> 1367, "failed" -> 1368, "qualify" -> 1369, "qualified" -> 1370, "selected" -> 1371, "devolved" -> 1372, "Sections" -> 1373, "effect" -> 1374, "15th" -> 1375, "October" -> 1376, "three-fourths" -> 1377, "XXI" -> 1378, "20" -> 1379, "eighteenth" -> 1380, "repealed" -> 1381, "Possession" -> 1382, "delivery" -> 1383, "violation" -> 1384, "conventions" -> 1385, "XXII" -> 1386, "1947" -> 1387, "27" -> 1388, "1951" -> 1389, "has" -> 1390, "acted" -> 1391, "some" -> 1392, "apply" -> 1393, "acting" -> 1394, "operative" -> 1395, "remainder" -> 1396, "XXIII" -> 1397, "1960" -> 1398, "29" -> 1399, "1961" -> 1400, "constituting" -> 1401, "were" -> 1402, "event" -> 1403, "populous" -> 1404, "considered" -> 1405, "perform" -> 1406, "duties" -> 1407, "twelfth" -> 1408, "XXIV" -> 1409, "1962" -> 1410, "1964" -> 1411, "primary" -> 1412, "reason" -> 1413, "failure" -> 1414, "poll" -> 1415, "tax" -> 1416, "XXV" -> 1417, "1965" -> 1418, "1967" -> 1419, "resignation" -> 1420, "Whenever" -> 1421, "vacancy" -> 1422, "confirmation" -> 1423, "transmits" -> 1424, "declaration" -> 1425, "unable" -> 1426, "contrary" -> 1427, "Acting" -> 1428, "departments" -> 1429, "body" -> 1430, "Thereafter" -> 1431, "inability" -> 1432, "exists" -> 1433, "resume" -> 1434, "department" -> 1435, "Thereupon" -> 1436, "decide" -> 1437, "assembling" -> 1438, "forty-eight" -> 1439, "hours" -> 1440, "session" -> 1441, "receipt" -> 1442, "latter" -> 1443, "determines" -> 1444, "continue" -> 1445, "XXVI" -> 1446, "1971" -> 1447, "eighteen" -> 1448, "older" -> 1449, "XXVII" -> 1450, "Originally" -> 1451, "Sept." -> 1452, "25" -> 1453, "1789" -> 1454, "1992" -> 1455, "varying" -> 1456, "representatives" -> 1457, "intervened" -> 1458}], Editable->False, SelectWithContents->True, Selectable->False], ",", InterpretationBox[ RowBox[{ TagBox["Dispatch", "SummaryHead"], "[", DynamicModuleBox[{Typeset`open$$ = False, Typeset`embedState$$ = "Ready"}, TemplateBox[{ PaneSelectorBox[{False -> GridBox[{{ PaneBox[ ButtonBox[ DynamicBox[ FEPrivate`FrontEndResource[ "FEBitmaps", "SquarePlusIconMedium"]], ButtonFunction :> (Typeset`open$$ = True), Appearance -> None, Evaluator -> Automatic, Method -> "Preemptive"], Alignment -> {Center, Center}, ImageSize -> Dynamic[{ Automatic, 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ Magnification])}]], GraphicsBox[{ GrayLevel[0.5], PolygonBox[{{0.25, 0.5}, {0.05, 0.35}, {0.15, 0.35}, {0.35, 0.5}, {0.15, 0.65}, {0.05, 0.65}}], PolygonBox[{{0.4, 0.5}, {0.2, 0.35}, {0.35, 0.35}, {0.55, 0.5}, {0.35, 0.65}, {0.2, 0.65}}], PolygonBox[{{0.95, 0.5}, {0.55, 0.1}, {0.6, 0.35}, {0.4, 0.35}, {0.6, 0.5}, {0.4, 0.65}, {0.6, 0.65}, {0.55, 0.9}}]}, PlotRange -> {{-0.05, 1.05}, {-0.05, 1.05}}, Background -> GrayLevel[0.93], FrameStyle -> Directive[ Thickness[Tiny], GrayLevel[0.7]], Axes -> False, AspectRatio -> 1, ImageSize -> Dynamic[{ Automatic, 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ Magnification])}], Frame -> True, FrameTicks -> None, FrameStyle -> Directive[ Opacity[0.5], Thickness[Tiny], RGBColor[0.368417, 0.506779, 0.709798]]], GridBox[{{ RowBox[{ TagBox["\"Length: \"", "SummaryItemAnnotation"], "\[InvisibleSpace]", TagBox["1458", "SummaryItem"]}]}}, GridBoxAlignment -> { "Columns" -> {{Left}}, "Rows" -> {{Automatic}}}, AutoDelete -> False, GridBoxItemSize -> { "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, GridBoxSpacings -> { "Columns" -> {{2}}, "Rows" -> {{Automatic}}}, BaseStyle -> { ShowStringCharacters -> False, NumberMarks -> False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, GridBoxAlignment -> {"Rows" -> {{Top}}}, AutoDelete -> False, GridBoxItemSize -> { "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}], True -> GridBox[{{ PaneBox[ ButtonBox[ DynamicBox[ FEPrivate`FrontEndResource[ "FEBitmaps", "SquareMinusIconMedium"]], ButtonFunction :> (Typeset`open$$ = False), Appearance -> None, Evaluator -> Automatic, Method -> "Preemptive"], Alignment -> {Center, Center}, ImageSize -> Dynamic[{ Automatic, 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ Magnification])}]], GraphicsBox[{ GrayLevel[0.5], PolygonBox[{{0.25, 0.5}, {0.05, 0.35}, {0.15, 0.35}, {0.35, 0.5}, {0.15, 0.65}, {0.05, 0.65}}], PolygonBox[{{0.4, 0.5}, {0.2, 0.35}, {0.35, 0.35}, {0.55, 0.5}, {0.35, 0.65}, {0.2, 0.65}}], PolygonBox[{{0.95, 0.5}, {0.55, 0.1}, {0.6, 0.35}, {0.4, 0.35}, {0.6, 0.5}, {0.4, 0.65}, {0.6, 0.65}, {0.55, 0.9}}]}, PlotRange -> {{-0.05, 1.05}, {-0.05, 1.05}}, Background -> GrayLevel[0.93], FrameStyle -> Directive[ Thickness[Tiny], GrayLevel[0.7]], Axes -> False, AspectRatio -> 1, ImageSize -> Dynamic[{ Automatic, 3.5 (CurrentValue["FontCapHeight"]/AbsoluteCurrentValue[ Magnification])}], Frame -> True, FrameTicks -> None, FrameStyle -> Directive[ Opacity[0.5], Thickness[Tiny], RGBColor[0.368417, 0.506779, 0.709798]]], GridBox[{{ RowBox[{ TagBox["\"Length: \"", "SummaryItemAnnotation"], "\[InvisibleSpace]", TagBox["1458", "SummaryItem"]}]}, { RowBox[{ TagBox["\"Rules:\"", "SummaryItemAnnotation"], "\[InvisibleSpace]", TagBox["\"\"", "SummaryItem"]}]}, { TagBox[ TagBox[ GridBox[{{ RowBox[{"1", "\[Rule]", "\"PREAMBLE\""}]}, { RowBox[{"2", "\[Rule]", "\"We\""}]}, { RowBox[{"3", "\[Rule]", "\"the\""}]}, { RowBox[{"4", "\[Rule]", "\"People\""}]}, { RowBox[{"5", "\[Rule]", "\"of\""}]}, { ItemBox[ "\"\[VerticalEllipsis]\"", Alignment -> Center, StripOnInput -> False]}}, GridBoxAlignment -> {"Columns" -> {{Left}}}, DefaultBaseStyle -> "Column", GridBoxItemSize -> { "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}], "Column"], "SummaryItem"]}}, GridBoxAlignment -> { "Columns" -> {{Left}}, "Rows" -> {{Automatic}}}, AutoDelete -> False, GridBoxItemSize -> { "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, GridBoxSpacings -> { "Columns" -> {{2}}, "Rows" -> {{Automatic}}}, BaseStyle -> { ShowStringCharacters -> False, NumberMarks -> False, PrintPrecision -> 3, ShowSyntaxStyles -> False}]}}, GridBoxAlignment -> {"Rows" -> {{Top}}}, AutoDelete -> False, GridBoxItemSize -> { "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, BaselinePosition -> {1, 1}]}, Dynamic[Typeset`open$$], ImageSize -> Automatic]}, "SummaryPanel"], DynamicModuleValues:>{}], "]"}], Dispatch[{ 1 -> "PREAMBLE", 2 -> "We", 3 -> "the", 4 -> "People", 5 -> "of", 6 -> "United", 7 -> "States", 8 -> "in", 9 -> "Order", 10 -> "to", 11 -> "form", 12 -> "a", 13 -> "more", 14 -> "perfect", 15 -> "Union", 16 -> "establish", 17 -> "Justice", 18 -> "insure", 19 -> "domestic", 20 -> "Tranquility", 21 -> "provide", 22 -> "for", 23 -> "common", 24 -> "defence", 25 -> "promote", 26 -> "general", 27 -> "Welfare", 28 -> "and", 29 -> "secure", 30 -> "Blessings", 31 -> "Liberty", 32 -> "ourselves", 33 -> "our", 34 -> "Posterity", 35 -> "do", 36 -> "ordain", 37 -> "this", 38 -> "Constitution", 39 -> "America", 40 -> "Article", 41 -> "I.", 42 -> "Section", 43 -> "1", 44 -> "All", 45 -> "legislative", 46 -> "Powers", 47 -> "herein", 48 -> "granted", 49 -> "shall", 50 -> "be", 51 -> "vested", 52 -> "Congress", 53 -> "which", 54 -> "consist", 55 -> "Senate", 56 -> "House", 57 -> "Representatives", 58 -> "2", 59 -> "The", 60 -> "composed", 61 -> "Members", 62 -> "chosen", 63 -> "every", 64 -> "second", 65 -> "Year", 66 -> "by", 67 -> "several", 68 -> "Electors", 69 -> "each", 70 -> "State", 71 -> "have", 72 -> "Qualifications", 73 -> "requisite", 74 -> "most", 75 -> "numerous", 76 -> "Branch", 77 -> "Legislature", 78 -> "No", 79 -> "Person", 80 -> "Representative", 81 -> "who", 82 -> "not", 83 -> "attained", 84 -> "Age", 85 -> "twenty", 86 -> "five", 87 -> "Years", 88 -> "been", 89 -> "seven", 90 -> "Citizen", 91 -> "when", 92 -> "elected", 93 -> "an", 94 -> "Inhabitant", 95 -> "that", 96 -> "he", 97 -> "direct", 98 -> "Taxes", 99 -> "apportioned", 100 -> "among", 101 -> "may", 102 -> "included", 103 -> "within", 104 -> "according", 105 -> "their", 106 -> "respective", 107 -> "Numbers", 108 -> "determined", 109 -> "adding", 110 -> "whole", 111 -> "Number", 112 -> "free", 113 -> "Persons", 114 -> "including", 115 -> "those", 116 -> "bound", 117 -> "Service", 118 -> "Term", 119 -> "excluding", 120 -> "Indians", 121 -> "taxed", 122 -> "three", 123 -> "fifths", 124 -> "all", 125 -> "other", 126 -> "actual", 127 -> "Enumeration", 128 -> "made", 129 -> "after", 130 -> "first", 131 -> "Meeting", 132 -> "subsequent", 133 -> "ten", 134 -> "such", 135 -> "Manner", 136 -> "as", 137 -> "they", 138 -> "Law", 139 -> "exceed", 140 -> "one", 141 -> "thirty", 142 -> "Thousand", 143 -> "but", 144 -> "at", 145 -> "Least", 146 -> "until", 147 -> "enumeration", 148 -> "New", 149 -> "Hampshire", 150 -> "entitled", 151 -> "chuse", 152 -> "Massachusetts", 153 -> "eight", 154 -> "Rhode-Island", 155 -> "Providence", 156 -> "Plantations", 157 -> "Connecticut", 158 -> "New-York", 159 -> "six", 160 -> "Jersey", 161 -> "four", 162 -> "Pennsylvania", 163 -> "Delaware", 164 -> "Maryland", 165 -> "Virginia", 166 -> "North", 167 -> "Carolina", 168 -> "South", 169 -> "Georgia", 170 -> "When", 171 -> "vacancies", 172 -> "happen", 173 -> "Representation", 174 -> "from", 175 -> "any", 176 -> "Executive", 177 -> "Authority", 178 -> "thereof", 179 -> "issue", 180 -> "Writs", 181 -> "Election", 182 -> "fill", 183 -> "Vacancies", 184 -> "Speaker", 185 -> "Officers", 186 -> "sole", 187 -> "Power", 188 -> "Impeachment", 189 -> "3", 190 -> "two", 191 -> "Senators", 192 -> "Senator", 193 -> "Vote", 194 -> "Immediately", 195 -> "assembled", 196 -> "Consequence", 197 -> "divided", 198 -> "equally", 199 -> "into", 200 -> "Classes", 201 -> "Seats", 202 -> "Class", 203 -> "vacated", 204 -> "Expiration", 205 -> "fourth", 206 -> "third", 207 -> "sixth", 208 -> "so", 209 -> "if", 210 -> "Resignation", 211 -> "or", 212 -> "otherwise", 213 -> "during", 214 -> "Recess", 215 -> "make", 216 -> "temporary", 217 -> "Appointments", 218 -> "next", 219 -> "then", 220 -> "nine", 221 -> "Vice", 222 -> "President", 223 -> "no", 224 -> "unless", 225 -> "also", 226 -> "pro", 227 -> "tempore", 228 -> "Absence", 229 -> "exercise", 230 -> "Office", 231 -> "try", 232 -> "Impeachments", 233 -> "sitting", 234 -> "Purpose", 235 -> "on", 236 -> "Oath", 237 -> "Affirmation", 238 -> "is", 239 -> "tried", 240 -> "Chief", 241 -> "preside", 242 -> "And", 243 -> "convicted", 244 -> "without", 245 -> "Concurrence", 246 -> "thirds", 247 -> "present", 248 -> "Judgment", 249 -> "Cases", 250 -> "extend", 251 -> "further", 252 -> "than", 253 -> "removal", 254 -> "disqualification", 255 -> "hold", 256 -> "enjoy", 257 -> "honor", 258 -> "Trust", 259 -> "Profit", 260 -> "under", 261 -> "Party", 262 -> "nevertheless", 263 -> "liable", 264 -> "subject", 265 -> "Indictment", 266 -> "Trial", 267 -> "Punishment", 268 -> "4", 269 -> "Times", 270 -> "Places", 271 -> "holding", 272 -> "Elections", 273 -> "prescribed", 274 -> "time", 275 -> "alter", 276 -> "Regulations", 277 -> "except", 278 -> "chusing", 279 -> "assemble", 280 -> "least", 281 -> "once", 282 -> "Monday", 283 -> "December", 284 -> "appoint", 285 -> "different", 286 -> "Day", 287 -> "5", 288 -> "Each", 289 -> "Judge", 290 -> "Returns", 291 -> "its", 292 -> "own", 293 -> "Majority", 294 -> "constitute", 295 -> "Quorum", 296 -> "Business", 297 -> "smaller", 298 -> "adjourn", 299 -> "day", 300 -> "authorized", 301 -> "compel", 302 -> "Attendance", 303 -> "absent", 304 -> "Penalties", 305 -> "determine", 306 -> "Rules", 307 -> "Proceedings", 308 -> "punish", 309 -> "disorderly", 310 -> "Behaviour", 311 -> "with", 312 -> "expel", 313 -> "Member", 314 -> "keep", 315 -> "Journal", 316 -> "publish", 317 -> "same", 318 -> "excepting", 319 -> "Parts", 320 -> "require", 321 -> "Secrecy", 322 -> "Yeas", 323 -> "Nays", 324 -> "either", 325 -> "question", 326 -> "Desire", 327 -> "fifth", 328 -> "Present", 329 -> "entered", 330 -> "Neither", 331 -> "Session", 332 -> "Consent", 333 -> "days", 334 -> "nor", 335 -> "Place", 336 -> "Houses", 337 -> "6", 338 -> "receive", 339 -> "Compensation", 340 -> "Services", 341 -> "ascertained", 342 -> "paid", 343 -> "out", 344 -> "Treasury", 345 -> "They", 346 -> "Treason", 347 -> "Felony", 348 -> "Breach", 349 -> "Peace", 350 -> "privileged", 351 -> "Arrest", 352 -> "going", 353 -> "returning", 354 -> "Speech", 355 -> "Debate", 356 -> "questioned", 357 -> "Time", 358 -> "was", 359 -> "appointed", 360 -> "civil", 361 -> "created", 362 -> "Emoluments", 363 -> "whereof", 364 -> "encreased", 365 -> "his", 366 -> "Continuance", 367 -> "7", 368 -> "Bills", 369 -> "raising", 370 -> "Revenue", 371 -> "originate", 372 -> "propose", 373 -> "concur", 374 -> "Amendments", 375 -> "Every", 376 -> "Bill", 377 -> "passed", 378 -> "before", 379 -> "it", 380 -> "become", 381 -> "presented", 382 -> "If", 383 -> "approve", 384 -> "sign", 385 -> "return", 386 -> "Objections", 387 -> "originated", 388 -> "enter", 389 -> "large", 390 -> "proceed", 391 -> "reconsider", 392 -> "Reconsideration", 393 -> "agree", 394 -> "pass", 395 -> "sent", 396 -> "together", 397 -> "likewise", 398 -> "reconsidered", 399 -> "approved", 400 -> "But", 401 -> "Votes", 402 -> "both", 403 -> "yeas", 404 -> "Names", 405 -> "voting", 406 -> "against", 407 -> "respectively", 408 -> "returned", 409 -> "Days", 410 -> "Sundays", 411 -> "excepted", 412 -> "him", 413 -> "Same", 414 -> "like", 415 -> "had", 416 -> "signed", 417 -> "Adjournment", 418 -> "prevent", 419 -> "Return", 420 -> "Case", 421 -> "Resolution", 422 -> "necessary", 423 -> "take", 424 -> "Effect", 425 -> "being", 426 -> "disapproved", 427 -> "repassed", 428 -> "Limitations", 429 -> "8", 430 -> "To", 431 -> "lay", 432 -> "collect", 433 -> "Duties", 434 -> "Imposts", 435 -> "Excises", 436 -> "pay", 437 -> "Debts", 438 -> "Defence", 439 -> "uniform", 440 -> "throughout", 441 -> "borrow", 442 -> "Money", 443 -> "credit", 444 -> "regulate", 445 -> "Commerce", 446 -> "foreign", 447 -> "Nations", 448 -> "Indian", 449 -> "Tribes", 450 -> "Rule", 451 -> "Naturalization", 452 -> "Laws", 453 -> "Bankruptcies", 454 -> "coin", 455 -> "Value", 456 -> "Coin", 457 -> "fix", 458 -> "Standard", 459 -> "Weights", 460 -> "Measures", 461 -> "counterfeiting", 462 -> "Securities", 463 -> "current", 464 -> "Post", 465 -> "Offices", 466 -> "post", 467 -> "Roads", 468 -> "Progress", 469 -> "Science", 470 -> "useful", 471 -> "Arts", 472 -> "securing", 473 -> "limited", 474 -> "Authors", 475 -> "Inventors", 476 -> "exclusive", 477 -> "Right", 478 -> "Writings", 479 -> "Discoveries", 480 -> "Tribunals", 481 -> "inferior", 482 -> "supreme", 483 -> "Court", 484 -> "define", 485 -> "Piracies", 486 -> "Felonies", 487 -> "committed", 488 -> "high", 489 -> "Seas", 490 -> "Offences", 491 -> "declare", 492 -> "War", 493 -> "grant", 494 -> "Letters", 495 -> "Marque", 496 -> "Reprisal", 497 -> "concerning", 498 -> "Captures", 499 -> "Land", 500 -> "Water", 501 -> "raise", 502 -> "support", 503 -> "Armies", 504 -> "Appropriation", 505 -> "Use", 506 -> "longer", 507 -> "maintain", 508 -> "Navy", 509 -> "Government", 510 -> "Regulation", 511 -> "land", 512 -> "naval", 513 -> "Forces", 514 -> "calling", 515 -> "forth", 516 -> "Militia", 517 -> "execute", 518 -> "suppress", 519 -> "Insurrections", 520 -> "repel", 521 -> "Invasions", 522 -> "organizing", 523 -> "arming", 524 -> "disciplining", 525 -> "governing", 526 -> "Part", 527 -> "them", 528 -> "employed", 529 -> "reserving", 530 -> "Appointment", 531 -> "training", 532 -> "discipline", 533 -> "Legislation", 534 -> "whatsoever", 535 -> "over", 536 -> "District", 537 -> "exceeding", 538 -> "Miles", 539 -> "square", 540 -> "Cession", 541 -> "particular", 542 -> "Acceptance", 543 -> "Seat", 544 -> "purchased", 545 -> "Erection", 546 -> "Forts", 547 -> "Magazines", 548 -> "Arsenals", 549 -> "dock-Yards", 550 -> "needful", 551 -> "Buildings", 552 -> "proper", 553 -> "carrying", 554 -> "Execution", 555 -> "foregoing", 556 -> "Department", 557 -> "Officer", 558 -> "9", 559 -> "Migration", 560 -> "Importation", 561 -> "now", 562 -> "existing", 563 -> "think", 564 -> "admit", 565 -> "prohibited", 566 -> "prior", 567 -> "thousand", 568 -> "hundred", 569 -> "Tax", 570 -> "duty", 571 -> "imposed", 572 -> "dollars", 573 -> "Privilege", 574 -> "Writ", 575 -> "Habeas", 576 -> "Corpus", 577 -> "suspended", 578 -> "Rebellion", 579 -> "Invasion", 580 -> "public", 581 -> "Safety", 582 -> "Attainder", 583 -> "ex", 584 -> "facto", 585 -> "Capitation", 586 -> "laid", 587 -> "Proportion", 588 -> "Census", 589 -> "directed", 590 -> "taken", 591 -> "Duty", 592 -> "Articles", 593 -> "exported", 594 -> "Preference", 595 -> "given", 596 -> "Ports", 597 -> "another", 598 -> "Vessels", 599 -> "obliged", 600 -> "clear", 601 -> "drawn", 602 -> "Appropriations", 603 -> "regular", 604 -> "Statement", 605 -> "Account", 606 -> "Receipts", 607 -> "Expenditures", 608 -> "published", 609 -> "Title", 610 -> "Nobility", 611 -> "accept", 612 -> "Emolument", 613 -> "kind", 614 -> "whatever", 615 -> "King", 616 -> "Prince", 617 -> "10", 618 -> "Treaty", 619 -> "Alliance", 620 -> "Confederation", 621 -> "emit", 622 -> "Credit", 623 -> "Thing", 624 -> "gold", 625 -> "silver", 626 -> "Tender", 627 -> "Payment", 628 -> "impairing", 629 -> "Obligation", 630 -> "Contracts", 631 -> "Imports", 632 -> "Exports", 633 -> "what", 634 -> "absolutely", 635 -> "executing", 636 -> "it's", 637 -> "inspection", 638 -> "net", 639 -> "Produce", 640 -> "Revision", 641 -> "Controul", 642 -> "Tonnage", 643 -> "Troops", 644 -> "Ships", 645 -> "Agreement", 646 -> "Compact", 647 -> "engage", 648 -> "actually", 649 -> "invaded", 650 -> "imminent", 651 -> "Danger", 652 -> "will", 653 -> "delay", 654 -> "II", 655 -> "executive", 656 -> "He", 657 -> "follows", 658 -> "equal", 659 -> "Elector", 660 -> "meet", 661 -> "vote", 662 -> "Ballot", 663 -> "whom", 664 -> "themselves", 665 -> "List", 666 -> "voted", 667 -> "certify", 668 -> "transmit", 669 -> "sealed", 670 -> "Presence", 671 -> "open", 672 -> "Certificates", 673 -> "counted", 674 -> "having", 675 -> "greatest", 676 -> "there", 677 -> "immediately", 678 -> "highest", 679 -> "said", 680 -> "A", 681 -> "quorum", 682 -> "purpose", 683 -> "Choice", 684 -> "In", 685 -> "should", 686 -> "remain", 687 -> "give", 688 -> "natural", 689 -> "born", 690 -> "Adoption", 691 -> "eligible", 692 -> "neither", 693 -> "fourteen", 694 -> "Resident", 695 -> "Removal", 696 -> "Death", 697 -> "Inability", 698 -> "discharge", 699 -> "devolve", 700 -> "declaring", 701 -> "act", 702 -> "accordingly", 703 -> "Disability", 704 -> "removed", 705 -> "stated", 706 -> "increased", 707 -> "diminished", 708 -> "Period", 709 -> "Before", 710 -> "following", 711 -> "I", 712 -> "solemnly", 713 -> "swear", 714 -> "affirm", 715 -> "faithfully", 716 -> "best", 717 -> "my", 718 -> "Ability", 719 -> "preserve", 720 -> "protect", 721 -> "defend", 722 -> "Commander", 723 -> "Army", 724 -> "called", 725 -> "Opinion", 726 -> "writing", 727 -> "principal", 728 -> "Departments", 729 -> "upon", 730 -> "Subject", 731 -> "relating", 732 -> "Reprieves", 733 -> "Pardons", 734 -> "Advice", 735 -> "Treaties", 736 -> "provided", 737 -> "nominate", 738 -> "Ambassadors", 739 -> "Ministers", 740 -> "Consuls", 741 -> "Judges", 742 -> "whose", 743 -> "are", 744 -> "established", 745 -> "vest", 746 -> "alone", 747 -> "Courts", 748 -> "Heads", 749 -> "up", 750 -> "granting", 751 -> "Commissions", 752 -> "expire", 753 -> "End", 754 -> "Information", 755 -> "recommend", 756 -> "Consideration", 757 -> "judge", 758 -> "expedient", 759 -> "extraordinary", 760 -> "Occasions", 761 -> "convene", 762 -> "Disagreement", 763 -> "between", 764 -> "Respect", 765 -> "Care", 766 -> "executed", 767 -> "Commission", 768 -> "Conviction", 769 -> "Bribery", 770 -> "Crimes", 771 -> "Misdemeanors", 772 -> "III", 773 -> "judicial", 774 -> "good", 775 -> "Equity", 776 -> "arising", 777 -> "affecting", 778 -> "admiralty", 779 -> "maritime", 780 -> "Jurisdiction", 781 -> "Controversies", 782 -> "Citizens", 783 -> "claiming", 784 -> "Lands", 785 -> "Grants", 786 -> "Subjects", 787 -> "original", 788 -> "mentioned", 789 -> "appellate", 790 -> "Fact", 791 -> "Exceptions", 792 -> "Jury", 793 -> "held", 794 -> "where", 795 -> "only", 796 -> "levying", 797 -> "adhering", 798 -> "Enemies", 799 -> "giving", 800 -> "Aid", 801 -> "Comfort", 802 -> "Testimony", 803 -> "Witnesses", 804 -> "overt", 805 -> "Act", 806 -> "Confession", 807 -> "work", 808 -> "Corruption", 809 -> "Blood", 810 -> "Forfeiture", 811 -> "Life", 812 -> "attainted", 813 -> "IV", 814 -> "Full", 815 -> "Faith", 816 -> "Acts", 817 -> "Records", 818 -> "prescribe", 819 -> "proved", 820 -> "Privileges", 821 -> "Immunities", 822 -> "charged", 823 -> "Crime", 824 -> "flee", 825 -> "found", 826 -> "Demand", 827 -> "fled", 828 -> "delivered", 829 -> "Labour", 830 -> "escaping", 831 -> "therein", 832 -> "discharged", 833 -> "Claim", 834 -> "due", 835 -> "admitted", 836 -> "new", 837 -> "formed", 838 -> "erected", 839 -> "Junction", 840 -> "Legislatures", 841 -> "concerned", 842 -> "well", 843 -> "dispose", 844 -> "respecting", 845 -> "Territory", 846 -> "Property", 847 -> "belonging", 848 -> "nothing", 849 -> "construed", 850 -> "Prejudice", 851 -> "Claims", 852 -> "guarantee", 853 -> "Republican", 854 -> "Form", 855 -> "Application", 856 -> "cannot", 857 -> "convened", 858 -> "Violence", 859 -> "V", 860 -> "whenever", 861 -> "deem", 862 -> "call", 863 -> "Convention", 864 -> "proposing", 865 -> "valid", 866 -> "Intents", 867 -> "Purposes", 868 -> "ratified", 869 -> "fourths", 870 -> "Conventions", 871 -> "Mode", 872 -> "Ratification", 873 -> "proposed", 874 -> "Provided", 875 -> "Amendment", 876 -> "One", 877 -> "affect", 878 -> "Clauses", 879 -> "Ninth", 880 -> "deprived", 881 -> "Suffrage", 882 -> "VI", 883 -> "contracted", 884 -> "Engagements", 885 -> "This", 886 -> "Pursuance", 887 -> "thereby", 888 -> "Contrary", 889 -> "notwithstanding", 890 -> "religious", 891 -> "Test", 892 -> "ever", 893 -> "required", 894 -> "Qualification", 895 -> "VII", 896 -> "sufficient", 897 -> "Establishment", 898 -> "ratifying", 899 -> "Word", 900 -> "interlined", 901 -> "seventh", 902 -> "eighth", 903 -> "Lines", 904 -> "Page", 905 -> "Thirty", 906 -> "partly", 907 -> "written", 908 -> "Erazure", 909 -> "fifteenth", 910 -> "Line", 911 -> "Words", 912 -> "forty", 913 -> "Attest", 914 -> "William", 915 -> "Jackson", 916 -> "Secretary", 917 -> "Done", 918 -> "Unanimous", 919 -> "Seventeenth", 920 -> "September", 921 -> "Lord", 922 -> "Eighty", 923 -> "Independence", 924 -> "Twelfth", 925 -> "witness", 926 -> "hereunto", 927 -> "subscribed", 928 -> "Geo", 929 -> "Read", 930 -> "Gunning", 931 -> "Bedford", 932 -> "jun", 933 -> "John", 934 -> "Dickinson", 935 -> "Richard", 936 -> "Bassett", 937 -> "Jaco", 938 -> "Broom", 939 -> "James", 940 -> "McHenry", 941 -> "Dan", 942 -> "St", 943 -> "Thos", 944 -> "Jenifer", 945 -> "Danl", 946 -> "Carroll", 947 -> "Blair", 948 -> "Madison", 949 -> "Jr", 950 -> "Wm.", 951 -> "Blount", 952 -> "Richd", 953 -> "Dobbs", 954 -> "Spaight", 955 -> "Hu", 956 -> "Williamson", 957 -> "J.", 958 -> "Rutledge", 959 -> "Charles", 960 -> "Cotesworth", 961 -> "Pinckney", 962 -> "Pierce", 963 -> "Butler", 964 -> "Few", 965 -> "Abr", 966 -> "Baldwin", 967 -> "Langdon", 968 -> "Nicholas", 969 -> "Gilman", 970 -> "Nathaniel", 971 -> "Gorham", 972 -> "Rufus", 973 -> "Saml", 974 -> "Johnson", 975 -> "Roger", 976 -> "Sherman", 977 -> "York", 978 -> "Alexander", 979 -> "Hamilton", 980 -> "Wil", 981 -> "Livingston", 982 -> "David", 983 -> "Brearley", 984 -> "Paterson", 985 -> "Jona", 986 -> "Dayton", 987 -> "B", 988 -> "Franklin", 989 -> "Thomas", 990 -> "Mifflin", 991 -> "Robt", 992 -> "Morris", 993 -> "Clymer", 994 -> "FitzSimons", 995 -> "Jared", 996 -> "Ingersoll", 997 -> "Wilson", 998 -> "Gouv", 999 -> "Preamble", 1000 -> "Rights", 1001 -> "begun", 1002 -> "City", 1003 -> "Wednesday", 1004 -> "March", 1005 -> "eighty", 1006 -> "THE", 1007 -> "number", 1008 -> "adopting", 1009 -> "expressed", 1010 -> "desire", 1011 -> "order", 1012 -> "misconstruction", 1013 -> "abuse", 1014 -> "powers", 1015 -> "declaratory", 1016 -> "restrictive", 1017 -> "clauses", 1018 -> "added", 1019 -> "extending", 1020 -> "ground", 1021 -> "confidence", 1022 -> "ensure", 1023 -> "beneficent", 1024 -> "ends", 1025 -> "institution", 1026 -> "RESOLVED", 1027 -> "concurring", 1028 -> "amendments", 1029 -> "intents", 1030 -> "purposes", 1031 -> "part", 1032 -> "viz", 1033 -> "ARTICLES", 1034 -> "addition", 1035 -> "pursuant", 1036 -> "law", 1037 -> "establishment", 1038 -> "religion", 1039 -> "prohibiting", 1040 -> "abridging", 1041 -> "freedom", 1042 -> "speech", 1043 -> "press", 1044 -> "right", 1045 -> "people", 1046 -> "peaceably", 1047 -> "petition", 1048 -> "redress", 1049 -> "grievances", 1050 -> "regulated", 1051 -> "security", 1052 -> "bear", 1053 -> "Arms", 1054 -> "infringed", 1055 -> "Soldier", 1056 -> "peace", 1057 -> "quartered", 1058 -> "house", 1059 -> "consent", 1060 -> "Owner", 1061 -> "war", 1062 -> "manner", 1063 -> "persons", 1064 -> "houses", 1065 -> "papers", 1066 -> "effects", 1067 -> "unreasonable", 1068 -> "searches", 1069 -> "seizures", 1070 -> "violated", 1071 -> "Warrants", 1072 -> "probable", 1073 -> "cause", 1074 -> "supported", 1075 -> "affirmation", 1076 -> "particularly", 1077 -> "describing", 1078 -> "place", 1079 -> "searched", 1080 -> "things", 1081 -> "seized", 1082 -> "person", 1083 -> "answer", 1084 -> "capital", 1085 -> "infamous", 1086 -> "crime", 1087 -> "presentment", 1088 -> "indictment", 1089 -> "Grand", 1090 -> "cases", 1091 -> "forces", 1092 -> "service", 1093 -> "danger", 1094 -> "offence", 1095 -> "twice", 1096 -> "put", 1097 -> "jeopardy", 1098 -> "life", 1099 -> "limb", 1100 -> "compelled", 1101 -> "criminal", 1102 -> "case", 1103 -> "himself", 1104 -> "liberty", 1105 -> "property", 1106 -> "process", 1107 -> "private", 1108 -> "use", 1109 -> "just", 1110 -> "compensation", 1111 -> "prosecutions", 1112 -> "accused", 1113 -> "speedy", 1114 -> "trial", 1115 -> "impartial", 1116 -> "jury", 1117 -> "district", 1118 -> "wherein", 1119 -> "previously", 1120 -> "informed", 1121 -> "nature", 1122 -> "accusation", 1123 -> "confronted", 1124 -> "witnesses", 1125 -> "compulsory", 1126 -> "obtaining", 1127 -> "favor", 1128 -> "Assistance", 1129 -> "Counsel", 1130 -> "Suits", 1131 -> "value", 1132 -> "controversy", 1133 -> "preserved", 1134 -> "fact", 1135 -> "re-examined", 1136 -> "rules", 1137 -> "VIII", 1138 -> "Excessive", 1139 -> "bail", 1140 -> "excessive", 1141 -> "fines", 1142 -> "cruel", 1143 -> "unusual", 1144 -> "punishments", 1145 -> "inflicted", 1146 -> "IX", 1147 -> "certain", 1148 -> "rights", 1149 -> "deny", 1150 -> "disparage", 1151 -> "others", 1152 -> "retained", 1153 -> "X", 1154 -> "delegated", 1155 -> "reserved", 1156 -> "AMENDMENT", 1157 -> "XI", 1158 -> "Passed", 1159 -> "1794", 1160 -> "Ratified", 1161 -> "February", 1162 -> "1795", 1163 -> "Note", 1164 -> "section", 1165 -> "modified", 1166 -> "amendment", 1167 -> "11", 1168 -> "Judicial", 1169 -> "power", 1170 -> "suit", 1171 -> "equity", 1172 -> "commenced", 1173 -> "prosecuted", 1174 -> "Foreign", 1175 -> "XII", 1176 -> "1803", 1177 -> "June", 1178 -> "15", 1179 -> "1804", 1180 -> "states", 1181 -> "ballot", 1182 -> "Vice-President", 1183 -> "inhabitant", 1184 -> "state", 1185 -> "name", 1186 -> "ballots", 1187 -> "distinct", 1188 -> "lists", 1189 -> "votes", 1190 -> "seat", 1191 -> "government", 1192 -> "presence", 1193 -> "certificates", 1194 -> "majority", 1195 -> "numbers", 1196 -> "list", 1197 -> "choose", 1198 -> "choosing", 1199 -> "representation", 1200 -> "member", 1201 -> "members", 1202 -> "two-thirds", 1203 -> "choice", 1204 -> "death", 1205 -> "constitutional", 1206 -> "disability", 1207 -> "constitutionally", 1208 -> "ineligible", 1209 -> "office", 1210 -> "XIII", 1211 -> "January", 1212 -> "31", 1213 -> "1865", 1214 -> "slavery", 1215 -> "involuntary", 1216 -> "servitude", 1217 -> "punishment", 1218 -> "party", 1219 -> "duly", 1220 -> "exist", 1221 -> "jurisdiction", 1222 -> "enforce", 1223 -> "article", 1224 -> "appropriate", 1225 -> "legislation", 1226 -> "XIV", 1227 -> "13", 1228 -> "1866", 1229 -> "July", 1230 -> "1868", 1231 -> "naturalized", 1232 -> "citizens", 1233 -> "reside", 1234 -> "abridge", 1235 -> "privileges", 1236 -> "immunities", 1237 -> "deprive", 1238 -> "protection", 1239 -> "laws", 1240 -> "counting", 1241 -> "election", 1242 -> "electors", 1243 -> "officers", 1244 -> "denied", 1245 -> "male", 1246 -> "inhabitants", 1247 -> "twenty-one", 1248 -> "years", 1249 -> "age", 1250 -> "way", 1251 -> "abridged", 1252 -> "participation", 1253 -> "rebellion", 1254 -> "basis", 1255 -> "reduced", 1256 -> "proportion", 1257 -> "elector", 1258 -> "military", 1259 -> "oath", 1260 -> "officer", 1261 -> "legislature", 1262 -> "engaged", 1263 -> "insurrection", 1264 -> "aid", 1265 -> "comfort", 1266 -> "enemies", 1267 -> "remove", 1268 -> "validity", 1269 -> "debt", 1270 -> "debts", 1271 -> "incurred", 1272 -> "payment", 1273 -> "pensions", 1274 -> "bounties", 1275 -> "services", 1276 -> "suppressing", 1277 -> "assume", 1278 -> "obligation", 1279 -> "claim", 1280 -> "loss", 1281 -> "emancipation", 1282 -> "slave", 1283 -> "obligations", 1284 -> "claims", 1285 -> "illegal", 1286 -> "void", 1287 -> "provisions", 1288 -> "XV", 1289 -> "26", 1290 -> "1869", 1291 -> "1870", 1292 -> "account", 1293 -> "race", 1294 -> "color", 1295 -> "previous", 1296 -> "condition", 1297 -> "XVI", 1298 -> "1909", 1299 -> "1913", 1300 -> "taxes", 1301 -> "incomes", 1302 -> "source", 1303 -> "derived", 1304 -> "apportionment", 1305 -> "regard", 1306 -> "census", 1307 -> "XVII", 1308 -> "May", 1309 -> "1912", 1310 -> "April", 1311 -> "qualifications", 1312 -> "branch", 1313 -> "legislatures", 1314 -> "authority", 1315 -> "writs", 1316 -> "That", 1317 -> "empower", 1318 -> "appointments", 1319 -> "term", 1320 -> "becomes", 1321 -> "XVIII", 1322 -> "18", 1323 -> "1917", 1324 -> "16", 1325 -> "1919", 1326 -> "Repealed", 1327 -> "21", 1328 -> "After", 1329 -> "year", 1330 -> "ratification", 1331 -> "manufacture", 1332 -> "sale", 1333 -> "transportation", 1334 -> "intoxicating", 1335 -> "liquors", 1336 -> "importation", 1337 -> "exportation", 1338 -> "territory", 1339 -> "beverage", 1340 -> "hereby", 1341 -> "concurrent", 1342 -> "inoperative", 1343 -> "date", 1344 -> "submission", 1345 -> "hereof", 1346 -> "XIX", 1347 -> "August", 1348 -> "1920", 1349 -> "sex", 1350 -> "XX", 1351 -> "1932", 1352 -> "23", 1353 -> "1933", 1354 -> "terms", 1355 -> "end", 1356 -> "noon", 1357 -> "20th", 1358 -> "3d", 1359 -> "would", 1360 -> "ended", 1361 -> "successors", 1362 -> "begin", 1363 -> "meeting", 1364 -> "fixed", 1365 -> "beginning", 1366 -> "elect", 1367 -> "died", 1368 -> "failed", 1369 -> "qualify", 1370 -> "qualified", 1371 -> "selected", 1372 -> "devolved", 1373 -> "Sections", 1374 -> "effect", 1375 -> "15th", 1376 -> "October", 1377 -> "three-fourths", 1378 -> "XXI", 1379 -> "20", 1380 -> "eighteenth", 1381 -> "repealed", 1382 -> "Possession", 1383 -> "delivery", 1384 -> "violation", 1385 -> "conventions", 1386 -> "XXII", 1387 -> "1947", 1388 -> "27", 1389 -> "1951", 1390 -> "has", 1391 -> "acted", 1392 -> "some", 1393 -> "apply", 1394 -> "acting", 1395 -> "operative", 1396 -> "remainder", 1397 -> "XXIII", 1398 -> "1960", 1399 -> "29", 1400 -> "1961", 1401 -> "constituting", 1402 -> "were", 1403 -> "event", 1404 -> "populous", 1405 -> "considered", 1406 -> "perform", 1407 -> "duties", 1408 -> "twelfth", 1409 -> "XXIV", 1410 -> "1962", 1411 -> "1964", 1412 -> "primary", 1413 -> "reason", 1414 -> "failure", 1415 -> "poll", 1416 -> "tax", 1417 -> "XXV", 1418 -> "1965", 1419 -> "1967", 1420 -> "resignation", 1421 -> "Whenever", 1422 -> "vacancy", 1423 -> "confirmation", 1424 -> "transmits", 1425 -> "declaration", 1426 -> "unable", 1427 -> "contrary", 1428 -> "Acting", 1429 -> "departments", 1430 -> "body", 1431 -> "Thereafter", 1432 -> "inability", 1433 -> "exists", 1434 -> "resume", 1435 -> "department", 1436 -> "Thereupon", 1437 -> "decide", 1438 -> "assembling", 1439 -> "forty-eight", 1440 -> "hours", 1441 -> "session", 1442 -> "receipt", 1443 -> "latter", 1444 -> "determines", 1445 -> "continue", 1446 -> "XXVI", 1447 -> "1971", 1448 -> "eighteen", 1449 -> "older", 1450 -> "XXVII", 1451 -> "Originally", 1452 -> "Sept.", 1453 -> "25", 1454 -> "1789", 1455 -> "1992", 1456 -> "varying", 1457 -> "representatives", 1458 -> "intervened"}], Editable->False, SelectWithContents->True, Selectable->False]}], "}"}]], "Output", TaggingRules->{}, CellChangeTimes->{{3.769613494892603*^9, 3.769613502895973*^9}, 3.769613543280405*^9, {3.769613647180678*^9, 3.7696136675839567`*^9}}, CellLabel->"Out[761]=", CellID->64780293] }, Open ]] }, Open ]] }, Closed]], Cell[CellGroupData[{ Cell["Properties and Relations", "Subsection", TaggingRules->{}, CellID->232113220], Cell[TextData[{ "This function can be combined with ", Cell[BoxData[ TagBox[ ButtonBox[ StyleBox["Thread", "SymbolsRefLink", ShowStringCharacters->True, FontFamily->"Source Sans Pro"], BaseStyle->Dynamic[ FEPrivate`If[ CurrentValue["MouseOver"], { "Link", FontColor -> RGBColor[0.854902, 0.396078, 0.145098]}, { "Link"}]], ButtonData->"paclet:ref/Thread", ContentPadding->False], MouseAppearanceTag["LinkHand"]]], "InlineFormula", FontFamily->"Source Sans Pro"], " to emulate the action of ", Cell[BoxData[ TagBox[ ButtonBox[ StyleBox["MapIndexed", "SymbolsRefLink", ShowStringCharacters->True, FontFamily->"Source Sans Pro"], BaseStyle->Dynamic[ FEPrivate`If[ CurrentValue["MouseOver"], { "Link", FontColor -> RGBColor[0.854902, 0.396078, 0.145098]}, { "Link"}]], ButtonData->"paclet:ref/MapIndexed", ContentPadding->False], MouseAppearanceTag["LinkHand"]]], "InlineFormula", FontFamily->"Source Sans Pro"], " at level 1, where one takes the first part of the index:" }], "Text", TaggingRules->{}, CellChangeTimes->{{3.769612402338134*^9, 3.769612465202959*^9}, { 3.7696125891315804`*^9, 3.769612590653717*^9}, {3.7696127311509333`*^9, 3.76961278132856*^9}, {3.769964047621028*^9, 3.769964057486145*^9}, 3.855148319753271*^9}, CellID->167979487], Cell[CellGroupData[{ Cell[BoxData[ RowBox[{ RowBox[{"MapIndexed", "[", RowBox[{ RowBox[{ RowBox[{"f", "[", RowBox[{"#1", ",", RowBox[{"#2", "[", RowBox[{"[", "1", "]"}], "]"}]}], "]"}], "&"}], ",", RowBox[{"{", RowBox[{"a", ",", "b", ",", "c"}], "}"}], ",", "1"}], "]"}], "===", RowBox[{"With", "[", RowBox[{ RowBox[{"{", RowBox[{"expr", "=", RowBox[{"{", RowBox[{"a", ",", "b", ",", "c"}], "}"}]}], "}"}], ",", RowBox[{"Thread", "[", RowBox[{"f", "[", RowBox[{"expr", ",", RowBox[{"CorrespondingIntegers", "[", "expr", "]"}]}], "]"}], "]"}]}], "]"}]}]], "Input", TaggingRules->{}, CellChangeTimes->{{3.7696124225498543`*^9, 3.769612431337515*^9}, { 3.769612469859309*^9, 3.7696125846487827`*^9}}, CellLabel->"In[743]:=", CellID->255579495], Cell[BoxData["True"], "Output", TaggingRules->{}, CellChangeTimes->{ 3.769612528270011*^9, {3.769612569989152*^9, 3.769612585360276*^9}}, CellLabel->"Out[743]=", CellID->662798409] }, Open ]] }, Closed]] }, Open ]], Cell[CellGroupData[{ Cell["Source & Additional Information", "Section", Editable->False, Deletable->False, TaggingRules->{"TemplateGroupName" -> "Source & Additional Information"}, CellTags->{"Source & Additional Information", "TemplateSection"}, CellID->611501116], Cell[CellGroupData[{ Cell[TextData[{ "Contributed By", Cell[BoxData[ PaneSelectorBox[{True-> TemplateBox[{"Contributed By", Cell[ BoxData[ FrameBox[ Cell[ "Enter the name of the person, people or organization that should be \ publicly credited with contributing this function.", "MoreInfoText"], Background -> GrayLevel[0.95], FrameMargins -> 20, FrameStyle -> GrayLevel[0.9], RoundingRadius -> 5, ImageSize -> { Scaled[0.65], Automatic}]], "MoreInfoText", Deletable -> True, CellTags -> {"SectionMoreInfoContributedBy"}, CellMargins -> {{66, 66}, {15, 15}}]}, "MoreInfoOpenerButtonTemplate"]}, Dynamic[ CurrentValue[ EvaluationNotebook[], {TaggingRules, "ResourceCreateNotebook"}]], ImageSize->Automatic]]] }], "Subsection", Editable->False, Deletable->False, TaggingRules->{"TemplateGroupName" -> "Contributed By"}, DefaultNewCellStyle->"Text", CellTags->{"Contributed By", "ContributorInformation", "TemplateCellGroup"}, CellID->86203256], Cell["Seth J. Chandler", "Text", CellID->545906779] }, Open ]], Cell[CellGroupData[{ Cell[TextData[{ "Keywords", Cell[BoxData[ PaneSelectorBox[{True-> TemplateBox[{"Keywords", Cell[ BoxData[ FrameBox[ Cell[ "List relevant terms (e.g. functional areas, algorithm names, related \ concepts) that should be used to include the function in search results.", "MoreInfoText"], Background -> GrayLevel[0.95], FrameMargins -> 20, FrameStyle -> GrayLevel[0.9], RoundingRadius -> 5, ImageSize -> { Scaled[0.65], Automatic}]], "MoreInfoText", Deletable -> True, CellTags -> {"SectionMoreInfoKeywords"}, CellMargins -> {{66, 66}, {15, 15}}]}, "MoreInfoOpenerButtonTemplate"]}, Dynamic[ CurrentValue[ EvaluationNotebook[], {TaggingRules, "ResourceCreateNotebook"}]], ImageSize->Automatic]]] }], "Subsection", Editable->False, Deletable->False, TaggingRules->{"TemplateGroupName" -> "Keywords"}, DefaultNewCellStyle->"Item", CellTags->{"Keywords", "TemplateCellGroup"}, CellID->696375425], Cell["index", "Item", CellID->292687111], Cell["indices", "Item", CellID->167270958], Cell["Association", "Item", CellID->123178904], Cell["correspondences", "Item", CellID->382475014], Cell["diagonalization", "Item", CellID->257466212] }, Open ]], Cell[CellGroupData[{ Cell["Categories", "Subsection", Editable->False, Deletable->False, TaggingRules->{"TemplateGroupName" -> "Categories"}, DefaultNewCellStyle->"Item", CellTags->{"Categories", "TemplateCellGroup"}, CellID->362094786], Cell[BoxData[ TagBox[GridBox[{ { StyleBox[ TemplateBox[{ CheckboxBox[False, {False, "3D Visualization"}], "\" \"", "\"3D Visualization\""}, "RowDefault"], StripOnInput->False, FontSize->12], StyleBox[ TemplateBox[{ CheckboxBox[False, {False, "Accessibility"}], "\" \"", "\"Accessibility\""}, "RowDefault"], StripOnInput->False, FontSize->12]}, { StyleBox[ TemplateBox[{ CheckboxBox[False, {False, "Accessing External Services & APIs"}], "\" \"", "\"Accessing External Services & APIs\""}, "RowDefault"], StripOnInput->False, FontSize->12], StyleBox[ TemplateBox[{ CheckboxBox[False, {False, "Array Manipulation"}], "\" \"", "\"Array Manipulation\""}, "RowDefault"], StripOnInput->False, FontSize->12]}, { StyleBox[ TemplateBox[{ CheckboxBox["Associations", {False, "Associations"}], "\" \"", "\"Associations\""}, "RowDefault"], StripOnInput->False, FontSize->12], StyleBox[ TemplateBox[{ CheckboxBox[False, {False, "Astronomical Computation & Data"}], "\" \"", "\"Astronomical Computation & Data\""}, "RowDefault"], StripOnInput->False, FontSize->12]}, { StyleBox[ TemplateBox[{ CheckboxBox[False, {False, "Calculus"}], "\" \"", "\"Calculus\""}, "RowDefault"], StripOnInput->False, FontSize->12], StyleBox[ TemplateBox[{ CheckboxBox[False, {False, "Calling External Programs"}], "\" \"", "\"Calling External Programs\""}, "RowDefault"], StripOnInput->False, FontSize->12]}, { StyleBox[ TemplateBox[{ CheckboxBox[False, {False, "Cloud & Deployment"}], "\" \"", "\"Cloud & Deployment\""}, "RowDefault"], StripOnInput->False, FontSize->12], StyleBox[ TemplateBox[{ CheckboxBox[False, {False, "Code as Data"}], "\" \"", "\"Code as Data\""}, "RowDefault"], StripOnInput->False, FontSize->12]}, { StyleBox[ TemplateBox[{ CheckboxBox[False, {False, "Color Processing"}], "\" \"", "\"Color Processing\""}, "RowDefault"], StripOnInput->False, FontSize->12], StyleBox[ TemplateBox[{ CheckboxBox[False, {False, "Computational Geometry"}], "\" \"", "\"Computational Geometry\""}, "RowDefault"], StripOnInput->False, FontSize->12]}, { StyleBox[ TemplateBox[{ CheckboxBox[False, {False, "Computation on Graphs"}], "\" \"", "\"Computation on Graphs\""}, "RowDefault"], StripOnInput->False, FontSize->12], StyleBox[ TemplateBox[{ CheckboxBox[False, {False, "Computer Vision"}], "\" \"", "\"Computer Vision\""}, "RowDefault"], StripOnInput->False, FontSize->12]}, { StyleBox[ TemplateBox[{ CheckboxBox[False, {False, "Control Objects"}], "\" \"", "\"Control Objects\""}, "RowDefault"], StripOnInput->False, FontSize->12], StyleBox[ TemplateBox[{ CheckboxBox[ "Core Language & Structure", {False, "Core Language & Structure"}], "\" \"", "\"Core Language & Structure\""}, "RowDefault"], StripOnInput->False, FontSize->12]}, { StyleBox[ TemplateBox[{ CheckboxBox[False, {False, "Cryptography"}], "\" \"", "\"Cryptography\""}, "RowDefault"], StripOnInput->False, FontSize->12], StyleBox[ TemplateBox[{ CheckboxBox[False, {False, "Cultural Data"}], "\" \"", "\"Cultural Data\""}, "RowDefault"], StripOnInput->False, FontSize->12]}, { StyleBox[ TemplateBox[{ CheckboxBox[ "Data Manipulation & Analysis", { False, "Data Manipulation & Analysis"}], "\" \"", "\"Data Manipulation & Analysis\""}, "RowDefault"], StripOnInput->False, FontSize->12], StyleBox[ TemplateBox[{ CheckboxBox[False, {False, "Date & Time"}], "\" \"", "\"Date & Time\""}, "RowDefault"], StripOnInput->False, FontSize->12]}, { StyleBox[ TemplateBox[{ CheckboxBox[False, {False, "Discrete Mathematics"}], "\" \"", "\"Discrete Mathematics\""}, "RowDefault"], StripOnInput->False, FontSize->12], StyleBox[ TemplateBox[{ CheckboxBox[False, {False, "Engineering Data & Computation"}], "\" \"", "\"Engineering Data & Computation\""}, "RowDefault"], StripOnInput->False, FontSize->12]}, { StyleBox[ TemplateBox[{ CheckboxBox[False, {False, "Error Handling"}], "\" \"", "\"Error Handling\""}, "RowDefault"], StripOnInput->False, FontSize->12], StyleBox[ TemplateBox[{ CheckboxBox[False, {False, "External Interfaces & Connections"}], "\" \"", "\"External Interfaces & Connections\""}, "RowDefault"], StripOnInput->False, FontSize->12]}, { StyleBox[ TemplateBox[{ CheckboxBox[False, {False, "File Operations"}], "\" \"", "\"File Operations\""}, "RowDefault"], StripOnInput->False, FontSize->12], StyleBox[ TemplateBox[{ CheckboxBox[False, {False, "Financial Data & Computation"}], "\" \"", "\"Financial Data & Computation\""}, "RowDefault"], StripOnInput->False, FontSize->12]}, { StyleBox[ TemplateBox[{ CheckboxBox[False, {False, "Front End Utilities"}], "\" \"", "\"Front End Utilities\""}, "RowDefault"], StripOnInput->False, FontSize->12], StyleBox[ TemplateBox[{ CheckboxBox[False, {False, "Functional Programming"}], "\" \"", "\"Functional Programming\""}, "RowDefault"], StripOnInput->False, FontSize->12]}, { StyleBox[ TemplateBox[{ CheckboxBox[False, {False, "Function Visualization"}], "\" \"", "\"Function Visualization\""}, "RowDefault"], StripOnInput->False, FontSize->12], StyleBox[ TemplateBox[{ CheckboxBox[False, {False, "Games"}], "\" \"", "\"Games\""}, "RowDefault"], StripOnInput->False, FontSize->12]}, { StyleBox[ TemplateBox[{ CheckboxBox[False, {False, "Geographic Data and Entities"}], "\" \"", "\"Geographic Data and Entities\""}, "RowDefault"], StripOnInput->False, FontSize->12], StyleBox[ TemplateBox[{ CheckboxBox[False, {False, "Geographic Data & Computation"}], "\" \"", "\"Geographic Data & Computation\""}, "RowDefault"], StripOnInput->False, FontSize->12]}, { StyleBox[ TemplateBox[{ CheckboxBox[False, {False, "Geographic Visualization"}], "\" \"", "\"Geographic Visualization\""}, "RowDefault"], StripOnInput->False, FontSize->12], StyleBox[ TemplateBox[{ CheckboxBox[False, {False, "Geometric Transforms"}], "\" \"", "\"Geometric Transforms\""}, "RowDefault"], StripOnInput->False, FontSize->12]}, { StyleBox[ TemplateBox[{ CheckboxBox[False, {False, "Geometry"}], "\" \"", "\"Geometry\""}, "RowDefault"], StripOnInput->False, FontSize->12], StyleBox[ TemplateBox[{ CheckboxBox[False, {False, "Graph Construction & Representation"}], "\" \"", "\"Graph Construction & Representation\""}, "RowDefault"], StripOnInput->False, FontSize->12]}, { StyleBox[ TemplateBox[{ CheckboxBox[False, {False, "Graph Properties & Measurements"}], "\" \"", "\"Graph Properties & Measurements\""}, "RowDefault"], StripOnInput->False, FontSize->12], StyleBox[ TemplateBox[{ CheckboxBox[False, {False, "Graphs & Networks"}], "\" \"", "\"Graphs & Networks\""}, "RowDefault"], StripOnInput->False, FontSize->12]}, { StyleBox[ TemplateBox[{ CheckboxBox[False, {False, "Handling Arrays of Data"}], "\" \"", "\"Handling Arrays of Data\""}, "RowDefault"], StripOnInput->False, FontSize->12], StyleBox[ TemplateBox[{ CheckboxBox[False, {False, "Higher Mathematical Computation"}], "\" \"", "\"Higher Mathematical Computation\""}, "RowDefault"], StripOnInput->False, FontSize->12]}, { StyleBox[ TemplateBox[{ CheckboxBox[ False, {False, "Image Filtering & Neighborhood Processing"}], "\" \"", "\"Image Filtering & Neighborhood Processing\""}, "RowDefault"], StripOnInput->False, FontSize->12], StyleBox[ TemplateBox[{ CheckboxBox[False, {False, "Images"}], "\" \"", "\"Images\""}, "RowDefault"], StripOnInput->False, FontSize->12]}, { StyleBox[ TemplateBox[{ CheckboxBox[False, {False, "Importing and Exporting"}], "\" \"", "\"Importing and Exporting\""}, "RowDefault"], StripOnInput->False, FontSize->12], StyleBox[ TemplateBox[{ CheckboxBox[False, {False, "Iterated Maps & Fractals"}], "\" \"", "\"Iterated Maps & Fractals\""}, "RowDefault"], StripOnInput->False, FontSize->12]}, { StyleBox[ TemplateBox[{ CheckboxBox[False, {False, "Just For Fun"}], "\" \"", "\"Just For Fun\""}, "RowDefault"], StripOnInput->False, FontSize->12], StyleBox[ TemplateBox[{ CheckboxBox[ False, {False, "Knowledge Representation & Natural Language"}], "\" \"", "\"Knowledge Representation & Natural Language\""}, "RowDefault"], StripOnInput->False, FontSize->12]}, { StyleBox[ TemplateBox[{ CheckboxBox[ False, {False, "Life Sciences & Medicine: Data & Computation"}], "\" \"", "\"Life Sciences & Medicine: Data & Computation\""}, "RowDefault"], StripOnInput->False, FontSize->12], StyleBox[ TemplateBox[{ CheckboxBox[False, {False, "Linguistic Data"}], "\" \"", "\"Linguistic Data\""}, "RowDefault"], StripOnInput->False, FontSize->12]}, { StyleBox[ TemplateBox[{ CheckboxBox[False, {False, "Logic & Boolean Algebra"}], "\" \"", "\"Logic & Boolean Algebra\""}, "RowDefault"], StripOnInput->False, FontSize->12], StyleBox[ TemplateBox[{ CheckboxBox[False, {False, "Low-Level Notebook Programming"}], "\" \"", "\"Low-Level Notebook Programming\""}, "RowDefault"], StripOnInput->False, FontSize->12]}, { StyleBox[ TemplateBox[{ CheckboxBox[False, {False, "Machine Learning"}], "\" \"", "\"Machine Learning\""}, "RowDefault"], StripOnInput->False, FontSize->12], StyleBox[ TemplateBox[{ CheckboxBox[False, {False, "Maps & Cartography"}], "\" \"", "\"Maps & Cartography\""}, "RowDefault"], StripOnInput->False, FontSize->12]}, { StyleBox[ TemplateBox[{ CheckboxBox[False, {False, "Mathematical Functions"}], "\" \"", "\"Mathematical Functions\""}, "RowDefault"], StripOnInput->False, FontSize->12], StyleBox[ TemplateBox[{ CheckboxBox[False, {False, "Matrices and Linear Algebra"}], "\" \"", "\"Matrices and Linear Algebra\""}, "RowDefault"], StripOnInput->False, FontSize->12]}, { StyleBox[ TemplateBox[{ CheckboxBox[False, {False, "Molecular Structure & Computation"}], "\" \"", "\"Molecular Structure & Computation\""}, "RowDefault"], StripOnInput->False, FontSize->12], StyleBox[ TemplateBox[{ CheckboxBox[False, {False, "Neural Networks"}], "\" \"", "\"Neural Networks\""}, "RowDefault"], StripOnInput->False, FontSize->12]}, { StyleBox[ TemplateBox[{ CheckboxBox[False, {False, "Notebook Documents & Presentation"}], "\" \"", "\"Notebook Documents & Presentation\""}, "RowDefault"], StripOnInput->False, FontSize->12], StyleBox[ TemplateBox[{ CheckboxBox[False, {False, "Parallel Computing"}], "\" \"", "\"Parallel Computing\""}, "RowDefault"], StripOnInput->False, FontSize->12]}, { StyleBox[ TemplateBox[{ CheckboxBox[False, {False, "Persistent Storage"}], "\" \"", "\"Persistent Storage\""}, "RowDefault"], StripOnInput->False, FontSize->12], StyleBox[ TemplateBox[{ CheckboxBox[ False, {False, "Physics & Chemistry: Data and Computation"}], "\" \"", "\"Physics & Chemistry: Data and Computation\""}, "RowDefault"], StripOnInput->False, FontSize->12]}, { StyleBox[ TemplateBox[{ CheckboxBox[False, {False, "Plane Geometry"}], "\" \"", "\"Plane Geometry\""}, "RowDefault"], StripOnInput->False, FontSize->12], StyleBox[ TemplateBox[{ CheckboxBox[False, {False, "Polynomial Algebra"}], "\" \"", "\"Polynomial Algebra\""}, "RowDefault"], StripOnInput->False, FontSize->12]}, { StyleBox[ TemplateBox[{ CheckboxBox[False, {False, "Precollege Education"}], "\" \"", "\"Precollege Education\""}, "RowDefault"], StripOnInput->False, FontSize->12], StyleBox[ TemplateBox[{ CheckboxBox[False, {False, "Presentations with the Wolfram System"}], "\" \"", "\"Presentations with the Wolfram System\""}, "RowDefault"], StripOnInput->False, FontSize->12]}, { StyleBox[ TemplateBox[{ CheckboxBox[False, {False, "Probability & Statistics"}], "\" \"", "\"Probability & Statistics\""}, "RowDefault"], StripOnInput->False, FontSize->12], StyleBox[ TemplateBox[{ CheckboxBox[False, {False, "Programming Utilities"}], "\" \"", "\"Programming Utilities\""}, "RowDefault"], StripOnInput->False, FontSize->12]}, { StyleBox[ TemplateBox[{ CheckboxBox[False, {False, "Repository Tools"}], "\" \"", "\"Repository Tools\""}, "RowDefault"], StripOnInput->False, FontSize->12], StyleBox[ TemplateBox[{ CheckboxBox[False, {False, "Rules & Patterns"}], "\" \"", "\"Rules & Patterns\""}, "RowDefault"], StripOnInput->False, FontSize->12]}, { StyleBox[ TemplateBox[{ CheckboxBox[ False, {False, "Scientific and Medical Data & Computation"}], "\" \"", "\"Scientific and Medical Data & Computation\""}, "RowDefault"], StripOnInput->False, FontSize->12], StyleBox[ TemplateBox[{ CheckboxBox[False, {False, "Scientific Data Analysis"}], "\" \"", "\"Scientific Data Analysis\""}, "RowDefault"], StripOnInput->False, FontSize->12]}, { StyleBox[ TemplateBox[{ CheckboxBox[False, {False, "Shortcuts and Idioms"}], "\" \"", "\"Shortcuts and Idioms\""}, "RowDefault"], StripOnInput->False, FontSize->12], StyleBox[ TemplateBox[{ CheckboxBox[False, {False, "Signal Processing"}], "\" \"", "\"Signal Processing\""}, "RowDefault"], StripOnInput->False, FontSize->12]}, { StyleBox[ TemplateBox[{ CheckboxBox[False, {False, "Social, Cultural & Linguistic Data"}], "\" \"", "\"Social, Cultural & Linguistic Data\""}, "RowDefault"], StripOnInput->False, FontSize->12], StyleBox[ TemplateBox[{ CheckboxBox[False, {False, "Sound & Video"}], "\" \"", "\"Sound & Video\""}, "RowDefault"], StripOnInput->False, FontSize->12]}, { StyleBox[ TemplateBox[{ CheckboxBox[False, {False, "Strings & Text"}], "\" \"", "\"Strings & Text\""}, "RowDefault"], StripOnInput->False, FontSize->12], StyleBox[ TemplateBox[{ CheckboxBox[False, {False, "Symbolic & Numeric Computation"}], "\" \"", "\"Symbolic & Numeric Computation\""}, "RowDefault"], StripOnInput->False, FontSize->12]}, { StyleBox[ TemplateBox[{ CheckboxBox[False, {False, "System Operation & Setup"}], "\" \"", "\"System Operation & Setup\""}, "RowDefault"], StripOnInput->False, FontSize->12], StyleBox[ TemplateBox[{ CheckboxBox[False, {False, "Time-Related Computation"}], "\" \"", "\"Time-Related Computation\""}, "RowDefault"], StripOnInput->False, FontSize->12]}, { StyleBox[ TemplateBox[{ CheckboxBox[False, {False, "Time Series Processing"}], "\" \"", "\"Time Series Processing\""}, "RowDefault"], StripOnInput->False, FontSize->12], StyleBox[ TemplateBox[{ CheckboxBox[False, {False, "Units & Quantities"}], "\" \"", "\"Units & Quantities\""}, "RowDefault"], StripOnInput->False, FontSize->12]}, { StyleBox[ TemplateBox[{ CheckboxBox[False, {False, "User Interface Construction"}], "\" \"", "\"User Interface Construction\""}, "RowDefault"], StripOnInput->False, FontSize->12], StyleBox[ TemplateBox[{ CheckboxBox[False, {False, "Visualization & Graphics"}], "\" \"", "\"Visualization & Graphics\""}, "RowDefault"], StripOnInput->False, FontSize->12]}, { StyleBox[ TemplateBox[{ CheckboxBox[False, {False, "Weather Data"}], "\" \"", "\"Weather Data\""}, "RowDefault"], StripOnInput->False, FontSize->12], StyleBox[ TemplateBox[{ CheckboxBox[False, {False, "Wolfram Physics Project"}], "\" \"", "\"Wolfram Physics Project\""}, "RowDefault"], StripOnInput->False, FontSize->12]}, { StyleBox[ TemplateBox[{ CheckboxBox[False, {False, "Wolfram System Setup"}], "\" \"", "\"Wolfram System Setup\""}, "RowDefault"], StripOnInput->False, FontSize->12], StyleBox[ TemplateBox[{ CheckboxBox[False, {False, "Working with Paclets"}], "\" \"", "\"Working with Paclets\""}, "RowDefault"], StripOnInput->False, FontSize->12]} }, AutoDelete->False, BaseStyle->{"ControlStyle"}, GridBoxAlignment->{"Columns" -> {{Left}}}, GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, GridBoxSpacings->{"Columns" -> {{2}}}], "Grid"]], "Output", Editable->False, Deletable->False, TaggingRules->{ "CheckboxData" -> "OEM6eJxVj8FqwzAMQGFb22SU3gc75LRbPsKkKxQ6Oqr9gOqqmZljG0s6+O/\ ndDC2kwTvwZNM08MCpHiC5VElqfSwGj7JftHles8PB8cCa8McrUNxMTA8DTFTd8AwKo7UvXQgWa1oJ\ njeomD3hsEl9Te9YhPQF3ZcQ3uhibk1KnGq2PbQvOeYKEuBxwGFxpgdVXN1TLfY9e7nhHme1BM3rxc\ neK7bYoee6Re0W/L0l8x/RK9T+B/c7INQTrm6cwFaEwromak+vj4RR82WPkoiaHYa7Ox8A1+LZgg=\ "}, CellTags->{"Categories", "Categories-Checkboxes", "CheckboxCell"}, CellID->436762835] }, Open ]], Cell[CellGroupData[{ Cell[TextData[{ "Related Symbols", Cell[BoxData[ PaneSelectorBox[{True-> TemplateBox[{"Related Symbols", Cell[ BoxData[ FrameBox[ Cell[ "List up to twenty documented, system-level Wolfram Language symbols \ related to the function.", "MoreInfoText"], Background -> GrayLevel[0.95], FrameMargins -> 20, FrameStyle -> GrayLevel[0.9], RoundingRadius -> 5, ImageSize -> { Scaled[0.65], Automatic}]], "MoreInfoText", Deletable -> True, CellTags -> {"SectionMoreInfoRelatedSymbols"}, CellMargins -> {{66, 66}, {15, 15}}]}, "MoreInfoOpenerButtonTemplate"]}, Dynamic[ CurrentValue[ EvaluationNotebook[], {TaggingRules, "ResourceCreateNotebook"}]], ImageSize->Automatic]]] }], "Subsection", Editable->False, Deletable->False, TaggingRules->{"TemplateGroupName" -> "Related Symbols"}, DefaultNewCellStyle->"Item", CellTags->{"Related Symbols", "TemplateCellGroup"}, CellID->659846169], Cell["MapIndexed", "Item", CellID->803015473], Cell["MapThread", "Item", CellID->65961006], Cell["Range", "Item", CellID->793812038] }, Open ]], Cell[CellGroupData[{ Cell[TextData[{ "Related Resource Objects", Cell[BoxData[ PaneSelectorBox[{True-> TemplateBox[{"Related Resource Objects", Cell[ BoxData[ FrameBox[ Cell[ "List the names of published resource objects from any Wolfram \ repository that are related to this function.", "MoreInfoText"], Background -> GrayLevel[0.95], FrameMargins -> 20, FrameStyle -> GrayLevel[0.9], RoundingRadius -> 5, ImageSize -> { Scaled[0.65], Automatic}]], "MoreInfoText", Deletable -> True, CellTags -> {"SectionMoreInfoRelatedResourceObjects"}, CellMargins -> {{66, 66}, {15, 15}}]}, "MoreInfoOpenerButtonTemplate"]}, Dynamic[ CurrentValue[ EvaluationNotebook[], {TaggingRules, "ResourceCreateNotebook"}]], ImageSize->Automatic]]] }], "Subsection", Editable->False, Deletable->False, TaggingRules->{"TemplateGroupName" -> "Related Resource Objects"}, DefaultNewCellStyle->"Item", CellTags->{"Related Resource Objects", "TemplateCellGroup"}, CellID->465534472], Cell["KeyIndex", "Item", CellID->186304832] }, Open ]], Cell[CellGroupData[{ Cell[TextData[{ "Source/Reference Citation", Cell[BoxData[ PaneSelectorBox[{True-> TemplateBox[{"Source/Reference Citation", Cell[ BoxData[ FrameBox[ Cell[ "Give a bibliographic-style citation for the original source of the \ function and/or its components (e.g. a published paper, algorithm, or code \ repository).", "MoreInfoText"], Background -> GrayLevel[0.95], FrameMargins -> 20, FrameStyle -> GrayLevel[0.9], RoundingRadius -> 5, ImageSize -> { Scaled[0.65], Automatic}]], "MoreInfoText", Deletable -> True, CellTags -> {"SectionMoreInfoSourceReferenceCitation"}, CellMargins -> {{66, 66}, {15, 15}}]}, "MoreInfoOpenerButtonTemplate"]}, Dynamic[ CurrentValue[ EvaluationNotebook[], {TaggingRules, "ResourceCreateNotebook"}]], ImageSize->Automatic]]] }], "Subsection", Editable->False, Deletable->False, TaggingRules->{"TemplateGroupName" -> "Source/Reference Citation"}, DefaultNewCellStyle->"Text", CellTags->{"Source/Reference Citation", "TemplateCellGroup"}, CellID->515669552], Cell["Source, reference or citation information", "Text", CellEventActions->{Inherited, {"KeyDown", "\t"} :> Replace[SelectionMove[ SelectedNotebook[], After, Cell]; NotebookFind[ SelectedNotebook[], "TabNext", Next, CellTags, AutoScroll -> True, WrapAround -> True], Blank[NotebookSelection] :> SelectionMove[ SelectedNotebook[], All, CellContents, AutoScroll -> True]], PassEventsDown -> False, PassEventsUp -> False}, CellTags->{"DefaultContent", "TabNext"}, CellID->436399423] }, Open ]], Cell[CellGroupData[{ Cell[TextData[{ "Links", Cell[BoxData[ PaneSelectorBox[{True-> TemplateBox[{"Links", Cell[ BoxData[ FrameBox[ Cell[ "List additional URLs or hyperlinks for external information related \ to the function.", "MoreInfoText"], Background -> GrayLevel[0.95], FrameMargins -> 20, FrameStyle -> GrayLevel[0.9], RoundingRadius -> 5, ImageSize -> { Scaled[0.65], Automatic}]], "MoreInfoText", Deletable -> True, CellTags -> {"SectionMoreInfoLinks"}, CellMargins -> {{66, 66}, {15, 15}}]}, "MoreInfoOpenerButtonTemplate"]}, Dynamic[ CurrentValue[ EvaluationNotebook[], {TaggingRules, "ResourceCreateNotebook"}]], ImageSize->Automatic]]] }], "Subsection", Editable->False, Deletable->False, TaggingRules->{"TemplateGroupName" -> "Links"}, DefaultNewCellStyle->"Item", CellTags->{"Links", "TemplateCellGroup"}, CellID->571756773], Cell["Link to other related material", "Item", CellEventActions->{Inherited, {"KeyDown", "\t"} :> Replace[SelectionMove[ SelectedNotebook[], After, Cell]; NotebookFind[ SelectedNotebook[], "TabNext", Next, CellTags, AutoScroll -> True, WrapAround -> True], Blank[NotebookSelection] :> SelectionMove[ SelectedNotebook[], All, CellContents, AutoScroll -> True]], PassEventsDown -> False, PassEventsUp -> False}, CellTags->{"DefaultContent", "TabNext"}, CellID->132505746] }, Open ]], Cell[CellGroupData[{ Cell[TextData[{ "Tests", Cell[BoxData[ PaneSelectorBox[{True-> TemplateBox[{"VerificationTests", Cell[ BoxData[ FrameBox[ Cell[ TextData[{ "Specify an optional list of tests for verifying that the function \ is working properly in any environment. Tests can be specified as \ Input/Output cell pairs or as symbolic ", Cell[ BoxData[ StyleBox[ TagBox[ ButtonBox[ StyleBox[ "VerificationTest", "SymbolsRefLink", ShowStringCharacters -> True, FontFamily -> "Source Sans Pro"], BaseStyle -> Dynamic[ FEPrivate`If[ CurrentValue["MouseOver"], { "Link", FontColor -> RGBColor[0.8549, 0.39608, 0.1451]}, { "Link"}]], ButtonData -> "paclet:ref/VerificationTest", ContentPadding -> False], MouseAppearanceTag["LinkHand"]], ShowStringCharacters -> True, FontFamily -> "Source Sans Pro"]]], " expressions for including additional options."}], "MoreInfoText"], Background -> GrayLevel[0.95], FrameMargins -> 20, FrameStyle -> GrayLevel[0.9], RoundingRadius -> 5, ImageSize -> { Scaled[0.65], Automatic}]], "MoreInfoText", Deletable -> True, CellTags -> {"SectionMoreInfoVerificationTests"}, CellMargins -> {{66, 66}, {15, 15}}]}, "MoreInfoOpenerButtonTemplate"]}, Dynamic[ CurrentValue[ EvaluationNotebook[], {TaggingRules, "ResourceCreateNotebook"}]], ImageSize->Automatic]]] }], "Subsection", Editable->False, Deletable->False, TaggingRules->{"TemplateGroupName" -> "VerificationTests"}, DefaultNewCellStyle->"Input", CellTags->{"TemplateCellGroup", "Tests", "VerificationTests"}, CellID->561308448], Cell[BoxData[ RowBox[{ RowBox[{"VerificationTest", "[", RowBox[{ RowBox[{"CorrespondingIntegers", "[", RowBox[{ RowBox[{"CharacterRange", "[", RowBox[{"\"\\"", ",", "\"\\""}], "]"}], ",", "5", ",", "2"}], "]"}], ",", RowBox[{"{", RowBox[{ "5", ",", "7", ",", "9", ",", "11", ",", "13", ",", "15", ",", "17", ",", "19", ",", "21", ",", "23"}], "}"}]}], "]"}], ";"}]], "Input", CellChangeTimes->{{3.7696141919325*^9, 3.769614208685182*^9}}, CellLabel->"In[773]:=", CellID->74163207], Cell[BoxData[ RowBox[{ RowBox[{"VerificationTest", "[", RowBox[{ RowBox[{ RowBox[{"CorrespondingIntegers", "[", RowBox[{"1", ",", "1"}], "]"}], "[", RowBox[{"CharacterRange", "[", RowBox[{"\"\\"", ",", "\"\\""}], "]"}], "]"}], ",", RowBox[{"Range", "[", "10", "]"}]}], "]"}], ";"}]], "Input", CellChangeTimes->{{3.7696141613985357`*^9, 3.769614173787012*^9}}, CellLabel->"In[771]:=", CellID->711609501], Cell[BoxData[ RowBox[{ RowBox[{"VerificationTest", "[", RowBox[{ RowBox[{ RowBox[{"SeedRandom", "[", "1", "]"}], ";", RowBox[{"Module", "[", RowBox[{ RowBox[{"{", RowBox[{ RowBox[{"allIndices", "=", RowBox[{"CorrespondingIntegers", "[", RowBox[{"{", RowBox[{ RowBox[{"\[LeftAssociation]", RowBox[{ RowBox[{"\"\\"", "\[Rule]", "\"\\""}], ",", RowBox[{"\"\\"", "\[Rule]", "True"}]}], "\[RightAssociation]"}], ",", RowBox[{"\[LeftAssociation]", RowBox[{ RowBox[{"\"\\"", "\[Rule]", "\"\\""}], ",", RowBox[{"\"\\"", "\[Rule]", "True"}]}], "\[RightAssociation]"}], ",", RowBox[{"\[LeftAssociation]", RowBox[{ RowBox[{"\"\\"", "\[Rule]", "\"\\""}], ",", RowBox[{"\"\\"", "\[Rule]", "False"}]}], "\[RightAssociation]"}], ",", RowBox[{"\[LeftAssociation]", RowBox[{ RowBox[{"\"\\"", "\[Rule]", "\"\\""}], ",", RowBox[{"\"\\"", "\[Rule]", "False"}]}], "\[RightAssociation]"}], ",", RowBox[{"\[LeftAssociation]", RowBox[{ RowBox[{"\"\\"", "\[Rule]", "\"\\""}], ",", RowBox[{"\"\\"", "\[Rule]", "False"}]}], "\[RightAssociation]"}], ",", RowBox[{"\[LeftAssociation]", RowBox[{ RowBox[{"\"\\"", "\[Rule]", "\"\\""}], ",", RowBox[{"\"\\"", "\[Rule]", "True"}]}], "\[RightAssociation]"}], ",", RowBox[{"\[LeftAssociation]", RowBox[{ RowBox[{"\"\\"", "\[Rule]", "\"\\""}], ",", RowBox[{"\"\\"", "\[Rule]", "True"}]}], "\[RightAssociation]"}], ",", RowBox[{"\[LeftAssociation]", RowBox[{ RowBox[{"\"\\"", "\[Rule]", "\"\\""}], ",", RowBox[{"\"\\"", "\[Rule]", "False"}]}], "\[RightAssociation]"}], ",", RowBox[{"\[LeftAssociation]", RowBox[{ RowBox[{"\"\\"", "\[Rule]", "\"\\""}], ",", RowBox[{"\"\\"", "\[Rule]", "True"}]}], "\[RightAssociation]"}], ",", RowBox[{"\[LeftAssociation]", RowBox[{ RowBox[{"\"\\"", "\[Rule]", "\"\\""}], ",", RowBox[{"\"\\"", "\[Rule]", "False"}]}], "\[RightAssociation]"}]}], "}"}], "]"}]}], ",", "trainingIndices", ",", "testIndices"}], "}"}], ",", "\[IndentingNewLine]", RowBox[{ RowBox[{"trainingIndices", "=", RowBox[{"RandomSample", "[", RowBox[{"allIndices", ",", "7"}], "]"}]}], ";", "\[IndentingNewLine]", RowBox[{"testIndices", "=", RowBox[{"Complement", "[", RowBox[{"allIndices", ",", "trainingIndices"}], "]"}]}], ";", "\[IndentingNewLine]", RowBox[{"{", RowBox[{"trainingIndices", ",", "testIndices"}], "}"}]}]}], "]"}]}], ",", RowBox[{"{", RowBox[{ RowBox[{"{", RowBox[{ "2", ",", "5", ",", "1", ",", "10", ",", "8", ",", "6", ",", "7"}], "}"}], ",", RowBox[{"{", RowBox[{"3", ",", "4", ",", "9"}], "}"}]}], "}"}]}], "]"}], ";"}]], "Input", CellChangeTimes->{{3.769613947438768*^9, 3.769614008655612*^9}, { 3.769614039425013*^9, 3.769614041893853*^9}}, CellLabel->"In[767]:=", CellID->710640417], Cell[BoxData[ RowBox[{ RowBox[{"VerificationTest", "[", RowBox[{ RowBox[{"CorrespondingIntegers", "[", RowBox[{"Association", "[", RowBox[{ RowBox[{"\"\\"", "\[Rule]", "6"}], ",", RowBox[{"\"\\"", "\[Rule]", "9"}]}], "]"}], "]"}], ",", RowBox[{"{", RowBox[{"1", ",", "2"}], "}"}]}], "]"}], ";"}]], "Input", CellChangeTimes->{{3.7696140225286303`*^9, 3.7696140436522408`*^9}}, CellLabel->"In[768]:=", CellID->523965854] }, Open ]], Cell[CellGroupData[{ Cell[TextData[{ "Compatibility", Cell[BoxData[ PaneSelectorBox[{True-> TemplateBox[{"Compatibility", Cell[ BoxData[ FrameBox[ Cell[ "Specify any known compatibilities for your resource to ensure it is \ discoverable on the correct platforms.", "MoreInfoText"], Background -> GrayLevel[0.95], FrameMargins -> 20, FrameStyle -> GrayLevel[0.9], RoundingRadius -> 5, ImageSize -> { Scaled[0.65], Automatic}]], "MoreInfoText", Deletable -> True, CellTags -> {"SectionMoreInfoCompatibility"}, CellMargins -> {{66, 66}, {15, 15}}]}, "MoreInfoOpenerButtonTemplate"]}, Dynamic[ CurrentValue[ EvaluationNotebook[], {TaggingRules, "ResourceCreateNotebook"}]], ImageSize->Automatic]]] }], "Subsection", Editable->False, Deletable->False, TaggingRules->{"TemplateGroupName" -> "Compatibility"}, CellTags->{"Compatibility", "TemplateCellGroup"}, CellID->559974822], Cell[CellGroupData[{ Cell[TextData[{ "Wolfram Language Version", Cell[BoxData[ PaneSelectorBox[{True-> TemplateBox[{"CompatibilityWolframLanguageVersionRequired", Cell[ BoxData[ FrameBox[ Cell[ "Enter required Wolfram Language Version (e.g. 12.1+).", "MoreInfoText"], Background -> GrayLevel[0.95], FrameMargins -> 20, FrameStyle -> GrayLevel[0.9], RoundingRadius -> 5, ImageSize -> { Scaled[0.65], Automatic}]], "MoreInfoText", Deletable -> True, CellTags -> { "SectionMoreInfoCompatibilityWolframLanguageVersionRequired"}, CellMargins -> {{66, 66}, {15, 15}}]}, "MoreInfoOpenerButtonTemplate"]}, Dynamic[ CurrentValue[ EvaluationNotebook[], {TaggingRules, "ResourceCreateNotebook"}]], ImageSize->Automatic]]] }], "Subsubsection", Editable->False, Deletable->False, CellMargins->{{Inherited, Inherited}, {4, 6}}, TaggingRules->{ "TemplateGroupName" -> "CompatibilityWolframLanguageVersionRequired"}, DefaultNewCellStyle->"Text", FontSize->16, CellTags->{ "CompatibilityWolframLanguageVersionRequired", "TemplateCellGroup", "Wolfram Language Version"}, CellID->901090016], Cell["12.3+", "Text", CellTags->{"DefaultContent", "ScrapeDefault"}, CellID->913148768] }, Open ]], Cell[CellGroupData[{ Cell[TextData[{ "Operating System", Cell[BoxData[ PaneSelectorBox[{True-> TemplateBox[{"CompatibilityOperatingSystem", Cell[ BoxData[ FrameBox[ Cell[ "Select all operating systems where your resource is expected to \ function properly.", "MoreInfoText"], Background -> GrayLevel[0.95], FrameMargins -> 20, FrameStyle -> GrayLevel[0.9], RoundingRadius -> 5, ImageSize -> { Scaled[0.65], Automatic}]], "MoreInfoText", Deletable -> True, CellTags -> {"SectionMoreInfoCompatibilityOperatingSystem"}, CellMargins -> {{66, 66}, {15, 15}}]}, "MoreInfoOpenerButtonTemplate"]}, Dynamic[ CurrentValue[ EvaluationNotebook[], {TaggingRules, "ResourceCreateNotebook"}]], ImageSize->Automatic]]] }], "Subsubsection", Editable->False, Deletable->False, CellMargins->{{Inherited, Inherited}, {4, 6}}, TaggingRules->{"TemplateGroupName" -> "CompatibilityOperatingSystem"}, DefaultNewCellStyle->"Item", FontSize->16, CellTags->{ "CompatibilityOperatingSystem", "Operating System", "TemplateCellGroup"}, CellID->499582406], Cell[BoxData[ TagBox[GridBox[{ { StyleBox[ TemplateBox[{ CheckboxBox["Windows", {False, "Windows"}], "\" \"", "\"Windows\""}, "RowDefault"], StripOnInput->False, FontSize->12], StyleBox[ TemplateBox[{ CheckboxBox["MacOSX", {False, "MacOSX"}], "\" \"", "\"Mac\""}, "RowDefault"], StripOnInput->False, FontSize->12], StyleBox[ TemplateBox[{ CheckboxBox["Unix", {False, "Unix"}], "\" \"", "\"Unix\""}, "RowDefault"], StripOnInput->False, FontSize->12]} }, AutoDelete->False, BaseStyle->{"ControlStyle"}, GridBoxAlignment->{"Columns" -> {{Left}}}, GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, GridBoxSpacings->{"Columns" -> {{2}}}], "Grid"]], "Output", Editable->False, Deletable->False, TaggingRules->{ "CheckboxData" -> "OEM6eJxNkNuKwkAMhsEerLDsE/gKfQipCoJLF7PL7m0PUQenM8Mkg87bmwot3iX5/\ 3w5bIoSMuCoEfI6sAtcwrK6YnfD/pxQelTEsPxTprd3gvyr6Wr4h/\ TXqIc0HhgHmmznBaWnIKDZPgWzkkj/\ BJmLL9iELL69deg5wrqyg2tYtUorjrUUJTEXiCRDZcnasbLmxX6fTsWuV9y0EmX7RhPOwmqLGt+\ V8VKrw2CoSkr4PBhG77xYRjCsNiZCaAnlIx8nJBt8hz/RIRT7YLrR8wRtF2wJ"}, CellTags->{ "CheckboxCell", "CompatibilityOperatingSystem", "CompatibilityOperatingSystem-Checkboxes"}, CellID->40078524] }, Closed]], Cell[CellGroupData[{ Cell[TextData[{ "Required Features", Cell[BoxData[ PaneSelectorBox[{True-> TemplateBox[{"CompatibilityFeatures", Cell[ BoxData[ FrameBox[ Cell[ TextData[{"Choose any other features that are ", Cell[ BoxData[ StyleBox[ StyleBox["required", "TI"], ShowStringCharacters -> True, FontFamily -> "Source Sans Pro"]]], " in order to use your resource."}], "MoreInfoText"], Background -> GrayLevel[0.95], FrameMargins -> 20, FrameStyle -> GrayLevel[0.9], RoundingRadius -> 5, ImageSize -> { Scaled[0.65], Automatic}]], "MoreInfoText", Deletable -> True, CellTags -> {"SectionMoreInfoCompatibilityFeatures"}, CellMargins -> {{66, 66}, {15, 15}}]}, "MoreInfoOpenerButtonTemplate"]}, Dynamic[ CurrentValue[ EvaluationNotebook[], {TaggingRules, "ResourceCreateNotebook"}]], ImageSize->Automatic]]] }], "Subsubsection", Editable->False, Deletable->False, CellMargins->{{Inherited, Inherited}, {4, 6}}, TaggingRules->{"TemplateGroupName" -> "CompatibilityFeatures"}, DefaultNewCellStyle->"Item", FontSize->16, CellTags->{"CompatibilityFeatures", "Required Features", "TemplateCellGroup"}, CellID->989275156], Cell[BoxData[ TagBox[GridBox[{ { StyleBox[ TemplateBox[{ CheckboxBox[False, {False, "Notebooks"}], "\" \"", "\"Notebooks\""}, "RowDefault"], StripOnInput->False, FontSize->12], StyleBox[ TemplateBox[{ CheckboxBox[False, {False, "Parallel Kernels"}], "\" \"", "\"Parallel Kernels\""}, "RowDefault"], StripOnInput->False, FontSize->12], StyleBox[ TemplateBox[{ CheckboxBox[False, {False, "Cloud Access"}], "\" \"", "\"Cloud Access\""}, "RowDefault"], StripOnInput->False, FontSize->12]} }, AutoDelete->False, BaseStyle->{"ControlStyle"}, GridBoxAlignment->{"Columns" -> {{Left}}}, GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, GridBoxSpacings->{"Columns" -> {{2}}}], "Grid"]], "Output", Editable->False, Deletable->False, TaggingRules->{ "CheckboxData" -> "OEM6eJxlUM1qwzAMHmuzJlDKLrv3BfIQIVugrKyl2gs4jsJMFdtY8sFvP2eDkLHb96cPSU1ZQw\ GSCOHpEsVHqWHXfqG+4zA+8PZsOCvFSXDicfPLx0fe3mKeqD6cYO/cnVdwcZ+vKigipOM7BovE/\ 5Ulu2/JxeHYaI3Mf1kN5TU4j0ESvLRu8kpMb8hI6lBJDJgTu4sX4+\ xP33pDLt8GI6rPqOgUMS5G9YqEa2c+21GcLLebGg4nKxh8yJG5GKrGJog9Y37G/\ obsYtD4mTxC2UWr58w3NfBx2Q=="}, CellTags->{ "CheckboxCell", "CompatibilityFeatures", "CompatibilityFeatures-Checkboxes"}, CellID->396992059] }, Closed]], Cell[CellGroupData[{ Cell[TextData[{ "Environments", Cell[BoxData[ PaneSelectorBox[{True-> TemplateBox[{"CompatibilityEvaluationEnvironment", Cell[ BoxData[ FrameBox[ Cell[ TextData[{ "Select all evaluation environments where your resource is expected \ to be compatible. See ", Cell[ BoxData[ StyleBox[ TagBox[ ButtonBox[ StyleBox[ "$EvaluationEnvironment", "SymbolsRefLink", ShowStringCharacters -> True, FontFamily -> "Source Sans Pro"], BaseStyle -> Dynamic[ FEPrivate`If[ CurrentValue["MouseOver"], { "Link", FontColor -> RGBColor[0.8549, 0.39608, 0.1451]}, { "Link"}]], ButtonData -> "paclet:ref/$EvaluationEnvironment", ContentPadding -> False], MouseAppearanceTag["LinkHand"]], ShowStringCharacters -> True, FontFamily -> "Source Sans Pro"]]], " for more details."}], "MoreInfoText"], Background -> GrayLevel[0.95], FrameMargins -> 20, FrameStyle -> GrayLevel[0.9], RoundingRadius -> 5, ImageSize -> { Scaled[0.65], Automatic}]], "MoreInfoText", Deletable -> True, CellTags -> {"SectionMoreInfoCompatibilityEvaluationEnvironment"}, CellMargins -> {{66, 66}, {15, 15}}]}, "MoreInfoOpenerButtonTemplate"]}, Dynamic[ CurrentValue[ EvaluationNotebook[], {TaggingRules, "ResourceCreateNotebook"}]], ImageSize->Automatic]]] }], "Subsubsection", Editable->False, Deletable->False, CellMargins->{{Inherited, Inherited}, {4, 6}}, TaggingRules->{"TemplateGroupName" -> "CompatibilityEvaluationEnvironment"}, DefaultNewCellStyle->"Item", FontSize->16, CellTags->{ "CompatibilityEvaluationEnvironment", "Environments", "TemplateCellGroup"}, CellID->605308563], Cell[BoxData[ TagBox[GridBox[{ { StyleBox[ TemplateBox[{ CheckboxBox["Session", {False, "Session"}], "\" \"", TemplateBox[{"\"Session\"", "\"Local or cloud interactive session\""}, "PrettyTooltipTemplate"]}, "RowDefault"], StripOnInput->False, FontSize->12], StyleBox[ TemplateBox[{ CheckboxBox["Script", {False, "Script"}], "\" \"", TemplateBox[{"\"Script\"", "\"Script run in batch mode\""}, "PrettyTooltipTemplate"]}, "RowDefault"], StripOnInput->False, FontSize->12], StyleBox[ TemplateBox[{ CheckboxBox["Subkernel", {False, "Subkernel"}], "\" \"", TemplateBox[{"\"Subkernel\"", "\"Parallel or grid subkernel\""}, "PrettyTooltipTemplate"]}, "RowDefault"], StripOnInput->False, FontSize->12]}, { StyleBox[ TemplateBox[{ CheckboxBox["WebEvaluation", {False, "WebEvaluation"}], "\" \"", TemplateBox[{ "\"WebEvaluation\"", "\"Cloud evaluation initiated by an HTTP request\""}, "PrettyTooltipTemplate"]}, "RowDefault"], StripOnInput->False, FontSize->12], StyleBox[ TemplateBox[{ CheckboxBox["WebAPI", {False, "WebAPI"}], "\" \"", TemplateBox[{"\"WebAPI\"", "\"API called through an HTTP request\""}, "PrettyTooltipTemplate"]}, "RowDefault"], StripOnInput->False, FontSize->12], StyleBox[ TemplateBox[{ CheckboxBox["Scheduled", {False, "Scheduled"}], "\" \"", TemplateBox[{"\"Scheduled\"", "\"Scheduled task\""}, "PrettyTooltipTemplate"]}, "RowDefault"], StripOnInput->False, FontSize->12]}, { StyleBox[ TemplateBox[{ CheckboxBox["BatchJob", {False, "BatchJob"}], "\" \"", TemplateBox[{"\"BatchJob\"", "\"Remote batch job\""}, "PrettyTooltipTemplate"]}, "RowDefault"], StripOnInput->False, FontSize->12], "\<\"\"\>", "\<\"\"\>"} }, AutoDelete->False, BaseStyle->{"ControlStyle"}, GridBoxAlignment->{"Columns" -> {{Left}}}, GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, GridBoxSpacings->{"Columns" -> {{2}}}], "Grid"]], "Output", Editable->False, Deletable->False, TaggingRules->{ "CheckboxData" -> "OEM6eJxdUdFqwzAMhK1tEtj2EXvPR3RpChmDlmqw58RRialjG0su5O/\ nlMTJ9mRJd9yd5H2awxZ4UAi7k2frOYek6FDcsL0mtPmSxJAAEkmjYQfCScuQgW9u6DQqeP3BprzXy\ tf8YIR2f64CQ3TYeoUtpB81i+7TNMGpYuxp1r0+0eYSKIv+XERkNpzeOF8FWMqI/\ sv0t120p6jTu9KO0ZcyonGb9V7p2RmLjgd4L0xvg08jleRhcS31XTqje9TjgU92nNEouj4EpWUruW5\ CtT3WijAC2QEVrpHxl4zyvabiOYe3SjM66wLlsXG210M4C2Ewe7kgGe8Efg82xD96LUbOL+VQrkA=\ "}, CellTags->{ "CheckboxCell", "CompatibilityEvaluationEnvironment", "CompatibilityEvaluationEnvironment-Checkboxes"}, CellID->62394308] }, Closed]], Cell[CellGroupData[{ Cell[TextData[{ "Cloud Support", Cell[BoxData[ PaneSelectorBox[{True-> TemplateBox[{"CompatibilityCloudSupport", Cell[ BoxData[ FrameBox[ Cell[ "Specify whether your resource is expected to work in the public \ cloud.", "MoreInfoText"], Background -> GrayLevel[0.95], FrameMargins -> 20, FrameStyle -> GrayLevel[0.9], RoundingRadius -> 5, ImageSize -> { Scaled[0.65], Automatic}]], "MoreInfoText", Deletable -> True, CellTags -> {"SectionMoreInfoCompatibilityCloudSupport"}, CellMargins -> {{66, 66}, {15, 15}}]}, "MoreInfoOpenerButtonTemplate"]}, Dynamic[ CurrentValue[ EvaluationNotebook[], {TaggingRules, "ResourceCreateNotebook"}]], ImageSize->Automatic]]] }], "Subsubsection", Editable->False, Deletable->False, CellMargins->{{Inherited, Inherited}, {4, 6}}, TaggingRules->{"TemplateGroupName" -> "CompatibilityCloudSupport"}, DefaultNewCellStyle->"Text", FontSize->16, CellTags->{"Cloud Support", "CompatibilityCloudSupport", "TemplateCellGroup"}, CellID->129998371], Cell[BoxData[ TagBox[GridBox[{ { StyleBox[ TemplateBox[{ CheckboxBox[True, {False, True}], "\" \"", "\"Supported in cloud\""}, "RowDefault"], StripOnInput->False, FontSize->12]} }, AutoDelete->False, BaseStyle->{"ControlStyle"}, GridBoxAlignment->{"Columns" -> {{Left}}}, GridBoxItemSize->{"Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, GridBoxSpacings->{"Columns" -> {{2}}}], "Grid"]], "Output", Editable->False, Deletable->False, TaggingRules->{ "CheckboxData" -> "OEM6eJxNjkEKwkAMRVGqVhAX7tx5gR5Cq0JBqBgvUNsUB6eTYZIsentnQMVdyH/vJ/\ u8gBnIaBHmtYpXKWBRPrF9YddPOLsYFs7uQTFyleDA320/\ 5eym0duAek9BsNsZt2stafc18msgj0FG2JY0+EbMw1gjY5mgjxbv1V4MOU6N/\ 82cnzojzSNOs3NjGX/B8ogW/5P0NFkdHJeTAtaVEww+RCQVw+\ JAZLFxBaxuyKShxfvoEfKzujYRb6FXWpA="}, CellTags->{ "CheckboxCell", "CompatibilityCloudSupport", "CompatibilityCloudSupport-Checkboxes"}, CellID->454919203] }, Closed]] }, Open ]] }, Closed]], Cell[CellGroupData[{ Cell[TextData[{ "Author Notes", Cell[BoxData[ PaneSelectorBox[{True-> TemplateBox[{"Author Notes", Cell[ BoxData[ FrameBox[ Cell[ "This section, when used, will appear near the bottom of the \ published resource. Content displayed in this section can include background, \ possible improvements, additional information and/or implementation details \ that are otherwise beyond the scope of the function documentation.", "MoreInfoText"], Background -> GrayLevel[0.95], FrameMargins -> 20, FrameStyle -> GrayLevel[0.9], RoundingRadius -> 5, ImageSize -> { Scaled[0.65], Automatic}]], "MoreInfoText", Deletable -> True, CellTags -> {"SectionMoreInfoAuthorNotes"}, CellMargins -> {{66, 66}, {15, 15}}]}, "MoreInfoOpenerButtonTemplate"]}, Dynamic[ CurrentValue[ EvaluationNotebook[], {TaggingRules, "ResourceCreateNotebook"}]], ImageSize->Automatic]]] }], "Section", Editable->False, Deletable->False, TaggingRules->{"TemplateGroupName" -> "Author Notes"}, DefaultNewCellStyle->"Text", CellTags->{"Author Notes", "TemplateCellGroup"}, CellID->681870591], Cell["Additional information about limitations, issues, etc.", "Text", CellEventActions->{Inherited, {"KeyDown", "\t"} :> Replace[SelectionMove[ SelectedNotebook[], After, Cell]; NotebookFind[ SelectedNotebook[], "TabNext", Next, CellTags, AutoScroll -> True, WrapAround -> True], Blank[NotebookSelection] :> SelectionMove[ SelectedNotebook[], All, CellContents, AutoScroll -> True]], PassEventsDown -> False, PassEventsUp -> False}, CellTags->{"DefaultContent", "TabNext"}, CellID->958952487] }, Open ]], Cell[CellGroupData[{ Cell[TextData[{ "Submission Notes", Cell[BoxData[ PaneSelectorBox[{True-> TemplateBox[{"Submission Notes", Cell[ BoxData[ FrameBox[ Cell[ "Enter any additional information that you would like to communicate \ to the reviewer here. This section will not be included in the published \ resource.", "MoreInfoText"], Background -> GrayLevel[0.95], FrameMargins -> 20, FrameStyle -> GrayLevel[0.9], RoundingRadius -> 5, ImageSize -> { Scaled[0.65], Automatic}]], "MoreInfoText", Deletable -> True, CellTags -> {"SectionMoreInfoSubmissionNotes"}, CellMargins -> {{66, 66}, {15, 15}}]}, "MoreInfoOpenerButtonTemplate"]}, Dynamic[ CurrentValue[ EvaluationNotebook[], {TaggingRules, "ResourceCreateNotebook"}]], ImageSize->Automatic]]] }], "Section", Editable->False, Deletable->False, TaggingRules->{"TemplateGroupName" -> "Submission Notes"}, DefaultNewCellStyle->"Text", CellTags->{"Submission Notes", "TemplateCellGroup"}, CellID->916799765], Cell["Additional information for the reviewer.", "Text", CellEventActions->{Inherited, {"KeyDown", "\t"} :> Replace[SelectionMove[ SelectedNotebook[], After, Cell]; NotebookFind[ SelectedNotebook[], "TabNext", Next, CellTags, AutoScroll -> True, WrapAround -> True], Blank[NotebookSelection] :> SelectionMove[ SelectedNotebook[], All, CellContents, AutoScroll -> True]], PassEventsDown -> False, PassEventsUp -> False}, CellTags->{"DefaultContent", "TabNext"}, CellID->604291542] }, Open ]] }, Open ]] }, WindowSize->Automatic, WindowMargins->Automatic, WindowTitle->"CorrespondingIntegers | Definition Notebook", TaggingRules->{"CompatibilityTest" -> HoldComplete[ BinaryDeserialize[ BaseDecode[ "OEM6eJzVWVtT20YUrjEQBhxaMulMkyc98EAyadJpO9NL2iauDcQdIMCa9JW1dGQ0rHeV3RWg\ X9a/17MrydhGciTbTFNPJsja1XfOnut3LH9JPWqJQSgi7u3ehBKUCgT3a2rlJApA+/nLS2qp4+P/\ 9Sb38M/K7seIMrW5/QGkWT+KBj2Q0refnbdmB6EDOMGLRiuSErj+QFkE/\ hfq0e4VXlFtnhIaekJc4q7lg0Bp1ejSfj/g/dOIgSKNU1Aiki504xDIcptqimouv+\ cuFGq58icT7qXZlgButwTXcKOPqb7w60UnPwLwFNnJ5JFYaRi0WIBqn7fBD3gwqu757SOOUSp7LG+\ rWj6KGEPFXt5dTAWcQh9VBYma+kE/ktY0w+O+KavUKYRCBVrIOAFMcFQKVLf+\ q6m1PRqwSKJnaurhMXUZ6A5XmjJGvinS0F+\ dxdgzmbXRFWOeWSdaYjz8JQIjr35IQ3uGiLvmSX8lkUyeFBrXKkeVCeuNBIuELNDmNmFCt2qkdk6Wf\ v195MbS63WrPMavIs/KKv/\ cXy6wUp2AkbfeFtfcJoFSv5RFzS7eRxrdCJ5JqHX0NKMuNDGuFgi7YZKuDYzG4CHuxjvBPHQkBiZXf\ 5QFPpbBFQKeXyVlYV8CfpPqwRlXaTnIsUa7KjoNQ+DeGb+\ g3GPgtYAxNdUwi5IwxUb4tbKVXITFipcikK0uDPAAGoy4fSmicH5QzN1Gk5krLAdXGNBft3BTX8gA1\ LetC3Ave+IGb2/e3jbSSSNbs982UR6NmLb5zXWOpuTL7BaBJDdzXV26mg0doS674iz08Dqt+\ 8VeXgD4mIPreONBlgJr+0z0KDu/MC1t1KLqp7Ji90G/\ CzwPeFKIyqfrHuVu3LoQgQvtgDLRH1WskSomNXZJ7K9YlCm/\ zFOd4uqWXTU9icDHCPDU5FFqAeZlAk+\ wXQzPOy5gBCxrKStdGdnUnrNKVGl22UUWdCkNUd9XVYH3quRYSmUmpY5ZKLPnEVwP7Zlr4yRB1GFVl\ bcjBQfQp27c6XMhk+qU+VotG2/kJ9/rspJycCcSb1oazilmWo1dUqsH+\ KQtjHtV7dYHnZWxcYkLSyVMiQ3UHLAuUgXqPtQtzEak0JY1r5rdnbbJS6ufetDBmt3HSF3rcCss/\ oSR60OtCw6eApeue9mJ1LAz3IHt3Vp7KH5EZk3tVm6DlAseuJQdSxECWsvyuVl1HlE0f4hYSotho6m\ UcAPLvU9Us3Juh6m2JEb144GJobWmJSNdsRg4GyZkk1igQ9DUM/\ NBOoGRtVagkwHkSbLj1Sn4IE10O9nSbXVZjFdGhE6olUxPwxkqGUGXD9Dmd0bPL+zn+\ VucCeYZVqZMEhX4/fNClGqEvhrONAb/YyESDoGXtA/ERYdU4+1nhZhJt8uLg0TYzET+3kROZ/\ YlrVeGz88E9Zmx+OP5vVCB1t+HtFl4/k6hHpPEvjht/ydMfqZqgQDffbJeTVLn1tzOtQz+\ VSHMfVD2YqXHzDMzUX9RiD8fM6+KW5aK/1bOHv8tAZ9Lyc+Idv9ceA7iShpi/ZnMkHl49+\ uS7SqXbc+s6ox0uzPlN/bsx3HMtiicFDuddi8UdpH0ex7nlCTdtbHf2yfeAuUz8R/sZ+etcc9oqyP/\ 1LoXgXJ4qqpjqBiVytHC6YHj2i7iOb4UA4c6HK5BOmmHeeEogf8G4Pi4KcIocAY0NkjOtZCIpBy4CT\ F2wHvptIUTi8i5DtSFgdYydmikxQAPizZgseMKjrgaw8/RYwrhboqrgxC39hhk0t/cTg/\ 1dHpYy6aH8TlCbaLrk2YjJJVx4TBiHTj5bmz4CqLgfdhDgg6L1CGioG9x+\ xY6tG9AO9zDs2EcDuvRetMalxpasHaEJNB0BOvNVRIPeoKRp8nbn0PKEUyeJ9+Snkce5811pZ/+\ KouXDOV2vNqeXMp9D7QyIujZnSeKiMG4/\ WyabbVsUI30dbWyR5mC4Y6npzAQV7A7CHW8e0ORJGTUV01ufdzMGR2GbTwVmCj3d8A9cd0NNHoiRcl\ 98fkvn3IKDA=="]]], "CreationTimestamp" -> 3.855148727261877`16.338616126458263*^9, "DefinitionNotebookFramework" -> "DefinitionNotebookClient", "ResourceCreateNotebook" -> True, "ResourceType" -> "Function", "RuntimeConfiguration" -> { "LoadingMethod" -> "Paclet", "PacletName" -> "FunctionResource", "Contexts" -> { "FunctionResource`", "FunctionResource`DefinitionNotebook`"}, "DefaultContentMethod" -> "Legacy"}, "ToolsOpen" -> False, "UpdatedTimestamp" -> 3.855148727315888`16.338616126464352*^9, "VersionInformation" -> {"ResourceVersion" -> "1.0.0"}, "TemplateVersion" -> "1.6.3", "StatusMessage" -> "", "SubmissionReviewData" -> {"Review" -> False}}, CreateCellID->True, FrontEndVersion->"13.0 for Linux x86 (64-bit) (November 22, 2021)", StyleDefinitions->Notebook[{ Cell[ StyleData[StyleDefinitions -> "Default.nb"]], Cell[ StyleData[All, "Working"], DockedCells -> { Cell[ BoxData[ TemplateBox[{}, "MainGridTemplate"]], "DockedCell", CellMargins -> {{-10, -10}, {-8, -8}}, CellFrame -> 0, Background -> RGBColor[0.921569, 0.341176, 0.105882], CellTags -> {"MainDockedCell"}, CacheGraphics -> False], Cell[ BoxData[ TemplateBox[{}, "ToolsGridTemplate"]], "DockedCell", TaggingRules -> {"Tools" -> True}, CellTags -> {"ToolbarDockedCell"}, CellFrameMargins -> {{0, 0}, {2, 2}}, CellFrame -> {{0, 0}, {1, 0}}, CacheGraphics -> False, CellOpen -> Dynamic[ CurrentValue[ EvaluationNotebook[], {TaggingRules, "ToolsOpen"}, True]]]}, PrivateNotebookOptions -> { "FileOutlineCache" -> False, "SafeFileOpen" -> "IgnoreCache"}, CellLabelAutoDelete -> False, CodeAssistOptions -> {"AutoDetectHyperlinks" -> False}, AutoQuoteCharacters -> {}], Cell["Hint Styles", "Section"], Cell[ StyleData["MoreInfoText", StyleDefinitions -> StyleData["Text"]], FontColor -> GrayLevel[0.25]], Cell[ StyleData["ErrorText", StyleDefinitions -> StyleData["Text"]], ShowCellBracket -> False, CellMargins -> {{66, Inherited}, {10, 10}}, CellElementSpacings -> {"CellMinHeight" -> 0, "ClosedCellHeight" -> 0}, FontWeight -> Bold, FontColor -> RGBColor[1, 0, 0]], Cell[ StyleData["WarningText", StyleDefinitions -> StyleData["Text"]], ShowCellBracket -> False, CellMargins -> {{66, 35}, {0, 0}}, FontSize -> 14, GridBoxOptions -> {BaseStyle -> {}}], Cell["Template Boxes", "Section"], Cell[ StyleData["MoreInfoOpenerIconTemplate"], TemplateBoxOptions -> { DisplayFunction -> (PaneSelectorBox[{False -> GraphicsBox[{ Thickness[0.09090909090909091], StyleBox[{ JoinedCurveBox[{{{1, 4, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}}}, CompressedData[" 1:eJxTTMoPSmVmYGBgBGJJIGYC4vinF5RuVyo58OlumvteXcIBxj//Pfjx0tky Dh8v+SYJzFB0kGAJ49MtUnBYIKV/V4UNRis5GHKskYl6IuPwCaxO2eEcWJ+E QwLYHBUHfrC5InD+7CMKG4oy+OH81TJRKdb32eD6+w991YjpZ4CbD1L2s+6L Pcz+R1Ui69wfvrKHuQ/Gh7kfxvdLEoiw3CIM178BbA8f3PwJYJoDbn9JxsS3 NfZMcPcV2HJdX1zw1x7mfhgf5j8YH+Z/mH5Y+MDMh4UfzH5Y+MLchx7+ANUf raY= "], CurveClosed -> {1}]}, { JoinForm[{"Miter", 3.25}], Thickness[0.04581818181818182], RGBColor[0.627441, 0.627441, 0.627441, 1.]}, StripOnInput -> False], StyleBox[{ FilledCurveBox[{{{1, 4, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}}}, {CompressedData[" 1:eJxTTMoPSmViYGCQBGIQLTQ3t12zRcShJLdco9dU3mHepS6LtrvCcP4+Xv/m N77CDovcOdKu58g7FPjtSo+5KuTw57fmw+zb8g5K/ao+Z2KEHHRuqOoxqCo4 1OhH27UoCDnsSqhWX5aN4K+ZPvXO8oMI/txz6yeuFFeE67fRSpTaE6sIN79j 1cqy+5MV4fZf1fp0iemUItx9v7PEGkWeKjrA3A/jf+Fa9FHHQBTOX+1ud9n/ oChcv3mwk84kczG4+Yfi3FqvrBWD29+RcmLj1xdicPfB+DD3w/gw/8H0w/wP Mx8WPjD7YeEHcx8sfNHDHwBu/qSR "], CompressedData[" 1:eJxTTMoPSmViYGCQB2IQvf+bus9hGwmHDp1Dj7Lq+R1g/C8aMf2HvvI4TGr/ 8PXaHQEMPkz934jyRxrThRx4jt4OchAXgPMDH16pmH8JwZ97RmCl6XRBOP9D W/9jplQhOF+/1m7LFGNhOJ/l29N9k18i+AUfW5kZ2kXg/Ple3+bO/C4K5+fN DQ4+fUAMzt9xf9q57xnicH6N4AF++Q8IvqPzywC3cgk4PyFkivMkFkk4/4bL wedMMyQdDs1vE5FYJOBwYaHqp4u3EPzQT5dO7vwk5SCxtot3p4WYw73/Kfef X5RxYLv4XzxkhpjDona/Xv0OBH+hx9ZwiywJOB/mHxgf5l8Y30/526VcIyR+ 5Tb7vkQhON/3fNmadRME4fxHts2x9mcF4HxYfKDHLwCFIt67 "]}]}, { FaceForm[ RGBColor[0.627441, 0.627441, 0.627441, 1.]]}, StripOnInput -> False]}, ImageSize -> {11., 11.}, PlotRange -> {{0., 11.}, {0., 11.}}, AspectRatio -> Automatic], True -> GraphicsBox[{ Thickness[0.09090909090909091], StyleBox[{ JoinedCurveBox[{{{1, 4, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}}}, CompressedData[" 1:eJxTTMoPSmVmYGBgBGJJIGYC4vinF5RuVyo58OlumvteXcIBxj//Pfjx0tky Dh8v+SYJzFB0kGAJ49MtUnBYIKV/V4UNRis5GHKskYl6IuPwCaxO2eEcWJ+E QwLYHBUHfrC5InD+7CMKG4oy+OH81TJRKdb32eD6+w991YjpZ4CbD1L2s+6L Pcz+R1Ui69wfvrKHuQ/Gh7kfxvdLEoiw3CIM178BbA8f3PwJYJoDbn9JxsS3 NfZMcPcV2HJdX1zw1x7mfhgf5j8YH+Z/mH5Y+MDMh4UfzH5Y+MLchx7+ANUf raY= "], CurveClosed -> {1}]}, { JoinForm[{"Miter", 3.25}], Thickness[0.04581818181818182], RGBColor[0.5, 0.5, 0.5, 1.]}, StripOnInput -> False], StyleBox[{ FilledCurveBox[{{{1, 4, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}}}, CompressedData[" 1:eJxTTMoPSmVmYGBgBGJJIGYC4vinF5RuVyo58OlumvteXcIBxj//Pfjx0tky Dh8v+SYJzFB0kGAJ49MtUnBYIKV/V4UNRis5GHKskYl6IuPwCaxO2eEcWJ+E QwLYHBUHfrC5InD+7CMKG4oy+OH81TJRKdb32eD6+w991YjpZ4CbD1L2s+6L Pcz+R1Ui69wfvrKHuQ/Gh7kfxvdLEoiw3CIM178BbA8f3PwJYJoDbn9JxsS3 NfZMcPcV2HJdX1zw1x7mfhgf5j8YH+Z/mH5Y+MDMh4UfzH5Y+MLchx7+ANUf raY= "]]}, { FaceForm[ RGBColor[0.5, 0.5, 0.5, 1.]]}, StripOnInput -> False], StyleBox[{ FilledCurveBox[{{{1, 4, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}}}, {CompressedData[" 1:eJxTTMoPSmViYGCQBGIQLTQ3t12zRcShJLdco9dU3mHepS6LtrvCcP4+Xv/m N77CDovcOdKu58g7FPjtSo+5KuTw57fmw+zb8g5K/ao+Z2KEHHRuqOoxqCo4 1OhH27UoCDnsSqhWX5aN4K+ZPvXO8oMI/txz6yeuFFeE67fRSpTaE6sIN79j 1cqy+5MV4fZf1fp0iemUItx9v7PEGkWeKjrA3A/jf+Fa9FHHQBTOX+1ud9n/ oChcv3mwk84kczG4+Yfi3FqvrBWD29+RcmLj1xdicPfB+DD3w/gw/8H0w/wP Mx8WPjD7YeEHcx8sfNHDHwBu/qSR "], CompressedData[" 1:eJxTTMoPSmViYGCQB2IQvf+bus9hGwmHDp1Dj7Lq+R1g/C8aMf2HvvI4TGr/ 8PXaHQEMPkz934jyRxrThRx4jt4OchAXgPMDH16pmH8JwZ97RmCl6XRBOP9D W/9jplQhOF+/1m7LFGNhOJ/l29N9k18i+AUfW5kZ2kXg/Ple3+bO/C4K5+fN DQ4+fUAMzt9xf9q57xnicH6N4AF++Q8IvqPzywC3cgk4PyFkivMkFkk4/4bL wedMMyQdDs1vE5FYJOBwYaHqp4u3EPzQT5dO7vwk5SCxtot3p4WYw73/Kfef X5RxYLv4XzxkhpjDona/Xv0OBH+hx9ZwiywJOB/mHxgf5l8Y30/526VcIyR+ 5Tb7vkQhON/3fNmadRME4fxHts2x9mcF4HxYfKDHLwCFIt67 "]}]}, { FaceForm[ RGBColor[0.999985, 0.999985, 0.999985, 1.]]}, StripOnInput -> False]}, ImageSize -> {11., 11.}, PlotRange -> {{0., 11.}, {0., 11.}}, AspectRatio -> Automatic]}, Dynamic[ CurrentValue["MouseOver"]], ImageSize -> Automatic, FrameMargins -> 0]& )}], Cell[ StyleData["MoreInfoOpenerButtonTemplate"], TemplateBoxOptions -> {DisplayFunction -> (AdjustmentBox[ DynamicModuleBox[{ RSNB`mPosRegion$$, RSNB`attachPos$$, RSNB`offsetPos$$, RSNB`horizontalRegion$$, RSNB`verticalRegion$$, RSNB`chooseAttachLocation$$}, TagBox[ TemplateBox[{ TemplateBox[{}, "MoreInfoOpenerIconTemplate"], "\"Click for more information\""}, "PrettyTooltipTemplate"], EventHandlerTag[{"MouseDown" :> AttachCell[ ParentBox[ EvaluationBox[]], #2, RSNB`chooseAttachLocation$$[], RemovalConditions -> {"EvaluatorQuit", "MouseClickOutside"}], Method -> "Preemptive", PassEventsDown -> Automatic, PassEventsUp -> True}]], DynamicModuleValues :> {{DownValues[RSNB`mPosRegion$$] = {HoldPattern[ RSNB`mPosRegion$$[]] :> RSNB`mPosRegion$$[ Ceiling[MousePosition["WindowScaled"] 3]], HoldPattern[ RSNB`mPosRegion$$[ Pattern[RSNB`reg, { Blank[Integer], Blank[Integer]}]]] :> RSNB`reg, HoldPattern[ RSNB`mPosRegion$$[ BlankNullSequence[]]] :> None}}, { DownValues[RSNB`attachPos$$] = {HoldPattern[ RSNB`attachPos$$[{ Pattern[RSNB`h$, Blank[Integer]], Pattern[RSNB`v$, Blank[Integer]]}]] :> { RSNB`horizontalRegion$$[RSNB`h$], RSNB`verticalRegion$$[RSNB`v$]}}}, { DownValues[RSNB`offsetPos$$] = {HoldPattern[ RSNB`offsetPos$$[{ Pattern[RSNB`h$, Blank[Integer]], Pattern[RSNB`v$, Blank[Integer]]}]] :> { RSNB`horizontalRegion$$[4 - RSNB`h$], RSNB`verticalRegion$$[4 - RSNB`v$]}}}, { DownValues[RSNB`horizontalRegion$$] = {HoldPattern[ RSNB`horizontalRegion$$[1]] :> Left, HoldPattern[ RSNB`horizontalRegion$$[2]] :> Center, HoldPattern[ RSNB`horizontalRegion$$[3]] :> Right}}, { DownValues[RSNB`verticalRegion$$] = {HoldPattern[ RSNB`verticalRegion$$[1]] :> Top, HoldPattern[ RSNB`verticalRegion$$[2]] :> Top, HoldPattern[ RSNB`verticalRegion$$[3]] :> Top}}, { DownValues[RSNB`chooseAttachLocation$$] = {HoldPattern[ RSNB`chooseAttachLocation$$[]] :> With[{RSNB`p$ = RSNB`mPosRegion$$[]}, Apply[Sequence, { RSNB`offsetPos$$[RSNB`p$], {-30, 30}, RSNB`attachPos$$[RSNB`p$]}]]}}}], BoxBaselineShift -> -0.5, BoxMargins -> 0.2]& )}], Cell[ StyleData["InlineMoreInfoOpenerButtonTemplate"], TemplateBoxOptions -> {DisplayFunction -> (AdjustmentBox[ DynamicModuleBox[{ RSNB`mPosRegion$$, RSNB`attachPos$$, RSNB`offsetPos$$, RSNB`horizontalRegion$$, RSNB`verticalRegion$$, RSNB`chooseAttachLocation$$}, TagBox[ TemplateBox[{ TemplateBox[{}, "MoreInfoOpenerIconTemplate"], #4}, "PrettyTooltipTemplate"], EventHandlerTag[{"MouseDown" :> AttachCell[ ParentBox[ EvaluationBox[]], #2, RSNB`chooseAttachLocation$$[], RemovalConditions -> {"EvaluatorQuit", "MouseClickOutside"}], Method -> "Preemptive", PassEventsDown -> Automatic, PassEventsUp -> True}]], DynamicModuleValues :> {{DownValues[RSNB`mPosRegion$$] = {HoldPattern[ RSNB`mPosRegion$$[]] :> RSNB`mPosRegion$$[ Ceiling[MousePosition["WindowScaled"] 3]], HoldPattern[ RSNB`mPosRegion$$[ Pattern[RSNB`reg, { Blank[Integer], Blank[Integer]}]]] :> RSNB`reg, HoldPattern[ RSNB`mPosRegion$$[ BlankNullSequence[]]] :> None}}, { DownValues[RSNB`attachPos$$] = {HoldPattern[ RSNB`attachPos$$[{ Pattern[RSNB`h$, Blank[Integer]], Pattern[RSNB`v$, Blank[Integer]]}]] :> { RSNB`horizontalRegion$$[RSNB`h$], RSNB`verticalRegion$$[RSNB`v$]}}}, { DownValues[RSNB`offsetPos$$] = {HoldPattern[ RSNB`offsetPos$$[{ Pattern[RSNB`h$, Blank[Integer]], Pattern[RSNB`v$, Blank[Integer]]}]] :> { RSNB`horizontalRegion$$[4 - RSNB`h$], RSNB`verticalRegion$$[4 - RSNB`v$]}}}, { DownValues[RSNB`horizontalRegion$$] = {HoldPattern[ RSNB`horizontalRegion$$[1]] :> Left, HoldPattern[ RSNB`horizontalRegion$$[2]] :> Center, HoldPattern[ RSNB`horizontalRegion$$[3]] :> Right}}, { DownValues[RSNB`verticalRegion$$] = {HoldPattern[ RSNB`verticalRegion$$[1]] :> Top, HoldPattern[ RSNB`verticalRegion$$[2]] :> Top, HoldPattern[ RSNB`verticalRegion$$[3]] :> Top}}, { DownValues[RSNB`chooseAttachLocation$$] = {HoldPattern[ RSNB`chooseAttachLocation$$[]] :> With[{RSNB`p$ = RSNB`mPosRegion$$[]}, Apply[Sequence, { RSNB`offsetPos$$[RSNB`p$], {-30, 30}, RSNB`attachPos$$[RSNB`p$]}]]}}}], BoxBaselineShift -> -0.5, BoxMargins -> 0.2]& )}], Cell[ StyleData["ClickToCopyTemplate"], TemplateBoxOptions -> { DisplayFunction -> (PaneSelectorBox[{False -> TagBox[ GridBox[{{#, ButtonBox[ GraphicsBox[{ GrayLevel[0.85], Thickness[ NCache[2/45, 0.044444444444444446`]], FilledCurveBox[{{{0, 2, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}}, {{{10.5, 18.75}, {10.5, 18.}, { 9., 18.}, {9., 15.75}, {13.5, 15.75}, {13.5, 18.}, {12., 18.}, {12., 18.75}}, {{6., 18.}, {6., 4.5}, {16.5, 4.5}, { 16.5, 18.}, {14.25, 18.}, {14.25, 17.25}, {15.75, 17.25}, { 15.75, 5.25}, {6.75, 5.25}, {6.75, 17.25}, {8.25, 17.25}, { 8.25, 18.}}, {{9.75, 17.25}, {12.75, 17.25}, {12.75, 16.5}, {9.75, 16.5}}}], FilledCurveBox[{{{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}}, {{{8.25, 14.25}, { 14.25, 14.25}, {14.25, 13.5}, {8.25, 13.5}}, {{8.25, 12.}, { 14.25, 12.}, {14.25, 11.25}, {8.25, 11.25}}, {{8.25, 9.75}, {14.25, 9.75}, {14.25, 9.}, {8.25, 9.}}, {{8.25, 7.5}, {14.25, 7.5}, {14.25, 6.75}, {8.25, 6.75}}}]}, ImageSize -> 12], ButtonFunction :> Null, Appearance -> { "Default" -> None, "Hover" -> None, "Pressed" -> None}, Evaluator -> Automatic, Method -> "Preemptive"]}}, GridBoxAlignment -> {"Columns" -> {{Left}}, "Rows" -> {{Center}}}, AutoDelete -> False, GridBoxItemSize -> { "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, GridBoxSpacings -> {"Columns" -> {{0.4}}}], "Grid"], True -> DynamicModuleBox[{RSNB`clickTime$$ = 0., RSNB`timeout$$ = 3.}, TagBox[ GridBox[{{#, TagBox[ ButtonBox[ DynamicBox[ ToBoxes[ Refresh[ If[AbsoluteTime[] - RSNB`clickTime$$ > RSNB`timeout$$, RawBoxes[ TemplateBox[{ PaneSelectorBox[{False -> GraphicsBox[{ GrayLevel[0.65], Thickness[ NCache[2/45, 0.044444444444444446`]], FilledCurveBox[{{{0, 2, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}}, {{{10.5, 18.75}, {10.5, 18.}, {9., 18.}, {9., 15.75}, {13.5, 15.75}, {13.5, 18.}, {12., 18.}, {12., 18.75}}, {{6., 18.}, {6., 4.5}, { 16.5, 4.5}, {16.5, 18.}, {14.25, 18.}, {14.25, 17.25}, { 15.75, 17.25}, {15.75, 5.25}, {6.75, 5.25}, {6.75, 17.25}, {8.25, 17.25}, {8.25, 18.}}, {{9.75, 17.25}, { 12.75, 17.25}, {12.75, 16.5}, {9.75, 16.5}}}], FilledCurveBox[{{{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}}, {{{8.25, 14.25}, {14.25, 14.25}, {14.25, 13.5}, {8.25, 13.5}}, {{ 8.25, 12.}, {14.25, 12.}, {14.25, 11.25}, {8.25, 11.25}}, {{8.25, 9.75}, {14.25, 9.75}, {14.25, 9.}, {8.25, 9.}}, {{8.25, 7.5}, {14.25, 7.5}, {14.25, 6.75}, {8.25, 6.75}}}]}, ImageSize -> 12], True -> GraphicsBox[{ RGBColor[0.988235, 0.419608, 0.203922], Thickness[ NCache[2/45, 0.044444444444444446`]], FilledCurveBox[{{{0, 2, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}}, {{{10.5, 18.75}, {10.5, 18.}, {9., 18.}, {9., 15.75}, {13.5, 15.75}, {13.5, 18.}, {12., 18.}, {12., 18.75}}, {{6., 18.}, {6., 4.5}, { 16.5, 4.5}, {16.5, 18.}, {14.25, 18.}, {14.25, 17.25}, { 15.75, 17.25}, {15.75, 5.25}, {6.75, 5.25}, {6.75, 17.25}, {8.25, 17.25}, {8.25, 18.}}, {{9.75, 17.25}, { 12.75, 17.25}, {12.75, 16.5}, {9.75, 16.5}}}], FilledCurveBox[{{{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}}, {{{8.25, 14.25}, {14.25, 14.25}, {14.25, 13.5}, {8.25, 13.5}}, {{ 8.25, 12.}, {14.25, 12.}, {14.25, 11.25}, {8.25, 11.25}}, {{8.25, 9.75}, {14.25, 9.75}, {14.25, 9.}, {8.25, 9.}}, {{8.25, 7.5}, {14.25, 7.5}, {14.25, 6.75}, {8.25, 6.75}}}]}, ImageSize -> 12]}, Dynamic[ CurrentValue["MouseOver"]], ImageSize -> Automatic, FrameMargins -> 0], "\"Click to copy to the clipboard\""}, "PrettyTooltipTemplate"]], RawBoxes[ TemplateBox[{ GraphicsBox[{ RGBColor[0, NCache[2/3, 0.6666666666666666], 0], Thickness[ NCache[2/45, 0.044444444444444446`]], FilledCurveBox[{{{0, 2, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}}, {{{10.5, 18.75}, {10.5, 18.}, {9., 18.}, {9., 15.75}, {13.5, 15.75}, {13.5, 18.}, {12., 18.}, {12., 18.75}}, {{6., 18.}, {6., 4.5}, { 16.5, 4.5}, {16.5, 18.}, {14.25, 18.}, {14.25, 17.25}, { 15.75, 17.25}, {15.75, 5.25}, {6.75, 5.25}, {6.75, 17.25}, {8.25, 17.25}, {8.25, 18.}}, {{9.75, 17.25}, { 12.75, 17.25}, {12.75, 16.5}, {9.75, 16.5}}}], FilledCurveBox[{{{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}}, {{{8.25, 14.25}, {14.25, 14.25}, {14.25, 13.5}, {8.25, 13.5}}, {{ 8.25, 12.}, {14.25, 12.}, {14.25, 11.25}, {8.25, 11.25}}, {{8.25, 9.75}, {14.25, 9.75}, {14.25, 9.}, {8.25, 9.}}, {{8.25, 7.5}, {14.25, 7.5}, {14.25, 6.75}, {8.25, 6.75}}}]}, ImageSize -> 12], "\"Copied\""}, "PrettyTooltipTemplate"]]], UpdateInterval -> 1, TrackedSymbols :> {RSNB`clickTime$$}], StandardForm], Evaluator -> "System"], ButtonFunction :> (RSNB`clickTime$$ = AbsoluteTime[]; CopyToClipboard[ BinaryDeserialize[ BaseDecode[#2], Defer]]), Appearance -> { "Default" -> None, "Hover" -> None, "Pressed" -> None}, Method -> "Queued", Evaluator -> "System"], MouseAppearanceTag["LinkHand"]]}}, GridBoxAlignment -> { "Columns" -> {{Left}}, "Rows" -> {{Center}}}, AutoDelete -> False, GridBoxItemSize -> { "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, GridBoxSpacings -> {"Columns" -> {{0.4}}}], "Grid"], DynamicModuleValues :> {}]}, Dynamic[ CurrentValue["MouseOver"]], ImageSize -> Automatic, FrameMargins -> 0]& )}], Cell[ StyleData["PrettyTooltipTemplate"], TemplateBoxOptions -> {DisplayFunction -> (TagBox[ TooltipBox[#, FrameBox[ StyleBox[#2, "Text", FontColor -> RGBColor[0.537255, 0.537255, 0.537255], FontSize -> 12, FontWeight -> "Plain", FontTracking -> "Plain", StripOnInput -> False], Background -> RGBColor[0.960784, 0.960784, 0.960784], FrameStyle -> RGBColor[0.898039, 0.898039, 0.898039], FrameMargins -> 8, StripOnInput -> False], TooltipDelay -> 0.1, TooltipStyle -> {Background -> None, CellFrame -> 0}], Annotation[#, Framed[ Style[ RSNB`$$tooltip, "Text", FontColor -> RGBColor[0.537255, 0.537255, 0.537255], FontSize -> 12, FontWeight -> "Plain", FontTracking -> "Plain"], Background -> RGBColor[0.960784, 0.960784, 0.960784], FrameStyle -> RGBColor[0.898039, 0.898039, 0.898039], FrameMargins -> 8], "Tooltip"]& ]& )}], Cell[ StyleData["ToolsGridTemplate"], TemplateBoxOptions -> {DisplayFunction -> (StyleBox[ TagBox[ GridBox[{{ FrameBox[ ButtonBox[ TemplateBox[{ StyleBox[ "\"Template Input\"", "Text", FontFamily -> "Source Sans Pro", FontSize -> 11, StripOnInput -> False], "\"Format selection automatically using appropriate \ documentation styles\""}, "PrettyTooltipTemplate"], ButtonFunction :> With[{RSNB`nb$ = ButtonNotebook[], RSNB`$cp$ = $ContextPath}, Quiet[ Block[{$ContextPath = RSNB`$cp$, ResourceSystemClient`$\ AsyncronousResourceInformationUpdates = False, DefinitionNotebookClient`$ButtonCodeID = None}, Internal`WithLocalSettings[ DefinitionNotebookClient`$ButtonsDisabled = True; Once[ ReleaseHold[ CurrentValue[ RSNB`nb$, {TaggingRules, "CompatibilityTest"}]], "KernelSession"]; Needs["DefinitionNotebookClient`"], Annotation[ DefinitionNotebookClient`$ButtonCodeID = 2790153672590285854; DefinitionNotebookClient`CheckForUpdates[RSNB`nb$, ReleaseHold[ DefinitionNotebookClient`$ButtonCode = HoldForm[ DefinitionNotebookClient`$ClickedButton = "Template Input"; DefinitionNotebookClient`TemplateInput[]]]], DefinitionNotebookClient`ButtonCodeID[ 2790153672590285854]], DefinitionNotebookClient`$ButtonsDisabled = False; Null]; Null]]], FrameMargins -> {{4, 4}, {0, 0}}, BaseStyle -> Dynamic[ FEPrivate`If[ CurrentValue[Enabled], FEPrivate`If[ CurrentValue["MouseOver"], { FontColor -> GrayLevel[1], TaggingRules -> {"ButtonHovering" -> True}}, { FontColor -> RGBColor[0.8274509803921568, 0.20784313725490197`, 0.], TaggingRules -> {"ButtonHovering" -> False}}], { FontColor -> RGBColor[0.9568627450980391, 0.8019607843137255, 0.75], TaggingRules -> {"ButtonHovering" -> False}}], Evaluator -> "System"], Appearance -> {"Default" -> Image[CompressedData[" 1:eJxTTMoPSmNiYGAo5gASQYnljkVFiZXBAkBOaF5xZnpeaopnXklqemqRRRIz UFAcikHs/4QAMWqA4CllgA6GPL5w6v66uRAEZJNqyN3J1VfdxC6bMiAjoAhQ nBhDHh3dfT3JGqLrhpfUgwJvCAKyIYJAWaAaPIYAZSEqbwapfjq8GS38gSJA cYgCZHPQDIG44XaU3r9fP7HGI1AcKAtxD1ZDgP6FuAGXCXBzIO6Bhw+yIZCQ xPQFJgCqgYQzRCMkNUJiExKSBE2AAEg4Q+KdAQwoN4QqLvlPvTChVuxQJZ1Q K8VSJe/AAYW5GBlQWJ6QBKhoCH5ATGkPANqBKWU= "], "Byte", ColorSpace -> "RGB", ImageResolution -> 144, Interleaving -> True], "Hover" -> Image[CompressedData[" 1:eJxTTMoPSmNiYGAo5gASQYnljkVFiZXBAkBOaF5xZnpeaopnXklqemqRRRIz UFAcikHs/4QAMWqA4CllgA6G3Dt/+uKq+RAEZJNqyIn+urW20su12ZARUAQo Towhtw7v2RZtD9G1wYjrgK0wBAHZEEGgLFANHkOAshCVW0x5H0eo/8k2QUZA EaA4RAGyOWiGQNyw3ZzvV6YxmgkQBBQHykLcg9UQoH8hbsBlAtwciHvg4YNs CCQkMX2BiYBqIOEM0QhJjZDYhIQkQRMgCBLOkHhnAAPKDaGKS6gYJtSKHaqk E2qlWKrkHTigMBcjAwrLE5IAFQ3BD4gp7QGdXXDI "], "Byte", ColorSpace -> "RGB", ImageResolution -> 144, Interleaving -> True], "Pressed" -> Image[CompressedData[" 1:eJxTTMoPSmNiYGAo5gASQYnljkVFiZXBAkBOaF5xZnpeaopnXklqemqRRRIz UFAcikHs/4QAMWqA4CllgA6GvHjx4i0MANmkGvLx48c/f/6g+RooAhQnxpBX r179+PEDIv771dNPR7ZAEJANEQTKAtXgMQQoCxH5+ejWg0Kfy6YMyAgoAhSH KEA2B80QiBu+3754xYoNzQQIAooDZSHuwWoI0L8QN+AyAW4OxD3w8EE2BBKS mL7AREA1kHCGaISkRkhsQkKSoAkQBAlnSLwzgAHlhlDFJVQME2rFDlXSCbVS LFXyDhxQmIuRAYXlCUmAiobgB8SU9gD80e8B "], "Byte", ColorSpace -> "RGB", ImageResolution -> 144, Interleaving -> True]}, Background -> GrayLevel[0.9], Method -> "Queued", ImageSize -> {All, 20}, Evaluator -> Automatic], FrameStyle -> Directive[ GrayLevel[0.9], AbsoluteThickness[2]], FrameMargins -> -1, ContentPadding -> False, StripOnInput -> False], FrameBox[ ButtonBox[ TemplateBox[{ StyleBox[ "\"Literal Input\"", "Text", FontFamily -> "Source Sans Pro", FontSize -> 11, StripOnInput -> False], "\"Format selection as literal Wolfram Language code\""}, "PrettyTooltipTemplate"], ButtonFunction :> With[{RSNB`nb$ = ButtonNotebook[], RSNB`$cp$ = $ContextPath}, Quiet[ Block[{$ContextPath = RSNB`$cp$, ResourceSystemClient`$\ AsyncronousResourceInformationUpdates = False, DefinitionNotebookClient`$ButtonCodeID = None}, Internal`WithLocalSettings[ DefinitionNotebookClient`$ButtonsDisabled = True; Once[ ReleaseHold[ CurrentValue[ RSNB`nb$, {TaggingRules, "CompatibilityTest"}]], "KernelSession"]; Needs["DefinitionNotebookClient`"], Annotation[ DefinitionNotebookClient`$ButtonCodeID = 4138174468017918531; DefinitionNotebookClient`CheckForUpdates[RSNB`nb$, ReleaseHold[ DefinitionNotebookClient`$ButtonCode = HoldForm[ DefinitionNotebookClient`$ClickedButton = "Literal Input"; DefinitionNotebookClient`LiteralInput[]]]], DefinitionNotebookClient`ButtonCodeID[ 4138174468017918531]], DefinitionNotebookClient`$ButtonsDisabled = False; Null]; Null]]], FrameMargins -> {{4, 4}, {0, 0}}, BaseStyle -> Dynamic[ FEPrivate`If[ CurrentValue[Enabled], FEPrivate`If[ CurrentValue["MouseOver"], { FontColor -> GrayLevel[1], TaggingRules -> {"ButtonHovering" -> True}}, { FontColor -> RGBColor[0.8274509803921568, 0.20784313725490197`, 0.], TaggingRules -> {"ButtonHovering" -> False}}], { FontColor -> RGBColor[0.9568627450980391, 0.8019607843137255, 0.75], TaggingRules -> {"ButtonHovering" -> False}}], Evaluator -> "System"], Appearance -> {"Default" -> Image[CompressedData[" 1:eJxTTMoPSmNiYGAo5gASQYnljkVFiZXBAkBOaF5xZnpeaopnXklqemqRRRIz UFAcikHs/4QAMWqA4CllgA6GPL5w6v66uRAEZJNqyN3J1VfdxC6bMiAjoAhQ nBhDHh3dfT3JGqLrhpfUgwJvCAKyIYJAWaAaPIYAZSEqbwapfjq8GS38gSJA cYgCZHPQDIG44XaU3r9fP7HGI1AcKAtxD1ZDgP6FuAGXCXBzIO6Bhw+yIZCQ xPQFJgCqgYQzRCMkNUJiExKSBE2AAEg4Q+KdAQwoN4QqLvlPvTChVuxQJZ1Q K8VSJe/AAYW5GBlQWJ6QBKhoCH5ATGkPANqBKWU= "], "Byte", ColorSpace -> "RGB", ImageResolution -> 144, Interleaving -> True], "Hover" -> Image[CompressedData[" 1:eJxTTMoPSmNiYGAo5gASQYnljkVFiZXBAkBOaF5xZnpeaopnXklqemqRRRIz UFAcikHs/4QAMWqA4CllgA6G3Dt/+uKq+RAEZJNqyIn+urW20su12ZARUAQo Towhtw7v2RZtD9G1wYjrgK0wBAHZEEGgLFANHkOAshCVW0x5H0eo/8k2QUZA EaA4RAGyOWiGQNyw3ZzvV6YxmgkQBBQHykLcg9UQoH8hbsBlAtwciHvg4YNs CCQkMX2BiYBqIOEM0QhJjZDYhIQkQRMgCBLOkHhnAAPKDaGKS6gYJtSKHaqk E2qlWKrkHTigMBcjAwrLE5IAFQ3BD4gp7QGdXXDI "], "Byte", ColorSpace -> "RGB", ImageResolution -> 144, Interleaving -> True], "Pressed" -> Image[CompressedData[" 1:eJxTTMoPSmNiYGAo5gASQYnljkVFiZXBAkBOaF5xZnpeaopnXklqemqRRRIz UFAcikHs/4QAMWqA4CllgA6GvHjx4i0MANmkGvLx48c/f/6g+RooAhQnxpBX r179+PEDIv771dNPR7ZAEJANEQTKAtXgMQQoCxH5+ejWg0Kfy6YMyAgoAhSH KEA2B80QiBu+3754xYoNzQQIAooDZSHuwWoI0L8QN+AyAW4OxD3w8EE2BBKS mL7AREA1kHCGaISkRkhsQkKSoAkQBAlnSLwzgAHlhlDFJVQME2rFDlXSCbVS LFXyDhxQmIuRAYXlCUmAiobgB8SU9gD80e8B "], "Byte", ColorSpace -> "RGB", ImageResolution -> 144, Interleaving -> True]}, Background -> GrayLevel[0.9], Method -> "Queued", ImageSize -> {All, 20}, Evaluator -> Automatic], FrameStyle -> Directive[ GrayLevel[0.9], AbsoluteThickness[2]], FrameMargins -> -1, ContentPadding -> False, StripOnInput -> False], FrameBox[ ButtonBox[ TemplateBox[{ StyleBox[ "\"Insert Delimiter\"", "Text", FontFamily -> "Source Sans Pro", FontSize -> 11, StripOnInput -> False], "\"Insert example delimiter\""}, "PrettyTooltipTemplate"], ButtonFunction :> With[{RSNB`nb$ = ButtonNotebook[], RSNB`$cp$ = $ContextPath}, Quiet[ Block[{$ContextPath = RSNB`$cp$, ResourceSystemClient`$\ AsyncronousResourceInformationUpdates = False, DefinitionNotebookClient`$ButtonCodeID = None}, Internal`WithLocalSettings[ DefinitionNotebookClient`$ButtonsDisabled = True; Once[ ReleaseHold[ CurrentValue[ RSNB`nb$, {TaggingRules, "CompatibilityTest"}]], "KernelSession"]; Needs["DefinitionNotebookClient`"], Annotation[ DefinitionNotebookClient`$ButtonCodeID = 1887802176716758884; DefinitionNotebookClient`CheckForUpdates[RSNB`nb$, ReleaseHold[ DefinitionNotebookClient`$ButtonCode = HoldForm[ DefinitionNotebookClient`$ClickedButton = "Insert Delimiter"; DefinitionNotebookClient`DelimiterInsert[]]]], DefinitionNotebookClient`ButtonCodeID[ 1887802176716758884]], DefinitionNotebookClient`$ButtonsDisabled = False; Null]; Null]]], FrameMargins -> {{4, 4}, {0, 0}}, BaseStyle -> Dynamic[ FEPrivate`If[ CurrentValue[Enabled], FEPrivate`If[ CurrentValue["MouseOver"], { FontColor -> GrayLevel[1], TaggingRules -> {"ButtonHovering" -> True}}, { FontColor -> RGBColor[0.8274509803921568, 0.20784313725490197`, 0.], TaggingRules -> {"ButtonHovering" -> False}}], { FontColor -> RGBColor[0.9568627450980391, 0.8019607843137255, 0.75], TaggingRules -> {"ButtonHovering" -> False}}], Evaluator -> "System"], Appearance -> {"Default" -> Image[CompressedData[" 1:eJxTTMoPSmNiYGAo5gASQYnljkVFiZXBAkBOaF5xZnpeaopnXklqemqRRRIz UFAcikHs/4QAMWqA4CllgA6GPL5w6v66uRAEZJNqyN3J1VfdxC6bMiAjoAhQ nBhDHh3dfT3JGqLrhpfUgwJvCAKyIYJAWaAaPIYAZSEqbwapfjq8GS38gSJA cYgCZHPQDIG44XaU3r9fP7HGI1AcKAtxD1ZDgP6FuAGXCXBzIO6Bhw+yIZCQ xPQFJgCqgYQzRCMkNUJiExKSBE2AAEg4Q+KdAQwoN4QqLvlPvTChVuxQJZ1Q K8VSJe/AAYW5GBlQWJ6QBKhoCH5ATGkPANqBKWU= "], "Byte", ColorSpace -> "RGB", ImageResolution -> 144, Interleaving -> True], "Hover" -> Image[CompressedData[" 1:eJxTTMoPSmNiYGAo5gASQYnljkVFiZXBAkBOaF5xZnpeaopnXklqemqRRRIz UFAcikHs/4QAMWqA4CllgA6G3Dt/+uKq+RAEZJNqyIn+urW20su12ZARUAQo Towhtw7v2RZtD9G1wYjrgK0wBAHZEEGgLFANHkOAshCVW0x5H0eo/8k2QUZA EaA4RAGyOWiGQNyw3ZzvV6YxmgkQBBQHykLcg9UQoH8hbsBlAtwciHvg4YNs CCQkMX2BiYBqIOEM0QhJjZDYhIQkQRMgCBLOkHhnAAPKDaGKS6gYJtSKHaqk E2qlWKrkHTigMBcjAwrLE5IAFQ3BD4gp7QGdXXDI "], "Byte", ColorSpace -> "RGB", ImageResolution -> 144, Interleaving -> True], "Pressed" -> Image[CompressedData[" 1:eJxTTMoPSmNiYGAo5gASQYnljkVFiZXBAkBOaF5xZnpeaopnXklqemqRRRIz UFAcikHs/4QAMWqA4CllgA6GvHjx4i0MANmkGvLx48c/f/6g+RooAhQnxpBX r179+PEDIv771dNPR7ZAEJANEQTKAtXgMQQoCxH5+ejWg0Kfy6YMyAgoAhSH KEA2B80QiBu+3754xYoNzQQIAooDZSHuwWoI0L8QN+AyAW4OxD3w8EE2BBKS mL7AREA1kHCGaISkRkhsQkKSoAkQBAlnSLwzgAHlhlDFJVQME2rFDlXSCbVS LFXyDhxQmIuRAYXlCUmAiobgB8SU9gD80e8B "], "Byte", ColorSpace -> "RGB", ImageResolution -> 144, Interleaving -> True]}, Background -> GrayLevel[0.9], Method -> "Queued", ImageSize -> {All, 20}, Evaluator -> Automatic], FrameStyle -> Directive[ GrayLevel[0.9], AbsoluteThickness[2]], FrameMargins -> -1, ContentPadding -> False, StripOnInput -> False], FrameBox[ ButtonBox[ TemplateBox[{ StyleBox[ "\"Subscripted Variable\"", "Text", FontFamily -> "Source Sans Pro", FontSize -> 11, StripOnInput -> False], "\"Insert subscripted variable placeholder\""}, "PrettyTooltipTemplate"], ButtonFunction :> With[{RSNB`nb$ = ButtonNotebook[], RSNB`$cp$ = $ContextPath}, Quiet[ Block[{$ContextPath = RSNB`$cp$, ResourceSystemClient`$\ AsyncronousResourceInformationUpdates = False, DefinitionNotebookClient`$ButtonCodeID = None}, Internal`WithLocalSettings[ DefinitionNotebookClient`$ButtonsDisabled = True; Once[ ReleaseHold[ CurrentValue[ RSNB`nb$, {TaggingRules, "CompatibilityTest"}]], "KernelSession"]; Needs["DefinitionNotebookClient`"], Annotation[ DefinitionNotebookClient`$ButtonCodeID = 3787878858871814623; DefinitionNotebookClient`CheckForUpdates[RSNB`nb$, ReleaseHold[ DefinitionNotebookClient`$ButtonCode = HoldForm[ DefinitionNotebookClient`$ClickedButton = "Subscripted Variable"; DefinitionNotebookClient`SubscriptInsert[]]]], DefinitionNotebookClient`ButtonCodeID[ 3787878858871814623]], DefinitionNotebookClient`$ButtonsDisabled = False; Null]; Null]]], FrameMargins -> {{4, 4}, {0, 0}}, BaseStyle -> Dynamic[ FEPrivate`If[ CurrentValue[Enabled], FEPrivate`If[ CurrentValue["MouseOver"], { FontColor -> GrayLevel[1], TaggingRules -> {"ButtonHovering" -> True}}, { FontColor -> RGBColor[0.8274509803921568, 0.20784313725490197`, 0.], TaggingRules -> {"ButtonHovering" -> False}}], { FontColor -> RGBColor[0.9568627450980391, 0.8019607843137255, 0.75], TaggingRules -> {"ButtonHovering" -> False}}], Evaluator -> "System"], Appearance -> {"Default" -> Image[CompressedData[" 1:eJxTTMoPSmNiYGAo5gASQYnljkVFiZXBAkBOaF5xZnpeaopnXklqemqRRRIz UFAcikHs/4QAMWqA4CllgA6GPL5w6v66uRAEZJNqyN3J1VfdxC6bMiAjoAhQ nBhDHh3dfT3JGqLrhpfUgwJvCAKyIYJAWaAaPIYAZSEqbwapfjq8GS38gSJA cYgCZHPQDIG44XaU3r9fP7HGI1AcKAtxD1ZDgP6FuAGXCXBzIO6Bhw+yIZCQ xPQFJgCqgYQzRCMkNUJiExKSBE2AAEg4Q+KdAQwoN4QqLvlPvTChVuxQJZ1Q K8VSJe/AAYW5GBlQWJ6QBKhoCH5ATGkPANqBKWU= "], "Byte", ColorSpace -> "RGB", ImageResolution -> 144, Interleaving -> True], "Hover" -> Image[CompressedData[" 1:eJxTTMoPSmNiYGAo5gASQYnljkVFiZXBAkBOaF5xZnpeaopnXklqemqRRRIz UFAcikHs/4QAMWqA4CllgA6G3Dt/+uKq+RAEZJNqyIn+urW20su12ZARUAQo Towhtw7v2RZtD9G1wYjrgK0wBAHZEEGgLFANHkOAshCVW0x5H0eo/8k2QUZA EaA4RAGyOWiGQNyw3ZzvV6YxmgkQBBQHykLcg9UQoH8hbsBlAtwciHvg4YNs CCQkMX2BiYBqIOEM0QhJjZDYhIQkQRMgCBLOkHhnAAPKDaGKS6gYJtSKHaqk E2qlWKrkHTigMBcjAwrLE5IAFQ3BD4gp7QGdXXDI "], "Byte", ColorSpace -> "RGB", ImageResolution -> 144, Interleaving -> True], "Pressed" -> Image[CompressedData[" 1:eJxTTMoPSmNiYGAo5gASQYnljkVFiZXBAkBOaF5xZnpeaopnXklqemqRRRIz UFAcikHs/4QAMWqA4CllgA6GvHjx4i0MANmkGvLx48c/f/6g+RooAhQnxpBX r179+PEDIv771dNPR7ZAEJANEQTKAtXgMQQoCxH5+ejWg0Kfy6YMyAgoAhSH KEA2B80QiBu+3754xYoNzQQIAooDZSHuwWoI0L8QN+AyAW4OxD3w8EE2BBKS mL7AREA1kHCGaISkRkhsQkKSoAkQBAlnSLwzgAHlhlDFJVQME2rFDlXSCbVS LFXyDhxQmIuRAYXlCUmAiobgB8SU9gD80e8B "], "Byte", ColorSpace -> "RGB", ImageResolution -> 144, Interleaving -> True]}, Background -> GrayLevel[0.9], Method -> "Queued", ImageSize -> {All, 20}, Evaluator -> Automatic], FrameStyle -> Directive[ GrayLevel[0.9], AbsoluteThickness[2]], FrameMargins -> -1, ContentPadding -> False, StripOnInput -> False], ActionMenuBox[ FrameBox[ ButtonBox[ TemplateBox[{ StyleBox[ TemplateBox[{ "\"Tables\"", "\"\[ThinSpace]\[ThinSpace]\[ThinSpace]\ \[FilledDownTriangle]\""}, "RowDefault"], "Text", FontFamily -> "Source Sans Pro", FontSize -> 11, StripOnInput -> False], "\"Table functions\""}, "PrettyTooltipTemplate"], ButtonFunction :> With[{RSNB`nb$ = ButtonNotebook[], RSNB`$cp$ = $ContextPath}, Quiet[ Block[{$ContextPath = RSNB`$cp$, ResourceSystemClient`$\ AsyncronousResourceInformationUpdates = False, DefinitionNotebookClient`$ButtonCodeID = None}, Internal`WithLocalSettings[ DefinitionNotebookClient`$ButtonsDisabled = True; Once[ ReleaseHold[ CurrentValue[ RSNB`nb$, {TaggingRules, "CompatibilityTest"}]], "KernelSession"]; Needs["DefinitionNotebookClient`"], Annotation[ DefinitionNotebookClient`$ButtonCodeID = 3216557251994556740; DefinitionNotebookClient`CheckForUpdates[RSNB`nb$, ReleaseHold[ DefinitionNotebookClient`$ButtonCode = HoldForm[Null]]], DefinitionNotebookClient`ButtonCodeID[ 3216557251994556740]], DefinitionNotebookClient`$ButtonsDisabled = False; Null]; Null]]], FrameMargins -> {{4, 4}, {0, 0}}, BaseStyle -> Dynamic[ FEPrivate`If[ CurrentValue[Enabled], FEPrivate`If[ CurrentValue["MouseOver"], { FontColor -> GrayLevel[1], TaggingRules -> {"ButtonHovering" -> True}}, { FontColor -> RGBColor[0.8274509803921568, 0.20784313725490197`, 0.], TaggingRules -> {"ButtonHovering" -> False}}], { FontColor -> RGBColor[0.9568627450980391, 0.8019607843137255, 0.75], TaggingRules -> {"ButtonHovering" -> False}}], Evaluator -> "System"], Appearance -> {"Default" -> Image[CompressedData[" 1:eJxTTMoPSmNiYGAo5gASQYnljkVFiZXBAkBOaF5xZnpeaopnXklqemqRRRIz UFAcikHs/4QAMWqA4CllgA6GPL5w6v66uRAEZJNqyN3J1VfdxC6bMiAjoAhQ nBhDHh3dfT3JGqLrhpfUgwJvCAKyIYJAWaAaPIYAZSEqbwapfjq8GS38gSJA cYgCZHPQDIG44XaU3r9fP7HGI1AcKAtxD1ZDgP6FuAGXCXBzIO6Bhw+yIZCQ xPQFJgCqgYQzRCMkNUJiExKSBE2AAEg4Q+KdAQwoN4QqLvlPvTChVuxQJZ1Q K8VSJe/AAYW5GBlQWJ6QBKhoCH5ATGkPANqBKWU= "], "Byte", ColorSpace -> "RGB", ImageResolution -> 144, Interleaving -> True], "Hover" -> Image[CompressedData[" 1:eJxTTMoPSmNiYGAo5gASQYnljkVFiZXBAkBOaF5xZnpeaopnXklqemqRRRIz UFAcikHs/4QAMWqA4CllgA6G3Dt/+uKq+RAEZJNqyIn+urW20su12ZARUAQo Towhtw7v2RZtD9G1wYjrgK0wBAHZEEGgLFANHkOAshCVW0x5H0eo/8k2QUZA EaA4RAGyOWiGQNyw3ZzvV6YxmgkQBBQHykLcg9UQoH8hbsBlAtwciHvg4YNs CCQkMX2BiYBqIOEM0QhJjZDYhIQkQRMgCBLOkHhnAAPKDaGKS6gYJtSKHaqk E2qlWKrkHTigMBcjAwrLE5IAFQ3BD4gp7QGdXXDI "], "Byte", ColorSpace -> "RGB", ImageResolution -> 144, Interleaving -> True], "Pressed" -> Image[CompressedData[" 1:eJxTTMoPSmNiYGAo5gASQYnljkVFiZXBAkBOaF5xZnpeaopnXklqemqRRRIz UFAcikHs/4QAMWqA4CllgA6GvHjx4i0MANmkGvLx48c/f/6g+RooAhQnxpBX r179+PEDIv771dNPR7ZAEJANEQTKAtXgMQQoCxH5+ejWg0Kfy6YMyAgoAhSH KEA2B80QiBu+3754xYoNzQQIAooDZSHuwWoI0L8QN+AyAW4OxD3w8EE2BBKS mL7AREA1kHCGaISkRkhsQkKSoAkQBAlnSLwzgAHlhlDFJVQME2rFDlXSCbVS LFXyDhxQmIuRAYXlCUmAiobgB8SU9gD80e8B "], "Byte", ColorSpace -> "RGB", ImageResolution -> 144, Interleaving -> True]}, Background -> GrayLevel[0.9], Method -> "Queued", ImageSize -> {All, 20}, Evaluator -> Automatic], FrameStyle -> Directive[ GrayLevel[0.9], AbsoluteThickness[2]], FrameMargins -> -1, ContentPadding -> False, StripOnInput -> False], { "\"Insert table with two columns\"" :> With[{RSNB`nb$ = InputNotebook[], RSNB`$cp$ = $ContextPath}, Quiet[ Block[{$ContextPath = RSNB`$cp$, ResourceSystemClient`$\ AsyncronousResourceInformationUpdates = False, DefinitionNotebookClient`$ButtonCodeID = None}, Internal`WithLocalSettings[ DefinitionNotebookClient`$ButtonsDisabled = True; Once[ ReleaseHold[ CurrentValue[ RSNB`nb$, {TaggingRules, "CompatibilityTest"}]], "KernelSession"]; Needs["DefinitionNotebookClient`"], Annotation[ DefinitionNotebookClient`$ButtonCodeID = 5800166344906378520; DefinitionNotebookClient`CheckForUpdates[RSNB`nb$, ReleaseHold[ DefinitionNotebookClient`$ButtonCode = HoldForm[ DefinitionNotebookClient`$ClickedButton = "Tables"; DefinitionNotebookClient`$ClickedAction = "Insert table with two columns"; DefinitionNotebookClient`TableInsert[2]]]], DefinitionNotebookClient`ButtonCodeID[ 5800166344906378520]], DefinitionNotebookClient`$ButtonsDisabled = False; Null]; Null]]], "\"Insert table with three columns\"" :> With[{RSNB`nb$ = InputNotebook[], RSNB`$cp$ = $ContextPath}, Quiet[ Block[{$ContextPath = RSNB`$cp$, ResourceSystemClient`$\ AsyncronousResourceInformationUpdates = False, DefinitionNotebookClient`$ButtonCodeID = None}, Internal`WithLocalSettings[ DefinitionNotebookClient`$ButtonsDisabled = True; Once[ ReleaseHold[ CurrentValue[ RSNB`nb$, {TaggingRules, "CompatibilityTest"}]], "KernelSession"]; Needs["DefinitionNotebookClient`"], Annotation[ DefinitionNotebookClient`$ButtonCodeID = 533841403879783297; DefinitionNotebookClient`CheckForUpdates[RSNB`nb$, ReleaseHold[ DefinitionNotebookClient`$ButtonCode = HoldForm[ DefinitionNotebookClient`$ClickedButton = "Tables"; DefinitionNotebookClient`$ClickedAction = "Insert table with three columns"; DefinitionNotebookClient`TableInsert[3]]]], DefinitionNotebookClient`ButtonCodeID[ 533841403879783297]], DefinitionNotebookClient`$ButtonsDisabled = False; Null]; Null]]], "\"Add a row to the selected table\"" :> With[{RSNB`nb$ = InputNotebook[], RSNB`$cp$ = $ContextPath}, Quiet[ Block[{$ContextPath = RSNB`$cp$, ResourceSystemClient`$\ AsyncronousResourceInformationUpdates = False, DefinitionNotebookClient`$ButtonCodeID = None}, Internal`WithLocalSettings[ DefinitionNotebookClient`$ButtonsDisabled = True; Once[ ReleaseHold[ CurrentValue[ RSNB`nb$, {TaggingRules, "CompatibilityTest"}]], "KernelSession"]; Needs["DefinitionNotebookClient`"], Annotation[ DefinitionNotebookClient`$ButtonCodeID = 4413051590217973467; DefinitionNotebookClient`CheckForUpdates[RSNB`nb$, ReleaseHold[ DefinitionNotebookClient`$ButtonCode = HoldForm[ DefinitionNotebookClient`$ClickedButton = "Tables"; DefinitionNotebookClient`$ClickedAction = "Add a row to the selected table"; DefinitionNotebookClient`TableRowInsert[]]]], DefinitionNotebookClient`ButtonCodeID[ 4413051590217973467]], DefinitionNotebookClient`$ButtonsDisabled = False; Null]; Null]]], "\"Sort the selected table\"" :> With[{RSNB`nb$ = InputNotebook[], RSNB`$cp$ = $ContextPath}, Quiet[ Block[{$ContextPath = RSNB`$cp$, ResourceSystemClient`$\ AsyncronousResourceInformationUpdates = False, DefinitionNotebookClient`$ButtonCodeID = None}, Internal`WithLocalSettings[ DefinitionNotebookClient`$ButtonsDisabled = True; Once[ ReleaseHold[ CurrentValue[ RSNB`nb$, {TaggingRules, "CompatibilityTest"}]], "KernelSession"]; Needs["DefinitionNotebookClient`"], Annotation[ DefinitionNotebookClient`$ButtonCodeID = 9150037060110806081; DefinitionNotebookClient`CheckForUpdates[RSNB`nb$, ReleaseHold[ DefinitionNotebookClient`$ButtonCode = HoldForm[ DefinitionNotebookClient`$ClickedButton = "Tables"; DefinitionNotebookClient`$ClickedAction = "Sort the selected table"; DefinitionNotebookClient`TableSort[]]]], DefinitionNotebookClient`ButtonCodeID[ 9150037060110806081]], DefinitionNotebookClient`$ButtonsDisabled = False; Null]; Null]]], "\"Merge selected tables\"" :> With[{RSNB`nb$ = InputNotebook[], RSNB`$cp$ = $ContextPath}, Quiet[ Block[{$ContextPath = RSNB`$cp$, ResourceSystemClient`$\ AsyncronousResourceInformationUpdates = False, DefinitionNotebookClient`$ButtonCodeID = None}, Internal`WithLocalSettings[ DefinitionNotebookClient`$ButtonsDisabled = True; Once[ ReleaseHold[ CurrentValue[ RSNB`nb$, {TaggingRules, "CompatibilityTest"}]], "KernelSession"]; Needs["DefinitionNotebookClient`"], Annotation[ DefinitionNotebookClient`$ButtonCodeID = 2347719643166780208; DefinitionNotebookClient`CheckForUpdates[RSNB`nb$, ReleaseHold[ DefinitionNotebookClient`$ButtonCode = HoldForm[ DefinitionNotebookClient`$ClickedButton = "Tables"; DefinitionNotebookClient`$ClickedAction = "Merge selected tables"; DefinitionNotebookClient`TableMerge[]]]], DefinitionNotebookClient`ButtonCodeID[ 2347719643166780208]], DefinitionNotebookClient`$ButtonsDisabled = False; Null]; Null]]]}, Appearance -> None, Method -> "Queued"], ActionMenuBox[ FrameBox[ ButtonBox[ StyleBox[ TemplateBox[{ "\"Cells\"", "\"\[ThinSpace]\[ThinSpace]\[ThinSpace]\[FilledDownTriangle]\ \""}, "RowDefault"], "Text", FontFamily -> "Source Sans Pro", FontSize -> 11, StripOnInput -> False], ButtonFunction :> With[{RSNB`nb$ = ButtonNotebook[], RSNB`$cp$ = $ContextPath}, Quiet[ Block[{$ContextPath = RSNB`$cp$, ResourceSystemClient`$\ AsyncronousResourceInformationUpdates = False, DefinitionNotebookClient`$ButtonCodeID = None}, Internal`WithLocalSettings[ DefinitionNotebookClient`$ButtonsDisabled = True; Once[ ReleaseHold[ CurrentValue[ RSNB`nb$, {TaggingRules, "CompatibilityTest"}]], "KernelSession"]; Needs["DefinitionNotebookClient`"], Annotation[ DefinitionNotebookClient`$ButtonCodeID = 3216557251994556740; DefinitionNotebookClient`CheckForUpdates[RSNB`nb$, ReleaseHold[ DefinitionNotebookClient`$ButtonCode = HoldForm[Null]]], DefinitionNotebookClient`ButtonCodeID[ 3216557251994556740]], DefinitionNotebookClient`$ButtonsDisabled = False; Null]; Null]]], FrameMargins -> {{4, 4}, {0, 0}}, BaseStyle -> Dynamic[ FEPrivate`If[ CurrentValue[Enabled], FEPrivate`If[ CurrentValue["MouseOver"], { FontColor -> GrayLevel[1], TaggingRules -> {"ButtonHovering" -> True}}, { FontColor -> RGBColor[0.8274509803921568, 0.20784313725490197`, 0.], TaggingRules -> {"ButtonHovering" -> False}}], { FontColor -> RGBColor[0.9568627450980391, 0.8019607843137255, 0.75], TaggingRules -> {"ButtonHovering" -> False}}], Evaluator -> "System"], Appearance -> {"Default" -> Image[CompressedData[" 1:eJxTTMoPSmNiYGAo5gASQYnljkVFiZXBAkBOaF5xZnpeaopnXklqemqRRRIz UFAcikHs/4QAMWqA4CllgA6GPL5w6v66uRAEZJNqyN3J1VfdxC6bMiAjoAhQ nBhDHh3dfT3JGqLrhpfUgwJvCAKyIYJAWaAaPIYAZSEqbwapfjq8GS38gSJA cYgCZHPQDIG44XaU3r9fP7HGI1AcKAtxD1ZDgP6FuAGXCXBzIO6Bhw+yIZCQ xPQFJgCqgYQzRCMkNUJiExKSBE2AAEg4Q+KdAQwoN4QqLvlPvTChVuxQJZ1Q K8VSJe/AAYW5GBlQWJ6QBKhoCH5ATGkPANqBKWU= "], "Byte", ColorSpace -> "RGB", ImageResolution -> 144, Interleaving -> True], "Hover" -> Image[CompressedData[" 1:eJxTTMoPSmNiYGAo5gASQYnljkVFiZXBAkBOaF5xZnpeaopnXklqemqRRRIz UFAcikHs/4QAMWqA4CllgA6G3Dt/+uKq+RAEZJNqyIn+urW20su12ZARUAQo Towhtw7v2RZtD9G1wYjrgK0wBAHZEEGgLFANHkOAshCVW0x5H0eo/8k2QUZA EaA4RAGyOWiGQNyw3ZzvV6YxmgkQBBQHykLcg9UQoH8hbsBlAtwciHvg4YNs CCQkMX2BiYBqIOEM0QhJjZDYhIQkQRMgCBLOkHhnAAPKDaGKS6gYJtSKHaqk E2qlWKrkHTigMBcjAwrLE5IAFQ3BD4gp7QGdXXDI "], "Byte", ColorSpace -> "RGB", ImageResolution -> 144, Interleaving -> True], "Pressed" -> Image[CompressedData[" 1:eJxTTMoPSmNiYGAo5gASQYnljkVFiZXBAkBOaF5xZnpeaopnXklqemqRRRIz UFAcikHs/4QAMWqA4CllgA6GvHjx4i0MANmkGvLx48c/f/6g+RooAhQnxpBX r179+PEDIv771dNPR7ZAEJANEQTKAtXgMQQoCxH5+ejWg0Kfy6YMyAgoAhSH KEA2B80QiBu+3754xYoNzQQIAooDZSHuwWoI0L8QN+AyAW4OxD3w8EE2BBKS mL7AREA1kHCGaISkRkhsQkKSoAkQBAlnSLwzgAHlhlDFJVQME2rFDlXSCbVS LFXyDhxQmIuRAYXlCUmAiobgB8SU9gD80e8B "], "Byte", ColorSpace -> "RGB", ImageResolution -> 144, Interleaving -> True]}, Background -> GrayLevel[0.9], Method -> "Queued", ImageSize -> {All, 20}, Evaluator -> Automatic], FrameStyle -> Directive[ GrayLevel[0.9], AbsoluteThickness[2]], FrameMargins -> -1, ContentPadding -> False, StripOnInput -> False], { "\"Insert comment for reviewer\"" :> With[{RSNB`nb$ = InputNotebook[], RSNB`$cp$ = $ContextPath}, Quiet[ Block[{$ContextPath = RSNB`$cp$, ResourceSystemClient`$\ AsyncronousResourceInformationUpdates = False, DefinitionNotebookClient`$ButtonCodeID = None}, Internal`WithLocalSettings[ DefinitionNotebookClient`$ButtonsDisabled = True; Once[ ReleaseHold[ CurrentValue[ RSNB`nb$, {TaggingRules, "CompatibilityTest"}]], "KernelSession"]; Needs["DefinitionNotebookClient`"], Annotation[ DefinitionNotebookClient`$ButtonCodeID = 2572781756330727330; DefinitionNotebookClient`CheckForUpdates[RSNB`nb$, ReleaseHold[ DefinitionNotebookClient`$ButtonCode = HoldForm[ DefinitionNotebookClient`$ClickedButton = "Cells"; DefinitionNotebookClient`$ClickedAction = "Insert comment for reviewer"; DefinitionNotebookClient`CommentInsert[]]]], DefinitionNotebookClient`ButtonCodeID[ 2572781756330727330]], DefinitionNotebookClient`$ButtonsDisabled = False; Null]; Null]]], "\"Mark/unmark selected cells as comments\"" :> With[{RSNB`nb$ = InputNotebook[], RSNB`$cp$ = $ContextPath}, Quiet[ Block[{$ContextPath = RSNB`$cp$, ResourceSystemClient`$\ AsyncronousResourceInformationUpdates = False, DefinitionNotebookClient`$ButtonCodeID = None}, Internal`WithLocalSettings[ DefinitionNotebookClient`$ButtonsDisabled = True; Once[ ReleaseHold[ CurrentValue[ RSNB`nb$, {TaggingRules, "CompatibilityTest"}]], "KernelSession"]; Needs["DefinitionNotebookClient`"], Annotation[ DefinitionNotebookClient`$ButtonCodeID = 3646530685697756512; DefinitionNotebookClient`CheckForUpdates[RSNB`nb$, ReleaseHold[ DefinitionNotebookClient`$ButtonCode = HoldForm[ DefinitionNotebookClient`$ClickedButton = "Cells"; DefinitionNotebookClient`$ClickedAction = "Mark/unmark selected cells as comments"; DefinitionNotebookClient`CommentToggle[]]]], DefinitionNotebookClient`ButtonCodeID[ 3646530685697756512]], DefinitionNotebookClient`$ButtonsDisabled = False; Null]; Null]]], "\"Mark/unmark selected cells as excluded\"" :> With[{RSNB`nb$ = InputNotebook[], RSNB`$cp$ = $ContextPath}, Quiet[ Block[{$ContextPath = RSNB`$cp$, ResourceSystemClient`$\ AsyncronousResourceInformationUpdates = False, DefinitionNotebookClient`$ButtonCodeID = None}, Internal`WithLocalSettings[ DefinitionNotebookClient`$ButtonsDisabled = True; Once[ ReleaseHold[ CurrentValue[ RSNB`nb$, {TaggingRules, "CompatibilityTest"}]], "KernelSession"]; Needs["DefinitionNotebookClient`"], Annotation[ DefinitionNotebookClient`$ButtonCodeID = 1866935765212102190; DefinitionNotebookClient`CheckForUpdates[RSNB`nb$, ReleaseHold[ DefinitionNotebookClient`$ButtonCode = HoldForm[ DefinitionNotebookClient`$ClickedButton = "Cells"; DefinitionNotebookClient`$ClickedAction = "Mark/unmark selected cells as excluded"; DefinitionNotebookClient`ExclusionToggle[]]]], DefinitionNotebookClient`ButtonCodeID[ 1866935765212102190]], DefinitionNotebookClient`$ButtonsDisabled = False; Null]; Null]]]}, Appearance -> None, Method -> "Queued"]}}, GridBoxAlignment -> {"Columns" -> {{Left}}, "Rows" -> {{Center}}}, AutoDelete -> False, GridBoxBackground -> {"Columns" -> {{None}}, "Rows" -> { GrayLevel[0.9]}}, GridBoxFrame -> { "Columns" -> False, "RowsIndexed" -> {1 -> GrayLevel[0.9]}}, GridBoxItemSize -> { "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, GridBoxSpacings -> { "Columns" -> {5, {0.5}, 5}, "Rows" -> {{Automatic}}}, FrameStyle -> GrayLevel[0.75]], "Grid"], ButtonBoxOptions -> {Enabled -> Dynamic[ Not[ TrueQ[DefinitionNotebookClient`$ButtonsDisabled]], TrackedSymbols :> {DefinitionNotebookClient`$ButtonsDisabled}]}, StripOnInput -> False]& )}], Cell[ StyleData["MainGridTemplate"], TemplateBoxOptions -> {DisplayFunction -> (StyleBox[ TagBox[ GridBox[{{ TagBox[ GridBox[{{ GraphicsBox[{ Thickness[0.022222222222222223`], { FaceForm[{ RGBColor[0.87451, 0.278431, 0.03137260000000001], Opacity[1.]}], FilledCurveBox[{{{1, 4, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}}}, {{{45., 22.5}, {45., 10.073999999999998`}, {34.926, 0.}, {22.5, 0.}, {10.074, 0.}, {0., 10.073999999999998`}, {0., 22.5}, {0., 34.926}, {10.074, 45.}, {22.5, 45.}, {34.926, 45.}, {45., 34.926}, {45., 22.5}}}]}, { FaceForm[{ RGBColor[1., 1., 1.], Opacity[1.]}], FilledCurveBox[{{{0, 2, 0}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}, {0, 1, 0}, {1, 3, 3}, {0, 1, 0}, {0, 1, 0}, {1, 3, 3}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {1, 3, 3}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}, {1, 3, 3}, {0, 1, 0}, {1, 3, 3}, {0, 1, 0}}, {{0, 2, 0}, {1, 3, 3}, {0, 1, 0}, {1, 3, 3}, {0, 1, 0}, {1, 3, 3}, {0, 1, 0}, {1, 3, 3}}, {{0, 2, 0}, {1, 3, 3}, {0, 1, 0}, {1, 3, 3}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}}}, {CompressedData[" 1:eJxTTMoPSmViYGAwAWIQLcESxqe7SdlhqnN3zvPblg4w/omyffOl/K0cEp9e ULq9U9lhT8lkCZZrVg6VL9UMOd4oO1SLrHN/GGXtcKUCKOCh4sDDpN0udtPa 4fnvlR8v8ao6ZIE12ELMrVZzmAIymNfOAWj43PfpGg45YIV2Dguk9O+qsGlB 9M+0h9gjpgOxh8fBYePc98uPees5MICAggNE/TF9B6Bl574rO0DcMcsAwmd2 cNCM6T/0VcPQAeQsjh6oeWWGEPt97R3UDTnWyMwyhKh7Yefw5S/QB22GEHe1 2zlIg5yTaAh3by7InUKGDmBnLrR1cOkGudzAYZHrts9/Q2wdHi+dfUShwMBh Q1HGxLcytg5BO+RaXwsaQN1r6/BdA2jRVn1oeNk6aIEcWq4HcccvWwfTuF2e PEy6UPPtHIC+CH68VBvOP70QaNFeLTg/T6j5wKlELYdPl3yTBCLsIOGkowVx 71tbhycg93zQdAjonZ4ndNgGzgern2ENVw90TZVInhUkfqy1IO65ZQl3L4wP iW99B/NOx4SnEyzh4Q+W32XhcBUc0PoQd7dawM1D568H2cdnCOd/A9nzVc/h I9hdWg4ZoIg6oueQD/Kfoh40nSD4fkDfWpboQOw7oYDBh6mHxIcy3DxYek4A peOfCD7MPTA+zL0yUSnW9/sV4Hxw/DgpQOL7igUkfi8qwsMHAHSDTZ8= "], {{19.051000000000002`, 14.242}, {19.051000000000002`, 27.594}, {23.828, 27.594}, {23.828, 26.543}, {21.426, 26.308999999999997`}, {21.375, 26.258000000000003`}, { 21.375, 24.219}, {21.375, 17.535000000000004`}, {21.375, 15.602}, {21.426, 15.547}, {23.828, 15.315999999999999`}, {23.828, 14.242}}, {{24.578, 18.75}, {24.578, 23.078000000000003`}, {24.578, 23.539}, { 24.953, 23.914}, {25.418, 23.91}, {29.746, 23.91}, { 30.203, 23.91}, {30.578, 23.539}, {30.578, 23.078000000000003`}, {30.578, 18.75}, { 30.581999999999997`, 18.288999999999998`}, {30.207, 17.91}, {29.746, 17.91}, {25.418, 17.91}, {24.953, 17.906}, {24.574, 18.285}, {24.578, 18.75}}, {{31.328, 14.242}, {31.328, 15.315999999999999`}, {33.684, 15.539000000000001`}, {33.789, 15.602}, {33.789, 17.641}, {33.789, 24.188}, {33.789, 26.227}, {33.684, 26.281}, {31.328, 26.512000000000004`}, {31.328, 27.586}, {36.113, 27.586}, {36.113, 14.234000000000002`}}}]}}, { ImageSize -> {Automatic, 32}, ImagePadding -> {{5, 0}, {0, 0}}, BaselinePosition -> Scaled[0.25], AspectRatio -> Automatic, Background -> RGBColor[0.988235, 0.419608, 0.203922], ImageSize -> {45., 45.}, PlotRange -> {{0., 45.}, {0., 45.}}}], StyleBox[ TagBox[ GridBox[{{ StyleBox[ "\"Function Resource\"", FontFamily -> "Source Sans Pro", FontWeight -> "SemiBold", StripOnInput -> False], StyleBox[ "\"DEFINITION NOTEBOOK\"", FontFamily -> "Source Sans Pro", FontTracking -> "SemiCondensed", FontVariations -> {"CapsType" -> "AllSmallCaps"}, StripOnInput -> False]}}, GridBoxAlignment -> { "Columns" -> {{Left}}, "Rows" -> {{Baseline}}}, AutoDelete -> False, GridBoxDividers -> { "ColumnsIndexed" -> {2 -> RGBColor[1., 1., 1.]}, "Rows" -> {{None}}}, GridBoxItemSize -> { "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}], "Grid"], FontSize -> 24, FontColor -> RGBColor[1., 1., 1.], StripOnInput -> False]}}, GridBoxAlignment -> { "Columns" -> {{Left}}, "Rows" -> {{Baseline}}}, AutoDelete -> False, GridBoxItemSize -> { "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}], "Grid"], "\[SpanFromLeft]", "\[SpanFromLeft]", "\[SpanFromLeft]", "\[SpanFromLeft]", "\[SpanFromLeft]", "\[SpanFromLeft]", "\[SpanFromLeft]", TemplateBox[{ StyleBox[ TemplateBox[{ "\"Function Repository\"", "\" \[RightGuillemet] \""}, "RowDefault"], "Text", FontColor -> RGBColor[1., 1., 1.], StripOnInput -> False], "https://resources.wolframcloud.com/FunctionRepository"}, "HyperlinkURL"]}, { TemplateBox[{ TemplateBox[{ "\"Open Sample\"", "\"View a completed sample definition notebook\""}, "PrettyTooltipTemplate"], Annotation[ DefinitionNotebookClient`$ButtonCodeID = 4393071033038384034; DefinitionNotebookClient`$ClickedButton = "Open Sample"; DefinitionNotebookClient`ViewExampleNotebook[ ButtonNotebook[]], DefinitionNotebookClient`ButtonCodeID[4393071033038384034]]& , "\"View a completed sample definition notebook\"", False}, "OrangeButtonTemplate"], TemplateBox[{ TemplateBox[{ "\"Style Guidelines\"", "\"View general guidelines for authoring resource \ functions\""}, "PrettyTooltipTemplate"], Annotation[ DefinitionNotebookClient`$ButtonCodeID = 5906117565281445171; DefinitionNotebookClient`$ClickedButton = "Style Guidelines"; DefinitionNotebookClient`ViewStyleGuidelines[ ButtonNotebook[]], DefinitionNotebookClient`ButtonCodeID[5906117565281445171]]& , "\"View general guidelines for authoring resource functions\"", False}, "OrangeButtonTemplate"], TemplateBox[{ TemplateBox[{ TagBox[ GridBox[{{"\"Tools\"", PaneSelectorBox[{False -> GraphicsBox[{ RGBColor[1., 1., 1.], AbsoluteThickness[1.], LineBox[{{0, 0}, {0, 10}, {10, 10}, {10, 0}, {0, 0}}], LineBox[{{5, 2.5}, {5, 7.5}}], LineBox[{{2.5, 5}, {7.5, 5}}]}, ImageSize -> 9, PlotRangePadding -> 1.5], True -> GraphicsBox[{ RGBColor[1., 1., 1.], AbsoluteThickness[1.], LineBox[{{0, 0}, {0, 10}, {10, 10}, {10, 0}, {0, 0}}], LineBox[{{2.5, 5}, {7.5, 5}}]}, ImageSize -> 9, PlotRangePadding -> 1.5]}, Dynamic[ CurrentValue[ EvaluationNotebook[], {TaggingRules, "ToolsOpen"}, True]], BaselinePosition -> Scaled[0]]}}, GridBoxAlignment -> { "Columns" -> {{Automatic}}, "Rows" -> {{Baseline}}}, AutoDelete -> False, GridBoxItemSize -> { "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, GridBoxSpacings -> {"Columns" -> {{0.35}}}], "Grid"], "\"Toggle documentation toolbar\""}, "PrettyTooltipTemplate"], Annotation[ DefinitionNotebookClient`$ButtonCodeID = 5074018684552945401; DefinitionNotebookClient`$ClickedButton = "Tools"; DefinitionNotebookClient`ToggleToolbar[ ButtonNotebook[]], DefinitionNotebookClient`ButtonCodeID[5074018684552945401]]& , "\"Toggle documentation toolbar\"", False}, "OrangeButtonTemplate"], TagBox[ GridBox[{{"\"\"", "\"\""}}, GridBoxAlignment -> { "Columns" -> {{Left}}, "Rows" -> {{Center}}}, AutoDelete -> False, GridBoxDividers -> { "ColumnsIndexed" -> {2 -> True}, "Rows" -> {{False}}}, GridBoxItemSize -> { "Columns" -> {{Automatic}}, "Rows" -> {{2}}}, GridBoxSpacings -> {"Columns" -> {{0.5}}}, FrameStyle -> RGBColor[0.994118, 0.709804, 0.601961]], "Grid"], TemplateBox[{ TemplateBox[{ "\"Check\"", "\"Check notebook for potential errors\""}, "PrettyTooltipTemplate"], Annotation[ DefinitionNotebookClient`$ButtonCodeID = 7891204313296928191; DefinitionNotebookClient`$ClickedButton = "Check"; DefinitionNotebookClient`CheckDefinitionNotebook[ ButtonNotebook[]], DefinitionNotebookClient`ButtonCodeID[7891204313296928191]]& , "\"Check notebook for potential errors\"", False}, "OrangeButtonTemplate"], TemplateBox[{ TemplateBox[{"\"Preview\"", "\"Generate a preview notebook\""}, "PrettyTooltipTemplate"], Annotation[ DefinitionNotebookClient`$ButtonCodeID = 4299709568580201021; DefinitionNotebookClient`$ClickedButton = "Preview"; DefinitionNotebookClient`PreviewResource[ ButtonNotebook[], "Notebook"], DefinitionNotebookClient`ButtonCodeID[4299709568580201021]]& , "\"Generate a preview notebook\"", True}, "OrangeButtonTemplate"], ActionMenuBox[ TemplateBox[{ TemplateBox[{"\"Deploy\"", TemplateBox[{5}, "Spacer1"], "\"\[FilledDownTriangle]\""}, "RowDefault"], Annotation[ DefinitionNotebookClient`$ButtonCodeID = 1898445052439169298; Null, DefinitionNotebookClient`ButtonCodeID[1898445052439169298]]& , "\"\"", True}, "OrangeButtonTemplate"], { "\"Locally on this computer\"" :> With[{RSNB`nb$ = InputNotebook[], RSNB`$cp$ = $ContextPath}, Quiet[ Block[{$ContextPath = RSNB`$cp$, ResourceSystemClient`$\ AsyncronousResourceInformationUpdates = False, DefinitionNotebookClient`$SuppressDynamicEvents = True, DefinitionNotebookClient`$ButtonCodeID = None}, Internal`WithLocalSettings[ DefinitionNotebookClient`$ButtonsDisabled = True; CurrentValue[RSNB`nb$, {TaggingRules, "StatusMessage"}] = ProgressIndicator[Appearance -> "Necklace"]; Once[ ReleaseHold[ CurrentValue[ RSNB`nb$, {TaggingRules, "CompatibilityTest"}]], "KernelSession"]; Needs["DefinitionNotebookClient`"], Annotation[ DefinitionNotebookClient`$ButtonCodeID = 8714502586816766511; DefinitionNotebookClient`CheckForUpdates[RSNB`nb$, ReleaseHold[ DefinitionNotebookClient`$ButtonCode = HoldForm[ DefinitionNotebookClient`$ClickedButton = "Deploy"; DefinitionNotebookClient`$ClickedAction = "Locally on this computer"; DefinitionNotebookClient`DisplayStripe[ ButtonNotebook[], DefinitionNotebookClient`DeployResource[ ButtonNotebook[], "Local"]]]]], DefinitionNotebookClient`ButtonCodeID[ 8714502586816766511]], CurrentValue[RSNB`nb$, {TaggingRules, "StatusMessage"}] = ""; DefinitionNotebookClient`$ButtonsDisabled = False; Null]; Null]]], "\"For my cloud account\"" :> With[{RSNB`nb$ = InputNotebook[], RSNB`$cp$ = $ContextPath}, Quiet[ Block[{$ContextPath = RSNB`$cp$, ResourceSystemClient`$\ AsyncronousResourceInformationUpdates = False, DefinitionNotebookClient`$SuppressDynamicEvents = True, DefinitionNotebookClient`$ButtonCodeID = None}, Internal`WithLocalSettings[ DefinitionNotebookClient`$ButtonsDisabled = True; CurrentValue[RSNB`nb$, {TaggingRules, "StatusMessage"}] = ProgressIndicator[Appearance -> "Necklace"]; Once[ ReleaseHold[ CurrentValue[ RSNB`nb$, {TaggingRules, "CompatibilityTest"}]], "KernelSession"]; Needs["DefinitionNotebookClient`"], Annotation[ DefinitionNotebookClient`$ButtonCodeID = 1389539917011878958; DefinitionNotebookClient`CheckForUpdates[RSNB`nb$, ReleaseHold[ DefinitionNotebookClient`$ButtonCode = HoldForm[ DefinitionNotebookClient`$ClickedButton = "Deploy"; DefinitionNotebookClient`$ClickedAction = "For my cloud account"; DefinitionNotebookClient`DisplayStripe[ ButtonNotebook[], DefinitionNotebookClient`DeployResource[ ButtonNotebook[], "CloudPrivate"]]]]], DefinitionNotebookClient`ButtonCodeID[ 1389539917011878958]], CurrentValue[RSNB`nb$, {TaggingRules, "StatusMessage"}] = ""; DefinitionNotebookClient`$ButtonsDisabled = False; Null]; Null]]], "\"Publicly in the cloud\"" :> With[{RSNB`nb$ = InputNotebook[], RSNB`$cp$ = $ContextPath}, Quiet[ Block[{$ContextPath = RSNB`$cp$, ResourceSystemClient`$\ AsyncronousResourceInformationUpdates = False, DefinitionNotebookClient`$SuppressDynamicEvents = True, DefinitionNotebookClient`$ButtonCodeID = None}, Internal`WithLocalSettings[ DefinitionNotebookClient`$ButtonsDisabled = True; CurrentValue[RSNB`nb$, {TaggingRules, "StatusMessage"}] = ProgressIndicator[Appearance -> "Necklace"]; Once[ ReleaseHold[ CurrentValue[ RSNB`nb$, {TaggingRules, "CompatibilityTest"}]], "KernelSession"]; Needs["DefinitionNotebookClient`"], Annotation[ DefinitionNotebookClient`$ButtonCodeID = 5593410685219912767; DefinitionNotebookClient`CheckForUpdates[RSNB`nb$, ReleaseHold[ DefinitionNotebookClient`$ButtonCode = HoldForm[ DefinitionNotebookClient`$ClickedButton = "Deploy"; DefinitionNotebookClient`$ClickedAction = "Publicly in the cloud"; DefinitionNotebookClient`DisplayStripe[ ButtonNotebook[], DefinitionNotebookClient`DeployResource[ ButtonNotebook[], "CloudPublic"]]]]], DefinitionNotebookClient`ButtonCodeID[ 5593410685219912767]], CurrentValue[RSNB`nb$, {TaggingRules, "StatusMessage"}] = ""; DefinitionNotebookClient`$ButtonsDisabled = False; Null]; Null]]], "\"In this session only (without documentation)\"" :> With[{RSNB`nb$ = InputNotebook[], RSNB`$cp$ = $ContextPath}, Quiet[ Block[{$ContextPath = RSNB`$cp$, ResourceSystemClient`$\ AsyncronousResourceInformationUpdates = False, DefinitionNotebookClient`$SuppressDynamicEvents = True, DefinitionNotebookClient`$ButtonCodeID = None}, Internal`WithLocalSettings[ DefinitionNotebookClient`$ButtonsDisabled = True; CurrentValue[RSNB`nb$, {TaggingRules, "StatusMessage"}] = ProgressIndicator[Appearance -> "Necklace"]; Once[ ReleaseHold[ CurrentValue[ RSNB`nb$, {TaggingRules, "CompatibilityTest"}]], "KernelSession"]; Needs["DefinitionNotebookClient`"], Annotation[ DefinitionNotebookClient`$ButtonCodeID = 8586347731213964380; DefinitionNotebookClient`CheckForUpdates[RSNB`nb$, ReleaseHold[ DefinitionNotebookClient`$ButtonCode = HoldForm[ DefinitionNotebookClient`$ClickedButton = "Deploy"; DefinitionNotebookClient`$ClickedAction = "In this session only (without documentation)"; DefinitionNotebookClient`DisplayStripe[ ButtonNotebook[], DefinitionNotebookClient`DeployResource[ ButtonNotebook[], "KernelSession"]]]]], DefinitionNotebookClient`ButtonCodeID[ 8586347731213964380]], CurrentValue[RSNB`nb$, {TaggingRules, "StatusMessage"}] = ""; DefinitionNotebookClient`$ButtonsDisabled = False; Null]; Null]]]}, Appearance -> None, Method -> "Queued"], ItemBox[ StyleBox[ DynamicBox[ ToBoxes[ CurrentValue[ EvaluationNotebook[], {TaggingRules, "StatusMessage"}, ""], StandardForm], Initialization :> (CurrentValue[ EvaluationNotebook[], {TaggingRules, "StatusMessage"}] = "")], "Text", GrayLevel[1], StripOnInput -> False], ItemSize -> Fit, StripOnInput -> False], DynamicBox[ ToBoxes[ If[ CurrentValue[ EvaluationNotebook[], { TaggingRules, "SubmissionReviewData", "Review"}, False], RawBoxes[ TemplateBox[{ TemplateBox[{ TagBox[ GridBox[{{ GraphicsBox[{ Thickness[0.06349], StyleBox[{ FilledCurveBox[{{{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}}, CompressedData[" 1:eJxTTMoPSmVmYGBgBWIWIGZigIEX9mCqQd8Bwv+Bnc/A54CiHs5HV6/ngJUP p2HmwdTp4FCHTvOhqYfZrw2lhdDk0fno6tHcD1PPwOSAnY+uns8BAE8cGz4= "]]}, { FaceForm[ RGBColor[1., 1., 1.]]}, StripOnInput -> False], StyleBox[{ FilledCurveBox[{{{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}}, CompressedData[" 1:eJxTTMoPSmVmYGBgB2IWIGZigAEJBwjNB6EblHHwX9ijqofxoeoYhKC0Bg4+ Hw4apk4Uap8aDr4QDhqqDu4uVRx8URw0TJ001D5lHHwJHDRUHYMclFbCwZfG QUPVNSjgp+HmIWgAG/wcEg== "]], FilledCurveBox[{{{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}}, CompressedData[" 1:eJx10EEKgCAQhWGpFtEyEAYGggQj6RKeoSMErbuCR0/IWfTgCcPwy7fR9XrO u3fOTXWGOp2zM+ZvH2170nv+e2sFH0ijt45/XxJp9NgRPHYAb63kHhu9tf2H eU8aPfbS9kxawAvxnrSCx3c3XzbS6JX4RFrAS34B53ckaw== "]]}, { FaceForm[ RGBColor[1., 1., 1.]]}, StripOnInput -> False]}, ImageSize -> 15, PlotRange -> {{0., 15.75}, {0., 16.5}}, AspectRatio -> 1.15], "\"Submit Update\""}}, GridBoxAlignment -> { "Columns" -> {{Left}}, "Rows" -> {{Center}}}, AutoDelete -> False, GridBoxItemSize -> { "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, GridBoxSpacings -> { "Columns" -> {{0}}, "ColumnsIndexed" -> {2 -> 0.5}, "Rows" -> {{0}}}], "Grid"], "\"Submit changes to update your resource submission\""}, "PrettyTooltipTemplate"], Annotation[ DefinitionNotebookClient`$ButtonCodeID = 3196298050911436087; DefinitionNotebookClient`$ClickedButton = "SubmitUpdate"; With[{RSNB`nb = ButtonNotebook[]}, DefinitionNotebookClient`DisplayStripe[RSNB`nb, DefinitionNotebookClient`SubmitRepositoryUpdate[RSNB`nb], "ShowProgress" -> True]], DefinitionNotebookClient`ButtonCodeID[ 3196298050911436087]]& , "\"Submit changes to update your resource submission\"", True}, "OrangeButtonTemplate"]], RawBoxes[ TemplateBox[{ TemplateBox[{ TagBox[ GridBox[{{ GraphicsBox[{ Thickness[0.06349], StyleBox[{ FilledCurveBox[{{{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}}, CompressedData[" 1:eJxTTMoPSmVmYGBgBWIWIGZigIEX9mCqQd8Bwv+Bnc/A54CiHs5HV6/ngJUP p2HmwdTp4FCHTvOhqYfZrw2lhdDk0fno6tHcD1PPwOSAnY+uns8BAE8cGz4= "]]}, { FaceForm[ RGBColor[1., 1., 1.]]}, StripOnInput -> False], StyleBox[{ FilledCurveBox[{{{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}}, CompressedData[" 1:eJxTTMoPSmVmYGBgB2IWIGZigAEJBwjNB6EblHHwX9ijqofxoeoYhKC0Bg4+ Hw4apk4Uap8aDr4QDhqqDu4uVRx8URw0TJ001D5lHHwJHDRUHYMclFbCwZfG QUPVNSjgp+HmIWgAG/wcEg== "]], FilledCurveBox[{{{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}}}, CompressedData[" 1:eJx10EEKgCAQhWGpFtEyEAYGggQj6RKeoSMErbuCR0/IWfTgCcPwy7fR9XrO u3fOTXWGOp2zM+ZvH2170nv+e2sFH0ijt45/XxJp9NgRPHYAb63kHhu9tf2H eU8aPfbS9kxawAvxnrSCx3c3XzbS6JX4RFrAS34B53ckaw== "]]}, { FaceForm[ RGBColor[1., 1., 1.]]}, StripOnInput -> False]}, ImageSize -> 15, PlotRange -> {{0., 15.75}, {0., 16.5}}, AspectRatio -> 1.15], "\"Submit to Repository\""}}, GridBoxAlignment -> { "Columns" -> {{Left}}, "Rows" -> {{Center}}}, AutoDelete -> False, GridBoxItemSize -> { "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, GridBoxSpacings -> { "Columns" -> {{0}}, "ColumnsIndexed" -> {2 -> 0.5}, "Rows" -> {{0}}}], "Grid"], "\"Submit your function to the Wolfram Function \ Repository\""}, "PrettyTooltipTemplate"], Annotation[ DefinitionNotebookClient`$ButtonCodeID = 3704832848557640569; DefinitionNotebookClient`$ClickedButton = "Submit"; With[{RSNB`nb = ButtonNotebook[]}, DefinitionNotebookClient`DisplayStripe[RSNB`nb, DefinitionNotebookClient`SubmitRepository[RSNB`nb], "ShowProgress" -> True]], DefinitionNotebookClient`ButtonCodeID[ 3704832848557640569]]& , "\"Submit your function to the Wolfram Function \ Repository\"", True}, "OrangeButtonTemplate"]]], StandardForm], Evaluator -> "System", SingleEvaluation -> True]}}, GridBoxAlignment -> { "Columns" -> {{Left}}, "ColumnsIndexed" -> {-1 -> Right}, "Rows" -> {{Center}}}, AutoDelete -> False, GridBoxBackground -> {"Columns" -> {{None}}, "Rows" -> { RGBColor[0.988235, 0.419608, 0.203922], RGBColor[0.921569, 0.341176, 0.105882]}}, GridBoxFrame -> { "Columns" -> False, "RowsIndexed" -> { 1 -> RGBColor[0.988235, 0.419608, 0.203922], 2 -> RGBColor[0.921569, 0.341176, 0.105882]}}, GridBoxItemSize -> { "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, GridBoxSpacings -> { "Columns" -> {5, {0.9}, 5}, "RowsIndexed" -> {1 -> 1.1, 2 -> 1.3, 3 -> 0.25}}, FrameStyle -> RGBColor[0.988235, 0.419608, 0.203922]], "Grid"], ButtonBoxOptions -> {Enabled -> Dynamic[ Not[ TrueQ[DefinitionNotebookClient`$ButtonsDisabled]], TrackedSymbols :> {DefinitionNotebookClient`$ButtonsDisabled}]}, StripOnInput -> False]& )}], Cell[ StyleData["ReviewerCommentLabelTemplate"], TemplateBoxOptions -> {DisplayFunction -> (TagBox[ GridBox[{{#, TemplateBox[{ GraphicsBox[{ Thickness[0.022222222222222223`], { FaceForm[{ RGBColor[0.87451, 0.278431, 0.03137260000000001], Opacity[1.]}], FilledCurveBox[{{{1, 4, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}}}, {{{45., 22.5}, {45., 10.073999999999998`}, {34.926, 0.}, {22.5, 0.}, {10.074, 0.}, {0., 10.073999999999998`}, { 0., 22.5}, {0., 34.926}, {10.074, 45.}, {22.5, 45.}, {34.926, 45.}, {45., 34.926}, {45., 22.5}}}]}, { FaceForm[{ RGBColor[1., 1., 1.], Opacity[1.]}], FilledCurveBox[{{{0, 2, 0}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, { 1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {0, 1, 0}, {0, 1, 0}, {1, 3, 3}, {0, 1, 0}, {0, 1, 0}, {1, 3, 3}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, { 1, 3, 3}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}}, {{0, 2, 0}, {0, 1, 0}, {0, 1, 0}, {1, 3, 3}, {0, 1, 0}, {1, 3, 3}, {0, 1, 0}}, {{0, 2, 0}, {1, 3, 3}, {0, 1, 0}, {1, 3, 3}, {0, 1, 0}, {1, 3, 3}, {0, 1, 0}, {1, 3, 3}}, {{0, 2, 0}, {1, 3, 3}, {0, 1, 0}, {1, 3, 3}, {0, 1, 0}, {0, 1, 0}, { 0, 1, 0}}}, {CompressedData[" 1:eJxTTMoPSmViYGAwAWIQLcESxqe7SdlhqnN3zvPblg4w/omyffOl/K0cEp9e ULq9U9lhT8lkCZZrVg6VL9UMOd4oO1SLrHN/GGXtcKUCKOCh4sDDpN0udtPa 4fnvlR8v8ao6ZIE12ELMrVZzmAIymNfOAWj43PfpGg45YIV2Dguk9O+qsGlB 9M+0h9gjpgOxh8fBYePc98uPees5MICAggNE/TF9B6Bl574rO0DcMcsAwmd2 cNCM6T/0VcPQAeQsjh6oeWWGEPt97R3UDTnWyMwyhKh7Yefw5S/QB22GEHe1 2zlIg5yTaAh3by7InUKGDmBnLrR1cOkGudzAYZHrts9/Q2wdHi+dfUShwMBh Q1HGxLcytg5BO+RaXwsaQN1r6/BdA2jRVn1oeNk6aIEcWq4HcccvWwfTuF2e PEy6UPPtHIC+CH68VBvOP70QaNFeLTg/T6j5wKlELYdPl3yTBCLsIOGkowVx 71tbhycg93zQdAjonZ4ndNgGzgern2ENVw90TZVInhUkfqy1IO65ZQl3L4wP iW99B/NOx4SnEyzh4Q+W32XhcBUc0PoQd7dawM1D568H2cdnCOd/A9nzVc/h I9hdWg4ZoIg6oueQD/Kfoh40nSD4fkDfWpboQOw7oYDBh6mHxIcy3DxYek4A peOfCD7MPTA+zL0yUSnW9/sV4Hxw/DgpQOL7igUkfi8qwsMHAHSDTZ8= "], {{19.051000000000002`, 14.242}, {19.051000000000002`, 27.594}, {23.828, 27.594}, {23.828, 26.543}, {21.426, 26.308999999999997`}, {21.375, 26.258000000000003`}, { 21.375, 24.219}, {21.375, 17.535000000000004`}, {21.375, 15.602}, {21.426, 15.547}, {23.828, 15.315999999999999`}, { 23.828, 14.242}}, {{24.578, 18.75}, {24.578, 23.078000000000003`}, {24.578, 23.539}, {24.953, 23.914}, { 25.418, 23.91}, {29.746, 23.91}, {30.203, 23.91}, {30.578, 23.539}, {30.578, 23.078000000000003`}, {30.578, 18.75}, { 30.581999999999997`, 18.288999999999998`}, {30.207, 17.91}, {29.746, 17.91}, {25.418, 17.91}, {24.953, 17.906}, {24.574, 18.285}, {24.578, 18.75}}, {{31.328, 14.242}, {31.328, 15.315999999999999`}, {33.684, 15.539000000000001`}, {33.789, 15.602}, {33.789, 17.641}, { 33.789, 24.188}, {33.789, 26.227}, {33.684, 26.281}, { 31.328, 26.512000000000004`}, {31.328, 27.586}, {36.113, 27.586}, {36.113, 14.234000000000002`}}}]}}, { ImageSize -> 12, AspectRatio -> Automatic, Background -> None, ImageSize -> {45., 45.}, PlotRange -> {{0., 45.}, {0., 45.}}}], "Wolfram Function Repository Reviewer"}, "PrettyTooltipTemplate"]}}, GridBoxAlignment -> { "Columns" -> {{Automatic}}, "Rows" -> {{Center}}}, AutoDelete -> False, GridBoxItemSize -> { "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, GridBoxSpacings -> {"Columns" -> {{0.25}}}], "Grid"]& )}], Cell[ StyleData["CommentCellLabelTemplate"], TemplateBoxOptions -> {DisplayFunction -> (StyleBox[ TagBox[ GridBox[{{ StyleBox[#, FontSize -> 11]}, { StyleBox[ DynamicBox[ ToBoxes[ DateString[ TimeZoneConvert[ DateObject[#2, TimeZone -> 0]], { "Month", "/", "Day", "/", "Year", " ", "Hour24", ":", "Minute"}], StandardForm], SingleEvaluation -> True], FontSize -> 9]}}, GridBoxAlignment -> {"Columns" -> {{Left}}}, AutoDelete -> False, GridBoxItemSize -> { "Columns" -> {{Automatic}}, "Rows" -> {{Automatic}}}, GridBoxSpacings -> {"Columns" -> {{Automatic}}, "Rows" -> {{0}}}], "Grid"], "CommentLabel", ShowStringCharacters -> False]& )}], Cell[ StyleData["OrangeButtonTemplate"], TemplateBoxOptions -> {DisplayFunction -> (FrameBox[ ButtonBox[ StyleBox[#, "Text", FontFamily -> "Source Sans Pro", FontWeight -> "SemiBold", FontTracking -> "Condensed", FontSize -> 13, FontColor -> Dynamic[ FEPrivate`If[ CurrentValue[Enabled], GrayLevel[1], RGBColor[0.9568627450980391, 0.8019607843137255, 0.75]], Evaluator -> "System"], StripOnInput -> False], ButtonFunction :> With[{RSNB`nb$ = ButtonNotebook[]}, If[#4, CurrentValue[RSNB`nb$, {TaggingRules, "StatusMessage"}] = ProgressIndicator[Appearance -> "Necklace"]]; With[{RSNB`$cp$ = $ContextPath}, Quiet[ Block[{$ContextPath = RSNB`$cp$, ResourceSystemClient`$AsyncronousResourceInformationUpdates = False, DefinitionNotebookClient`$ButtonCodeID = None}, Internal`WithLocalSettings[ DefinitionNotebookClient`$ButtonsDisabled = True; Once[ ReleaseHold[ CurrentValue[ RSNB`nb$, {TaggingRules, "CompatibilityTest"}]], "KernelSession"]; Needs["DefinitionNotebookClient`"], Annotation[ DefinitionNotebookClient`$ButtonCodeID = 3145484069433207908; DefinitionNotebookClient`CheckForUpdates[RSNB`nb$, ReleaseHold[ DefinitionNotebookClient`$ButtonCode = HoldForm[ #2[]]]], DefinitionNotebookClient`ButtonCodeID[3145484069433207908]], DefinitionNotebookClient`$ButtonsDisabled = False; Null]; Null]]]; CurrentValue[RSNB`nb$, {TaggingRules, "StatusMessage"}] = ""; Null], FrameMargins -> {{5, 5}, {0, 0}}, Appearance -> {"Default" -> Image[CompressedData[" 1:eJxTTMoPSmNiYGAo5gASQYnljkVFiZXBAkBOaF5xZnpeaopnXklqemqRRRIz UFAcikHs/4QAMWqA4HW4NCWIDoa8CJZ47CsMQUA2qYY8cOe/Zsl82ZQBGQFF gOLEGPI8UOymHTtE1xUkE+BsoCxQDR5DgLJotuNCyOagGQJ3A0EEVInVEKB/ iTQBguDhg2wIZkjiR0D1EI2Q1AiJTbSQxI8gKiHxzgAGlBtCFZdQMUyoFTtU SSfUSrFUyTvUysVULE9IQlQ0BD8gprQHAOYEDp4= "], "Byte", ColorSpace -> "RGB", ImageResolution -> 144, Interleaving -> True], "Hover" -> Image[CompressedData[" 1:eJxTTMoPSmNiYGAo5gASQYnljkVFiZXBAkBOaF5xZnpeaopnXklqemqRRRIz UFAcikHs/4QAMWqA4HW4NCWIDoY8DpK86ikKQUA2qYacdhZaZ8CxXJsNGQFF gOLEGHLfX3yHOTeadmQElAWqwWMIUBaPdmSEbA6aIRA3rMCrfQXMPVgNAfqX SGdAEDx8kA3BDEn8CKgeohGSGiGxSZIJEASJdwYwoNwQqriEimFCrdihSjqh VoqlSt6hVi6mYnlCEqKiIfgBMaU9AAiH5q8= "], "Byte", ColorSpace -> "RGB", ImageResolution -> 144, Interleaving -> True], "Pressed" -> Image[CompressedData[" 1:eJxTTMoPSmNiYGAo5gASQYnljkVFiZXBAkBOaF5xZnpeaopnXklqemqRRRIz UFAcikHs/4QAMWqA4HW4NCWIDoa8zTb72JMMQUA2qYZ8Wdr69/1LNF8DRYDi xBjyvsz115UjEPFvL589PbgNgoBsiCBQFqgGjyFAWYjIpwe3D2YFLNdmQ0ZA EaA4RAGyOWiGQNzw/ubllQY8aCZAEFAcKAtxD1ZDgP6FuAGXCXBzIO6Bhw+y IZCQxPQFJgKqgYQzRCMkNUJiExKSBE2AIEg4Q+KdAQwoN4QqLqFimFArdqiS TqiVYqmSd6iVi6lYnpCEqGgIfkBMaQ8AIISqgg== "], "Byte", ColorSpace -> "RGB", ImageResolution -> 144, Interleaving -> True]}, Background -> RGBColor[0.921569, 0.341176, 0.105882], Method -> "Queued", ImageSize -> {All, 23}, Evaluator -> Automatic], FrameStyle -> Directive[ RGBColor[0.921569, 0.341176, 0.105882], AbsoluteThickness[2]], FrameMargins -> -1, ContentPadding -> False, StripOnInput -> False]& )}], Cell[ StyleData["SuggestionGridTemplate"], TemplateBoxOptions -> {DisplayFunction -> (StyleBox[ FrameBox[ AdjustmentBox[ TagBox[ GridBox[{{ TemplateBox[{#2, #3, {16., 16.}, {{1., 17.}, {1., 17.}}}, "SuggestionIconTemplate"], PaneBox[#, ImageSizeAction -> "ShrinkToFit", BaselinePosition -> Baseline, ImageSize -> Full], RowBox[{ AdjustmentBox[ TemplateBox[{ ActionMenuBox[ TagBox[ PaneSelectorBox[{False -> GraphicsBox[{ EdgeForm[ Directive[ GrayLevel[1, 0], Thickness[0.025]]], FaceForm[#4], RectangleBox[{-1.75, -2}, {1.75, 2}, RoundingRadius -> 0.2], Thickness[0.15], #5, LineBox[{{-0.5, -1.}, {0.5, 0.}, {-0.5, 1.}}]}, ImageSize -> {Automatic, 15}, ImageMargins -> 0], True -> GraphicsBox[{ EdgeForm[ Directive[#5, Thickness[0.025]]], FaceForm[#2], RectangleBox[{-1.75, -2}, {1.75, 2}, RoundingRadius -> 0.2], Thickness[0.15], GrayLevel[1], LineBox[{{-0.5, -1.}, {0.5, 0.}, {-0.5, 1.}}]}, ImageSize -> {Automatic, 15}, ImageMargins -> 0]}, Dynamic[ CurrentValue["MouseOver"]], ImageSize -> Automatic, FrameMargins -> 0], MouseAppearanceTag["LinkHand"]], #6, Appearance -> None, Method -> "Queued"], "\"View suggestions\""}, "PrettyTooltipTemplate"], BoxBaselineShift -> -0.5], " "}]}}, GridBoxAlignment -> { "Columns" -> {{Left}}, "Rows" -> {{Baseline}}}, AutoDelete -> False, GridBoxItemSize -> { "Columns" -> {Automatic, Automatic, Fit}, "Rows" -> {{Automatic}}}, GridBoxSpacings -> {"Columns" -> {{0.4}}}], "Grid"], BoxMargins -> {{0.25, -0.5}, {0.15, -0.15}}], RoundingRadius -> {13, 75}, Background -> #4, FrameStyle -> None, FrameMargins -> {{0, 8}, {0, 0}}, ImageMargins -> {{0, 0}, {5, 5}}, StripOnInput -> False], "Text", FontColor -> #5, FontSize -> 14, FontFamily -> "Source Sans Pro", FontWeight -> "SemiBold", FontTracking -> "Plain", PrivateFontOptions -> {"OperatorSubstitution" -> False}, LineBreakWithin -> False]& )}], Cell[ StyleData["SuggestionIconTemplate"], TemplateBoxOptions -> {DisplayFunction -> (GraphicsBox[{ Thickness[0.05555555555555555], StyleBox[{ FilledCurveBox[{{{1, 4, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}}}, CompressedData[" 1:eJxTTMoPSmVmYGBgBGJJIGZigIIGAwcIQ8kBxk94ekHp9k9Vh4qXaoYcOfoO m+a+X37stKZDbP+hrxpzdOA0TBymDqYPl7n2pnG7PHlk4PzZRxQ2FGWIwPWD jI3p54WbLxuVYn3fnwluD8S8H/Yo9gD5KPYA+TB7YPph9sDMh9EwcZg6FPdh MRfdXpi7YPph7oaZD/MXzB5c4QCzBwA8nn+Z "]]}, FaceForm[#]], StyleBox[{ FilledCurveBox[{{{0, 2, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}, {0, 1, 0}}, {{1, 4, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}, {1, 3, 3}}}, {{{8.175292500000001, 7.416875}, {7.796855000000001, 11.3084375}, {7.796855000000001, 13.38}, {10.11998, 13.38}, {10.11998, 11.3084375}, { 9.741542500000001, 7.416875}, {8.175292500000001, 7.416875}}, CompressedData[" 1:eJxTTMoPSmViYGCQBGIQ/cTvZcLf/4oOD6tE1rk/5HNQjDzAkqeL4FsusdsW 1KjgwAAGAg7hCSdehX2Xd5BvfR24Q07QwaZCOJPjjZyDHdf1xQW2Qg56LJYa iWlyDv2HvmrEzBeG80GmVbmIwvkvtjT6Sb8Qg+t/BLLPUwJuPti6DEm4/WD7 2qTg7gMZJyIm7QBzP4y/zEVob88lJTi/7+dk7hV1ynD9c3LzfPxZVODmr3ro 0futUwVu/0bpbbqnzqjA3Qfjw9wP48P8B9MP8z/MfFj4wOyHhR/MfbDwRQ9/ ACBxmlc= "]}]}, FaceForm[#2]]}, ImageSize -> #3, PlotRange -> #4, AspectRatio -> Automatic, BaselinePosition -> Scaled[0.1]]& )}], Cell[ StyleData["FormEditValuesButtonTemplate"], TemplateBoxOptions -> {DisplayFunction -> (TemplateBox[{ TagBox[ PaneBox[ PaneSelectorBox[{False -> GraphicsBox[ TagBox[ RasterBox[CompressedData[" 1:eJzNWHlMVEcYf28XlGM5VlcRapRDDFK0sBaLBWVXUDxTKpe4JgvoQlALAsvV hHIoV4KK6wGiQlUqoqDcKKysDSZtPZJWTTzaxGrV2mqrNtqKB3Qnz8+Zd6Cv tn90vkgyv+/4zc58M9/3dEtIXZoooSgqw8r8Z2l8tjo9PT43wtE8iUrJSE5K 0a1akKLXJenSAxKkZlD58h9y+X+M8Z7a/I3G7V/lHQgKp2kGmzw9rcrQb+j/ ZItPIGBvNywsVVGVJ01DWAqbpBYUFZ1hGsTYvssRqTLHt4nvoIgvbP6ZjM+I Nt9PzUePPdbvcvX+ZwzTQ9vv8yMh6R04fFNY0/ciOkM8wzjXY4+F47xJgiPF cqRuY3kOlnUGLFq4khsv53NPv8zd7NXs/lYsR+158Gm9l1Tu7IYwmq7oJaMd uWMnR7jMMXLd/isYt7UXx4F9Rjtj1NmNXPPsCKyh6S9+AHzUOHEcpR3gMWM+ iQdHrq1kZFkmidvYQS633399ZBf31G21F/ZdLmmvPo0zVcyalCFg33Qr78Ce 7+qv5jdOm8W3e39u9yN+npR3ieHQ5ArlWGwW28pBIXwfilvFcESnC2eyMoS0 ii8UstncZ2XDjiaROihGjbMcyWVJLBP0N2ELC8vm229icHFPKKo+Y3zK3Jj6 q2lV3gFvZpk4BfSqKHwfFC4fLNDml3cVt2IGO7m+5sRzfoSNxglemGVV8dZT yRXqaKeJ5V1gkWIALX5bk8r5u+3x3qEbwvuN3kJ1DN9j5mLQdz60skXIeM9X PoPMnWYzdD4cjoGRMC3XRyI5+CNolyQhJK4A5mWdXGs7Ofs3HP+z9nz16fbf Scz41Muf67c8B7Q7z6L5RiPMAxZxbfU1OFbDtVDNSGtmnb4qQz/W1F1ElYsc 8rG9A6BF8x1fw2zhSnbddHHHJ115kl3rJNI1mzBL6HI2x9SglrugQzHzG7Ft RQ95IglF+DfwqylNb2gRugnWMnNteFWLj/+FsNlLyd3tfoTrTPWZV+vUcBnQ cHbre8HoTzy3ljGYxzT2Cep3MespaibRtZWwGy9vnPmkmXPgjy1fgte7Mxlk fhwZa/8V+9EQTZuPzwg4HBSA1J4XZqCotB1gExTO58hrYOoYM5RzcCcAHHIn QKpPD8eBzx12GHP0PAlfjXPI3C8J7JXlSNjt9vuSYVrKkjbwUs4R2quCwxLU mFJTZpCoaQjXuPqrgPmqhBhs7XH1lTsxmP889su24lOEZuzEyJE7ZJ3Gu23o Z9bDHvitrb2A0Um+NedwxKO/IGzrKZhn15FnRFHeAdh2zSZuXxscCXtpGorR kxqpRWx2zxPQsTk8/bgrxe+MaWj9UXw/be11pZih5VduxzPCqu03kiPFALPM 3VyOCV5kv9P3ovJk6rbkipI2du3n39AwLegO3UBzn0CYH3vMfzHUMeyM4Mu6 7Vwfiqr6BrRxBWhO0/suAxK5jm8fpoX7LszAz4bJStAanylcGCwiFbD9V2ja xk4ZosmNTsc+Xv51F4Xit9yduwJbqaJ0JYEfoT4xaw9YFDaBVuaId93cVb58 MxPLsL/UIlSz2URmft3FGL2tA7YI1UAONF7HOeWnxhb6XULrJFnQsLHz+XDW x6ooZQjcOD4DKXsvkfnu6i1kYxpaVcw/H/5QRQl7L0lk27HfLJCtp8Rw6EqF fDe08F+54MjaC0jX8aDpFtglV4jhCAoH+44HzPvdfFuTy63xMGwd5GMpKq8B fNTRpNZj2vw4RvznkfhoZ7A/fBO9AdzTEhrM70HiNBGj1jJcRY3PJvmSHod+ Ao3Yr2j8HVXeNXMx7Cr7K7HmHOzFZGXWHpytjmPEcXx2kIzWcG15juOYqUHk dz+S2OwRVmFa3DkhaboljgF1R9wc6R3A/RJIz5PWe1wsNlssB0XFZgllI8Qe TrOhxcJSPAfqIjabhOLkNYSvFsL3XlqsG67qv264eqcYuv4gI9V/bz+Kptcf IbETz4ualXP+zf/+WMuWJO08i2J1P0qrYjJTIl2WyXx5NV6PK1C88/bR/7vx N3kqZvY= "], {{0, 50.}, {50., 0}}, {0, 255}, ColorFunction -> GrayLevel], BoxForm`ImageTag[ "Byte", ColorSpace -> "Grayscale", Interleaving -> False], Selectable -> False], DefaultBaseStyle -> "ImageGraphics", ImageSizeRaw -> {50., 50.}, PlotRange -> {{0, 50.}, {0, 50.}}], True -> GraphicsBox[ TagBox[ RasterBox[CompressedData[" 1:eJzNWG1MU1cY7m1vS4GWttBLy0dLWyhl5aultrT0C2QzM5rMIWgyluDHkMwf YgBF9gc1cWpijDNuRNFsv2Rmuqmb/NjIYIFkG2qyAYnAljidODfdmItu+AHs Xi6n59x7D3LH9mPnRJLzvB/Pue95z3nfat3UWLVFKpFImpX0n6qNrRVNTRvb 1mrpRc225tcbttW/tnJbS31DfZN/k4wGS+b/MSb/jxFvt7QX95R86TytXyMh WEztye1w97v7c97SBAG2tEHIqRpXX/ksnPlnCVIiMTWXz0DMN5rZSGqX4l+u t+wp+wn1z05Lu7ZCiIYfOjoTnf+MQfd8aFLoiZmRR4FbeEl02tQsnkFpCT/E +1lsUtViOezHOJYzhZdSVqVt5vvLe0/ldpzk7mbZN2I5vEPAJnjPdlBpnQOJ 4s9Qb2V3SB0Dk9rM7b4xiJNJ4jigjSINiaAV3TO1FjEgSr+PWRjFcRR+AiyS X0RxqjrnCDtNO1Bcpga5HJp8tud4m/2Yd9g3WvixZxBmqpg96SqBfmDCeXrZ t6XjzjOaMEbvhfADYZ4UdYvhMLfhcsy8k6sl1+PvQ8EFMRymJnwm6ypRLcse nI7rc1kC1xshk+sVRmkcn8V2AGvfi1jKy24vxhBvs+71XI4+Zm9M6XhuR5J/ cZaE54CcqoH3IS49eaWlvai74AJkIHWOE9GnQg/FPQl5kMW6zz2QfSh1nTKr qBto2I8CKXxbbQeF0VYVB27i4828hanrhRYpq4E8dF+WOBcFe8xmZv5OcxhC 9xdiYKexjm9DSP0/AGl6A4NYdoN14SW+NqnjfkPkT++QZzD0G4pFH6u9fDvz LiD1XGHWxT1gnbKKr+s4AX35rxtqpfHsPrXl7n4o8Y4wlQsditTIIyBl1iVf gVXaZm7djLfBk3b1cWsdIcs5DFkMr3A5NKHg3RgH7dN5BsmUT9ETse6F34Cp pkTBedxNkKno2hCrxZG/GIyq4mTKA1hnPJdj+6wVMEiYlzg6PX8mT2UqFlMV cU/Q0cnuJ/8ciuYcAdGYv3H0SbPnIByuL4BVUoBFjBtQX74xeQrwZmmHZwQ4 5PrYmQ7hGSSS3HeADt0XCTicXWwdY4duOewEAIfCEMu/wYU44LmDCEOOyFTG VphDdL+EiZU0DkQ7NEks0FIWXgRWuuW4WOV/QDCNqSTJh6Lls7DGlY4DTFuO YyCTYPVVGFgseQX3Zct6Yy6mxyFSdget0zDa7n52P9wB31rvMERVLs9VxOPP DOYeAOu8d9Ezor/Qj0TwML+vpapBLOlvb0ElBGlujUzF7iCHQ+Xm7xS+M3RN /AjeTzLJth8yBH/hdzxSZfBXlMN+NHZfTvI5EvLQfic67eqzH8s+VHiRW/uF N9RYB2SBm8xaEwTr8EPhi5G6npsRwml/m29Dv4FfA6llNxs+3yhAMrcL9Y11 4L7jGYTZoC6JffmTuHQWy2wEmG+MvvRqXaW5zdSE2Hi9Izj/wbuGV6EWVWN7 U/8S0yc6TsXux1kgJbUw6nRXOf9m2g5Ae4I01Lp60cz3jphaSA3UMNSCHPDf gDmlrYAajk7cPlEWZsjUmjL9y1SNrhLcOCEDOn3X0HxPdOJ0ymet+4TnIxxU Dd46fQtXj/tmgekeEMNh24+zLTgvfOWoau8wIwv9HpgAetmHxHDo1wB92nbu /S67bW7j13gwSI0ila6+XcAmdR0qVRUZN7AzeQWKK9KAfuAW8wbwTws32O9h pjILojIVrKLRJyoXahH4EUjE/oqGv6OKulNWg6hyfyV6roJYqEscp2C2yilx HM73UW/+6+ZdckoTQn/3M9PcKlUa62DnNBerCXEMTHfEz5HII9gvxbCp4D0+ Zm4Vy0H3kjtx2Qh8LyShs1UunoPpIly9OD/OroytONx3La1+oar/rJHotB8N /4F6Kv1Onkz3hx+iWPRp/jm6Y/gX//sjU6U3eK4wvsIPcjvYzCRkph3sLy// DcvuuIyle//vxt/PCE6d "], {{0, 50.}, {50., 0}}, {0, 255}, ColorFunction -> GrayLevel], BoxForm`ImageTag[ "Byte", ColorSpace -> "Grayscale", Interleaving -> False], Selectable -> False], DefaultBaseStyle -> "ImageGraphics", ImageSizeRaw -> {50., 50.}, PlotRange -> {{0, 50.}, {0, 50.}}]}, Dynamic[ CurrentValue["MouseOver"]], ImageSize -> Automatic, FrameMargins -> 0], ImageSize -> {Automatic, 15}, ImageSizeAction -> "ResizeToFit"], MouseAppearanceTag["LinkHand"]], "\"Edit values\""}, "PrettyTooltipTemplate"]& )}], Cell["Documentation", "Section"], Cell["Usage", "Subsection"], Cell[ StyleData["UsageInputs", StyleDefinitions -> StyleData["Input"]], CellMargins -> {{66, 10}, {0, 8}}, StyleKeyMapping -> {"Tab" -> "UsageDescription"}, Evaluatable -> False, CellEventActions -> {"ReturnKeyDown" :> With[{RSNB`nb$ = Notebooks[ EvaluationCell[]]}, SelectionMove[ EvaluationCell[], After, Cell]; NotebookWrite[RSNB`nb$, Cell["", "UsageDescription"], All]; SelectionMove[RSNB`nb$, Before, CellContents]], {"KeyDown", "\t"} :> Replace[SelectionMove[ SelectedNotebook[], After, Cell]; NotebookFind[ SelectedNotebook[], "TabNext", Next, CellTags, AutoScroll -> True, WrapAround -> True], Blank[NotebookSelection] :> SelectionMove[ SelectedNotebook[], All, CellContents, AutoScroll -> True]]}, ShowAutoStyles -> False, ShowCodeAssist -> False, CodeAssistOptions -> {"DynamicHighlighting" -> False}, LineSpacing -> {1, 3}, TabSpacings -> {2.5}, CounterIncrements -> "Text", FontFamily -> "Source Sans Pro", FontSize -> 15, FontWeight -> "Plain"], Cell[ StyleData["UsageDescription", StyleDefinitions -> StyleData["Text"]], CellMargins -> {{86, 10}, {7, 0}}, StyleKeyMapping -> {"Backspace" -> "UsageInputs"}, CellGroupingRules -> "OutputGrouping", CellEventActions -> {"ReturnKeyDown" :> With[{RSNB`nb$ = Notebooks[ EvaluationCell[]]}, SelectionMove[ EvaluationCell[], After, Cell]; NotebookWrite[RSNB`nb$, Cell[ BoxData[""], "UsageInputs", FontFamily -> "Source Sans Pro"], All]; SelectionMove[RSNB`nb$, Before, CellContents]], {"KeyDown", "\t"} :> Replace[SelectionMove[ SelectedNotebook[], After, Cell]; NotebookFind[ SelectedNotebook[], "TabNext", Next, CellTags, AutoScroll -> True, WrapAround -> True], Blank[NotebookSelection] :> SelectionMove[ SelectedNotebook[], All, CellContents, AutoScroll -> True]]}, ShowAutoSpellCheck -> False], Cell["Details & Options", "Subsection"], Cell[ StyleData["Notes", StyleDefinitions -> StyleData["Item"]], CellDingbat -> StyleBox["\[FilledVerySmallSquare]", FontColor -> GrayLevel[0.6]], CellMargins -> {{66, 24}, {9, 7}}, ReturnCreatesNewCell -> False, StyleKeyMapping -> {}, DefaultNewCellStyle -> "Notes", ShowAutoSpellCheck -> False, GridBoxOptions -> {BaseStyle -> "TableNotes"}], Cell[ StyleData["TableNotes", StyleDefinitions -> StyleData["Notes"]], CellDingbat -> None, CellFrameColor -> RGBColor[0.749, 0.694, 0.553], StyleMenuListing -> None, ButtonBoxOptions -> {Appearance -> {Automatic, None}}, GridBoxOptions -> { FrameStyle -> GrayLevel[0.906], GridBoxAlignment -> { "Columns" -> {{Left}}, "ColumnsIndexed" -> {}, "Rows" -> {{Baseline}}, "RowsIndexed" -> {}}, GridBoxDividers -> {"Columns" -> {{None}}, "Rows" -> {{True}}}, GridDefaultElement -> Cell["\[Placeholder]", "TableText"]}], Cell[ StyleData["TableText"], DefaultInlineFormatType -> "DefaultInputInlineFormatType", AutoQuoteCharacters -> {}, StyleMenuListing -> None], Cell["Examples", "Subsection"], Cell[ StyleData["ExampleDelimiter"], Selectable -> False, ShowCellBracket -> Automatic, CellMargins -> {{66, 14}, {5, 10}}, Evaluatable -> True, CellGroupingRules -> {"SectionGrouping", 58}, CellEvaluationFunction -> (($Line = 0; Null)& ), ShowCellLabel -> False, CellLabelAutoDelete -> True, TabFilling -> "\[LongDash]\[NegativeThickSpace]", TabSpacings -> {100}, StyleMenuListing -> None, FontFamily -> "Verdana", FontWeight -> Bold, FontSlant -> "Plain", FontColor -> GrayLevel[0.906]], Cell[ StyleData["ExampleText", StyleDefinitions -> StyleData["Text"]]], Cell[ StyleData["PageBreak", StyleDefinitions -> StyleData["ExampleDelimiter"]], Selectable -> False, CellFrame -> {{0, 0}, {1, 0}}, CellMargins -> {{66, 14}, {15, -5}}, CellElementSpacings -> {"CellMinHeight" -> 1}, Evaluatable -> True, CellEvaluationFunction -> (($Line = 0; Null)& ), CellFrameColor -> GrayLevel[ Rational[77, 85]]], Cell[ StyleData["Subsection"], Evaluatable -> True, CellEvaluationFunction -> (($Line = 0; Null)& ), ShowCellLabel -> False], Cell[ StyleData["Subsubsection"], Evaluatable -> True, CellEvaluationFunction -> (($Line = 0; Null)& ), ShowCellLabel -> False], Cell[ StyleData["ExampleImage"], PageWidth :> 650, CellMargins -> {{66, 66}, {16, 5}}, Evaluatable -> False, ShowCellLabel -> False, MenuSortingValue -> 10000, RasterBoxOptions -> {ImageEditMode -> False}], Cell["Links", "Section"], Cell[ StyleData["Link"], FontFamily -> "Source Sans Pro", FontColor -> Dynamic[ If[ CurrentValue["MouseOver"], RGBColor[0.855, 0.396, 0.145], RGBColor[0.02, 0.286, 0.651]]]], Cell[ StyleData["StringTypeLink", StyleDefinitions -> StyleData["Link"]], FontColor -> Dynamic[ If[ CurrentValue["MouseOver"], RGBColor[0.969, 0.467, 0.], GrayLevel[0.467]]]], Cell[ StyleData["CharactersRefLink"], ShowSpecialCharacters -> False], Cell["Annotation", "Section"], Cell[ StyleData["Excluded"], CellBracketOptions -> { "Color" -> RGBColor[0.9, 0.4, 0.4], "Thickness" -> 2}, GeneratedCellStyles -> { "Graphics" -> {"Graphics", "Excluded"}, "Message" -> {"Message", "MSG", "Excluded"}, "Output" -> {"Output", "Excluded"}, "Print" -> {"Print", "Excluded"}, "PrintTemporary" -> {"PrintTemporary", "Excluded"}}, CellFrameMargins -> 4, CellFrameLabels -> {{None, Cell[ BoxData[ TemplateBox[{ StyleBox[ "\"excluded\"", "ExcludedCellLabel", StripOnInput -> False], "\"Excluded cells will not appear anywhere in the published \ resource except for the definition notebook\""}, "PrettyTooltipTemplate"]], "ExcludedCellLabel"]}, {None, None}}, StyleMenuListing -> None, Background -> RGBColor[1, 0.95, 0.95]], Cell[ StyleData["ExcludedCellLabel", StyleDefinitions -> StyleData["Text"]], ShowStringCharacters -> False, FontFamily -> "Source Sans Pro", FontSize -> 9, FontWeight -> Plain, FontSlant -> Italic, FontColor -> RGBColor[0.9, 0.4, 0.4, 0.5], Background -> None], Cell[ StyleData["Comment", StyleDefinitions -> StyleData["Text"]], CellFrame -> {{3, 0}, {0, 0}}, CellMargins -> {{66, 0}, {1, 0}}, CellElementSpacings -> {"ClosedCellHeight" -> 0}, GeneratedCellStyles -> { "Graphics" -> {"Graphics", "Comment"}, "Message" -> {"Message", "MSG", "Comment"}, "Output" -> {"Output", "Comment"}, "Print" -> {"Print", "Comment"}, "PrintTemporary" -> {"PrintTemporary", "Comment"}}, CellFrameColor -> RGBColor[0.880722, 0.611041, 0.142051], CellFrameLabelMargins -> {{0, 10}, {0, 0}}, FontColor -> GrayLevel[0.25], Background -> RGBColor[0.982, 0.942, 0.871]], Cell[ StyleData["AuthorComment", StyleDefinitions -> StyleData["Comment"]], GeneratedCellStyles -> { "Graphics" -> {"Graphics", "AuthorComment"}, "Message" -> {"Message", "MSG", "AuthorComment"}, "Output" -> {"Output", "AuthorComment"}, "Print" -> {"Print", "AuthorComment"}, "PrintTemporary" -> {"PrintTemporary", "AuthorComment"}}, CellFrameColor -> RGBColor[0.368417, 0.506779, 0.709798], Background -> RGBColor[0.905, 0.926, 0.956]], Cell[ StyleData["ReviewerComment", StyleDefinitions -> StyleData["Comment"]], GeneratedCellStyles -> { "Graphics" -> {"Graphics", "ReviewerComment"}, "Message" -> {"Message", "MSG", "ReviewerComment"}, "Output" -> {"Output", "ReviewerComment"}, "Print" -> {"Print", "ReviewerComment"}, "PrintTemporary" -> {"PrintTemporary", "ReviewerComment"}}, CellFrameColor -> RGBColor[0.560181, 0.691569, 0.194885], Background -> RGBColor[0.934, 0.954, 0.879]], Cell[ StyleData["CommentLabel", StyleDefinitions -> StyleData["Text"]], ShowStringCharacters -> False, FontSlant -> "Italic", FontColor -> GrayLevel[0.5]], Cell["Special Input", "Section"], Cell[ StyleData["FormObjectCell"], CellMargins -> {{66, 66}, {16, 5}}], Cell[ StyleData["LocalFileInput", StyleDefinitions -> StyleData["Input"]], CellFrameLabels -> {{None, Cell[ BoxData[ ButtonBox[ "\"Choose\"", FrameMargins -> {{5, 5}, {0, 0}}, BaseStyle -> {"Panel", FontSize -> 12}, Evaluator -> Automatic, Method -> "Queued", ButtonFunction :> With[{RSNB`file = SystemDialogInput["FileOpen"], RSNB`cell = ParentCell[ EvaluationCell[]]}, If[ RSNB`file =!= $Canceled, SelectionMove[RSNB`cell, All, CellContents]; NotebookWrite[ Notebooks[RSNB`cell], RowBox[{"File", "[", ToBoxes[RSNB`file], "]"}]]]], Appearance :> FEPrivate`FrontEndResource[ "FEExpressions", "GrayButtonNinePatchAppearance"]]]]}, { None, None}}], Cell[ StyleData["LocalDirectoryInput", StyleDefinitions -> StyleData["Input"]], CellFrameLabels -> {{None, Cell[ BoxData[ ButtonBox[ "\"Choose\"", FrameMargins -> {{5, 5}, {0, 0}}, BaseStyle -> {"Panel", FontSize -> 12}, Evaluator -> Automatic, Method -> "Queued", ButtonFunction :> With[{RSNB`file = SystemDialogInput["Directory"], RSNB`cell = ParentCell[ EvaluationCell[]]}, If[ RSNB`file =!= $Canceled, SelectionMove[RSNB`cell, All, CellContents]; NotebookWrite[ Notebooks[RSNB`cell], RowBox[{"File", "[", ToBoxes[RSNB`file], "]"}]]]], Appearance :> FEPrivate`FrontEndResource[ "FEExpressions", "GrayButtonNinePatchAppearance"]]]]}, { None, None}}], Cell["Misc", "Section"], Cell[ StyleData["Item"], DefaultNewCellStyle -> "Item"], Cell[ StyleData["ButtonText"], FontFamily -> "Sans Serif", FontSize -> 11, FontWeight -> Bold, FontColor -> RGBColor[0.459, 0.459, 0.459]], Cell[ StyleData["InlineFormula"], HyphenationOptions -> {"HyphenationCharacter" -> "\[Continuation]"}, LanguageCategory -> "Formula", AutoSpacing -> True, ScriptLevel -> 1, SingleLetterItalics -> False, SpanMaxSize -> 1, StyleMenuListing -> None, FontFamily -> "Source Sans Pro", FontSize -> 1. Inherited, ButtonBoxOptions -> {Appearance -> {Automatic, None}}, FractionBoxOptions -> {BaseStyle -> {SpanMaxSize -> Automatic}}, GridBoxOptions -> { GridBoxItemSize -> { "Columns" -> {{Automatic}}, "ColumnsIndexed" -> {}, "Rows" -> {{1.}}, "RowsIndexed" -> {}}}], Cell[ StyleData["DockedCell"], CellFrameColor -> GrayLevel[0.75], Background -> GrayLevel[0.9]]}, Visible -> False, FrontEndVersion -> "13.0 for Linux x86 (64-bit) (November 22, 2021)", StyleDefinitions -> "PrivateStylesheetFormatting.nb"] ] (* End of Notebook Content *) (* Internal cache information *) (*CellTagsOutline CellTagsIndex->{ "Name"->{ Cell[637, 23, 104, 2, 70, "Title",ExpressionUUID->"10bcf58c-7256-487f-a171-df59f1b271ac", CellTags->{"Name", "TemplateCell", "Title"}, CellID->665992612]}, "TemplateCell"->{ Cell[637, 23, 104, 2, 70, "Title",ExpressionUUID->"10bcf58c-7256-487f-a171-df59f1b271ac", CellTags->{"Name", "TemplateCell", "Title"}, CellID->665992612], Cell[744, 27, 193, 5, 70, "Text",ExpressionUUID->"a42b0a02-93f3-46e9-94b3-8e1bcd58443a", CellTags->{"Description", "TemplateCell"}, CellID->476804133]}, "Title"->{ Cell[637, 23, 104, 2, 70, "Title",ExpressionUUID->"10bcf58c-7256-487f-a171-df59f1b271ac", CellTags->{"Name", "TemplateCell", "Title"}, CellID->665992612]}, "Description"->{ Cell[744, 27, 193, 5, 70, "Text",ExpressionUUID->"a42b0a02-93f3-46e9-94b3-8e1bcd58443a", CellTags->{"Description", "TemplateCell"}, CellID->476804133]}, "Definition"->{ Cell[962, 36, 1206, 29, 70, "Section",ExpressionUUID->"622467ab-342b-4a09-91c7-1a2cd1a2fd53", CellTags->{"Definition", "Function", "TemplateCellGroup"}, CellID->72845326]}, "Function"->{ Cell[962, 36, 1206, 29, 70, "Section",ExpressionUUID->"622467ab-342b-4a09-91c7-1a2cd1a2fd53", CellTags->{"Definition", "Function", "TemplateCellGroup"}, CellID->72845326]}, "TemplateCellGroup"->{ Cell[962, 36, 1206, 29, 70, "Section",ExpressionUUID->"622467ab-342b-4a09-91c7-1a2cd1a2fd53", CellTags->{"Definition", "Function", "TemplateCellGroup"}, CellID->72845326], Cell[6596, 185, 1980, 50, 70, "Subsection",ExpressionUUID->"6412d9c3-cc11-4932-a71d-ba912b809634", CellTags->{"TemplateCellGroup", "Usage"}, CellID->542419310], Cell[11917, 370, 1429, 32, 70, "Subsection",ExpressionUUID->"9ac0bf77-eb02-41e8-b816-3b8f140210ed", CellTags->{"Details & Options", "Notes", "TemplateCellGroup"}, CellID->908801236], Cell[13921, 418, 7029, 152, 70, "Section",ExpressionUUID->"439baa02-f874-4273-87a2-f010214db1b5", CellTags->{"Examples", "TemplateCellGroup"}, CellID->530638011], Cell[110950, 2220, 1026, 26, 70, "Subsection",ExpressionUUID->"ee85805a-89d5-44f1-8456-7ab1940b7151", CellTags->{"Contributed By", "ContributorInformation", "TemplateCellGroup"}, CellID->86203256], Cell[112068, 2254, 996, 26, 70, "Subsection",ExpressionUUID->"7132ea80-5929-4ba2-ac00-08cfb5dba7e4", CellTags->{"Keywords", "TemplateCellGroup"}, CellID->696375425], Cell[113349, 2300, 221, 6, 70, "Subsection",ExpressionUUID->"e529b0cb-9b60-4273-8833-bfdb6b705783", CellTags->{"Categories", "TemplateCellGroup"}, CellID->362094786], Cell[133460, 2981, 980, 26, 70, "Subsection",ExpressionUUID->"9be615fb-3b5a-4c00-8b1b-2fd0e3bef841", CellTags->{"Related Symbols", "TemplateCellGroup"}, CellID->659846169], Cell[134617, 3021, 1039, 26, 70, "Subsection",ExpressionUUID->"2e2fb71b-979b-4792-8a1d-d055255c95fc", CellTags->{"Related Resource Objects", "TemplateCellGroup"}, CellID->465534472], Cell[135740, 3055, 1084, 26, 70, "Subsection",ExpressionUUID->"2dbd9bad-d788-45af-9edc-60e4f7a4755f", CellTags->{"Source/Reference Citation", "TemplateCellGroup"}, CellID->515669552], Cell[137380, 3096, 923, 26, 70, "Subsection",ExpressionUUID->"fc47caf6-b6c6-48b7-a3f2-a1dd16b14b06", CellTags->{"Links", "TemplateCellGroup"}, CellID->571756773], Cell[138848, 3137, 1874, 45, 70, "Subsection",ExpressionUUID->"b42a1237-e7a9-44bf-a2a3-95b2c9fc0539", CellTags->{"TemplateCellGroup", "Tests", "VerificationTests"}, CellID->561308448], Cell[146158, 3325, 955, 25, 70, "Subsection",ExpressionUUID->"11ba2e30-6047-463e-a700-c4af62e5cb21", CellTags->{"Compatibility", "TemplateCellGroup"}, CellID->559974822], Cell[147138, 3354, 1174, 31, 70, "Subsubsection",ExpressionUUID->"bc688796-290c-43b7-bd82-58cae730147c", CellTags->{"CompatibilityWolframLanguageVersionRequired", "TemplateCellGroup", "Wolfram Language Version"}, CellID->901090016], Cell[148441, 3394, 1113, 29, 70, "Subsubsection",ExpressionUUID->"06638d07-2d1e-49d5-990d-287e72d54ed9", CellTags->{"CompatibilityOperatingSystem", "Operating System", "TemplateCellGroup"}, CellID->499582406], Cell[150915, 3470, 1280, 33, 70, "Subsubsection",ExpressionUUID->"6086f48c-211f-4684-a5bc-c102bb51af7f", CellTags->{"CompatibilityFeatures", "Required Features", "TemplateCellGroup"}, CellID->989275156], Cell[153600, 3551, 1913, 46, 70, "Subsubsection",ExpressionUUID->"8ef2935e-5129-44eb-bfea-357822a2c53d", CellTags->{"CompatibilityEvaluationEnvironment", "Environments", "TemplateCellGroup"}, CellID->605308563], Cell[158449, 3687, 1071, 27, 70, "Subsubsection",ExpressionUUID->"25257d82-bfd2-4273-b36b-711797281148", CellTags->{"Cloud Support", "CompatibilityCloudSupport", "TemplateCellGroup"}, CellID->129998371], Cell[160522, 3751, 1155, 28, 70, "Section",ExpressionUUID->"4dc8836a-51e0-4141-a751-0a2ffff479c3", CellTags->{"Author Notes", "TemplateCellGroup"}, CellID->681870591], Cell[162246, 3794, 1033, 26, 70, "Section",ExpressionUUID->"8d2e7cca-d6db-43f9-9aa8-73ddd56bced2", CellTags->{"Submission Notes", "TemplateCellGroup"}, CellID->916799765]}, "TabNext"->{ Cell[2860, 88, 799, 16, 70, "Input",ExpressionUUID->"1dd8ac0a-589c-4a20-975a-db546ef80b16", CellTags->"TabNext", CellID->139660411], Cell[4245, 124, 1175, 22, 70, "Input",ExpressionUUID->"82284038-a99d-4768-b3c9-7de79e79a928", CellTags->"TabNext", CellID->604459071], Cell[13349, 404, 523, 8, 70, "Notes",ExpressionUUID->"797361ab-7e67-42b2-8605-b13c7e5f93cb", CellTags->{"DefaultContent", "TabNext"}, CellID->273771548], Cell[136827, 3083, 516, 8, 70, "Text",ExpressionUUID->"65327d0a-3776-410e-9531-01a97b2014ac", CellTags->{"DefaultContent", "TabNext"}, CellID->436399423], Cell[138306, 3124, 505, 8, 70, "Item",ExpressionUUID->"a2f78496-5ee2-4d55-ad49-80fa155a192b", CellTags->{"DefaultContent", "TabNext"}, CellID->132505746], Cell[161680, 3781, 529, 8, 70, "Text",ExpressionUUID->"8edc6373-a3ad-45d7-9ff1-3b2dfd957ecb", CellTags->{"DefaultContent", "TabNext"}, CellID->958952487], Cell[163282, 3822, 515, 8, 70, "Text",ExpressionUUID->"ce0fafa0-a045-456c-b1f2-fae65636e97b", CellTags->{"DefaultContent", "TabNext"}, CellID->604291542]}, "Documentation"->{ Cell[6376, 176, 195, 5, 70, "Section",ExpressionUUID->"624feb20-6b3a-4156-8c21-7d497f06e0a1", CellTags->{"Documentation", "TemplateSection"}, CellID->429741307]}, "TemplateSection"->{ Cell[6376, 176, 195, 5, 70, "Section",ExpressionUUID->"624feb20-6b3a-4156-8c21-7d497f06e0a1", CellTags->{"Documentation", "TemplateSection"}, CellID->429741307], Cell[110676, 2211, 249, 5, 70, "Section",ExpressionUUID->"e484ab70-cd03-4bf6-8dd8-6ff74dd54ec5", CellTags->{"Source & Additional Information", "TemplateSection"}, CellID->611501116]}, "Usage"->{ Cell[6596, 185, 1980, 50, 70, "Subsection",ExpressionUUID->"6412d9c3-cc11-4932-a71d-ba912b809634", CellTags->{"TemplateCellGroup", "Usage"}, CellID->542419310]}, "Details & Options"->{ Cell[11917, 370, 1429, 32, 70, "Subsection",ExpressionUUID->"9ac0bf77-eb02-41e8-b816-3b8f140210ed", CellTags->{"Details & Options", "Notes", "TemplateCellGroup"}, CellID->908801236]}, "Notes"->{ Cell[11917, 370, 1429, 32, 70, "Subsection",ExpressionUUID->"9ac0bf77-eb02-41e8-b816-3b8f140210ed", CellTags->{"Details & Options", "Notes", "TemplateCellGroup"}, CellID->908801236]}, "DefaultContent"->{ Cell[13349, 404, 523, 8, 70, "Notes",ExpressionUUID->"797361ab-7e67-42b2-8605-b13c7e5f93cb", CellTags->{"DefaultContent", "TabNext"}, CellID->273771548], Cell[136827, 3083, 516, 8, 70, "Text",ExpressionUUID->"65327d0a-3776-410e-9531-01a97b2014ac", CellTags->{"DefaultContent", "TabNext"}, CellID->436399423], Cell[138306, 3124, 505, 8, 70, "Item",ExpressionUUID->"a2f78496-5ee2-4d55-ad49-80fa155a192b", CellTags->{"DefaultContent", "TabNext"}, CellID->132505746], Cell[148315, 3387, 89, 2, 70, "Text",ExpressionUUID->"b686e021-8812-45c1-93da-db82189ded9a", CellTags->{"DefaultContent", "ScrapeDefault"}, CellID->913148768], Cell[161680, 3781, 529, 8, 70, "Text",ExpressionUUID->"8edc6373-a3ad-45d7-9ff1-3b2dfd957ecb", CellTags->{"DefaultContent", "TabNext"}, CellID->958952487], Cell[163282, 3822, 515, 8, 70, "Text",ExpressionUUID->"ce0fafa0-a045-456c-b1f2-fae65636e97b", CellTags->{"DefaultContent", "TabNext"}, CellID->604291542]}, "Examples"->{ Cell[13921, 418, 7029, 152, 70, "Section",ExpressionUUID->"439baa02-f874-4273-87a2-f010214db1b5", CellTags->{"Examples", "TemplateCellGroup"}, CellID->530638011]}, "Source & Additional Information"->{ Cell[110676, 2211, 249, 5, 70, "Section",ExpressionUUID->"e484ab70-cd03-4bf6-8dd8-6ff74dd54ec5", CellTags->{"Source & Additional Information", "TemplateSection"}, CellID->611501116]}, "Contributed By"->{ Cell[110950, 2220, 1026, 26, 70, "Subsection",ExpressionUUID->"ee85805a-89d5-44f1-8456-7ab1940b7151", CellTags->{"Contributed By", "ContributorInformation", "TemplateCellGroup"}, CellID->86203256]}, "ContributorInformation"->{ Cell[110950, 2220, 1026, 26, 70, "Subsection",ExpressionUUID->"ee85805a-89d5-44f1-8456-7ab1940b7151", CellTags->{"Contributed By", "ContributorInformation", "TemplateCellGroup"}, CellID->86203256]}, "Keywords"->{ Cell[112068, 2254, 996, 26, 70, "Subsection",ExpressionUUID->"7132ea80-5929-4ba2-ac00-08cfb5dba7e4", CellTags->{"Keywords", "TemplateCellGroup"}, CellID->696375425]}, "Categories"->{ Cell[113349, 2300, 221, 6, 70, "Subsection",ExpressionUUID->"e529b0cb-9b60-4273-8833-bfdb6b705783", CellTags->{"Categories", "TemplateCellGroup"}, CellID->362094786], Cell[113573, 2308, 19850, 668, 70, "Output",ExpressionUUID->"947682d7-7925-428a-bd09-0191efb1677d", CellTags->{"Categories", "Categories-Checkboxes", "CheckboxCell"}, CellID->436762835]}, "Categories-Checkboxes"->{ Cell[113573, 2308, 19850, 668, 70, "Output",ExpressionUUID->"947682d7-7925-428a-bd09-0191efb1677d", CellTags->{"Categories", "Categories-Checkboxes", "CheckboxCell"}, CellID->436762835]}, "CheckboxCell"->{ Cell[113573, 2308, 19850, 668, 70, "Output",ExpressionUUID->"947682d7-7925-428a-bd09-0191efb1677d", CellTags->{"Categories", "Categories-Checkboxes", "CheckboxCell"}, CellID->436762835], Cell[149557, 3425, 1321, 40, 70, "Output",ExpressionUUID->"d7292d36-7044-437b-af22-c3a87bb39dc4", CellTags->{"CheckboxCell", "CompatibilityOperatingSystem", "CompatibilityOperatingSystem-Checkboxes"}, CellID->40078524], Cell[152198, 3505, 1365, 41, 70, "Output",ExpressionUUID->"378cdcb6-b135-4c1a-9d64-5d71998305cc", CellTags->{"CheckboxCell", "CompatibilityFeatures", "CompatibilityFeatures-Checkboxes"}, CellID->396992059], Cell[155516, 3599, 2896, 83, 70, "Output",ExpressionUUID->"4111f4f0-1c31-4f6f-91b5-da03b9486ec4", CellTags->{"CheckboxCell", "CompatibilityEvaluationEnvironment", "CompatibilityEvaluationEnvironment-Checkboxes"}, CellID->62394308], Cell[159523, 3716, 938, 28, 70, "Output",ExpressionUUID->"e5844f11-781d-49fe-9390-6d2888d99a66", CellTags->{"CheckboxCell", "CompatibilityCloudSupport", "CompatibilityCloudSupport-Checkboxes"}, CellID->454919203]}, "Related Symbols"->{ Cell[133460, 2981, 980, 26, 70, "Subsection",ExpressionUUID->"9be615fb-3b5a-4c00-8b1b-2fd0e3bef841", CellTags->{"Related Symbols", "TemplateCellGroup"}, CellID->659846169]}, "Related Resource Objects"->{ Cell[134617, 3021, 1039, 26, 70, "Subsection",ExpressionUUID->"2e2fb71b-979b-4792-8a1d-d055255c95fc", CellTags->{"Related Resource Objects", "TemplateCellGroup"}, CellID->465534472]}, "Source/Reference Citation"->{ Cell[135740, 3055, 1084, 26, 70, "Subsection",ExpressionUUID->"2dbd9bad-d788-45af-9edc-60e4f7a4755f", CellTags->{"Source/Reference Citation", "TemplateCellGroup"}, CellID->515669552]}, "Links"->{ Cell[137380, 3096, 923, 26, 70, "Subsection",ExpressionUUID->"fc47caf6-b6c6-48b7-a3f2-a1dd16b14b06", CellTags->{"Links", "TemplateCellGroup"}, CellID->571756773]}, "Tests"->{ Cell[138848, 3137, 1874, 45, 70, "Subsection",ExpressionUUID->"b42a1237-e7a9-44bf-a2a3-95b2c9fc0539", CellTags->{"TemplateCellGroup", "Tests", "VerificationTests"}, CellID->561308448]}, "VerificationTests"->{ Cell[138848, 3137, 1874, 45, 70, "Subsection",ExpressionUUID->"b42a1237-e7a9-44bf-a2a3-95b2c9fc0539", CellTags->{"TemplateCellGroup", "Tests", "VerificationTests"}, CellID->561308448]}, "Compatibility"->{ Cell[146158, 3325, 955, 25, 70, "Subsection",ExpressionUUID->"11ba2e30-6047-463e-a700-c4af62e5cb21", CellTags->{"Compatibility", "TemplateCellGroup"}, CellID->559974822]}, "CompatibilityWolframLanguageVersionRequired"->{ Cell[147138, 3354, 1174, 31, 70, "Subsubsection",ExpressionUUID->"bc688796-290c-43b7-bd82-58cae730147c", CellTags->{"CompatibilityWolframLanguageVersionRequired", "TemplateCellGroup", "Wolfram Language Version"}, CellID->901090016]}, "Wolfram Language Version"->{ Cell[147138, 3354, 1174, 31, 70, "Subsubsection",ExpressionUUID->"bc688796-290c-43b7-bd82-58cae730147c", CellTags->{"CompatibilityWolframLanguageVersionRequired", "TemplateCellGroup", "Wolfram Language Version"}, CellID->901090016]}, "ScrapeDefault"->{ Cell[148315, 3387, 89, 2, 70, "Text",ExpressionUUID->"b686e021-8812-45c1-93da-db82189ded9a", CellTags->{"DefaultContent", "ScrapeDefault"}, CellID->913148768]}, "CompatibilityOperatingSystem"->{ Cell[148441, 3394, 1113, 29, 70, "Subsubsection",ExpressionUUID->"06638d07-2d1e-49d5-990d-287e72d54ed9", CellTags->{"CompatibilityOperatingSystem", "Operating System", "TemplateCellGroup"}, CellID->499582406], Cell[149557, 3425, 1321, 40, 70, "Output",ExpressionUUID->"d7292d36-7044-437b-af22-c3a87bb39dc4", CellTags->{"CheckboxCell", "CompatibilityOperatingSystem", "CompatibilityOperatingSystem-Checkboxes"}, CellID->40078524]}, "Operating System"->{ Cell[148441, 3394, 1113, 29, 70, "Subsubsection",ExpressionUUID->"06638d07-2d1e-49d5-990d-287e72d54ed9", CellTags->{"CompatibilityOperatingSystem", "Operating System", "TemplateCellGroup"}, CellID->499582406]}, "CompatibilityOperatingSystem-Checkboxes"->{ Cell[149557, 3425, 1321, 40, 70, "Output",ExpressionUUID->"d7292d36-7044-437b-af22-c3a87bb39dc4", CellTags->{"CheckboxCell", "CompatibilityOperatingSystem", "CompatibilityOperatingSystem-Checkboxes"}, CellID->40078524]}, "CompatibilityFeatures"->{ Cell[150915, 3470, 1280, 33, 70, "Subsubsection",ExpressionUUID->"6086f48c-211f-4684-a5bc-c102bb51af7f", CellTags->{"CompatibilityFeatures", "Required Features", "TemplateCellGroup"}, CellID->989275156], Cell[152198, 3505, 1365, 41, 70, "Output",ExpressionUUID->"378cdcb6-b135-4c1a-9d64-5d71998305cc", CellTags->{"CheckboxCell", "CompatibilityFeatures", "CompatibilityFeatures-Checkboxes"}, CellID->396992059]}, "Required Features"->{ Cell[150915, 3470, 1280, 33, 70, "Subsubsection",ExpressionUUID->"6086f48c-211f-4684-a5bc-c102bb51af7f", CellTags->{"CompatibilityFeatures", "Required Features", "TemplateCellGroup"}, CellID->989275156]}, "CompatibilityFeatures-Checkboxes"->{ Cell[152198, 3505, 1365, 41, 70, "Output",ExpressionUUID->"378cdcb6-b135-4c1a-9d64-5d71998305cc", CellTags->{"CheckboxCell", "CompatibilityFeatures", "CompatibilityFeatures-Checkboxes"}, CellID->396992059]}, "CompatibilityEvaluationEnvironment"->{ Cell[153600, 3551, 1913, 46, 70, "Subsubsection",ExpressionUUID->"8ef2935e-5129-44eb-bfea-357822a2c53d", CellTags->{"CompatibilityEvaluationEnvironment", "Environments", "TemplateCellGroup"}, CellID->605308563], Cell[155516, 3599, 2896, 83, 70, "Output",ExpressionUUID->"4111f4f0-1c31-4f6f-91b5-da03b9486ec4", CellTags->{"CheckboxCell", "CompatibilityEvaluationEnvironment", "CompatibilityEvaluationEnvironment-Checkboxes"}, CellID->62394308]}, "Environments"->{ Cell[153600, 3551, 1913, 46, 70, "Subsubsection",ExpressionUUID->"8ef2935e-5129-44eb-bfea-357822a2c53d", CellTags->{"CompatibilityEvaluationEnvironment", "Environments", "TemplateCellGroup"}, CellID->605308563]}, "CompatibilityEvaluationEnvironment-Checkboxes"->{ Cell[155516, 3599, 2896, 83, 70, "Output",ExpressionUUID->"4111f4f0-1c31-4f6f-91b5-da03b9486ec4", CellTags->{"CheckboxCell", "CompatibilityEvaluationEnvironment", "CompatibilityEvaluationEnvironment-Checkboxes"}, CellID->62394308]}, "Cloud Support"->{ Cell[158449, 3687, 1071, 27, 70, "Subsubsection",ExpressionUUID->"25257d82-bfd2-4273-b36b-711797281148", CellTags->{"Cloud Support", "CompatibilityCloudSupport", "TemplateCellGroup"}, CellID->129998371]}, "CompatibilityCloudSupport"->{ Cell[158449, 3687, 1071, 27, 70, "Subsubsection",ExpressionUUID->"25257d82-bfd2-4273-b36b-711797281148", CellTags->{"Cloud Support", "CompatibilityCloudSupport", "TemplateCellGroup"}, CellID->129998371], Cell[159523, 3716, 938, 28, 70, "Output",ExpressionUUID->"e5844f11-781d-49fe-9390-6d2888d99a66", CellTags->{"CheckboxCell", "CompatibilityCloudSupport", "CompatibilityCloudSupport-Checkboxes"}, CellID->454919203]}, "CompatibilityCloudSupport-Checkboxes"->{ Cell[159523, 3716, 938, 28, 70, "Output",ExpressionUUID->"e5844f11-781d-49fe-9390-6d2888d99a66", CellTags->{"CheckboxCell", "CompatibilityCloudSupport", "CompatibilityCloudSupport-Checkboxes"}, CellID->454919203]}, "Author Notes"->{ Cell[160522, 3751, 1155, 28, 70, "Section",ExpressionUUID->"4dc8836a-51e0-4141-a751-0a2ffff479c3", CellTags->{"Author Notes", "TemplateCellGroup"}, CellID->681870591]}, "Submission Notes"->{ Cell[162246, 3794, 1033, 26, 70, "Section",ExpressionUUID->"8d2e7cca-d6db-43f9-9aa8-73ddd56bced2", CellTags->{"Submission Notes", "TemplateCellGroup"}, CellID->916799765]} } *) (*CellTagsIndex CellTagsIndex->{ {"Name", 287217, 6173}, {"TemplateCell", 287400, 6177}, {"Title", 287736, 6184}, {"Description", 287918, 6188}, {"Definition", 288096, 6192}, {"Function", 288292, 6196}, {"TemplateCellGroup", 288497, 6200}, {"TabNext", 292344, 6261}, {"Documentation", 293463, 6283}, {"TemplateSection", 293656, 6287}, {"Usage", 294030, 6294}, {"Details & Options", 294224, 6298}, {"Notes", 294428, 6302}, {"DefaultContent", 294641, 6306}, {"Examples", 295639, 6325}, {"Source & Additional Information", 295849, 6329}, {"Contributed By", 296062, 6333}, {"ContributorInformation", 296298, 6337}, {"Keywords", 296520, 6341}, {"Categories", 296712, 6345}, {"Categories-Checkboxes", 297111, 6352}, {"CheckboxCell", 297326, 6356}, {"Related Symbols", 298449, 6372}, {"Related Resource Objects", 298662, 6376}, {"Source/Reference Citation", 298886, 6380}, {"Links", 299091, 6384}, {"Tests", 299275, 6388}, {"VerificationTests", 299493, 6392}, {"Compatibility", 299707, 6396}, {"CompatibilityWolframLanguageVersionRequired", 299937, 6400}, {"Wolfram Language Version", 300210, 6404}, {"ScrapeDefault", 300472, 6408}, {"CompatibilityOperatingSystem", 300676, 6412}, {"Operating System", 301146, 6419}, {"CompatibilityOperatingSystem-Checkboxes", 301411, 6423}, {"CompatibilityFeatures", 301668, 6427}, {"Required Features", 302120, 6434}, {"CompatibilityFeatures-Checkboxes", 302372, 6438}, {"CompatibilityEvaluationEnvironment", 302629, 6442}, {"Environments", 303109, 6449}, {"CompatibilityEvaluationEnvironment-Checkboxes", 303382, 6453}, {"Cloud Support", 303643, 6457}, {"CompatibilityCloudSupport", 303888, 6461}, {"CompatibilityCloudSupport-Checkboxes", 304366, 6468}, {"Author Notes", 304608, 6472}, {"Submission Notes", 304808, 6476} } *) (*NotebookFileOutline Notebook[{ Cell[CellGroupData[{ Cell[637, 23, 104, 2, 70, "Title",ExpressionUUID->"10bcf58c-7256-487f-a171-df59f1b271ac", CellTags->{"Name", "TemplateCell", "Title"}, CellID->665992612], Cell[744, 27, 193, 5, 70, "Text",ExpressionUUID->"a42b0a02-93f3-46e9-94b3-8e1bcd58443a", CellTags->{"Description", "TemplateCell"}, CellID->476804133], Cell[CellGroupData[{ Cell[962, 36, 1206, 29, 70, "Section",ExpressionUUID->"622467ab-342b-4a09-91c7-1a2cd1a2fd53", CellTags->{"Definition", "Function", "TemplateCellGroup"}, CellID->72845326], Cell[CellGroupData[{ Cell[2193, 69, 388, 9, 70, "Input",ExpressionUUID->"ba77b33e-9527-4c33-b312-df1a5d17fcb0", CellID->894589799], Cell[2584, 80, 261, 5, 70, "Output",ExpressionUUID->"98fac847-0a46-4716-808f-68d10bfc1985", CellID->836371099] }, Open ]], Cell[2860, 88, 799, 16, 70, "Input",ExpressionUUID->"1dd8ac0a-589c-4a20-975a-db546ef80b16", CellTags->"TabNext", CellID->139660411], Cell[3662, 106, 580, 16, 70, "Input",ExpressionUUID->"5bbea464-7c4e-4055-9c09-0e185ae7972c", CellID->887823883], Cell[4245, 124, 1175, 22, 70, "Input",ExpressionUUID->"82284038-a99d-4768-b3c9-7de79e79a928", CellTags->"TabNext", CellID->604459071], Cell[5423, 148, 916, 23, 70, "Input",ExpressionUUID->"07922d40-40e0-4c1b-9394-774bd05e1022", CellID->131170621] }, Open ]], Cell[CellGroupData[{ Cell[6376, 176, 195, 5, 70, "Section",ExpressionUUID->"624feb20-6b3a-4156-8c21-7d497f06e0a1", CellTags->{"Documentation", "TemplateSection"}, CellID->429741307], Cell[CellGroupData[{ Cell[6596, 185, 1980, 50, 70, "Subsection",ExpressionUUID->"6412d9c3-cc11-4932-a71d-ba912b809634", CellTags->{"TemplateCellGroup", "Usage"}, CellID->542419310], Cell[CellGroupData[{ Cell[8601, 239, 154, 4, 70, "UsageInputs",ExpressionUUID->"2146b249-9518-4af3-93c5-89b46b3152f4", CellID->324279870], Cell[8758, 245, 959, 34, 70, "UsageDescription",ExpressionUUID->"d62cd845-e012-4d4a-8c16-221ddbe23013", CellID->233263168] }, Open ]], Cell[CellGroupData[{ Cell[9754, 284, 235, 7, 70, "UsageInputs",ExpressionUUID->"72664a16-9743-4d3b-b28b-08337bd7faea", CellID->785211684], Cell[9992, 293, 739, 27, 70, "UsageDescription",ExpressionUUID->"1bc6cf8f-9afd-4a3c-9272-0bbd51259e53", CellID->532389985] }, Open ]], Cell[CellGroupData[{ Cell[10768, 325, 202, 6, 70, "UsageInputs",ExpressionUUID->"791e411e-b5f9-4a84-aba6-afd9cfcdbaae", CellID->115476913], Cell[10973, 333, 895, 31, 70, "UsageDescription",ExpressionUUID->"f99db523-8f14-4dbd-93d0-b6173c51d121", CellID->891518846] }, Open ]] }, Open ]], Cell[CellGroupData[{ Cell[11917, 370, 1429, 32, 70, "Subsection",ExpressionUUID->"9ac0bf77-eb02-41e8-b816-3b8f140210ed", CellTags->{"Details & Options", "Notes", "TemplateCellGroup"}, CellID->908801236], Cell[13349, 404, 523, 8, 70, "Notes",ExpressionUUID->"797361ab-7e67-42b2-8605-b13c7e5f93cb", CellTags->{"DefaultContent", "TabNext"}, CellID->273771548] }, Open ]] }, Open ]], Cell[CellGroupData[{ Cell[13921, 418, 7029, 152, 70, "Section",ExpressionUUID->"439baa02-f874-4273-87a2-f010214db1b5", CellTags->{"Examples", "TemplateCellGroup"}, CellID->530638011], Cell[CellGroupData[{ Cell[20975, 574, 75, 2, 70, "Subsection",ExpressionUUID->"3be5970f-a930-4198-9095-d30ce3a8d747", CellID->904125756], Cell[21053, 578, 823, 22, 70, "Text",ExpressionUUID->"ceea66a2-1c58-456d-a1b2-e9160be3cc16", CellID->602866231], Cell[CellGroupData[{ Cell[21901, 604, 335, 8, 70, "Input",ExpressionUUID->"c2ae0436-3d73-4e93-9d3d-650801565a89", CellID->871763868], Cell[22239, 614, 318, 9, 70, "Output",ExpressionUUID->"05c99367-81bf-4733-8676-3e7aa3194cb5", CellID->227172264] }, Open ]], Cell[CellGroupData[{ Cell[22594, 628, 143, 4, 70, "ExampleDelimiter",ExpressionUUID->"86b415ec-2421-4c9b-84ee-525c60e9e324", CellID->14107562], Cell[22740, 634, 277, 7, 70, "Text",ExpressionUUID->"29d1df7f-1765-43fa-a43f-aa5ebcd2ffa7", CellID->605483611], Cell[CellGroupData[{ Cell[23042, 645, 322, 9, 70, "Input",ExpressionUUID->"35c35be6-6fbc-41c4-97f9-d1e649310504", CellID->742188287], Cell[23367, 656, 275, 8, 70, "Output",ExpressionUUID->"78f3cb6a-0bf7-48a5-b02c-0d50fd84b2e8", CellID->531104777] }, Open ]] }, Open ]], Cell[CellGroupData[{ Cell[23691, 670, 143, 4, 70, "ExampleDelimiter",ExpressionUUID->"622721ef-4b9b-4ec9-b438-693521cf6b5b", CellID->14107563], Cell[23837, 676, 499, 10, 70, "Text",ExpressionUUID->"c105986b-c10f-4c77-a818-309b5e53eecb", CellID->737467300], Cell[CellGroupData[{ Cell[24361, 690, 341, 9, 70, "Input",ExpressionUUID->"d0ae67c4-cbd9-457a-8059-ad9db7eb667e", CellID->886484761], Cell[24705, 701, 266, 8, 70, "Output",ExpressionUUID->"e3825b0d-0612-4517-86c8-91b34357bd36", CellID->855713899] }, Open ]] }, Open ]] }, Open ]], Cell[CellGroupData[{ Cell[25032, 716, 66, 2, 70, "Subsection",ExpressionUUID->"9e6faf36-b599-4694-8bb3-b0143af750c7", CellID->204653245], Cell[25101, 720, 200, 4, 70, "Text",ExpressionUUID->"afcbc632-62ec-4069-ad35-31806ed26eea", CellID->192843627], Cell[CellGroupData[{ Cell[25326, 728, 268, 7, 70, "Input",ExpressionUUID->"220b6dd2-7b33-4c9b-986e-854d88db467e", CellID->217019808], Cell[25597, 737, 189, 6, 70, "Output",ExpressionUUID->"9bb78ea2-adf5-4c7d-bf6e-443bb848464a", CellID->355621802] }, Open ]], Cell[CellGroupData[{ Cell[25823, 748, 143, 4, 70, "ExampleDelimiter",ExpressionUUID->"3c81a33c-2898-4d8b-878f-47d89e60b149", CellID->14107564], Cell[25969, 754, 895, 24, 70, "Text",ExpressionUUID->"a7d976dc-21fc-4980-9c85-0a864bf35b46", CellID->307751383], Cell[CellGroupData[{ Cell[26889, 782, 346, 9, 70, "Input",ExpressionUUID->"2e38dcbf-f2f2-4ce3-8a48-d01d27a96d43", CellID->974574752], Cell[27238, 793, 202, 6, 70, "Output",ExpressionUUID->"af4684b5-1b1a-490d-90e4-548ff315a5c1", CellID->23881003] }, Open ]] }, Open ]], Cell[CellGroupData[{ Cell[27489, 805, 143, 4, 70, "ExampleDelimiter",ExpressionUUID->"a7d8b826-18ae-493c-9a46-305c63b5baf7", CellID->14107565], Cell[27635, 811, 249, 7, 70, "Text",ExpressionUUID->"59d06fe4-cac5-4e84-b576-cd63bce46e35", CellID->896747423], Cell[CellGroupData[{ Cell[27909, 822, 295, 7, 70, "Input",ExpressionUUID->"9f88de3d-4c45-46d9-b43d-f84f1c3082e8", CellID->655534272], Cell[28207, 831, 256, 7, 70, "Output",ExpressionUUID->"4ade3677-e5ec-4263-82f2-433ad3571226", CellID->324875517] }, Open ]] }, Open ]], Cell[CellGroupData[{ Cell[28512, 844, 143, 4, 70, "ExampleDelimiter",ExpressionUUID->"8447c473-bfd6-4e41-a63d-fd7a7d2fa906", CellID->14107566], Cell[28658, 850, 306, 7, 70, "Text",ExpressionUUID->"bb9530f0-3bde-436b-b91a-705c53e9726f", CellID->442014326], Cell[CellGroupData[{ Cell[28989, 861, 351, 10, 70, "Input",ExpressionUUID->"edc8d606-a75c-40e4-aec2-27e010a22d0c", CellID->752011491], Cell[29343, 873, 498, 11, 70, "Message",ExpressionUUID->"6214643e-1cd3-4edf-9c59-72d4dfa3583f", CellID->369597600], Cell[29844, 886, 618, 13, 70, "Output",ExpressionUUID->"e985ca61-30ac-4b33-b3bf-cba2481a6582", CellID->832237580] }, Open ]] }, Open ]] }, Closed]], Cell[CellGroupData[{ Cell[30523, 906, 73, 2, 70, "Subsection",ExpressionUUID->"42036b43-bfe1-4961-a244-ba31203a9479", CellID->605265931], Cell[30599, 910, 435, 11, 70, "Text",ExpressionUUID->"7c4f4df2-fb0c-4f89-8962-c80157102a6d", CellID->840902700], Cell[CellGroupData[{ Cell[31059, 925, 3522, 80, 70, "Input",ExpressionUUID->"1dc3f869-7ff1-42bd-a15f-7d7dc3e80931", CellID->467538992], Cell[34584, 1007, 492, 14, 70, "Output",ExpressionUUID->"ab8e7391-f2a8-460f-97aa-74399d5ece73", CellID->24906575] }, Open ]], Cell[CellGroupData[{ Cell[35113, 1026, 143, 4, 70, "ExampleDelimiter",ExpressionUUID->"1554d69c-213a-4549-a67b-c980abd2a1f4", CellID->14107567], Cell[35259, 1032, 288, 5, 70, "Text",ExpressionUUID->"b67ff26f-6dcc-435e-8fd0-109b4d3e88ec", CellID->814091151], Cell[CellGroupData[{ Cell[35572, 1041, 1127, 30, 70, "Input",ExpressionUUID->"72542233-19ef-48e0-b6d5-9fba8a5831dd", CellID->46316171], Cell[36702, 1073, 71321, 1043, 70, "Output",ExpressionUUID->"2e846ffc-991e-42c2-ad78-ea5f35b5cc1d", CellID->64780293] }, Open ]] }, Open ]] }, Closed]], Cell[CellGroupData[{ Cell[108084, 2123, 85, 2, 70, "Subsection",ExpressionUUID->"dd77f942-81df-4abe-b1d6-fe3ef61c739e", CellID->232113220], Cell[108172, 2127, 1391, 40, 70, "Text",ExpressionUUID->"5fc692b9-bac0-447c-a7c8-fbb26af2c239", CellID->167979487], Cell[CellGroupData[{ Cell[109588, 2171, 838, 26, 70, "Input",ExpressionUUID->"33b7ff31-f26a-4066-9871-01a680d84449", CellID->255579495], Cell[110429, 2199, 186, 5, 70, "Output",ExpressionUUID->"e2a30bca-7770-466f-b07c-d36e3ea9bd52", CellID->662798409] }, Open ]] }, Closed]] }, Open ]], Cell[CellGroupData[{ Cell[110676, 2211, 249, 5, 70, "Section",ExpressionUUID->"e484ab70-cd03-4bf6-8dd8-6ff74dd54ec5", CellTags->{"Source & Additional Information", "TemplateSection"}, CellID->611501116], Cell[CellGroupData[{ Cell[110950, 2220, 1026, 26, 70, "Subsection",ExpressionUUID->"ee85805a-89d5-44f1-8456-7ab1940b7151", CellTags->{"Contributed By", "ContributorInformation", "TemplateCellGroup"}, CellID->86203256], Cell[111979, 2248, 52, 1, 70, "Text",ExpressionUUID->"78f103c1-1757-4807-9073-cb2a6d41a0c7", CellID->545906779] }, Open ]], Cell[CellGroupData[{ Cell[112068, 2254, 996, 26, 70, "Subsection",ExpressionUUID->"7132ea80-5929-4ba2-ac00-08cfb5dba7e4", CellTags->{"Keywords", "TemplateCellGroup"}, CellID->696375425], Cell[113067, 2282, 41, 1, 70, "Item",ExpressionUUID->"c2400fd3-90a1-4be6-b84b-4fe2991c7b62", CellID->292687111], Cell[113111, 2285, 43, 1, 70, "Item",ExpressionUUID->"f434c5eb-4c06-4404-96fe-c4ff0697d1fa", CellID->167270958], Cell[113157, 2288, 47, 1, 70, "Item",ExpressionUUID->"2a614b2f-2c04-4be3-a2a4-599d73c66f4a", CellID->123178904], Cell[113207, 2291, 51, 1, 70, "Item",ExpressionUUID->"a252ff01-a1bf-4e61-9e23-085ddd3dc3cf", CellID->382475014], Cell[113261, 2294, 51, 1, 70, "Item",ExpressionUUID->"eaa69905-45a8-4d7d-a35b-d5741f46b204", CellID->257466212] }, Open ]], Cell[CellGroupData[{ Cell[113349, 2300, 221, 6, 70, "Subsection",ExpressionUUID->"e529b0cb-9b60-4273-8833-bfdb6b705783", CellTags->{"Categories", "TemplateCellGroup"}, CellID->362094786], Cell[113573, 2308, 19850, 668, 70, "Output",ExpressionUUID->"947682d7-7925-428a-bd09-0191efb1677d", CellTags->{"Categories", "Categories-Checkboxes", "CheckboxCell"}, CellID->436762835] }, Open ]], Cell[CellGroupData[{ Cell[133460, 2981, 980, 26, 70, "Subsection",ExpressionUUID->"9be615fb-3b5a-4c00-8b1b-2fd0e3bef841", CellTags->{"Related Symbols", "TemplateCellGroup"}, CellID->659846169], Cell[134443, 3009, 46, 1, 70, "Item",ExpressionUUID->"a50c8b54-0ab7-4070-af31-5a6c4be84ab5", CellID->803015473], Cell[134492, 3012, 44, 1, 70, "Item",ExpressionUUID->"da47e5d5-c32d-47c5-a6bd-4f04739f5ecd", CellID->65961006], Cell[134539, 3015, 41, 1, 70, "Item",ExpressionUUID->"adaa2aa1-3824-4705-a85e-77e02088c082", CellID->793812038] }, Open ]], Cell[CellGroupData[{ Cell[134617, 3021, 1039, 26, 70, "Subsection",ExpressionUUID->"2e2fb71b-979b-4792-8a1d-d055255c95fc", CellTags->{"Related Resource Objects", "TemplateCellGroup"}, CellID->465534472], Cell[135659, 3049, 44, 1, 70, "Item",ExpressionUUID->"f575ab2b-d3fd-4238-8df2-7e9e50f9337c", CellID->186304832] }, Open ]], Cell[CellGroupData[{ Cell[135740, 3055, 1084, 26, 70, "Subsection",ExpressionUUID->"2dbd9bad-d788-45af-9edc-60e4f7a4755f", CellTags->{"Source/Reference Citation", "TemplateCellGroup"}, CellID->515669552], Cell[136827, 3083, 516, 8, 70, "Text",ExpressionUUID->"65327d0a-3776-410e-9531-01a97b2014ac", CellTags->{"DefaultContent", "TabNext"}, CellID->436399423] }, Open ]], Cell[CellGroupData[{ Cell[137380, 3096, 923, 26, 70, "Subsection",ExpressionUUID->"fc47caf6-b6c6-48b7-a3f2-a1dd16b14b06", CellTags->{"Links", "TemplateCellGroup"}, CellID->571756773], Cell[138306, 3124, 505, 8, 70, "Item",ExpressionUUID->"a2f78496-5ee2-4d55-ad49-80fa155a192b", CellTags->{"DefaultContent", "TabNext"}, CellID->132505746] }, Open ]], Cell[CellGroupData[{ Cell[138848, 3137, 1874, 45, 70, "Subsection",ExpressionUUID->"b42a1237-e7a9-44bf-a2a3-95b2c9fc0539", CellTags->{"TemplateCellGroup", "Tests", "VerificationTests"}, CellID->561308448], Cell[140725, 3184, 551, 15, 70, "Input",ExpressionUUID->"43d5e70f-2296-4e49-a87f-f23d15ce3ff2", CellID->74163207], Cell[141279, 3201, 454, 12, 70, "Input",ExpressionUUID->"6c0f0c36-9683-4b9d-9aec-6f0655eab2a8", CellID->711609501], Cell[141736, 3215, 3903, 90, 70, "Input",ExpressionUUID->"ee3b5506-26be-4513-81c1-8032c18ec201", CellID->710640417], Cell[145642, 3307, 479, 13, 70, "Input",ExpressionUUID->"d85bf0f0-a4b6-4bef-98c7-9c1b8ed3f52b", CellID->523965854] }, Open ]], Cell[CellGroupData[{ Cell[146158, 3325, 955, 25, 70, "Subsection",ExpressionUUID->"11ba2e30-6047-463e-a700-c4af62e5cb21", CellTags->{"Compatibility", "TemplateCellGroup"}, CellID->559974822], Cell[CellGroupData[{ Cell[147138, 3354, 1174, 31, 70, "Subsubsection",ExpressionUUID->"bc688796-290c-43b7-bd82-58cae730147c", CellTags->{"CompatibilityWolframLanguageVersionRequired", "TemplateCellGroup", "Wolfram Language Version"}, CellID->901090016], Cell[148315, 3387, 89, 2, 70, "Text",ExpressionUUID->"b686e021-8812-45c1-93da-db82189ded9a", CellTags->{"DefaultContent", "ScrapeDefault"}, CellID->913148768] }, Open ]], Cell[CellGroupData[{ Cell[148441, 3394, 1113, 29, 70, "Subsubsection",ExpressionUUID->"06638d07-2d1e-49d5-990d-287e72d54ed9", CellTags->{"CompatibilityOperatingSystem", "Operating System", "TemplateCellGroup"}, CellID->499582406], Cell[149557, 3425, 1321, 40, 70, "Output",ExpressionUUID->"d7292d36-7044-437b-af22-c3a87bb39dc4", CellTags->{"CheckboxCell", "CompatibilityOperatingSystem", "CompatibilityOperatingSystem-Checkboxes"}, CellID->40078524] }, Closed]], Cell[CellGroupData[{ Cell[150915, 3470, 1280, 33, 70, "Subsubsection",ExpressionUUID->"6086f48c-211f-4684-a5bc-c102bb51af7f", CellTags->{"CompatibilityFeatures", "Required Features", "TemplateCellGroup"}, CellID->989275156], Cell[152198, 3505, 1365, 41, 70, "Output",ExpressionUUID->"378cdcb6-b135-4c1a-9d64-5d71998305cc", CellTags->{"CheckboxCell", "CompatibilityFeatures", "CompatibilityFeatures-Checkboxes"}, CellID->396992059] }, Closed]], Cell[CellGroupData[{ Cell[153600, 3551, 1913, 46, 70, "Subsubsection",ExpressionUUID->"8ef2935e-5129-44eb-bfea-357822a2c53d", CellTags->{"CompatibilityEvaluationEnvironment", "Environments", "TemplateCellGroup"}, CellID->605308563], Cell[155516, 3599, 2896, 83, 70, "Output",ExpressionUUID->"4111f4f0-1c31-4f6f-91b5-da03b9486ec4", CellTags->{"CheckboxCell", "CompatibilityEvaluationEnvironment", "CompatibilityEvaluationEnvironment-Checkboxes"}, CellID->62394308] }, Closed]], Cell[CellGroupData[{ Cell[158449, 3687, 1071, 27, 70, "Subsubsection",ExpressionUUID->"25257d82-bfd2-4273-b36b-711797281148", CellTags->{"Cloud Support", "CompatibilityCloudSupport", "TemplateCellGroup"}, CellID->129998371], Cell[159523, 3716, 938, 28, 70, "Output",ExpressionUUID->"e5844f11-781d-49fe-9390-6d2888d99a66", CellTags->{"CheckboxCell", "CompatibilityCloudSupport", "CompatibilityCloudSupport-Checkboxes"}, CellID->454919203] }, Closed]] }, Open ]] }, Closed]], Cell[CellGroupData[{ Cell[160522, 3751, 1155, 28, 70, "Section",ExpressionUUID->"4dc8836a-51e0-4141-a751-0a2ffff479c3", CellTags->{"Author Notes", "TemplateCellGroup"}, CellID->681870591], Cell[161680, 3781, 529, 8, 70, "Text",ExpressionUUID->"8edc6373-a3ad-45d7-9ff1-3b2dfd957ecb", CellTags->{"DefaultContent", "TabNext"}, CellID->958952487] }, Open ]], Cell[CellGroupData[{ Cell[162246, 3794, 1033, 26, 70, "Section",ExpressionUUID->"8d2e7cca-d6db-43f9-9aa8-73ddd56bced2", CellTags->{"Submission Notes", "TemplateCellGroup"}, CellID->916799765], Cell[163282, 3822, 515, 8, 70, "Text",ExpressionUUID->"ce0fafa0-a045-456c-b1f2-fae65636e97b", CellTags->{"DefaultContent", "TabNext"}, CellID->604291542] }, Open ]] }, Open ]] } ] *) (* End of internal cache information *)