Spaces:
Running
Running
Update curated.py
Browse files- curated.py +40 -10
curated.py
CHANGED
@@ -739,7 +739,10 @@ filtering_process = Div(
|
|
739 |
table_div_wikipedia,
|
740 |
Details(
|
741 |
Summary("Wikipedia Filtering Examples"),
|
742 |
-
|
|
|
|
|
|
|
743 |
style="""
|
744 |
background-color: #FFFAEA; /* Light yellow background */
|
745 |
padding: 15px;
|
@@ -766,7 +769,10 @@ filtering_process = Div(
|
|
766 |
table_div_arx,
|
767 |
Details(
|
768 |
Summary("ArXiv Filtering Examples"),
|
769 |
-
|
|
|
|
|
|
|
770 |
style="""
|
771 |
background-color: #FFFAEA; /* Light yellow background */
|
772 |
padding: 15px;
|
@@ -814,7 +820,10 @@ filtering_process = Div(
|
|
814 |
table_div_s2o,
|
815 |
Details(
|
816 |
Summary("FreeLaw Filtering Examples -- need to update"),
|
817 |
-
|
|
|
|
|
|
|
818 |
style="""
|
819 |
background-color: #FFFAEA; /* Light yellow background */
|
820 |
padding: 15px;
|
@@ -856,7 +865,10 @@ filtering_process = Div(
|
|
856 |
table_div_med,
|
857 |
Details(
|
858 |
Summary("PubMed Filtering Examples"),
|
859 |
-
|
|
|
|
|
|
|
860 |
style="""
|
861 |
background-color: #FFFAEA; /* Light yellow background */
|
862 |
padding: 15px;
|
@@ -879,7 +891,10 @@ filtering_process = Div(
|
|
879 |
table_div_phil,
|
880 |
Details(
|
881 |
Summary("Phil Papers Filtering Examples"),
|
882 |
-
|
|
|
|
|
|
|
883 |
style="""
|
884 |
background-color: #FFFAEA; /* Light yellow background */
|
885 |
padding: 15px;
|
@@ -900,7 +915,10 @@ filtering_process = Div(
|
|
900 |
table_div_up,
|
901 |
Details(
|
902 |
Summary("EuroParl Filtering Examples"),
|
903 |
-
|
|
|
|
|
|
|
904 |
style="""
|
905 |
background-color: #FFFAEA; /* Light yellow background */
|
906 |
padding: 15px;
|
@@ -970,7 +988,10 @@ filtering_process = Div(
|
|
970 |
table_div_freelaw,
|
971 |
Details(
|
972 |
Summary("FreeLaw Filtering Examples"),
|
973 |
-
|
|
|
|
|
|
|
974 |
style="""
|
975 |
background-color: #FFFAEA; /* Light yellow background */
|
976 |
padding: 15px;
|
@@ -1005,7 +1026,10 @@ filtering_process = Div(
|
|
1005 |
table_div_se,
|
1006 |
Details(
|
1007 |
Summary("StackExchange Filtering Examples"),
|
1008 |
-
|
|
|
|
|
|
|
1009 |
style="""
|
1010 |
background-color: #FFFAEA; /* Light yellow background */
|
1011 |
padding: 15px;
|
@@ -1063,7 +1087,10 @@ filtering_process = Div(
|
|
1063 |
table_div_dmm,
|
1064 |
Details(
|
1065 |
Summary("DM Math Filtering Examples"),
|
1066 |
-
|
|
|
|
|
|
|
1067 |
style="""
|
1068 |
background-color: #FFFAEA; /* Light yellow background */
|
1069 |
padding: 15px;
|
@@ -1090,7 +1117,10 @@ filtering_process = Div(
|
|
1090 |
table_div_pg19,
|
1091 |
Details(
|
1092 |
Summary("PG-19 Filtering Examples"),
|
1093 |
-
|
|
|
|
|
|
|
1094 |
style="""
|
1095 |
background-color: #FFFAEA; /* Light yellow background */
|
1096 |
padding: 15px;
|
|
|
739 |
table_div_wikipedia,
|
740 |
Details(
|
741 |
Summary("Wikipedia Filtering Examples"),
|
742 |
+
Div(
|
743 |
+
wiki_examples,
|
744 |
+
style="background-color: white; padding: 15px; margin-top: 10px; margin-bottom: 10px; border-radius: 8px; border: none; " # Styling for the DV2 part
|
745 |
+
),
|
746 |
style="""
|
747 |
background-color: #FFFAEA; /* Light yellow background */
|
748 |
padding: 15px;
|
|
|
769 |
table_div_arx,
|
770 |
Details(
|
771 |
Summary("ArXiv Filtering Examples"),
|
772 |
+
Div(
|
773 |
+
arx_examples,
|
774 |
+
style="background-color: white; padding: 15px; margin-top: 10px; margin-bottom: 10px; border-radius: 8px; border: none; " # Styling for the DV2 part
|
775 |
+
),
|
776 |
style="""
|
777 |
background-color: #FFFAEA; /* Light yellow background */
|
778 |
padding: 15px;
|
|
|
820 |
table_div_s2o,
|
821 |
Details(
|
822 |
Summary("FreeLaw Filtering Examples -- need to update"),
|
823 |
+
Div(
|
824 |
+
freelaw_examples,
|
825 |
+
style="background-color: white; padding: 15px; margin-top: 10px; margin-bottom: 10px; border-radius: 8px; border: none; " # Styling for the DV2 part
|
826 |
+
),
|
827 |
style="""
|
828 |
background-color: #FFFAEA; /* Light yellow background */
|
829 |
padding: 15px;
|
|
|
865 |
table_div_med,
|
866 |
Details(
|
867 |
Summary("PubMed Filtering Examples"),
|
868 |
+
Div(
|
869 |
+
pubmed_examples,
|
870 |
+
style="background-color: white; padding: 15px; margin-top: 10px; margin-bottom: 10px; border-radius: 8px; border: none; " # Styling for the DV2 part
|
871 |
+
),
|
872 |
style="""
|
873 |
background-color: #FFFAEA; /* Light yellow background */
|
874 |
padding: 15px;
|
|
|
891 |
table_div_phil,
|
892 |
Details(
|
893 |
Summary("Phil Papers Filtering Examples"),
|
894 |
+
Div(
|
895 |
+
phil_examples,
|
896 |
+
style="background-color: white; padding: 15px; margin-top: 10px; margin-bottom: 10px; border-radius: 8px; border: none; " # Styling for the DV2 part
|
897 |
+
),
|
898 |
style="""
|
899 |
background-color: #FFFAEA; /* Light yellow background */
|
900 |
padding: 15px;
|
|
|
915 |
table_div_up,
|
916 |
Details(
|
917 |
Summary("EuroParl Filtering Examples"),
|
918 |
+
Div(
|
919 |
+
eu_examples,
|
920 |
+
style="background-color: white; padding: 15px; margin-top: 10px; margin-bottom: 10px; border-radius: 8px; border: none; " # Styling for the DV2 part
|
921 |
+
),
|
922 |
style="""
|
923 |
background-color: #FFFAEA; /* Light yellow background */
|
924 |
padding: 15px;
|
|
|
988 |
table_div_freelaw,
|
989 |
Details(
|
990 |
Summary("FreeLaw Filtering Examples"),
|
991 |
+
Div(
|
992 |
+
freelaw_examples,
|
993 |
+
style="background-color: white; padding: 15px; margin-top: 10px; margin-bottom: 10px; border-radius: 8px; border: none; " # Styling for the DV2 part
|
994 |
+
),
|
995 |
style="""
|
996 |
background-color: #FFFAEA; /* Light yellow background */
|
997 |
padding: 15px;
|
|
|
1026 |
table_div_se,
|
1027 |
Details(
|
1028 |
Summary("StackExchange Filtering Examples"),
|
1029 |
+
Div(
|
1030 |
+
se_examples,
|
1031 |
+
style="background-color: white; padding: 15px; margin-top: 10px; margin-bottom: 10px; border-radius: 8px; border: none; " # Styling for the DV2 part
|
1032 |
+
),
|
1033 |
style="""
|
1034 |
background-color: #FFFAEA; /* Light yellow background */
|
1035 |
padding: 15px;
|
|
|
1087 |
table_div_dmm,
|
1088 |
Details(
|
1089 |
Summary("DM Math Filtering Examples"),
|
1090 |
+
Div(
|
1091 |
+
dmm_examples,
|
1092 |
+
style="background-color: white; padding: 15px; margin-top: 10px; margin-bottom: 10px; border-radius: 8px; border: none; " # Styling for the DV2 part
|
1093 |
+
),
|
1094 |
style="""
|
1095 |
background-color: #FFFAEA; /* Light yellow background */
|
1096 |
padding: 15px;
|
|
|
1117 |
table_div_pg19,
|
1118 |
Details(
|
1119 |
Summary("PG-19 Filtering Examples"),
|
1120 |
+
Div(
|
1121 |
+
pg19_examples,
|
1122 |
+
style="background-color: white; padding: 15px; margin-top: 10px; margin-bottom: 10px; border-radius: 8px; border: none; " # Styling for the DV2 part
|
1123 |
+
),
|
1124 |
style="""
|
1125 |
background-color: #FFFAEA; /* Light yellow background */
|
1126 |
padding: 15px;
|