Reference List Formatting
Criado em: 27 de janeiro de 2025
Criado em: 27 de janeiro de 2025
https://www.nature.com/articles/s43247-023-00805-6
论文名字:Global mining footprint mapped from high-resolution satellite imagery
数据:The global distribution of mineral ores
https://www.mdpi.com/2571-9408/4/4/164
论文名字:Spatial Distribution Characteristics and Influencing Factors of the World Architectural Heritage
数据:The global distribution of ancient architecture
https://link.springer.com/chapter/10.1007/978-3-030-81315-4_6
论文名字:Physical Properties of Wood and Wood-Based Materials
数据:Types of wood and their wear resistance coefficients
https://www.sciencedirect.com/science/article/pii/S0950061823039132?fr=RR-2&ref=pdf_download&rr=90814c6e7c3afde6
论文名字:Assessment of Bohme surface abrasion resistance of natural stones by simple and nonlinear multiple regression methods
数据:Types of stone and their wear resistance coefficients
latex代码块输出,要调整成更好看的格式
latex\documentclass[12pt]{article} % 导入超链接宏包(可根据需要选用) \usepackage{hyperref} % 设置页面边距 \usepackage[margin=1in]{geometry} \begin{document} \section*{References} \begin{thebibliography}{00} \bibitem{Mining} \textbf{Global mining footprint mapped from high-resolution satellite imagery}\\ \textit{Link:} \url{https://www.nature.com/articles/s43247-023-00805-6}\\ \textit{Data:} The global distribution of mineral ores \bigskip \bibitem{Architecture} \textbf{Spatial Distribution Characteristics and Influencing Factors of the World Architectural Heritage}\\ \textit{Link:} \url{https://www.mdpi.com/2571-9408/4/4/164}\\ \textit{Data:} The global distribution of ancient architecture \bigskip \bibitem{Wood} \textbf{Physical Properties of Wood and Wood-Based Materials}\\ \textit{Link:} \url{https://link.springer.com/chapter/10.1007/978-3-030-81315-4_6}\\ \textit{Data:} Types of wood and their wear resistance coefficients \bigskip \bibitem{Stone} \textbf{Assessment of Bohme surface abrasion resistance of natural stones by simple and nonlinear multiple regression methods}\\ \textit{Link:} \url{https://www.sciencedirect.com/science/article/pii/S0950061823039132?fr=RR-2&ref=pdf_download&rr=90814c6e7c3afde6}\\ \textit{Data:} Types of stone and their wear resistance coefficients \end{thebibliography} \end{document}
不要弄成reference形式,这个是在文章中之内的
latex\documentclass[12pt]{article} \usepackage[margin=1in]{geometry} \usepackage{hyperref} % 可根据需要保留或删除 \begin{document} \section*{文献与数据(示例排版)} \vspace{1em} \subsection*{1. Global mining footprint mapped from high-resolution satellite imagery} \begin{description} \item[链接:]\href{https://www.nature.com/articles/s43247-023-00805-6}{\texttt{https://www.nature.com/articles/s43247-023-00805-6}} \item[数据:]The global distribution of mineral ores \end{description} \vspace{1em} \subsection*{2. Spatial Distribution Characteristics and Influencing Factors of the World Architectural Heritage} \begin{description} \item[链接:]\href{https://www.mdpi.com/2571-9408/4/4/164}{\texttt{https://www.mdpi.com/2571-9408/4/4/164}} \item[数据:]The global distribution of ancient architecture \end{description} \vspace{1em} \subsection*{3. Physical Properties of Wood and Wood-Based Materials} \begin{description} \item[链接:]\href{https://link.springer.com/chapter/10.1007/978-3-030-81315-4_6}{\texttt{https://link.springer.com/chapter/10.1007/978-3-030-81315-4_6}} \item[数据:]Types of wood and their wear resistance coefficients \end{description} \vspace{1em} \subsection*{4. Assessment of Bohme surface abrasion resistance of natural stones by simple and nonlinear multiple regression methods} \begin{description} \item[链接:]\href{https://www.sciencedirect.com/science/article/pii/S0950061823039132?fr=RR-2&ref=pdf_download&rr=90814c6e7c3afde6}{\texttt{https://www.sciencedirect.com/science/article/pii/S0950061823039132?fr=RR-2&ref=pdf_download&rr=90814c6e7c3afde6}} \item[数据:]Types of stone and their wear resistance coefficients \end{description} \end{document}
不要调用库,用点状无序段落表示文献,然后links小字体在底下,然后描述也是进一步缩进
latex\documentclass[12pt]{article} \begin{document} \section*{文献与数据} \begin{itemize} \item \textbf{Global mining footprint mapped from high-resolution satellite imagery}\\ \hspace*{1.5em}\emph{数据:} The global distribution of mineral ores \vspace{0.3em} {\small \texttt{https://www.nature.com/articles/s43247-023-00805-6}} \vspace{1em} \item \textbf{Spatial Distribution Characteristics and Influencing Factors of the World Architectural Heritage}\\ \hspace*{1.5em}\emph{数据:} The global distribution of ancient architecture \vspace{0.3em} {\small \texttt{https://www.mdpi.com/2571-9408/4/4/164}} \vspace{1em} \item \textbf{Physical Properties of Wood and Wood-Based Materials}\\ \hspace*{1.5em}\emph{数据:} Types of wood and their wear resistance coefficients \vspace{0.3em} {\small \texttt{https://link.springer.com/chapter/10.1007/978-3-030-81315-4_6}} \vspace{1em} \item \textbf{Assessment of Bohme surface abrasion resistance of natural stones by simple and nonlinear multiple regression methods}\\ \hspace*{1.5em}\emph{数据:} Types of stone and their wear resistance coefficients \vspace{0.3em} {\small \texttt{https://www.sciencedirect.com/science/article/pii/S0950061823039132?fr=RR-2&ref=pdf_download&rr=90814c6e7c3afde6}} \end{itemize} \end{document}
不要用超链接写了,就用普通字符串去写,然后用全英文
latex\documentclass[12pt]{article} \begin{document} \section*{Literature and Data} \begin{itemize} \item \textbf{Global mining footprint mapped from high-resolution satellite imagery}\\ \hspace*{1.5em}\textit{Data:} The global distribution of mineral ores \vspace{0.3em} {\small https://www.nature.com/articles/s43247-023-00805-6} \vspace{1em} \item \textbf{Spatial Distribution Characteristics and Influencing Factors of the World Architectural Heritage}\\ \hspace*{1.5em}\textit{Data:} The global distribution of ancient architecture \vspace{0.3em} {\small https://www.mdpi.com/2571-9408/4/4/164} \vspace{1em} \item \textbf{Physical Properties of Wood and Wood-Based Materials}\\ \hspace*{1.5em}\textit{Data:} Types of wood and their wear resistance coefficients \vspace{0.3em} {\small https://link.springer.com/chapter/10.1007/978-3-030-81315-4_6} \vspace{1em} \item \textbf{Assessment of Bohme surface abrasion resistance of natural stones by simple and nonlinear multiple regression methods}\\ \hspace*{1.5em}\textit{Data:} Types of stone and their wear resistance coefficients \vspace{0.3em} {\small https://www.sciencedirect.com/science/article/pii/S0950061823039132?fr=RR-2&ref=pdf_download&rr=90814c6e7c3afde6} \end{itemize} \end{document}
latex\documentclass[12pt]{article} \begin{document} \section*{Literature and Data} \begin{itemize} \item \textbf{Global mining footprint mapped from high-resolution satellite imagery}\\[0.5em] \hspace*{2em}\textit{Data:} The global distribution of mineral ores\\[0.3em] \hspace*{2em}{\small https://www.nature.com/articles/s43247-023-00805-6} \vspace{1em} \item \textbf{Spatial Distribution Characteristics and Influencing Factors of the World Architectural Heritage}\\[0.5em] \hspace*{2em}\textit{Data:} The global distribution of ancient architecture\\[0.3em] \hspace*{2em}{\small https://www.mdpi.com/2571-9408/4/4/164} \vspace{1em} \item \textbf{Physical Properties of Wood and Wood-Based Materials}\\[0.5em] \hspace*{2em}\textit{Data:} Types of wood and their wear resistance coefficients\\[0.3em] \hspace*{2em}{\small https://link.springer.com/chapter/10.1007/978-3-030-81315-4_6} \vspace{1em} \item \textbf{Assessment of Bohme surface abrasion resistance of natural stones by simple and nonlinear multiple regression methods}\\[0.5em] \hspace*{2em}\textit{Data:} Types of stone and their wear resistance coefficients\\[0.3em] \hspace*{2em}{\small https://www.sciencedirect.com/science/article/pii/S0950061823039132?fr=RR-2&ref=pdf_download&rr=90814c6e7c3afde6} \end{itemize} \end{document}
最后一个链接太长了,处理好自动换行
latex\documentclass[12pt]{article} \begin{document} \section*{Literature and Data} \begin{itemize} \item \textbf{Global mining footprint mapped from high-resolution satellite imagery}\\[0.5em] \hspace*{2em}\textit{Data:} The global distribution of mineral ores\\[0.3em] \hspace*{2em}\begin{minipage}[t]{0.9\linewidth} \small https://www.nature.com/articles/s43247-023-00805-6 \end{minipage} \vspace{1em} \item \textbf{Spatial Distribution Characteristics and Influencing Factors of the World Architectural Heritage}\\[0.5em] \hspace*{2em}\textit{Data:} The global distribution of ancient architecture\\[0.3em] \hspace*{2em}\begin{minipage}[t]{0.9\linewidth} \small https://www.mdpi.com/2571-9408/4/4/164 \end{minipage} \vspace{1em} \item \textbf{Physical Properties of Wood and Wood-Based Materials}\\[0.5em] \hspace*{2em}\textit{Data:} Types of wood and their wear resistance coefficients\\[0.3em] \hspace*{2em}\begin{minipage}[t]{0.9\linewidth} \small https://link.springer.com/chapter/10.1007/978-3-030-81315-4_6 \end{minipage} \vspace{1em} \item \textbf{Assessment of Bohme surface abrasion resistance of natural stones by simple and nonlinear multiple regression methods}\\[0.5em] \hspace*{2em}\textit{Data:} Types of stone and their wear resistance coefficients\\[0.3em] \hspace*{2em}\begin{minipage}[t]{0.9\linewidth} \small https://www.sciencedirect.com/science/article/pii/S0950061823039132?fr=RR-2&ref=pdf_download&rr=90814c6e7c3afde6 \end{minipage} \end{itemize} \end{document}