Skip to content

Commit 72eac16

Browse files
committed
docu
1 parent 1f6a725 commit 72eac16

File tree

6 files changed

+5
-2
lines changed

6 files changed

+5
-2
lines changed

Data/.DS_Store

0 Bytes
Binary file not shown.

Data/scripts/.DS_Store

0 Bytes
Binary file not shown.

Data/scripts/transformers.pdf

16.3 KB
Binary file not shown.

assets/js/main.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1231,7 +1231,11 @@ function makeChart4(d)
12311231
if (d[i].dialogue_score!="" && d[i].bechdel_score!="" && d[i].descriptions_score!="" )
12321232
{
12331233
arrayLabel.push(d[i].Title);
1234+
<<<<<<< Updated upstream
12341235
arrayData.push(parseFloat(d[i].gaze_score));
1236+
=======
1237+
arrayData.push(parseFloat(d[i].dialogue_score)+parseFloat(d[i].bechdel_score) + parseFloat(d[i].descriptions_score));
1238+
>>>>>>> Stashed changes
12351239
// male.push(d[i].male_percen);
12361240
// nonmale.push(parseFloat(d[i].nonmale_percentage)*-1);
12371241
}

documentation/DOCUMENTATION.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@
123123
"- The audience results\n",
124124
" - [FRA WRITE THE RESULTS BRIEFLY HERE]\n",
125125
"- The characters results\n",
126-
" - Bechdel test: For the 70 movies that had available data for, 38 passed the Bechdel test. Interestingly, 5 movies failed rule 1, 209 movies failed rule 3\n",
126+
" - Bechdel test: For the 70 movies that had available data for, 38 passed the Bechdel test. Interestingly, 5 movies failed rule 1, 20 movies failed rule 2 and 9 movies failed rule 3.\n",
127127
" - Character dialogue analysis: [AHSAN WRITE SOMETHING BRIEFLY HERE]\n",
128128
" - Gaze score: [WRITE SOMETHING BRIEFLY HERE]\n",
129129
"\n",

index.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -550,7 +550,6 @@ <h2>CHARACTER DESCRIPTIONS</h2>
550550
<br>
551551
<p class="desc">How are male and non-male characters described in the scripts?</p>
552552
<br>
553-
<p> word clouds here</p>
554553
<br>
555554
<div>
556555
<fig class="word-cloud">

0 commit comments

Comments
 (0)