Skip to content

Migrate paper to IEEEtran and fix appendix tables#13

Open
google-labs-jules[bot] wants to merge 4 commits intomainfrom
migrate-access-tex-template-7095353247840135811
Open

Migrate paper to IEEEtran and fix appendix tables#13
google-labs-jules[bot] wants to merge 4 commits intomainfrom
migrate-access-tex-template-7095353247840135811

Conversation

@google-labs-jules
Copy link
Copy Markdown
Contributor

Migrated paper/access.tex to IEEEtran class, refactored structure, and fixed table overflows.


PR created automatically by Jules for task 7095353247840135811 started by @bmendonca3

- 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.
@google-labs-jules
Copy link
Copy Markdown
Contributor Author

👋 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 @jules. You can find this option in the Pull Request section of your global Jules UI settings. You can always switch back!


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.
@bmendonca3 bmendonca3 marked this pull request as ready for review December 9, 2025 19:06
- 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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants