{
  localUrl: '../page/group_mathematics.html',
  arbitalUrl: 'https://arbital.com/p/group_mathematics',
  rawJsonUrl: '../raw/3gd.json',
  likeableId: '2479',
  likeableType: 'page',
  myLikeValue: '0',
  likeCount: '5',
  dislikeCount: '0',
  likeScore: '5',
  individualLikes: [
    'AlexeiAndreev',
    'EricBruylant',
    'MYass',
    'NateSoares',
    'EricRogstad'
  ],
  pageId: 'group_mathematics',
  edit: '50',
  editSummary: '',
  prevEdit: '45',
  currentEdit: '50',
  wasPublished: 'true',
  type: 'wiki',
  title: 'Group',
  clickbait: 'The algebraic structure that captures symmetry, relationships between transformations, and part of what multiplication and addition have in common.',
  textLength: '8037',
  alias: 'group_mathematics',
  externalUrl: '',
  sortChildrenBy: 'likes',
  hasVote: 'false',
  voteType: '',
  votesAnonymous: 'false',
  editCreatorId: 'PatrickStevens',
  editCreatedAt: '2016-12-31 14:05:14',
  pageCreatorId: 'NateSoares',
  pageCreatedAt: '2016-05-09 01:25:25',
  seeDomainId: '0',
  editDomainId: 'AlexeiAndreev',
  submitToDomainId: '0',
  isAutosave: 'false',
  isSnapshot: 'false',
  isLiveEdit: 'true',
  isMinorEdit: 'false',
  indirectTeacher: 'false',
  todoCount: '0',
  isEditorComment: 'false',
  isApprovedComment: 'true',
  isResolved: 'false',
  snapshotText: '',
  anchorContext: '',
  anchorText: '',
  anchorOffset: '0',
  mergedInto: '',
  isDeleted: 'false',
  viewCount: '384',
  text: '[summary:\nA group is an abstraction of a collection of symmetries of an object. The collection of symmetries of a triangle (rotating by $120^\\circ$ or $240^\\circ$ degrees and flipping), rearrangements of a collection of objects (permutations), or rotations of a sphere, are all examples of groups.\n\nA group abstracts from these examples by forgetting what the symmetries are symmetries *of*, and only considers how symmetries behave.\n\n- Any two symmetries can be composed. For the symmetries of flipping and rotating a triangle, the whole action of rotating, and then flipping a triangle at once is a symmetry. So there is an **[3h7 operation]** on a group which represents composition of symmetries.\n- There is always a do-nothing symmetry. When composed with another symmetry, the do-nothing symmetry doesn't change that symmetry. So the operation has an **[-54p identity]**.\n- Any symmetry can be reversed. That is, for any symmetry, there is another symmetry which when composed with the first, gives the do-nothing symmetry. Flipping a triangle, and then flipping it again, is the same as doing nothing. So the operation has an **[-inverse_mathematics inverse]** operation.\n- Like any collection of functions, when composing a bunch of functions, it doesn't matter what order the individual compositions are computed in, as long as the *overall* composition ends up in the right order. When composing $f$, $g$, and $h$, we can compute $g \\circ f$, and then compute $h \\circ (g \\circ f)$, or we can compute $h \\circ g$ and then compute $(h \\circ g) \\circ f$, and we will get the same result. So the operation is **[-3h4 associative]**.\n\nNote that it is not necessarily the case that the operation is [-3jb commutative]. Flipping and then rotating a triangle will give different symmetry than rotating and then flipping. If it is commutative, then the group is called [-3h2 abelian].\n]\n\n[summary(technical): A group $G$ is a pair $(X, \\bullet)$ where $X$ is a [3jz set] and $\\bullet$ is a [3h7 operation] obeying the following laws:\n\n 1. **[3gy Closure]:** The operation is a function. For all $x, y$ in* $X$, $x \\bullet y$ is defined and in $X$. We abbreviate $x \\bullet y$ as $xy$.\n 2. **[3h4 Associativity]:** $x(yz) = (xy)z$ for all $x, y, z \\in X$.\n 3. **[54p Identity]:** There is an element $e$ such that $xe=ex=x$ for all $x \\in X$.\n 4. **[-inverse_element Inverses]:** For each $x$ in $X$, there is an element $x^{-1} \\in X$ such that $xx^{-1}=x^{-1}x=e$.\n\nThe operation need not be [-3jb commutative], but if it is then the group is called [-3h2 abelian].\n]\n\nA group is an abstraction of a collection of symmetries of an object. The collection of symmetries of a triangle (rotating by $120^\\circ$ or $240^\\circ$ degrees and flipping), rearrangements of a collection of objects (permutations), or rotations of a sphere, are all examples of groups. A group abstracts from these examples by forgetting what the symmetries are symmetries of, and only considers how symmetries behave. \n\nA group $G$ is a pair $(X, \\bullet)$ where:\n\n - $X$ is a [3jz set], called the "underlying set." By abuse of notation, $X$ is usually denoted by the same symbol as the group $G$, which we will do for the rest of the article.\n - $\\bullet : G \\times G \\to G$ is a binary [3h7 operation]. That is, a function that takes two elements of a set and returns a third. We will abbreviate $x \\bullet y$ by $xy$ when not ambiguous.  This operation is subject to the following axioms: \n- **[3gy Closure]:** $\\bullet$ is a function. For all $x, y$ in $X$, $x \\bullet y$ is defined and in $X$. We abbreviate $x \\bullet y$ as $xy$.\n- **[-54p Identity]:** There is an element $e$ such that $xe=ex=x$ for all $x \\in X$.\n- **[-inverse_element Inverses]:** For each $x$ in $X$, there is an element $x^{-1} \\in X$ such that $xx^{-1}=x^{-1}x=e$.\n- **[3h4 Associativity]:** $x(yz) = (xy)z$ for all $x, y, z \\in X$.\n\n1) The set X is the collection of abstract symmetries that this group represents. "Abstract," because these elements aren't necessarily symmetries *of* something, but almost all examples will be.\n\n2) The operation $\\bullet$ is the abstract composition operation.\n\n3) The axiom of closure is redundant, since $\\bullet$ is defined as a function $G \\times G \\to G$, but it is useful to emphasize this, as sometimes one can forget to check that a given subsets of symmetries of an object is closed under composition.\n\n4) The axiom of identity says that there is an element $e$ in $G$ that is a do-nothing symmetry: If you apply $\\bullet$ to $e$ and $x$, then $\\bullet$ simply returns $x$. The identity is unique: Given two elements $e$ and $z$ that satisfy axiom 2, we have $ze = ez = z.$ Thus, we can speak of "the identity" $e$ of $G$. This justifies the use of $e$ in the axiom of inversion: axioms 1 through 3 ensure that $e$ exists and is unique, so we can reference it in axiom 4.\n\n$e$ is often written $1$ or $1_G$, because $\\bullet$ is often treated as an analog of multiplication on the set $X$, and $1$ is the multiplicative [54p identity]. (Sometimes, e.g. in the case of [3gq rings], $\\bullet$ is treated as an analog of addition, in which case the identity is often written $0$ or $0_G$.)\n\n5) The axiom of inverses says that for every element $x$ in $X$, there is some other element $y$ that $\\bullet$ treats like the opposite of $x$, in the sense that $xy = e$ and vice versa. The inverse of $x$ is usually  written $x^{-1}$, or sometimes $(-x)$ in cases where $\\bullet$ is analogous to addition.\n\n6) The axiom of associativity says that \\bullet behaves like composition of functions. When composing a bunch of functions, it doesn't matter what order the individual compositions are computed in. When composing $f$, $g$, and $h$, we can compute $g \\circ f$, and then compute $h \\circ (g \\circ f)$, or we can compute $h \\circ g$ and then compute $(h \\circ g) \\circ f$, and we will get the same result.\n\n%%%knows-requisite([3h3]):\nEquivalently, a group is a [3h3 monoid] which satisfies "every element has an inverse".\n%%%\n\n%%%knows-requisite([4c7]):\nEquivalently, a group is a category with exactly one object, which satisfies "every arrow has an inverse"; the arrows are viewed as elements of the group. This justifies the intuition that groups are collections of symmetries. The object of this category can be thought of an abstract object that the isomorphisms are symmetries of. A functor from this category into the category of sets associates this object with a set, and each of the morphisms a permutation of that set.\n%%%\n\n# Examples\n\nThe most familiar example of a group is perhaps $(\\mathbb{Z}, +)$, the integers under addition. To see that it satisfies the group axioms, note that:\n\n1. (a) $\\mathbb{Z}$ is a set, and (b) $+$ is a function of type $\\mathbb Z \\times \\mathbb Z \\to \\mathbb Z$\n2. $(x+y)+z=x+(y+z)$\n3. $0+x = x = x + 0$\n4. Every element $x$ has an inverse $-x$, because $x + (-x) = 0$.\n\nFor more examples, see the [3t1 examples page].\n\n# Notation\n\nGiven a group $G = (X, \\bullet)$, we say "$X$ forms a group under $\\bullet$." $X$ is called the [3gz underlying set] of $G$, and $\\bullet$ is called the _group operation_.\n\n$x \\bullet y$ is usually abbreviated $xy$.\n\n$G$ is generally allowed to substitute for $X$ when discussing the group. For example, we say that the elements $x, y \\in X$ are "in $G$," and sometimes write "$x, y \\in G$" or talk about the "elements of $G$."\n\nThe [3gg order of a group], written $|G|$, is the size $|X|$ of its underlying set: If $X$ has nine elements, then $|G|=9$ and we say that $G$ has order nine.\n\n# Resources\n\nGroups are a ubiquitous and useful algebraic structure. Whenever it makes sense to talk about symmetries of a mathematical object, or physical system, groups pop up. For a discussion of group theory and its various applications, refer to the [3g8 group theory] page.\n\nA group is a [3h3 monoid] with inverses, and an associative [algebraic_loop loop]. For more on how groups relate to other [3gx algebraic structures], refer to the [5dz tree of algebraic structures].',
  metaText: '',
  isTextLoaded: 'true',
  isSubscribedToDiscussion: 'false',
  isSubscribedToUser: 'false',
  isSubscribedAsMaintainer: 'false',
  discussionSubscriberCount: '1',
  maintainerCount: '1',
  userSubscriberCount: '0',
  lastVisit: '',
  hasDraft: 'false',
  votes: [],
  voteSummary: 'null',
  muVoteSummary: '0',
  voteScaling: '0',
  currentUserVote: '-2',
  voteCount: '0',
  lockedVoteType: '',
  maxEditEver: '0',
  redLinkCount: '0',
  lockedBy: '',
  lockedUntil: '',
  nextPageId: '',
  prevPageId: '',
  usedAsMastery: 'true',
  proposalEditNum: '0',
  permissions: {
    edit: {
      has: 'false',
      reason: 'You don't have domain permission to edit this page'
    },
    proposeEdit: {
      has: 'true',
      reason: ''
    },
    delete: {
      has: 'false',
      reason: 'You don't have domain permission to delete this page'
    },
    comment: {
      has: 'false',
      reason: 'You can't comment in this domain because you are not a member'
    },
    proposeComment: {
      has: 'true',
      reason: ''
    }
  },
  summaries: {},
  creatorIds: [
    'NateSoares',
    'EricRogstad',
    'DylanHendrickson',
    'QiaochuYuan',
    'PatrickStevens',
    'EricBruylant',
    'MarkChimes',
    'JoeZeng',
    'DanielSatanove',
    '71p'
  ],
  childIds: [
    'group_order',
    'abelian_group',
    'group_examples',
    'group_exercises',
    'group_homomorphism',
    'cyclic_group',
    'symmetric_group',
    'group_isomorphism',
    'order_of_a_group_element',
    'dihedral_group',
    'group_conjugate',
    'normal_subgroup',
    'alternating_group',
    'group_coset',
    'simple_group',
    'prime_order_group_is_cyclic',
    'lagrange_theorem_on_subgroup_size',
    'cauchy_theorem_on_subgroup_existence',
    'group_orbit',
    'cyclic_group_intro_math_0',
    'subgroup',
    'group_presentation',
    'every_group_is_quotient_of_free_group',
    'free_group'
  ],
  parentIds: [
    'group_theory',
    'algebraic_structure'
  ],
  commentIds: [
    '3sw'
  ],
  questionIds: [],
  tagIds: [
    'needs_brief_summary_meta_tag',
    'b_class_meta_tag'
  ],
  relatedIds: [
    'category_theory'
  ],
  markIds: [],
  explanations: [],
  learnMore: [],
  requirements: [],
  subjects: [],
  lenses: [
    {
      id: '27',
      pageId: 'group_mathematics',
      lensId: 'group_examples',
      lensIndex: '0',
      lensName: 'Examples',
      lensSubtitle: '',
      createdBy: '1',
      createdAt: '2016-06-17 21:58:56',
      updatedBy: '1',
      updatedAt: '2016-06-17 21:58:56'
    },
    {
      id: '29',
      pageId: 'group_mathematics',
      lensId: 'group_exercises',
      lensIndex: '2',
      lensName: 'Exercises',
      lensSubtitle: '',
      createdBy: '1',
      createdAt: '2016-06-17 21:58:56',
      updatedBy: '1',
      updatedAt: '2016-06-17 21:58:56'
    }
  ],
  lensParentId: '',
  pathPages: [],
  learnMoreTaughtMap: {},
  learnMoreCoveredMap: {},
  learnMoreRequiredMap: {},
  editHistory: {},
  domainSubmissions: {},
  answers: [],
  answerCount: '0',
  commentCount: '0',
  newCommentCount: '0',
  linkedMarkCount: '0',
  changeLogs: [
    {
      likeableId: '3910',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '1',
      dislikeCount: '0',
      likeScore: '1',
      individualLikes: [],
      id: '21195',
      pageId: 'group_mathematics',
      userId: 'PatrickStevens',
      edit: '50',
      type: 'newEdit',
      createdAt: '2016-12-31 14:05:14',
      auxPageId: '',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '21021',
      pageId: 'group_mathematics',
      userId: '71p',
      edit: '49',
      type: 'newEditProposal',
      createdAt: '2016-12-21 00:45:03',
      auxPageId: '',
      oldSettingsValue: '',
      newSettingsValue: 'Simple mistake correction.'
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '20194',
      pageId: 'group_mathematics',
      userId: 'DanielSatanove',
      edit: '48',
      type: 'newEditProposal',
      createdAt: '2016-10-20 23:39:02',
      auxPageId: '',
      oldSettingsValue: '',
      newSettingsValue: 'Perhaps this should be a lens instead of an edit to the main article. This edit deemphasizes the algebraic definition and emphasizes the intuition that a group is a collection of symmetries.'
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '19098',
      pageId: 'group_mathematics',
      userId: 'PatrickStevens',
      edit: '0',
      type: 'deleteChild',
      createdAt: '2016-08-24 15:31:15',
      auxPageId: 'sign_homomorphism_symmetric_group',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '18989',
      pageId: 'group_mathematics',
      userId: 'EricBruylant',
      edit: '0',
      type: 'newChild',
      createdAt: '2016-08-20 13:13:18',
      auxPageId: 'group_isomorphism',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '18984',
      pageId: 'group_mathematics',
      userId: 'EricBruylant',
      edit: '0',
      type: 'newChild',
      createdAt: '2016-08-20 13:10:48',
      auxPageId: 'group_conjugate',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '18521',
      pageId: 'group_mathematics',
      userId: 'EricBruylant',
      edit: '0',
      type: 'newTag',
      createdAt: '2016-08-06 19:24:48',
      auxPageId: 'b_class_meta_tag',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '17425',
      pageId: 'group_mathematics',
      userId: 'PatrickStevens',
      edit: '0',
      type: 'newChild',
      createdAt: '2016-07-23 20:03:09',
      auxPageId: 'free_group',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '17297',
      pageId: 'group_mathematics',
      userId: 'PatrickStevens',
      edit: '0',
      type: 'newChild',
      createdAt: '2016-07-22 11:48:48',
      auxPageId: 'group_presentation',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '17293',
      pageId: 'group_mathematics',
      userId: 'PatrickStevens',
      edit: '0',
      type: 'newChild',
      createdAt: '2016-07-22 11:38:52',
      auxPageId: 'every_group_is_quotient_of_free_group',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '16163',
      pageId: 'group_mathematics',
      userId: 'DylanHendrickson',
      edit: '45',
      type: 'newEdit',
      createdAt: '2016-07-08 15:17:10',
      auxPageId: '',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '16162',
      pageId: 'group_mathematics',
      userId: 'DylanHendrickson',
      edit: '44',
      type: 'newEdit',
      createdAt: '2016-07-08 15:16:02',
      auxPageId: '',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '16029',
      pageId: 'group_mathematics',
      userId: 'DylanHendrickson',
      edit: '0',
      type: 'newChild',
      createdAt: '2016-07-07 18:00:37',
      auxPageId: 'subgroup',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '16022',
      pageId: 'group_mathematics',
      userId: 'DylanHendrickson',
      edit: '43',
      type: 'newEdit',
      createdAt: '2016-07-07 17:47:41',
      auxPageId: '',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '16010',
      pageId: 'group_mathematics',
      userId: 'DylanHendrickson',
      edit: '42',
      type: 'newEdit',
      createdAt: '2016-07-07 17:23:51',
      auxPageId: '',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '15520',
      pageId: 'group_mathematics',
      userId: 'JoeZeng',
      edit: '41',
      type: 'newEdit',
      createdAt: '2016-07-05 23:40:09',
      auxPageId: '',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '15029',
      pageId: 'group_mathematics',
      userId: 'MarkChimes',
      edit: '0',
      type: 'deleteRequiredBy',
      createdAt: '2016-07-01 04:43:11',
      auxPageId: 'cyclic_group_intro_math_0',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '15026',
      pageId: 'group_mathematics',
      userId: 'MarkChimes',
      edit: '0',
      type: 'newChild',
      createdAt: '2016-07-01 04:40:43',
      auxPageId: 'cyclic_group_intro_math_0',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '14754',
      pageId: 'group_mathematics',
      userId: 'MarkChimes',
      edit: '0',
      type: 'newAlias',
      createdAt: '2016-06-28 23:47:15',
      auxPageId: '',
      oldSettingsValue: 'group',
      newSettingsValue: 'group_mathematics'
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '14738',
      pageId: 'group_mathematics',
      userId: 'MarkChimes',
      edit: '40',
      type: 'newEdit',
      createdAt: '2016-06-28 23:24:30',
      auxPageId: '',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '14737',
      pageId: 'group_mathematics',
      userId: 'MarkChimes',
      edit: '39',
      type: 'newEdit',
      createdAt: '2016-06-28 23:21:30',
      auxPageId: '',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '14736',
      pageId: 'group_mathematics',
      userId: 'MarkChimes',
      edit: '0',
      type: 'newTag',
      createdAt: '2016-06-28 23:04:30',
      auxPageId: 'needs_brief_summary_meta_tag',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '14735',
      pageId: 'group_mathematics',
      userId: 'MarkChimes',
      edit: '0',
      type: 'deleteTag',
      createdAt: '2016-06-28 23:04:12',
      auxPageId: 'needs_summary_meta_tag',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '14721',
      pageId: 'group_mathematics',
      userId: 'EricBruylant',
      edit: '38',
      type: 'newEdit',
      createdAt: '2016-06-28 20:05:05',
      auxPageId: '',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '14693',
      pageId: 'group_mathematics',
      userId: 'EricBruylant',
      edit: '0',
      type: 'newChild',
      createdAt: '2016-06-28 17:06:29',
      auxPageId: 'group_orbit',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '14688',
      pageId: 'group_mathematics',
      userId: 'PatrickStevens',
      edit: '37',
      type: 'newEdit',
      createdAt: '2016-06-28 14:11:24',
      auxPageId: '',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '14402',
      pageId: 'group_mathematics',
      userId: 'EricBruylant',
      edit: '36',
      type: 'newEdit',
      createdAt: '2016-06-22 18:04:17',
      auxPageId: '',
      oldSettingsValue: '',
      newSettingsValue: 'removing top-line header'
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '14401',
      pageId: 'group_mathematics',
      userId: 'EricBruylant',
      edit: '0',
      type: 'newTag',
      createdAt: '2016-06-22 18:03:18',
      auxPageId: 'needs_summary_meta_tag',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '13926',
      pageId: 'group_mathematics',
      userId: 'PatrickStevens',
      edit: '0',
      type: 'newChild',
      createdAt: '2016-06-18 15:36:37',
      auxPageId: 'cauchy_theorem_on_subgroup_existence',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '13709',
      pageId: 'group_mathematics',
      userId: 'PatrickStevens',
      edit: '35',
      type: 'newChild',
      createdAt: '2016-06-17 21:24:38',
      auxPageId: 'lagrange_theorem_on_subgroup_size',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '13650',
      pageId: 'group_mathematics',
      userId: 'PatrickStevens',
      edit: '35',
      type: 'newChild',
      createdAt: '2016-06-17 18:36:59',
      auxPageId: 'prime_order_group_is_cyclic',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '13631',
      pageId: 'group_mathematics',
      userId: 'PatrickStevens',
      edit: '35',
      type: 'newChild',
      createdAt: '2016-06-17 18:06:49',
      auxPageId: 'simple_group',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '13615',
      pageId: 'group_mathematics',
      userId: 'PatrickStevens',
      edit: '35',
      type: 'newChild',
      createdAt: '2016-06-17 17:58:15',
      auxPageId: 'group_coset',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '13515',
      pageId: 'group_mathematics',
      userId: 'PatrickStevens',
      edit: '35',
      type: 'newChild',
      createdAt: '2016-06-17 14:14:21',
      auxPageId: 'alternating_group',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '13509',
      pageId: 'group_mathematics',
      userId: 'PatrickStevens',
      edit: '35',
      type: 'newChild',
      createdAt: '2016-06-17 14:13:38',
      auxPageId: 'sign_homomorphism_symmetric_group',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '13464',
      pageId: 'group_mathematics',
      userId: 'PatrickStevens',
      edit: '35',
      type: 'newChild',
      createdAt: '2016-06-17 10:27:44',
      auxPageId: 'normal_subgroup',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '13059',
      pageId: 'group_mathematics',
      userId: 'PatrickStevens',
      edit: '35',
      type: 'newChild',
      createdAt: '2016-06-15 14:53:04',
      auxPageId: 'dihedral_group',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '13021',
      pageId: 'group_mathematics',
      userId: 'PatrickStevens',
      edit: '35',
      type: 'newEdit',
      createdAt: '2016-06-15 11:21:07',
      auxPageId: '',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '13012',
      pageId: 'group_mathematics',
      userId: 'PatrickStevens',
      edit: '34',
      type: 'newChild',
      createdAt: '2016-06-15 10:16:04',
      auxPageId: 'group_order',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '13003',
      pageId: 'group_mathematics',
      userId: 'PatrickStevens',
      edit: '34',
      type: 'newChild',
      createdAt: '2016-06-15 10:14:47',
      auxPageId: 'order_of_a_group_element',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '12924',
      pageId: 'group_mathematics',
      userId: 'MarkChimes',
      edit: '34',
      type: 'newUsedAsTag',
      createdAt: '2016-06-15 06:49:41',
      auxPageId: 'category_theory',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '12715',
      pageId: 'group_mathematics',
      userId: 'PatrickStevens',
      edit: '34',
      type: 'newRequiredBy',
      createdAt: '2016-06-14 18:50:49',
      auxPageId: 'group_homomorphism',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '12707',
      pageId: 'group_mathematics',
      userId: 'PatrickStevens',
      edit: '34',
      type: 'newRequiredBy',
      createdAt: '2016-06-14 18:48:52',
      auxPageId: 'group_action',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '12619',
      pageId: 'group_mathematics',
      userId: 'PatrickStevens',
      edit: '34',
      type: 'newChild',
      createdAt: '2016-06-14 12:15:24',
      auxPageId: 'symmetric_group',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '12547',
      pageId: 'group_mathematics',
      userId: 'PatrickStevens',
      edit: '34',
      type: 'newRequiredBy',
      createdAt: '2016-06-13 16:15:47',
      auxPageId: 'algebraic_field',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '12541',
      pageId: 'group_mathematics',
      userId: 'PatrickStevens',
      edit: '34',
      type: 'newChild',
      createdAt: '2016-06-13 14:57:33',
      auxPageId: 'cyclic_group',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '12535',
      pageId: 'group_mathematics',
      userId: 'PatrickStevens',
      edit: '0',
      type: 'deleteRequiredBy',
      createdAt: '2016-06-13 12:37:27',
      auxPageId: 'group_homomorphism',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '12533',
      pageId: 'group_mathematics',
      userId: 'PatrickStevens',
      edit: '34',
      type: 'newChild',
      createdAt: '2016-06-13 12:37:26',
      auxPageId: 'group_homomorphism',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '12531',
      pageId: 'group_mathematics',
      userId: 'PatrickStevens',
      edit: '34',
      type: 'newRequiredBy',
      createdAt: '2016-06-13 12:37:09',
      auxPageId: 'group_homomorphism',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '11005',
      pageId: 'group_mathematics',
      userId: 'QiaochuYuan',
      edit: '34',
      type: 'newChild',
      createdAt: '2016-05-25 21:59:54',
      auxPageId: 'group_exercises',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '10934',
      pageId: 'group_mathematics',
      userId: 'QiaochuYuan',
      edit: '34',
      type: 'newEdit',
      createdAt: '2016-05-25 20:48:42',
      auxPageId: '',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '10929',
      pageId: 'group_mathematics',
      userId: 'QiaochuYuan',
      edit: '33',
      type: 'newChild',
      createdAt: '2016-05-25 20:45:31',
      auxPageId: 'group_examples',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '10898',
      pageId: 'group_mathematics',
      userId: 'QiaochuYuan',
      edit: '0',
      type: 'newAlias',
      createdAt: '2016-05-25 20:29:35',
      auxPageId: '',
      oldSettingsValue: 'algebraic_group',
      newSettingsValue: 'group'
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '10885',
      pageId: 'group_mathematics',
      userId: 'QiaochuYuan',
      edit: '33',
      type: 'newEdit',
      createdAt: '2016-05-25 20:15:11',
      auxPageId: '',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '10883',
      pageId: 'group_mathematics',
      userId: 'QiaochuYuan',
      edit: '32',
      type: 'newEdit',
      createdAt: '2016-05-25 20:13:45',
      auxPageId: '',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '10434',
      pageId: 'group_mathematics',
      userId: 'NateSoares',
      edit: '31',
      type: 'newEdit',
      createdAt: '2016-05-15 13:30:24',
      auxPageId: '',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '10352',
      pageId: 'group_mathematics',
      userId: 'EricRogstad',
      edit: '30',
      type: 'newEdit',
      createdAt: '2016-05-14 20:06:21',
      auxPageId: '',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '10350',
      pageId: 'group_mathematics',
      userId: 'EricRogstad',
      edit: '29',
      type: 'newEdit',
      createdAt: '2016-05-14 19:53:56',
      auxPageId: '',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '10349',
      pageId: 'group_mathematics',
      userId: 'EricRogstad',
      edit: '28',
      type: 'newEdit',
      createdAt: '2016-05-14 19:49:26',
      auxPageId: '',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '10348',
      pageId: 'group_mathematics',
      userId: 'EricRogstad',
      edit: '27',
      type: 'newEdit',
      createdAt: '2016-05-14 19:47:58',
      auxPageId: '',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '10347',
      pageId: 'group_mathematics',
      userId: 'EricRogstad',
      edit: '26',
      type: 'newEdit',
      createdAt: '2016-05-14 19:45:56',
      auxPageId: '',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '10346',
      pageId: 'group_mathematics',
      userId: 'EricRogstad',
      edit: '25',
      type: 'newEdit',
      createdAt: '2016-05-14 19:45:00',
      auxPageId: '',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '10345',
      pageId: 'group_mathematics',
      userId: 'EricRogstad',
      edit: '24',
      type: 'newEdit',
      createdAt: '2016-05-14 19:43:42',
      auxPageId: '',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '10344',
      pageId: 'group_mathematics',
      userId: 'EricRogstad',
      edit: '23',
      type: 'newEdit',
      createdAt: '2016-05-14 19:35:21',
      auxPageId: '',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '10343',
      pageId: 'group_mathematics',
      userId: 'EricRogstad',
      edit: '22',
      type: 'newEdit',
      createdAt: '2016-05-14 19:33:38',
      auxPageId: '',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '10342',
      pageId: 'group_mathematics',
      userId: 'EricRogstad',
      edit: '21',
      type: 'newEdit',
      createdAt: '2016-05-14 19:32:59',
      auxPageId: '',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '10341',
      pageId: 'group_mathematics',
      userId: 'EricRogstad',
      edit: '20',
      type: 'newEdit',
      createdAt: '2016-05-14 19:32:03',
      auxPageId: '',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '10340',
      pageId: 'group_mathematics',
      userId: 'EricRogstad',
      edit: '19',
      type: 'newEdit',
      createdAt: '2016-05-14 19:30:14',
      auxPageId: '',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '9952',
      pageId: 'group_mathematics',
      userId: 'NateSoares',
      edit: '18',
      type: 'newEdit',
      createdAt: '2016-05-10 23:58:20',
      auxPageId: '',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '9945',
      pageId: 'group_mathematics',
      userId: 'NateSoares',
      edit: '17',
      type: 'newEdit',
      createdAt: '2016-05-10 23:56:29',
      auxPageId: '',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '9944',
      pageId: 'group_mathematics',
      userId: 'NateSoares',
      edit: '16',
      type: 'newEdit',
      createdAt: '2016-05-10 23:53:01',
      auxPageId: '',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '9943',
      pageId: 'group_mathematics',
      userId: 'NateSoares',
      edit: '15',
      type: 'newEdit',
      createdAt: '2016-05-10 23:51:22',
      auxPageId: '',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '9941',
      pageId: 'group_mathematics',
      userId: 'NateSoares',
      edit: '14',
      type: 'newEdit',
      createdAt: '2016-05-10 23:37:00',
      auxPageId: '',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '9928',
      pageId: 'group_mathematics',
      userId: 'NateSoares',
      edit: '13',
      type: 'newEdit',
      createdAt: '2016-05-10 23:23:55',
      auxPageId: '',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '9927',
      pageId: 'group_mathematics',
      userId: 'NateSoares',
      edit: '12',
      type: 'newEdit',
      createdAt: '2016-05-10 23:23:37',
      auxPageId: '',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '9734',
      pageId: 'group_mathematics',
      userId: 'NateSoares',
      edit: '11',
      type: 'newParent',
      createdAt: '2016-05-09 07:44:31',
      auxPageId: 'algebraic_structure',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '9720',
      pageId: 'group_mathematics',
      userId: 'NateSoares',
      edit: '11',
      type: 'newEdit',
      createdAt: '2016-05-09 07:23:53',
      auxPageId: '',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '9713',
      pageId: 'group_mathematics',
      userId: 'NateSoares',
      edit: '10',
      type: 'newEdit',
      createdAt: '2016-05-09 07:04:05',
      auxPageId: '',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '9711',
      pageId: 'group_mathematics',
      userId: 'NateSoares',
      edit: '9',
      type: 'newEdit',
      createdAt: '2016-05-09 06:56:02',
      auxPageId: '',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '9708',
      pageId: 'group_mathematics',
      userId: 'NateSoares',
      edit: '8',
      type: 'newEdit',
      createdAt: '2016-05-09 06:31:31',
      auxPageId: '',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '9706',
      pageId: 'group_mathematics',
      userId: 'NateSoares',
      edit: '7',
      type: 'newEdit',
      createdAt: '2016-05-09 06:23:14',
      auxPageId: '',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '9705',
      pageId: 'group_mathematics',
      userId: 'NateSoares',
      edit: '6',
      type: 'newEdit',
      createdAt: '2016-05-09 06:20:55',
      auxPageId: '',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '9700',
      pageId: 'group_mathematics',
      userId: 'NateSoares',
      edit: '5',
      type: 'newChild',
      createdAt: '2016-05-09 06:11:40',
      auxPageId: 'abelian_group',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '9676',
      pageId: 'group_mathematics',
      userId: 'NateSoares',
      edit: '5',
      type: 'newEdit',
      createdAt: '2016-05-09 04:43:05',
      auxPageId: '',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '9675',
      pageId: 'group_mathematics',
      userId: 'NateSoares',
      edit: '4',
      type: 'newEdit',
      createdAt: '2016-05-09 04:38:00',
      auxPageId: '',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '9668',
      pageId: 'group_mathematics',
      userId: 'NateSoares',
      edit: '3',
      type: 'newEdit',
      createdAt: '2016-05-09 01:40:51',
      auxPageId: '',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '9666',
      pageId: 'group_mathematics',
      userId: 'NateSoares',
      edit: '2',
      type: 'newEdit',
      createdAt: '2016-05-09 01:39:48',
      auxPageId: '',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '9663',
      pageId: 'group_mathematics',
      userId: 'NateSoares',
      edit: '1',
      type: 'newEdit',
      createdAt: '2016-05-09 01:25:25',
      auxPageId: '',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '9661',
      pageId: 'group_mathematics',
      userId: 'NateSoares',
      edit: '0',
      type: 'newParent',
      createdAt: '2016-05-09 01:25:04',
      auxPageId: 'group_theory',
      oldSettingsValue: '',
      newSettingsValue: ''
    }
  ],
  feedSubmissions: [],
  searchStrings: {},
  hasChildren: 'true',
  hasParents: 'true',
  redAliases: {},
  improvementTagIds: [],
  nonMetaTagIds: [],
  todos: [],
  slowDownMap: 'null',
  speedUpMap: 'null',
  arcPageIds: 'null',
  contentRequests: {
    lessTechnical: {
      likeableId: '3355',
      likeableType: 'contentRequest',
      myLikeValue: '0',
      likeCount: '1',
      dislikeCount: '0',
      likeScore: '1',
      individualLikes: [],
      id: '37',
      pageId: 'group_mathematics',
      requestType: 'lessTechnical',
      createdAt: '2016-08-06 19:22:41'
    }
  }
}