{
  localUrl: '../page/logarithm.html',
  arbitalUrl: 'https://arbital.com/p/logarithm',
  rawJsonUrl: '../raw/3nd.json',
  likeableId: '2514',
  likeableType: 'page',
  myLikeValue: '0',
  likeCount: '7',
  dislikeCount: '0',
  likeScore: '7',
  individualLikes: [
    'AlexeiAndreev',
    'EricBruylant',
    'JaimeSevillaMolina',
    'NateSoares',
    'MarkChimes',
    'Marsnuntiusmariigmailcom',
    'StephanieKoo'
  ],
  pageId: 'logarithm',
  edit: '38',
  editSummary: '"which is exactly" -> "or exactly" because otherwise it sounds like 3 decits exactly equals 10 bits',
  prevEdit: '37',
  currentEdit: '38',
  wasPublished: 'true',
  type: 'wiki',
  title: 'Logarithm',
  clickbait: '',
  textLength: '7349',
  alias: 'logarithm',
  externalUrl: '',
  sortChildrenBy: 'likes',
  hasVote: 'false',
  voteType: '',
  votesAnonymous: 'false',
  editCreatorId: 'EricRogstad',
  editCreatedAt: '2016-06-20 23:56:48',
  pageCreatorId: 'NateSoares',
  pageCreatedAt: '2016-05-16 07:38:01',
  seeDomainId: '0',
  editDomainId: 'AlexeiAndreev',
  submitToDomainId: '0',
  isAutosave: 'false',
  isSnapshot: 'false',
  isLiveEdit: 'true',
  isMinorEdit: 'false',
  indirectTeacher: 'false',
  todoCount: '1',
  isEditorComment: 'false',
  isApprovedComment: 'true',
  isResolved: 'false',
  snapshotText: '',
  anchorContext: '',
  anchorText: '',
  anchorOffset: '0',
  mergedInto: '',
  isDeleted: 'false',
  viewCount: '8749',
  text: '[summary: The logarithm base $b$ of a number $n,$ written $\\log_b(n),$ is the answer to the question "how many times do you have to multiply 1 by $b$ to get $n$?" For example, $\\log_{10}(1000)=3,$ because $10 \\cdot 10 \\cdot 10 = 1000,$ and $\\log_2(16)=4$ because $2 \\cdot 2 \\cdot 2 \\cdot 2 = 16.$]\n\n[summary(Technical): $\\log_b(n)$ is defined to be the number $x$ such that $b^x = n.$ Thus, logarithm functions satisfy the following properties, among others:\n\n- $\\log_b(1) = 0$\n- $\\log_b(b) = 1$\n- $\\log_b(x\\cdot y) = log_b(x) + \\log_b(y)$\n- $\\log_b(\\frac{x}{y}) = \\log_b(x) - \\log_b(y)$\n- $\\log_b(x^n) = n\\log_b(x)$\n- $\\log_b(\\sqrt[n]{x}) = \\frac{\\log_b(x)}{n}$\n- $\\log_b(n) = \\frac{\\log_a(n)}{\\log_a(b)}$]\n\n[summary(Inverse exponentials): Logarithms are the inverse of [exponential exponentials]. That is, for any base $b$ and number $n,$ $\\log_b(b^n) = n$ and $b^{\\log_b(n)} = n.$]\n\n[summary(Measure of data): A message that singles out one thing from a set of $n$ carries $\\log(n)$ units of data, where the unit of information depends on the base of the logarithm. For example, a message singling out one thing from 1024 carries about three [3wn decits] of data (because $\\log_{10}(1024) \\approx 3$), or exactly ten [3p0 bits] of data (because $\\log_2(1024)=10$). For details, see [+3p0].]\n\n[summary(Generalized lengths):  A quick way of approximating the logarithm base 10 is to look at the length of a number: 103 is a 3-digit number but it's _almost_ a 2-digit number, so its logarithm (base ten) is a little higher than 2 (it's about 2.01). 981 is also a three-digit number, and it's using nearly all three of those digits, so its logarithm (base ten) is just barely lower than 3 (it's about 2.99). In this way, logarithms generalize the notion of "length," and in particular, $\\log_b(n)$ measures the generalized length of the number $n$ when it's written in $b$-ary notation.]\n\nThe logarithm base $b$ of a number $n,$ written $\\log_b(n),$ is the answer to the question "how many times do you have to multiply 1 by $b$ to get $n$?" For example, $\\log_{10}(100)=2,$ and $\\log_{10}(316) \\approx 2.5,$ because $316 \\approx$ $10 \\cdot 10 \\cdot \\sqrt{10},$ and [ multiplying by $\\sqrt{10}$ corresponds to multiplying by 10 "half a time"].\n\nIn other words, $\\log_b(x)$ counts the number of $b$-factors in $x$. For example, $\\log_2(100)$ counts the number of "doublings" in the number 100, and $6 < \\log_2(100) < 7$ because scaling an object up by a factor of 100 requires more than 6 (but less than 7) doublings. For an introduction to logarithms, see the [3wj Arbital logarithm tutorial]. For an advanced introduction, see the [advanced_log_tutorial advanced logarithm tutorial].\n\nFormally, $\\log_b(n)$ is defined to be the number $x$ such that $b^x = n,$ where $b$ and $n$ are numbers. $b$ is called the "base" of the logarithm, and has a relationship to the [number_base base of a number system]. For a discussion of common and useful bases for logarithms, see the page on [logarithm_bases logarithm bases]. $x$ is unique if by "number" we mean [4bc $\\mathbb R$], but may not be unique if by "number" we mean [complex_number $\\mathbb C$]. For details, see the page on [complex_logarithm complex logarithms].\n\n# Basic properties\n\nLogarithms satisfy a number of desirable properties, including:\n\n- $\\log_b(1) = 0$ for any $b$\n- $\\log_b(b) = 1$ for any $b$\n- $\\log_b(x\\cdot y) = log_b(x) + \\log_b(y)$\n- $\\log_b(x^n) = n\\log_b(x)$\n- $\\log_a(n) = \\frac{\\log_b(n)}{\\log_b(a)}$\n\nFor an expanded list of properties, explanations of what they mean, and the reasons for why they hold, see [+3wp].\n\n# Interpretations\n\n- Logarithms can be interpreted as a generalization of the notion of the [number_length length of a number]: 103 and 981 are both three digits long, but, intuitively, 103 is only barely using three digits, whereas 981 is pushing its three digits to the limit. Logarithms quantify this intuition: the [common_logarithm common logarithm] of 103 is approximately 2.01, and the common log of 981 is approximately 2.99. Logarithms give rise to a notion of exactly how many digits a number is "actually" making use of, and give us a notion of "fractional digits." For more on this interpretation (and why it is 316, not 500, that is two and a half digits long), see [+416].\n\n- Logarithms can be interpreted as a measure of how much data it takes to carry a message. Imagine that you and I are both facing a collection of 100 different objects, and I'm thinking of one of them in particular. If I want to tell you which one I'm thinking of, how many digits do I need to transmit to you? The answer is $\\log_{10}(100)=2,$ assuming that by "digit" we mean "some method of encoding one of the symbols 0-9 in a physical medium." Measuring data in this way is the cornerstone of [3qq information theory].\n\n- Logarithms are the inverse of exponentials. The function $\\log_b(\\cdot)$ inverts the function $b^{\\ \\cdot}.$ In other words, $\\log_b(n) = x$ implies that $b^x = n,$ so $\\log_b(b^x)=x$ and $b^{\\log_b(n)}=n.$ Thus, logarithms give us tools for analyzing anything that grows exponentially. If a population of bacteria doubles each day, then logarithms measure days in terms of bacteria &mdash; that is, they can tell you how long it will take for the population to reach a certain size. For more on this idea, see [+3wr].\n\n# Applications\n\nLogarithms are ubiquitous in many fields, including mathematics, physics, computer science, cognitive science, and artificial intelligence, to name a few. For example:\n\n- In mathematics, the most natural logarithmic base is [mathematics_e $e$] ([log_e_is_natural Why?]) and the log base $e$ of $x$ is written $\\ln(x)$, pronounced "[natural_logarithm natural log] of x." The natural logarithm of a number gives one notion of the "intrinsic length" of a number, a concept that proves useful when reasoning about other properties of that number. For example, the quantity of prime numbers smaller than $x$ is approximately $\\frac{x}{\\ln(x)},$ this is the [prime_number_theorem prime number theorem].\n\n- Logarithms also give us tools for measuring the runtime (or memory usage) of algorithms. When an algorithm uses a [divide_and_conquer divide and conquer] approach, the amount of time (or memory) used by the algorithm increases logarithmically as the input size grows linearly. For example, the amount of time that it takes to perform a [binary_search binary search] through $n$ possibilities is $\\log_2(n),$ which means that the search takes one unit longer to run every time the set of things to search through doubles in size.\n\n- Logarithms give us tools for studying the tools we use to represent numbers. For example, humans tend to use ten different symbols to represent numbers (0, 1, 2, 3, 4, 5, 6, 7, 8, and 9), while computers tend to use two digits (0 and 1). Are some representations better or worse than others? What are the pros and cons of using more or fewer symbols? For more on these questions, see [number_base Number bases].\n\n- The human brain encodes various perceptions logarithmically. For example, the perceived tone of a sound goes up by one octave every time the frequency of air vibrations doubles. Your perception of tone is proportional to the logarithm (base 2) of the frequency at which the air is vibrating. See also [https://en.wikipedia.org/wiki/Hick%27s_law Hick's law].',
  metaText: '',
  isTextLoaded: 'true',
  isSubscribedToDiscussion: 'false',
  isSubscribedToUser: 'false',
  isSubscribedAsMaintainer: 'false',
  discussionSubscriberCount: '2',
  maintainerCount: '2',
  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'
  ],
  childIds: [
    'log_examples',
    'log_exercises',
    'log_guide',
    'log_identities',
    'log_inverts_exp',
    'log_tutorial_overview',
    'log_definition',
    'log_as_length',
    'log_base_1',
    'digit_exchange_rates',
    'why_is_log_like_length',
    'fractional_digits',
    'log_as_comm_cost',
    'log_characteristic',
    'log_properties',
    'log_base_infinity',
    'only_one_log',
    'log_lattice',
    'logspace',
    'log_tutorial_end',
    'log2_of_3_never_ends'
  ],
  parentIds: [
    'math'
  ],
  commentIds: [
    '4vs'
  ],
  questionIds: [],
  tagIds: [],
  relatedIds: [],
  markIds: [],
  explanations: [],
  learnMore: [],
  requirements: [],
  subjects: [],
  lenses: [
    {
      id: '38',
      pageId: 'logarithm',
      lensId: 'log_guide',
      lensIndex: '0',
      lensName: 'Guide',
      lensSubtitle: '',
      createdBy: '1',
      createdAt: '2016-06-17 21:58:56',
      updatedBy: '32',
      updatedAt: '2016-07-01 23:55:52'
    },
    {
      id: '36',
      pageId: 'logarithm',
      lensId: 'log_examples',
      lensIndex: '1',
      lensName: 'Examples',
      lensSubtitle: '',
      createdBy: '1',
      createdAt: '2016-06-17 21:58:56',
      updatedBy: '1',
      updatedAt: '2016-06-17 21:58:56'
    },
    {
      id: '37',
      pageId: 'logarithm',
      lensId: 'log_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: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '14211',
      pageId: 'logarithm',
      userId: 'EricRogstad',
      edit: '38',
      type: 'newEdit',
      createdAt: '2016-06-20 23:56:48',
      auxPageId: '',
      oldSettingsValue: '',
      newSettingsValue: '"which is exactly" -> "or exactly" because otherwise it sounds like 3 decits exactly equals 10 bits'
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '14192',
      pageId: 'logarithm',
      userId: 'NateSoares',
      edit: '0',
      type: 'newChild',
      createdAt: '2016-06-20 23:39:47',
      auxPageId: 'log2_of_3_never_ends',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '13593',
      pageId: 'logarithm',
      userId: 'NateSoares',
      edit: '37',
      type: 'newEdit',
      createdAt: '2016-06-17 17:24:00',
      auxPageId: '',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '13592',
      pageId: 'logarithm',
      userId: 'NateSoares',
      edit: '36',
      type: 'newEdit',
      createdAt: '2016-06-17 17:21:52',
      auxPageId: '',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '13591',
      pageId: 'logarithm',
      userId: 'NateSoares',
      edit: '35',
      type: 'newEdit',
      createdAt: '2016-06-17 17:19:56',
      auxPageId: '',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '13451',
      pageId: 'logarithm',
      userId: 'NateSoares',
      edit: '33',
      type: 'newChild',
      createdAt: '2016-06-17 07:05:44',
      auxPageId: 'log_tutorial_end',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '13446',
      pageId: 'logarithm',
      userId: 'NateSoares',
      edit: '33',
      type: 'newChild',
      createdAt: '2016-06-17 06:52:32',
      auxPageId: 'logspace',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '13438',
      pageId: 'logarithm',
      userId: 'NateSoares',
      edit: '33',
      type: 'newChild',
      createdAt: '2016-06-17 06:24:23',
      auxPageId: 'log_lattice',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '13408',
      pageId: 'logarithm',
      userId: 'NateSoares',
      edit: '33',
      type: 'newChild',
      createdAt: '2016-06-17 00:15:12',
      auxPageId: 'only_one_log',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '12918',
      pageId: 'logarithm',
      userId: 'NateSoares',
      edit: '33',
      type: 'newChild',
      createdAt: '2016-06-15 06:31:07',
      auxPageId: 'log_base_infinity',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '12903',
      pageId: 'logarithm',
      userId: 'NateSoares',
      edit: '33',
      type: 'newChild',
      createdAt: '2016-06-15 06:10:54',
      auxPageId: 'log_properties',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '12520',
      pageId: 'logarithm',
      userId: 'NateSoares',
      edit: '33',
      type: 'newChild',
      createdAt: '2016-06-13 03:18:51',
      auxPageId: 'log_characteristic',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '12346',
      pageId: 'logarithm',
      userId: 'NateSoares',
      edit: '33',
      type: 'newChild',
      createdAt: '2016-06-10 19:21:55',
      auxPageId: 'log_as_comm_cost',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '12244',
      pageId: 'logarithm',
      userId: 'NateSoares',
      edit: '33',
      type: 'newChild',
      createdAt: '2016-06-09 23:58:25',
      auxPageId: 'fractional_digits',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '12127',
      pageId: 'logarithm',
      userId: 'NateSoares',
      edit: '33',
      type: 'newChild',
      createdAt: '2016-06-09 01:19:21',
      auxPageId: 'digit_exchange_rates',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '12034',
      pageId: 'logarithm',
      userId: 'NateSoares',
      edit: '33',
      type: 'newChild',
      createdAt: '2016-06-08 18:34:27',
      auxPageId: 'why_is_log_like_length',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '11927',
      pageId: 'logarithm',
      userId: 'NateSoares',
      edit: '33',
      type: 'newEdit',
      createdAt: '2016-06-07 06:33:52',
      auxPageId: '',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '11882',
      pageId: 'logarithm',
      userId: 'NateSoares',
      edit: '32',
      type: 'newChild',
      createdAt: '2016-06-07 02:43:05',
      auxPageId: 'log_as_length',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '11851',
      pageId: 'logarithm',
      userId: 'NateSoares',
      edit: '32',
      type: 'newChild',
      createdAt: '2016-06-06 22:50:39',
      auxPageId: 'log_base_1',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '11774',
      pageId: 'logarithm',
      userId: 'NateSoares',
      edit: '32',
      type: 'newChild',
      createdAt: '2016-06-03 20:26:07',
      auxPageId: 'log_definition',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '11768',
      pageId: 'logarithm',
      userId: 'NateSoares',
      edit: '32',
      type: 'newChild',
      createdAt: '2016-06-03 20:21:48',
      auxPageId: 'log_tutorial_overview',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '11766',
      pageId: 'logarithm',
      userId: 'NateSoares',
      edit: '0',
      type: 'deleteChild',
      createdAt: '2016-06-03 20:20:44',
      auxPageId: 'log_tutorial_overview',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '11744',
      pageId: 'logarithm',
      userId: 'NateSoares',
      edit: '32',
      type: 'newChild',
      createdAt: '2016-06-03 17:45:20',
      auxPageId: 'log_tutorial_overview',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '11387',
      pageId: 'logarithm',
      userId: 'NateSoares',
      edit: '32',
      type: 'newEdit',
      createdAt: '2016-05-28 18:29:59',
      auxPageId: '',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '11386',
      pageId: 'logarithm',
      userId: 'NateSoares',
      edit: '31',
      type: 'newEdit',
      createdAt: '2016-05-28 18:26:08',
      auxPageId: '',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '11385',
      pageId: 'logarithm',
      userId: 'NateSoares',
      edit: '30',
      type: 'newEdit',
      createdAt: '2016-05-28 18:25:28',
      auxPageId: '',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '11364',
      pageId: 'logarithm',
      userId: 'NateSoares',
      edit: '29',
      type: 'newEdit',
      createdAt: '2016-05-28 13:46:20',
      auxPageId: '',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '11355',
      pageId: 'logarithm',
      userId: 'NateSoares',
      edit: '28',
      type: 'newEdit',
      createdAt: '2016-05-28 03:26:10',
      auxPageId: '',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '11342',
      pageId: 'logarithm',
      userId: 'NateSoares',
      edit: '27',
      type: 'newEdit',
      createdAt: '2016-05-28 03:23:14',
      auxPageId: '',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '11339',
      pageId: 'logarithm',
      userId: 'NateSoares',
      edit: '26',
      type: 'newChild',
      createdAt: '2016-05-28 03:22:30',
      auxPageId: 'log_inverts_exp',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '11333',
      pageId: 'logarithm',
      userId: 'NateSoares',
      edit: '26',
      type: 'newEdit',
      createdAt: '2016-05-28 03:19:25',
      auxPageId: '',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '11324',
      pageId: 'logarithm',
      userId: 'NateSoares',
      edit: '25',
      type: 'newChild',
      createdAt: '2016-05-28 03:16:24',
      auxPageId: 'log_identities',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '11297',
      pageId: 'logarithm',
      userId: 'NateSoares',
      edit: '25',
      type: 'newChild',
      createdAt: '2016-05-27 21:28:07',
      auxPageId: 'log_guide',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '11291',
      pageId: 'logarithm',
      userId: 'NateSoares',
      edit: '25',
      type: 'newEdit',
      createdAt: '2016-05-27 21:19:38',
      auxPageId: '',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '11287',
      pageId: 'logarithm',
      userId: 'NateSoares',
      edit: '24',
      type: 'newChild',
      createdAt: '2016-05-27 21:19:12',
      auxPageId: 'log_exercises',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '11278',
      pageId: 'logarithm',
      userId: 'NateSoares',
      edit: '24',
      type: 'newChild',
      createdAt: '2016-05-27 21:15:38',
      auxPageId: 'log_examples',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '11263',
      pageId: 'logarithm',
      userId: 'NateSoares',
      edit: '24',
      type: 'newEdit',
      createdAt: '2016-05-27 21:08:34',
      auxPageId: '',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '11259',
      pageId: 'logarithm',
      userId: 'NateSoares',
      edit: '23',
      type: 'newEdit',
      createdAt: '2016-05-27 21:07:34',
      auxPageId: '',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '11162',
      pageId: 'logarithm',
      userId: 'NateSoares',
      edit: '21',
      type: 'newEdit',
      createdAt: '2016-05-27 13:51:08',
      auxPageId: '',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '11161',
      pageId: 'logarithm',
      userId: 'NateSoares',
      edit: '20',
      type: 'newEdit',
      createdAt: '2016-05-27 13:48:02',
      auxPageId: '',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '11160',
      pageId: 'logarithm',
      userId: 'NateSoares',
      edit: '19',
      type: 'newEdit',
      createdAt: '2016-05-27 13:46:42',
      auxPageId: '',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '10560',
      pageId: 'logarithm',
      userId: 'NateSoares',
      edit: '18',
      type: 'newEdit',
      createdAt: '2016-05-17 06:57:24',
      auxPageId: '',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '10559',
      pageId: 'logarithm',
      userId: 'NateSoares',
      edit: '17',
      type: 'newEdit',
      createdAt: '2016-05-17 06:53:42',
      auxPageId: '',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '10558',
      pageId: 'logarithm',
      userId: 'NateSoares',
      edit: '0',
      type: 'deleteTag',
      createdAt: '2016-05-17 06:53:39',
      auxPageId: 'work_in_progress_meta_tag',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '10555',
      pageId: 'logarithm',
      userId: 'NateSoares',
      edit: '16',
      type: 'newEdit',
      createdAt: '2016-05-17 05:21:00',
      auxPageId: '',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '10524',
      pageId: 'logarithm',
      userId: 'NateSoares',
      edit: '15',
      type: 'newEdit',
      createdAt: '2016-05-16 21:46:40',
      auxPageId: '',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '10516',
      pageId: 'logarithm',
      userId: 'NateSoares',
      edit: '14',
      type: 'newEdit',
      createdAt: '2016-05-16 18:32:08',
      auxPageId: '',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '10515',
      pageId: 'logarithm',
      userId: 'NateSoares',
      edit: '13',
      type: 'newEdit',
      createdAt: '2016-05-16 18:25:50',
      auxPageId: '',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '10514',
      pageId: 'logarithm',
      userId: 'NateSoares',
      edit: '12',
      type: 'newEdit',
      createdAt: '2016-05-16 18:25:13',
      auxPageId: '',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '10513',
      pageId: 'logarithm',
      userId: 'NateSoares',
      edit: '11',
      type: 'newEdit',
      createdAt: '2016-05-16 18:06:19',
      auxPageId: '',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '10510',
      pageId: 'logarithm',
      userId: 'NateSoares',
      edit: '10',
      type: 'newEdit',
      createdAt: '2016-05-16 17:09:11',
      auxPageId: '',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '10505',
      pageId: 'logarithm',
      userId: 'NateSoares',
      edit: '9',
      type: 'newEdit',
      createdAt: '2016-05-16 10:25:04',
      auxPageId: '',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '10504',
      pageId: 'logarithm',
      userId: 'NateSoares',
      edit: '8',
      type: 'newEdit',
      createdAt: '2016-05-16 10:11:12',
      auxPageId: '',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '10503',
      pageId: 'logarithm',
      userId: 'NateSoares',
      edit: '7',
      type: 'newEdit',
      createdAt: '2016-05-16 09:57:19',
      auxPageId: '',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '10502',
      pageId: 'logarithm',
      userId: 'NateSoares',
      edit: '6',
      type: 'newEdit',
      createdAt: '2016-05-16 09:49:35',
      auxPageId: '',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '10501',
      pageId: 'logarithm',
      userId: 'NateSoares',
      edit: '5',
      type: 'newEdit',
      createdAt: '2016-05-16 09:47:27',
      auxPageId: '',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '10500',
      pageId: 'logarithm',
      userId: 'NateSoares',
      edit: '4',
      type: 'newEdit',
      createdAt: '2016-05-16 09:27:25',
      auxPageId: '',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '10499',
      pageId: 'logarithm',
      userId: 'NateSoares',
      edit: '3',
      type: 'newEdit',
      createdAt: '2016-05-16 09:24:59',
      auxPageId: '',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '10498',
      pageId: 'logarithm',
      userId: 'NateSoares',
      edit: '2',
      type: 'newEdit',
      createdAt: '2016-05-16 09:19:54',
      auxPageId: '',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '10497',
      pageId: 'logarithm',
      userId: 'NateSoares',
      edit: '1',
      type: 'newTag',
      createdAt: '2016-05-16 09:02:37',
      auxPageId: 'work_in_progress_meta_tag',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '10482',
      pageId: 'logarithm',
      userId: 'NateSoares',
      edit: '1',
      type: 'newEdit',
      createdAt: '2016-05-16 07:38:01',
      auxPageId: '',
      oldSettingsValue: '',
      newSettingsValue: ''
    },
    {
      likeableId: '0',
      likeableType: 'changeLog',
      myLikeValue: '0',
      likeCount: '0',
      dislikeCount: '0',
      likeScore: '0',
      individualLikes: [],
      id: '10464',
      pageId: 'logarithm',
      userId: 'NateSoares',
      edit: '1',
      type: 'newParent',
      createdAt: '2016-05-16 04:58:20',
      auxPageId: 'math',
      oldSettingsValue: '',
      newSettingsValue: ''
    }
  ],
  feedSubmissions: [],
  searchStrings: {},
  hasChildren: 'true',
  hasParents: 'true',
  redAliases: {},
  improvementTagIds: [],
  nonMetaTagIds: [],
  todos: [],
  slowDownMap: 'null',
  speedUpMap: 'null',
  arcPageIds: 'null',
  contentRequests: {
    moreTechnical: {
      likeableId: '3408',
      likeableType: 'contentRequest',
      myLikeValue: '0',
      likeCount: '1',
      dislikeCount: '0',
      likeScore: '1',
      individualLikes: [],
      id: '52',
      pageId: 'logarithm',
      requestType: 'moreTechnical',
      createdAt: '2016-08-18 20:59:41'
    }
  }
}