This commit is contained in:
		@@ -13,8 +13,8 @@ jobs:
 | 
				
			|||||||
        # These commands run directly in your machine's shell
 | 
					        # These commands run directly in your machine's shell
 | 
				
			||||||
        run: |
 | 
					        run: |
 | 
				
			||||||
          echo "Compiling document..."
 | 
					          echo "Compiling document..."
 | 
				
			||||||
          latexmk -pdf poster.tex
 | 
					          latexmk poster.tex -pdf 
 | 
				
			||||||
          latexmk -pdf slides.tex
 | 
					          latexmk slides.tex -pdf 
 | 
				
			||||||
      
 | 
					      
 | 
				
			||||||
      - name: List files in the workspace
 | 
					      - name: List files in the workspace
 | 
				
			||||||
        run: ls -l
 | 
					        run: ls -l
 | 
				
			||||||
 
 | 
				
			|||||||
							
								
								
									
										
											BIN
										
									
								
								image/chatgpt.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								image/chatgpt.png
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							| 
		 After Width: | Height: | Size: 4.5 MiB  | 
							
								
								
									
										
											BIN
										
									
								
								image/poster.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								image/poster.png
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							| 
		 After Width: | Height: | Size: 631 KiB  | 
							
								
								
									
										22
									
								
								slides.tex
									
									
									
									
									
								
							
							
						
						
									
										22
									
								
								slides.tex
									
									
									
									
									
								
							@@ -4,6 +4,15 @@
 | 
				
			|||||||
\usepackage{algo}
 | 
					\usepackage{algo}
 | 
				
			||||||
\usepackage{soul}
 | 
					\usepackage{soul}
 | 
				
			||||||
% \usepackage{cancel}
 | 
					% \usepackage{cancel}
 | 
				
			||||||
 | 
					\newcommand{\munepsfig}[3][scale=1.0]{% <===============================
 | 
				
			||||||
 | 
					    \begin{figure}[!htbp]
 | 
				
			||||||
 | 
					        \centering
 | 
				
			||||||
 | 
					        \vspace{2mm}
 | 
				
			||||||
 | 
					        \setlength{\fboxrule}{#3} % <===================================
 | 
				
			||||||
 | 
					        \framebox{\includegraphics[#1]{#2.png}} % <=====================
 | 
				
			||||||
 | 
					        \label{fig:#2}
 | 
				
			||||||
 | 
					    \end{figure}
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
\title[Incentive allocation]{Large-Scale Trade-Off Curve Computation for Incentive Allocation with Cardinality and Matroid Constraints}
 | 
					\title[Incentive allocation]{Large-Scale Trade-Off Curve Computation for Incentive Allocation with Cardinality and Matroid Constraints}
 | 
				
			||||||
\date{August 30, 2025}
 | 
					\date{August 30, 2025}
 | 
				
			||||||
@@ -28,8 +37,9 @@ A ride sharing company wants to send riders promotional coupons in the hope of m
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
%  each agent gets at most 1 coupon.
 | 
					%  each agent gets at most 1 coupon.
 | 
				
			||||||
\begin{figure}
 | 
					\begin{figure}
 | 
				
			||||||
placeholder\\
 | 
					\includegraphics[width=.7\textwidth]{image/chatgpt.png}
 | 
				
			||||||
\includegraphics[width=.5\textwidth]{image/landscape.png}
 | 
					
 | 
				
			||||||
 | 
					\scriptsize Image courtesy: ChatGPT-5
 | 
				
			||||||
\end{figure}
 | 
					\end{figure}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
\end{frame}
 | 
					\end{frame}
 | 
				
			||||||
@@ -88,6 +98,12 @@ $k=O(mp^{1/3})$ and $\tau$ can be computed in $O((k+m)\log m)$ time.
 | 
				
			|||||||
\end{frame}
 | 
					\end{frame}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
\begin{frame}[plain]
 | 
					\begin{frame}[plain]
 | 
				
			||||||
poster
 | 
					\centering
 | 
				
			||||||
 | 
					\Large \textit{Let's discuss this in detail at my poster!}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					\munepsfig[width=.8\linewidth]{image/poster}{1pt}
 | 
				
			||||||
 | 
					% \begin{figure}
 | 
				
			||||||
 | 
					% \includegraphics[width=0.8\linewidth]{image/poster.png}
 | 
				
			||||||
 | 
					% \end{figure}
 | 
				
			||||||
\end{frame}
 | 
					\end{frame}
 | 
				
			||||||
\end{document}
 | 
					\end{document}
 | 
				
			||||||
		Reference in New Issue
	
	Block a user