Spaces:
Running
Running
update samples background
Browse files- curated.py +60 -0
curated.py
CHANGED
|
@@ -740,6 +740,12 @@ filtering_process = Div(
|
|
| 740 |
Details(
|
| 741 |
Summary("Wikipedia Filtering Examples"),
|
| 742 |
wiki_examples,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 743 |
),
|
| 744 |
),
|
| 745 |
),
|
|
@@ -761,6 +767,12 @@ filtering_process = Div(
|
|
| 761 |
Details(
|
| 762 |
Summary("ArXiv Filtering Examples"),
|
| 763 |
arx_examples,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 764 |
),
|
| 765 |
),
|
| 766 |
),
|
|
@@ -803,6 +815,12 @@ filtering_process = Div(
|
|
| 803 |
Details(
|
| 804 |
Summary("FreeLaw Filtering Examples -- need to update"),
|
| 805 |
freelaw_examples,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 806 |
),
|
| 807 |
),
|
| 808 |
),
|
|
@@ -839,6 +857,12 @@ filtering_process = Div(
|
|
| 839 |
Details(
|
| 840 |
Summary("PubMed Filtering Examples"),
|
| 841 |
pubmed_examples,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 842 |
),
|
| 843 |
),
|
| 844 |
),
|
|
@@ -856,6 +880,12 @@ filtering_process = Div(
|
|
| 856 |
Details(
|
| 857 |
Summary("Phil Papers Filtering Examples"),
|
| 858 |
phil_examples,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 859 |
),
|
| 860 |
),
|
| 861 |
),
|
|
@@ -871,6 +901,12 @@ filtering_process = Div(
|
|
| 871 |
Details(
|
| 872 |
Summary("EuroParl Filtering Examples"),
|
| 873 |
eu_examples,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 874 |
),
|
| 875 |
),
|
| 876 |
),
|
|
@@ -935,6 +971,12 @@ filtering_process = Div(
|
|
| 935 |
Details(
|
| 936 |
Summary("FreeLaw Filtering Examples"),
|
| 937 |
freelaw_examples,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 938 |
),
|
| 939 |
|
| 940 |
),
|
|
@@ -964,6 +1006,12 @@ filtering_process = Div(
|
|
| 964 |
Details(
|
| 965 |
Summary("StackExchange Filtering Examples"),
|
| 966 |
se_examples,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 967 |
),
|
| 968 |
),
|
| 969 |
),
|
|
@@ -1016,6 +1064,12 @@ filtering_process = Div(
|
|
| 1016 |
Details(
|
| 1017 |
Summary("DM Math Filtering Examples"),
|
| 1018 |
dmm_examples,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1019 |
),
|
| 1020 |
),
|
| 1021 |
),
|
|
@@ -1037,6 +1091,12 @@ filtering_process = Div(
|
|
| 1037 |
Details(
|
| 1038 |
Summary("PG-19 Filtering Examples"),
|
| 1039 |
pg19_examples,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1040 |
),
|
| 1041 |
),
|
| 1042 |
),
|
|
|
|
| 740 |
Details(
|
| 741 |
Summary("Wikipedia Filtering Examples"),
|
| 742 |
wiki_examples,
|
| 743 |
+
style="""
|
| 744 |
+
background-color: #FFFAEA; /* Light yellow background */
|
| 745 |
+
padding: 15px;
|
| 746 |
+
border-radius: 12px;
|
| 747 |
+
margin-bottom: 15px
|
| 748 |
+
""",
|
| 749 |
),
|
| 750 |
),
|
| 751 |
),
|
|
|
|
| 767 |
Details(
|
| 768 |
Summary("ArXiv Filtering Examples"),
|
| 769 |
arx_examples,
|
| 770 |
+
style="""
|
| 771 |
+
background-color: #FFFAEA; /* Light yellow background */
|
| 772 |
+
padding: 15px;
|
| 773 |
+
border-radius: 12px;
|
| 774 |
+
margin-bottom: 15px
|
| 775 |
+
""",
|
| 776 |
),
|
| 777 |
),
|
| 778 |
),
|
|
|
|
| 815 |
Details(
|
| 816 |
Summary("FreeLaw Filtering Examples -- need to update"),
|
| 817 |
freelaw_examples,
|
| 818 |
+
style="""
|
| 819 |
+
background-color: #FFFAEA; /* Light yellow background */
|
| 820 |
+
padding: 15px;
|
| 821 |
+
border-radius: 12px;
|
| 822 |
+
margin-bottom: 15px
|
| 823 |
+
""",
|
| 824 |
),
|
| 825 |
),
|
| 826 |
),
|
|
|
|
| 857 |
Details(
|
| 858 |
Summary("PubMed Filtering Examples"),
|
| 859 |
pubmed_examples,
|
| 860 |
+
style="""
|
| 861 |
+
background-color: #FFFAEA; /* Light yellow background */
|
| 862 |
+
padding: 15px;
|
| 863 |
+
border-radius: 12px;
|
| 864 |
+
margin-bottom: 15px
|
| 865 |
+
""",
|
| 866 |
),
|
| 867 |
),
|
| 868 |
),
|
|
|
|
| 880 |
Details(
|
| 881 |
Summary("Phil Papers Filtering Examples"),
|
| 882 |
phil_examples,
|
| 883 |
+
style="""
|
| 884 |
+
background-color: #FFFAEA; /* Light yellow background */
|
| 885 |
+
padding: 15px;
|
| 886 |
+
border-radius: 12px;
|
| 887 |
+
margin-bottom: 15px
|
| 888 |
+
""",
|
| 889 |
),
|
| 890 |
),
|
| 891 |
),
|
|
|
|
| 901 |
Details(
|
| 902 |
Summary("EuroParl Filtering Examples"),
|
| 903 |
eu_examples,
|
| 904 |
+
style="""
|
| 905 |
+
background-color: #FFFAEA; /* Light yellow background */
|
| 906 |
+
padding: 15px;
|
| 907 |
+
border-radius: 12px;
|
| 908 |
+
margin-bottom: 15px
|
| 909 |
+
""",
|
| 910 |
),
|
| 911 |
),
|
| 912 |
),
|
|
|
|
| 971 |
Details(
|
| 972 |
Summary("FreeLaw Filtering Examples"),
|
| 973 |
freelaw_examples,
|
| 974 |
+
style="""
|
| 975 |
+
background-color: #FFFAEA; /* Light yellow background */
|
| 976 |
+
padding: 15px;
|
| 977 |
+
border-radius: 12px;
|
| 978 |
+
margin-bottom: 15px
|
| 979 |
+
""",
|
| 980 |
),
|
| 981 |
|
| 982 |
),
|
|
|
|
| 1006 |
Details(
|
| 1007 |
Summary("StackExchange Filtering Examples"),
|
| 1008 |
se_examples,
|
| 1009 |
+
style="""
|
| 1010 |
+
background-color: #FFFAEA; /* Light yellow background */
|
| 1011 |
+
padding: 15px;
|
| 1012 |
+
border-radius: 12px;
|
| 1013 |
+
margin-bottom: 15px
|
| 1014 |
+
""",
|
| 1015 |
),
|
| 1016 |
),
|
| 1017 |
),
|
|
|
|
| 1064 |
Details(
|
| 1065 |
Summary("DM Math Filtering Examples"),
|
| 1066 |
dmm_examples,
|
| 1067 |
+
style="""
|
| 1068 |
+
background-color: #FFFAEA; /* Light yellow background */
|
| 1069 |
+
padding: 15px;
|
| 1070 |
+
border-radius: 12px;
|
| 1071 |
+
margin-bottom: 15px
|
| 1072 |
+
""",
|
| 1073 |
),
|
| 1074 |
),
|
| 1075 |
),
|
|
|
|
| 1091 |
Details(
|
| 1092 |
Summary("PG-19 Filtering Examples"),
|
| 1093 |
pg19_examples,
|
| 1094 |
+
style="""
|
| 1095 |
+
background-color: #FFFAEA; /* Light yellow background */
|
| 1096 |
+
padding: 15px;
|
| 1097 |
+
border-radius: 12px;
|
| 1098 |
+
margin-bottom: 15px
|
| 1099 |
+
""",
|
| 1100 |
),
|
| 1101 |
),
|
| 1102 |
),
|