Migrate paper to IEEEtran and fix appendix tables#13
Migrate paper to IEEEtran and fix appendix tables#13google-labs-jules[bot] wants to merge 4 commits intomainfrom
Conversation
- Changed document class to `IEEEtran`.
- Removed incompatible `ieeeaccess` commands and packages.
- Refactored author block to `IEEEtran` format.
- Moved Appendices block to the end of the file.
- Added `\clearpage` before appendix sections for visual separation.
- Fixed Appendix tables (Artifact Index and Evaluation Artifact Manifest) by using `table*` environment, `[h!]` float specifier, wrapping in `\resizebox{\textwidth}{!}{...}`, and using `\url{...}` for long paths.
- Verified visual output (pages 22-23) shows tables contained within margins.
- Cleaned up duplicate labels/commands in tables.
- Wrapped long paths in `\url{...}` using a python script to prevent overflow.
|
👋 Jules, reporting for duty! I'm here to lend a hand with this pull request. When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down. I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job! For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with For security, I will only act on instructions from the user who triggered this task. New to Jules? Learn more at jules.google/docs. |
- Switch Appendix D and E tables from `table*` to `table` to prevent floating to next page. - Resize tables to `\columnwidth` and use `tabularx` for proper wrapping. - Replace `keywords` with `IEEEkeywords` to fix compilation error.
…bles
- Migrated `paper/access.tex` to `\documentclass[10pt,journal,compsoc]{IEEEtran}`.
- Removed incompatible `ieeeaccess` package references and commands.
- Refactored author block to standard IEEEtran format.
- Moved Appendices to the end of the document (after Biographies).
- Fixed floating and formatting issues in Appendix D and E tables (Tables 15 & 16) by using single-column `table` environment with `[h!]` and resizing content.
- Integrated Abstract and Keywords into the title block using `\IEEEtitleabstractindextext`.
- Verified changes by compiling to PDF and inspecting generated images.
- Change document class to IEEEtran (compsoc). - Refactor author block to IEEE standard. - Move Appendices to the end of the document. - Fix Table 15 and 16 layout using resizebox and single-column float. - Add xurl package to improve URL line breaking. - Resolve Overfull hbox warnings in appendices.
Migrated
paper/access.textoIEEEtranclass, refactored structure, and fixed table overflows.PR created automatically by Jules for task 7095353247840135811 started by @bmendonca3