You are looking at the HTML representation of the XML format.
HTML is good for debugging, but is unsuitable for application use.
Specify the format parameter to change the output format.
To see the non HTML representation of the XML format, set format=xml.
See the complete documentation, or API help for more information.
<?xml version="1.0"?>
<api>
  <query-continue>
    <allpages gapcontinue="Revamping_the_current_state_of_TABOT" />
  </query-continue>
  <query>
    <pages>
      <page pageid="771" ns="0" title="Refining Concurrency in XINU Operating System for Inter-Core Communication and Non-Blocking Data Structures">
        <revisions>
          <rev contentformat="text/x-wiki" contentmodel="wikitext" xml:space="preserve">'''Project Description'''
----
As the number of multi-core systems in our world grows, it becomes increasingly important for students to work on hardware-supported multi-core systems.  We hope to continue adding functionality to our current XINU operating system with the hopes of open sourcing our multi-core variant in the future for schools everywhere to utilize and build upon.  The focus of this summer will be to overall the current multi-core lock-system in place.

'''Project Goal'''
----
	The Embedded XINU system has given Marquette Students a rare opportunity to learn about multi-core topics with actual hardware to support this functionality.  Since Spring 2018, this has shown to have tremendous results.  As multi-core systems are every where in the world today, this is a huge development.  
	It is because of this, we will work to refine the functionality of embedded, multi-core XINU.  We will do this by reviewing the previous work done and picking up where previous researchers left off with the hopes of continuing to push the boundaries of what Marquette’s system courses can ask of it’s students when designing projects.  
	Long term, I hope to work with my colleagues and Dr. Dennis Brylow to “finish off” all of the core functionality of Embedded XINU with the intention of open-sourcing it.  This is an opportunity to provide other universities with an updated version of XINU which will reach more computing students across the globe.

'''Tentative Milestones'''
----
Week 1: 
* Complete Data Science Bootcamp, Solidify Project, and Meet with XINU team

Week 2-5: 
* Implement proper inter-core communication to prevent race-conditions and deadlocks + Research on Production Grade Concurrency

* Overhaul current Spin-lock solution when working on multiple cores to have it work for a wider variety of scenarios + Continued Research

Weeks 6-10:
*  Implementing Non-Blocking Data Structures into XINU for concurrency without the need for locks + Finish Research Paper</rev>
        </revisions>
      </page>
      <page pageid="958" ns="0" title="Research Goals">
        <revisions>
          <rev contentformat="text/x-wiki" contentmodel="wikitext" xml:space="preserve">'''RQ1''': How do medical crowdfunding campaigns differ from AI-generated replications?
* Step 1: Scrape GoFundMe's [https://www.gofundme.com/start/medical-fundraising medical] fundraising homepage. I should be able to adapt Alex Fischmann's script from last summer.
* Step 2: Prompt an LLM (GPT-3 or GPT-4) to rewrite scraped campaigns. This may require fine-tuning. Write a script to replicate ''n'' campaigns ''n'' times. We want a 1-1 relationship between an original campaign and its replication. In other words, the output should adhere to the facts provided in the prompt.
* Step 3: Use natural language processing (NLP) techniques to compare original campaigns to their AI-generated counterparts. Analyze individual word associations with NRC or LIWC and overall tone with sentiment [https://nlp.stanford.edu/sentiment/ analysis].
'''RQ2''': Which campaign is more successful with respect to medical crowdfunding?
* We need IRB approval to conduct experiments with human participants.
* Which factors contribute to a successful campaign? How do we quantify success?</rev>
        </revisions>
      </page>
    </pages>
  </query>
</api>