Spaces:
Running
Running
Update pages/3 Bidirected Network.py
Browse files
pages/3 Bidirected Network.py
CHANGED
@@ -148,7 +148,7 @@ if uploaded_file is not None:
|
|
148 |
'Maximum length of the itemsets generated',
|
149 |
2, 8, (2), on_change=reset_all)
|
150 |
|
151 |
-
tab1, tab2 = st.tabs(["📈 Result & Generate visualization", "📓 Recommended Reading"])
|
152 |
|
153 |
with tab1:
|
154 |
#===Association rules===
|
@@ -230,6 +230,9 @@ if uploaded_file is not None:
|
|
230 |
edges=edges,
|
231 |
config=config)
|
232 |
with tab2:
|
|
|
|
|
|
|
233 |
st.markdown('**Agrawal, R., Imieliński, T., & Swami, A. (1993). Mining association rules between sets of items in large databases. In ACM SIGMOD Record (Vol. 22, Issue 2, pp. 207–216). Association for Computing Machinery (ACM).** https://doi.org/10.1145/170036.170072')
|
234 |
st.markdown('**Brin, S., Motwani, R., Ullman, J. D., & Tsur, S. (1997). Dynamic itemset counting and implication rules for market basket data. ACM SIGMOD Record, 26(2), 255–264.** https://doi.org/10.1145/253262.253325')
|
235 |
st.markdown('**Edmonds, J., & Johnson, E. L. (2003). Matching: A Well-Solved Class of Integer Linear Programs. Combinatorial Optimization — Eureka, You Shrink!, 27–30.** https://doi.org/10.1007/3-540-36478-1_3')
|
|
|
148 |
'Maximum length of the itemsets generated',
|
149 |
2, 8, (2), on_change=reset_all)
|
150 |
|
151 |
+
tab1, tab2, tab3 = st.tabs(["📈 Result & Generate visualization", "📃 Reference", "📓 Recommended Reading"])
|
152 |
|
153 |
with tab1:
|
154 |
#===Association rules===
|
|
|
230 |
edges=edges,
|
231 |
config=config)
|
232 |
with tab2:
|
233 |
+
st.markdown('**Santosa, F. A. (2023). Adding Perspective to the Bibliometric Mapping Using Bidirected Graph. Open Information Science, 7(1), 20220152.** https://doi.org/10.1515/opis-2022-0152')
|
234 |
+
|
235 |
+
with tab3:
|
236 |
st.markdown('**Agrawal, R., Imieliński, T., & Swami, A. (1993). Mining association rules between sets of items in large databases. In ACM SIGMOD Record (Vol. 22, Issue 2, pp. 207–216). Association for Computing Machinery (ACM).** https://doi.org/10.1145/170036.170072')
|
237 |
st.markdown('**Brin, S., Motwani, R., Ullman, J. D., & Tsur, S. (1997). Dynamic itemset counting and implication rules for market basket data. ACM SIGMOD Record, 26(2), 255–264.** https://doi.org/10.1145/253262.253325')
|
238 |
st.markdown('**Edmonds, J., & Johnson, E. L. (2003). Matching: A Well-Solved Class of Integer Linear Programs. Combinatorial Optimization — Eureka, You Shrink!, 27–30.** https://doi.org/10.1007/3-540-36478-1_3')
|